Isis Developer Reference
MoveToTopSceneWorkOrder.h
Go to the documentation of this file.
1#ifndef MoveToTopSceneWorkOrder_H
2#define MoveToTopSceneWorkOrder_H
3
5
6namespace Isis {
7 class MosaicSceneWidget;
8
21 Q_OBJECT
22 public:
27
28 virtual MoveToTopSceneWorkOrder *clone() const;
29
30 void execute();
31 void undoExecution();
32
33 private:
35 };
36}
37
38#endif
This widget encompasses the entire mosaic scene.
Definition: MosaicSceneWidget.h:153
Work order associated with a MosaicSceneWidget.
Definition: MosaicSceneWorkOrder.h:27
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
Definition: MosaicSceneWorkOrder.cpp:49
Move images on top of all other images in a mosaic scene This workorder is synchronous and undoable.
Definition: MoveToTopSceneWorkOrder.h:20
virtual MoveToTopSceneWorkOrder * clone() const
Definition: MoveToTopSceneWorkOrder.cpp:26
void undoExecution()
Execute the steps necessary to undo this workorder.
Definition: MoveToTopSceneWorkOrder.cpp:36
~MoveToTopSceneWorkOrder()
Definition: MoveToTopSceneWorkOrder.cpp:22
void execute()
Execute the workorder.
Definition: MoveToTopSceneWorkOrder.cpp:31
The main project for ipce.
Definition: Project.h:289
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1298
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16