5 #include "ExportControlNetWorkOrder.h"
6 #include "ExportImagesWorkOrder.h"
10 #include "ImageListActionWorkOrder.h"
17 #include "MoveDownOneSceneWorkOrder.h"
18 #include "MoveToBottomSceneWorkOrder.h"
19 #include "MoveToTopSceneWorkOrder.h"
20 #include "MoveUpOneSceneWorkOrder.h"
48 tryType<CnetEditorViewWorkOrder>(type, project, result);
49 tryType<CubeDnViewWorkOrder>(type, project, result);
50 tryType<ExportImagesWorkOrder>(type, project, result);
51 tryType<ExportControlNetWorkOrder>(type, project, result);
52 tryType<Footprint2DViewWorkOrder>(type, project, result);
53 tryType<ImageFileListViewWorkOrder>(type, project, result);
54 tryType<ImageListActionWorkOrder>(type, project, result);
55 tryType<ImportControlNetWorkOrder>(type, project, result);
56 tryType<ImportImagesWorkOrder>(type, project, result);
57 tryType<ImportShapesWorkOrder>(type, project, result);
58 tryType<JigsawWorkOrder>(type, project, result);
59 tryType<MatrixViewWorkOrder>(type, project, result);
60 tryType<MoveDownOneSceneWorkOrder>(type, project, result);
61 tryType<MoveToBottomSceneWorkOrder>(type, project, result);
62 tryType<MoveToTopSceneWorkOrder>(type, project, result);
63 tryType<MoveUpOneSceneWorkOrder>(type, project, result);
64 tryType<OpenProjectWorkOrder>(type, project, result);
65 tryType<RemoveImagesWorkOrder>(type, project, result);
66 tryType<RenameProjectWorkOrder>(type, project, result);
67 tryType<SaveProjectAsWorkOrder>(type, project, result);
68 tryType<SaveProjectWorkOrder>(type, project, result);
69 tryType<SensorGetInfoWorkOrder>(type, project, result);
70 tryType<SetActiveControlWorkOrder>(type, project, result);
71 tryType<SetActiveImageListWorkOrder>(type, project, result);
72 tryType<TargetGetInfoWorkOrder>(type, project, result);
76 QObject::tr(
"Could not create work order of type [%1] through "
77 "WorkOrderFactory").arg(type),
The main project for cnetsuite.
static WorkOrder * create(Project *project, QString type)
This instantiates a work order given a project and a type name (class name in a string).
Parent class for anything that performs an action in Project.
#define _FILEINFO_
Macro for the filename and line number.
A type of error that cannot be classified as any of the other error types.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.