File failed to load: https://isis.astrogeology.usgs.gov/9.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MoveToBottomSceneWorkOrder.h
1#ifndef MoveToBottomSceneWorkOrder_H
2#define MoveToBottomSceneWorkOrder_H
3
4#include "MosaicSceneWorkOrder.h"
5
6namespace Isis {
8
20 class MoveToBottomSceneWorkOrder : public MosaicSceneWorkOrder {
21 Q_OBJECT
22 public:
23 MoveToBottomSceneWorkOrder(MosaicSceneWidget *scene, Project *project);
24 MoveToBottomSceneWorkOrder(Project *project);
25 MoveToBottomSceneWorkOrder(const MoveToBottomSceneWorkOrder &other);
26 ~MoveToBottomSceneWorkOrder();
27
28 virtual MoveToBottomSceneWorkOrder *clone() const;
29
30 void execute();
31 void undoExecution();
32
33 private:
34 MoveToBottomSceneWorkOrder &operator=(const MoveToBottomSceneWorkOrder &rhs);
35 };
36}
37
38#endif
This widget encompasses the entire mosaic scene.
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
void undoExecution()
Execute the steps necessary to undo this workorder.
The main project for ipce.
Definition Project.h:287
Project * project() const
Returns the Project this WorkOrder is attached to.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16