InstallationNodeContribution API for installation node contributions.
More...
#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.
|
InstallationNodeContribution API for installation node contributions.
Definition at line 20 of file installation_node_contribution.h.
◆ ~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.
- Parameters
-
| script_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.
The documentation for this class was generated from the following file: