1 #ifndef AUBO_SCOPE_CONTRIBUTION_CONFIGURATION_H 2 #define AUBO_SCOPE_CONTRIBUTION_CONFIGURATION_H 11 namespace aubo_scope {
125 bool isBreakpointOnChildNodesAllowed);
161 bool isStartFromChildNodesAllowed);
170 const std::vector<std::string> &parentNodeNames);
181 #endif // AUBO_SCOPE_CONTRIBUTION_CONFIGURATION_H void setUserInsertable(bool userInsertable)
If set to false this program node will not appear in the Program Tab in AuboScope and can not be inse...
ARCS_CLASS_FORWARD(GripForceCapability)
void setAllowStartFromChildNodesInSubtree(bool isStartFromChildNodesAllowed)
Provides access to configure the properties of an installation node contribution/.
void setChildrenAllowed(bool childrenAllowed)
If set to true it is possible for the program node to have child nodes.
void setDisplayOrderId(double displayOrderId)
Set the display order id for this type of program node contribution.
ProgramContributionConfiguration()
void setDeprecated(bool deprecated)
If set to true it is not possible for the end user to create new program nodes of this type...
void setAllowBreakpointOnNode(bool isBreakpointAllowed)
void setAllowInsertOnlyIntoNodes(const std::vector< std::string > &parentNodeNames)
Configure parent node of this node.
virtual ~ProgramContributionConfiguration()
void setAllowStartFromNode(bool isStartFromNodeAllowed)
void setChildrenAllowedOnly(const std::vector< std::string > &childrenList)
void setAllowBreakpointOnChildNodesInSubtree(bool isBreakpointOnChildNodesAllowed)