1 #ifndef ViewControlNet3DWorkOrder_H
2 #define ViewControlNet3DWorkOrder_H
The main project for cnetsuite.
~ViewControlNet3DWorkOrder()
The Destructor.
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual bool isExecutable(ControlList *controls)
Determines if there is a control net to display.
ViewControlNet3DWorkOrder(Project *project)
Creates a WorkOrder that will display a control net.
void syncRedo()
Redisplays the control net.
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.
virtual ViewControlNet3DWorkOrder * clone() const
Returns a copy of this ViewControlNet3DWorkOrder instance.
bool execute()
Attempts to display a control network in 3D.
void syncUndo()
Deletes the last view.
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon ViewControlNet3DWorkOrder.