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...
virtual void generateScript(ScriptWriterPtr script_writer)=0
定义添加到程序启动时执行的脚本代码开头的脚本代码。
virtual void openView()=0
当终端用户每次在安装标签页中打开此 AuboCap 贡献时调用。
virtual void closeView()=0
当终端用户每次在安装标签页中退出此 AuboCap 贡献时调用。
virtual ~InstallationNodeContribution()=default