1 #ifndef MoveToBottomSceneWorkOrder_H 2 #define MoveToBottomSceneWorkOrder_H 4 #include "MosaicSceneWorkOrder.h" 7 class MosaicSceneWidget;
Work order associated with a MosaicSceneWidget.
The main project for ipce.
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
void undoExecution()
Execute the steps necessary to undo this workorder.
void execute()
Execute the workorder.
Namespace for ISIS/Bullet specific routines.
Project * project() const
Returns the Project this WorkOrder is attached to.
Move images below all other images in a mosaic scene This workorder is synchronous and undoable...