1 #ifndef CubeDnViewWorkOrder_H
2 #define CubeDnViewWorkOrder_H
Internalizes a list of shapes and allows for operations on the entire list.
Internalizes a list of images and allows for operations on the entire list.
The main project for cnetsuite.
This work order is designed to bring up a qview-like view for a small number of cubes.
Project * project() const
Returns the Project this WorkOrder is attached to.
CubeDnViewWorkOrder(Project *project)
This method sets the text of the work order.
~CubeDnViewWorkOrder()
Destructor.
void syncRedo()
This method adds a new CubeDnView to the project's directory and then adds currentItem() to that...
Parent class for anything that performs an action in Project.
bool execute()
If WorkOrder::execute() returns true, then this method returns true.
virtual CubeDnViewWorkOrder * clone() const
This method clones the CubeDnViewWorkOrder.
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a CubeDnViewWorkOrder.
virtual bool isExecutable(ImageList *images)
This check is used by Directory::supportedActions(DataType data).