|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MoveToTopSceneWorkOrder_H
2 #define MoveToTopSceneWorkOrder_H
7 class MosaicSceneWidget;
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
Definition: MosaicSceneWorkOrder.cpp:50
Work order associated with a MosaicSceneWidget.
Definition: MosaicSceneWorkOrder.h:27
ImageList * imageList()
Returns a pointer to the ImageList for this WorkOrder.
Definition: WorkOrder.cpp:631
virtual MoveToTopSceneWorkOrder * clone() const
Definition: MoveToTopSceneWorkOrder.cpp:27
~MoveToTopSceneWorkOrder()
Definition: MoveToTopSceneWorkOrder.cpp:23
The main project for ipce.
Definition: Project.h:289
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
void execute()
Execute the workorder.
Definition: MoveToTopSceneWorkOrder.cpp:32
MoveToTopSceneWorkOrder(MosaicSceneWidget *scene, Project *project)
Definition: MoveToTopSceneWorkOrder.cpp:8
void undoExecution()
Execute the steps necessary to undo this workorder.
Definition: MoveToTopSceneWorkOrder.cpp:37
void restoreZPositions(bool zValuesMightBeInUse)
Definition: MosaicSceneWorkOrder.cpp:67
Move images on top of all other images in a mosaic scene This workorder is synchronous and undoable.
Definition: MoveToTopSceneWorkOrder.h:20
void storeZPositions(QList< double > zPositions)
Definition: MosaicSceneWorkOrder.cpp:84
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16