1 #ifndef MoveUpOneSceneWorkOrder_H
2 #define MoveUpOneSceneWorkOrder_H
4 #include "MosaicSceneWorkOrder.h"
7 class MosaicSceneWidget;
Work order associated with a MosaicSceneWidget.
Move images, one by one, on top of the immediately-above intersecting image in a scene.
The main project for cnetsuite.
void syncRedo()
This method is designed to be implemented by children work orders.
void syncUndo()
This method is designed to be implemented by children work orders.
Project * project() const
Returns the Project this WorkOrder is attached to.
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...