Isis 3.0
Home
MoveToTopSceneWorkOrder.h
Go to the documentation of this file.
1 #ifndef MoveToTopSceneWorkOrder_H
2 #define MoveToTopSceneWorkOrder_H
3 
4 #include "MosaicSceneWorkOrder.h"
5 
6 namespace Isis {
7  class MosaicSceneWidget;
8 
19  Q_OBJECT
20  public:
25 
26  virtual MoveToTopSceneWorkOrder *clone() const;
27 
28  void syncRedo();
29  void syncUndo();
30 
31  private:
32  MoveToTopSceneWorkOrder &operator=(const MoveToTopSceneWorkOrder &rhs);
33  };
34 }
35 
36 #endif
Work order associated with a MosaicSceneWidget.
Definition: MosaicSceneWorkOrder.h:27
The main project for cnetsuite.
Definition: Project.h:105
This widget encompasses the entire mosaic scene.
Definition: MosaicSceneWidget.h:141
virtual MoveToTopSceneWorkOrder * clone() const
Definition: MoveToTopSceneWorkOrder.cpp:27
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
~MoveToTopSceneWorkOrder()
Definition: MoveToTopSceneWorkOrder.cpp:23
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
Definition: MosaicSceneWorkOrder.cpp:50
Move images on top of all other images in a mosaic scene.
Definition: MoveToTopSceneWorkOrder.h:18
MoveToTopSceneWorkOrder(MosaicSceneWidget *scene, Project *project)
Definition: MoveToTopSceneWorkOrder.cpp:8
void syncUndo()
This method is designed to be implemented by children work orders.
Definition: MoveToTopSceneWorkOrder.cpp:37
void syncRedo()
This method is designed to be implemented by children work orders.
Definition: MoveToTopSceneWorkOrder.cpp:32