1#ifndef RemoveImagesWorkOrder_H
2#define RemoveImagesWorkOrder_H
60 RemoveImagesWorkOrder(
const RemoveImagesWorkOrder &other);
61 ~RemoveImagesWorkOrder();
63 virtual RemoveImagesWorkOrder *clone()
const;
73 RemoveImagesWorkOrder &operator=(
const RemoveImagesWorkOrder &rhs);
Internalizes a list of images and allows for operations on the entire list.
The main project for ipce.
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.
Project * project() const
Returns the Project this WorkOrder is attached to.
WorkOrder(Project *project)
Create a work order that will work with the given project.
This is free and unencumbered software released into the public domain.