API for installation node contributions.
更多...
#include <installation_node_contribution.h>
|
| virtual | ~InstallationNodeContribution ()=default |
| virtual void | openView ()=0 |
| | Called each time the end user opens this AuboCap contribution in the Installation Tab.
|
| virtual void | closeView ()=0 |
| | Called each time the end user exits this AuboCap contribution in the Installation Tab.
|
| virtual void | generateScript (ScriptWriterPtr script_writer)=0 |
| | Defines script code that is added to the beginning of the script code executed when a program is launched.
|
API for installation node contributions.
在文件 installation_node_contribution.h 第 13 行定义.
◆ ~InstallationNodeContribution()
| virtual arcs::aubo_scope::InstallationNodeContribution::~InstallationNodeContribution |
( |
| ) |
|
|
virtualdefault |
◆ closeView()
| virtual void arcs::aubo_scope::InstallationNodeContribution::closeView |
( |
| ) |
|
|
pure virtual |
Called each time the end user exits this AuboCap contribution in the Installation Tab.
◆ generateScript()
| virtual void arcs::aubo_scope::InstallationNodeContribution::generateScript |
( |
ScriptWriterPtr | script_writer | ) |
|
|
pure virtual |
Defines script code that is added to the beginning of the script code executed when a program is launched.
- 参数
-
| writer | serves to add script commands to program script code preamble. |
◆ openView()
| virtual void arcs::aubo_scope::InstallationNodeContribution::openView |
( |
| ) |
|
|
pure virtual |
Called each time the end user opens this AuboCap contribution in the Installation Tab.
该类的文档由以下文件生成: