1 #ifndef RemoveImagesWorkOrder_H
2 #define RemoveImagesWorkOrder_H
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:44
virtual RemoveImagesWorkOrder * clone() const
Definition: RemoveImagesWorkOrder.cpp:55
The main project for cnetsuite.
Definition: Project.h:105
RemoveImagesWorkOrder(Project *project)
Definition: RemoveImagesWorkOrder.cpp:37
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
Parent class for anything that performs an action in Project.
Definition: WorkOrder.h:104
bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
Definition: RemoveImagesWorkOrder.cpp:73
virtual bool isExecutable(ImageList *images)
Determines if we can remove this ImageList.
Definition: RemoveImagesWorkOrder.cpp:66
Removes selected images from current project.
Definition: RemoveImagesWorkOrder.h:38
~RemoveImagesWorkOrder()
Definition: RemoveImagesWorkOrder.cpp:51
void syncRedo()
This method is designed to be implemented by children work orders.
Definition: RemoveImagesWorkOrder.cpp:81