1#ifndef AUBO_SCOPE_INSTALLATION_NODE_CONTRIBUTION_H
2#define AUBO_SCOPE_INSTALLATION_NODE_CONTRIBUTION_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese 安装节点贡献 安装节点贡献的 API。 \endchinese \english InstallationNodeContribution API for installation n...
virtual void generateScript(ScriptWriterPtr script_writer)=0
\chinese 定义添加到程序启动时执行的脚本代码开头的脚本代码。
virtual void openView()=0
\chinese 当终端用户每次在安装标签页中打开此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user opens th...
virtual void closeView()=0
\chinese 当终端用户每次在安装标签页中退出此 AuboCap 贡献时调用。 \endchinese \english Called each time the end user exits th...
virtual ~InstallationNodeContribution()=default