Isis 3.0 Programmer Reference
Back | Home
MoveUpOneSceneWorkOrder.h
1 #ifndef MoveUpOneSceneWorkOrder_H
2 #define MoveUpOneSceneWorkOrder_H
3 
4 #include "MosaicSceneWorkOrder.h"
5 
6 namespace Isis {
7  class MosaicSceneWidget;
8 
19  Q_OBJECT
20  public:
25 
26  virtual MoveUpOneSceneWorkOrder *clone() const;
27 
28  void syncRedo();
29  void syncUndo();
30 
31  private:
32  MoveUpOneSceneWorkOrder &operator=(const MoveUpOneSceneWorkOrder &rhs);
33  };
34 }
35 
36 #endif
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.
Definition: Project.h:105
void syncRedo()
This method is designed to be implemented by children work orders.
This widget encompasses the entire mosaic scene.
void syncUndo()
This method is designed to be implemented by children work orders.
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:24:14