Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis 3 Programmer Reference
MoveToTopSceneWorkOrder.h
1#ifndef MoveToTopSceneWorkOrder_H
2#define MoveToTopSceneWorkOrder_H
3
4#include "MosaicSceneWorkOrder.h"
5
6namespace Isis {
8
20 class MoveToTopSceneWorkOrder : public MosaicSceneWorkOrder {
21 Q_OBJECT
22 public:
23 MoveToTopSceneWorkOrder(MosaicSceneWidget *scene, Project *project);
24 MoveToTopSceneWorkOrder(Project *project);
25 MoveToTopSceneWorkOrder(const MoveToTopSceneWorkOrder &other);
26 ~MoveToTopSceneWorkOrder();
27
28 virtual MoveToTopSceneWorkOrder *clone() const;
29
30 void execute();
31 void undoExecution();
32
33 private:
34 MoveToTopSceneWorkOrder &operator=(const MoveToTopSceneWorkOrder &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.
void execute()
Execute the 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