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 ipce.
 
Removes selected images from current project.
 
bool setupExecution()
@description Set up the execution.
 
virtual bool isExecutable(ImageList *images)
Determines if we can remove this ImageList.
 
void execute()
@description Remove any selected items from the project directory.
 
Provide Undo/redo abilities, serialization, and history for an operation.
 
Project * project() const
Returns the Project this WorkOrder is attached to.
 
This is free and unencumbered software released into the public domain.