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. More...
|
|
virtual void | closeView ()=0 |
| Called each time the end user exits this AuboCap contribution in the Installation Tab. More...
|
|
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. More...
|
|
API for installation node contributions.
Definition at line 13 of file installation_node_contribution.h.
virtual arcs::aubo_scope::InstallationNodeContribution::~InstallationNodeContribution |
( |
| ) |
|
|
virtualdefault |
virtual void arcs::aubo_scope::InstallationNodeContribution::closeView |
( |
| ) |
|
|
pure virtual |
Called each time the end user exits this AuboCap contribution in the Installation Tab.
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
-
writer | serves to add script commands to program script code preamble. |
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: