AuboStudio SDK  0.6.3
arcs::aubo_scope::InstallationNodeContribution类 参考abstract

\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.h20 行定义.

构造及析构函数说明

◆ ~InstallationNodeContribution()

virtual arcs::aubo_scope::InstallationNodeContribution::~InstallationNodeContribution ( )
virtualdefault

成员函数说明

◆ closeView()

virtual void arcs::aubo_scope::InstallationNodeContribution::closeView ( )
pure virtual

\chinese 当终端用户每次在安装标签页中退出此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user exits this AuboCap contribution in the Installation Tab.

\endenglish

◆ generateScript()

virtual void arcs::aubo_scope::InstallationNodeContribution::generateScript ( ScriptWriterPtr script_writer)
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_writerserves to add script commands to program script code preamble. \endenglish

◆ openView()

virtual void arcs::aubo_scope::InstallationNodeContribution::openView ( )
pure virtual

\chinese 当终端用户每次在安装标签页中打开此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user opens this AuboCap contribution in the Installation Tab.

\endenglish


该类的文档由以下文件生成: