1 #ifndef ImportImagesWorkOrder_H
2 #define ImportImagesWorkOrder_H
89 public std::unary_function<const FileName &, Cube *> {
92 QDir destinationFolder,
bool copyDnData);
104 QDir m_destinationFolder;
109 QSharedPointer<IException> m_errors;
110 QSharedPointer<int> m_numErrors;
121 #endif // ImportImagesWorkOrder_H
Internalizes a list of images and allows for operations on the entire list.
The main project for cnetsuite.
File name manipulation and expansion.
Project * project() const
Returns the Project this WorkOrder is attached to.
void asyncRedo()
This method is designed to be implemented by children work orders.
Parent class for anything that performs an action in Project.
void postSyncUndo()
This method is designed to be implemented by children work orders.
OriginalFileToProjectCubeFunctor & operator=(const OriginalFileToProjectCubeFunctor &rhs)
Not implemented.
void importConfirmedImages(QStringList confirmedImages, bool copyDnData)
Creates a project image folder and copies the cubes into it.
void postSyncRedo()
This method is designed to be implemented by children work orders.
This copies the given cube(s) into the project.
bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
void asyncUndo()
This method is designed to be implemented by children work orders.
IO Handler for Isis Cubes.