File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
MoveToBottomSceneWorkOrder.h
Go to the documentation of this file.
1 #ifndef MoveToBottomSceneWorkOrder_H
2 #define MoveToBottomSceneWorkOrder_H
3 
4 #include "MosaicSceneWorkOrder.h"
5 
6 namespace Isis {
7  class MosaicSceneWidget;
8 
21  Q_OBJECT
22  public:
27 
28  virtual MoveToBottomSceneWorkOrder *clone() const;
29 
30  void execute();
31  void undoExecution();
32 
33  private:
35  };
36 }
37 
38 #endif
Work order associated with a MosaicSceneWidget.
Definition: MosaicSceneWorkOrder.h:27
The main project for ipce.
Definition: Project.h:289
This widget encompasses the entire mosaic scene.
Definition: MosaicSceneWidget.h:153
~MoveToBottomSceneWorkOrder()
Definition: MoveToBottomSceneWorkOrder.cpp:24
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
Definition: MosaicSceneWorkOrder.cpp:50
void undoExecution()
Execute the steps necessary to undo this workorder.
Definition: MoveToBottomSceneWorkOrder.cpp:38
void execute()
Execute the workorder.
Definition: MoveToBottomSceneWorkOrder.cpp:33
MoveToBottomSceneWorkOrder(MosaicSceneWidget *scene, Project *project)
Definition: MoveToBottomSceneWorkOrder.cpp:8
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
virtual MoveToBottomSceneWorkOrder * clone() const
Definition: MoveToBottomSceneWorkOrder.cpp:28
Move images below all other images in a mosaic scene This workorder is synchronous and undoable...
Definition: MoveToBottomSceneWorkOrder.h:20

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:24:54