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