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