Isis 3 Programmer Reference
MoveDownOneSceneWorkOrder.h
1 #ifndef MoveDownOneSceneWorkOrder_H
2 #define MoveDownOneSceneWorkOrder_H
3 
4 #include "MosaicSceneWorkOrder.h"
5 
6 namespace Isis {
7  class MosaicSceneWidget;
8 
21  Q_OBJECT
22  public:
27 
28  virtual MoveDownOneSceneWorkOrder *clone() const;
29 
30  void execute();
31  void undoExecution();
32 
33  private:
35  };
36 }
37 
38 #endif
Work order associated with a MosaicSceneWidget.
The main project for ipce.
Definition: Project.h:289
This widget encompasses the entire mosaic scene.
Move images, one by one, below the immediately-below intersecting image in a scene This workorder is ...
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
void execute()
Execute the workorder.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1314
void undoExecution()
Execute the steps necessary to undo this workorder.