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...
API for installation node contributions.
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 laun...
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 ~InstallationNodeContribution()=default