1 #ifndef SetActiveControlWorkOrder_H
2 #define SetActiveControlWorkOrder_H
~SetActiveControlWorkOrder()
The Destructor.
The main project for cnetsuite.
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
bool execute()
Attempt to set control as active control.
Project * project() const
Returns the Project this WorkOrder is attached to.
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
Parent class for anything that performs an action in Project.
SetActiveControlWorkOrder(Project *project)
Creates a WorkOrder that will set the active Control in the project.
virtual SetActiveControlWorkOrder * clone() const
Returns a copy of this SetActiveControlWorkOrder instance.
virtual bool isExecutable(ControlList *controls)
Determines if we can set this control as active.