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
MosaicSceneWorkOrder.h
1#ifndef MosaicSceneWorkOrder_H
2#define MosaicSceneWorkOrder_H
3
4#include "WorkOrder.h"
5
6namespace Isis {
8
27 class MosaicSceneWorkOrder : public WorkOrder {
28 Q_OBJECT
29 public:
30 MosaicSceneWorkOrder(QString actionText, MosaicSceneWidget *scene, Project *project);
31 MosaicSceneWorkOrder(Project *project);
32 MosaicSceneWorkOrder(const MosaicSceneWorkOrder &other);
34
35 protected:
37
38 void restoreZPositions(bool zValuesMightBeInUse);
39 void storeZPositions(QList<double> zPositions);
40
41 private:
42 MosaicSceneWorkOrder &operator=(const MosaicSceneWorkOrder &rhs);
43 };
44}
45
46#endif
This widget encompasses the entire mosaic scene.
void restoreZPositions(bool zValuesMightBeInUse)
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order's interal data (the MosaicSceneWidget'...
The main project for ipce.
Definition Project.h:287
Project * project() const
Returns the Project this WorkOrder is attached to.
WorkOrder(Project *project)
Create a work order that will work with the given project.
Definition WorkOrder.cpp:38
This is free and unencumbered software released into the public domain.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16