|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese 安装节点贡献 安装节点贡献的 API。 \endchinese \english InstallationNodeContribution API for installation node contributions. 更多...
#include <installation_node_contribution.h>
Public 成员函数 | |
| virtual | ~InstallationNodeContribution ()=default |
| virtual void | openView ()=0 |
| \chinese 当终端用户每次在安装标签页中打开此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user opens this AuboCap contribution in the Installation Tab. | |
| virtual void | closeView ()=0 |
| \chinese 当终端用户每次在安装标签页中退出此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user exits this AuboCap contribution in the Installation Tab. | |
| virtual void | generateScript (ScriptWriterPtr script_writer)=0 |
| \chinese 定义添加到程序启动时执行的脚本代码开头的脚本代码。 | |
\chinese 安装节点贡献 安装节点贡献的 API。 \endchinese \english InstallationNodeContribution API for installation node contributions.
\endenglish
在文件 installation_node_contribution.h 第 20 行定义.
|
virtualdefault |
|
pure virtual |
\chinese 当终端用户每次在安装标签页中退出此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user exits this AuboCap contribution in the Installation Tab.
\endenglish
|
pure virtual |
\chinese 定义添加到程序启动时执行的脚本代码开头的脚本代码。
| script_writer | 用于向程序脚本代码前言添加脚本命令 \endchinese \english Defines script code that is added to the beginning of the script code executed when a program is launched. |
| script_writer | serves to add script commands to program script code preamble. \endenglish |
|
pure virtual |
\chinese 当终端用户每次在安装标签页中打开此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user opens this AuboCap contribution in the Installation Tab.
\endenglish