Isis 3.0 Programmer Reference
Back | Home
ViewControlNet3DWorkOrder.h
Go to the documentation of this file.
1 #ifndef ViewControlNet3DWorkOrder_H
2 #define ViewControlNet3DWorkOrder_H
3 
25 #include "WorkOrder.h"
26 
27 namespace Isis {
41  Q_OBJECT
42  public:
46 
47  virtual ViewControlNet3DWorkOrder *clone() const;
48 
49  //virtual bool isExecutable(QList<Control *> controls);
50  virtual bool isExecutable(ControlList *controls);
51  bool execute();
52 
53  protected:
54  bool dependsOn(WorkOrder *other) const;
55  void syncRedo();
56  void syncUndo();
57 
58  private:
60  };
61 }
62 #endif
63 
The main project for cnetsuite.
Definition: Project.h:105
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
Definition: ControlList.h:34
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
virtual bool isExecutable(ControlList *controls)
Determines if there is a control net to display.
ViewControlNet3DWorkOrder(Project *project)
Creates a WorkOrder that will display a control net.
void syncRedo()
Redisplays the control net.
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
Parent class for anything that performs an action in Project.
Definition: WorkOrder.h:104
virtual ViewControlNet3DWorkOrder * clone() const
Returns a copy of this ViewControlNet3DWorkOrder instance.
bool execute()
Attempts to display a control network in 3D.
void syncUndo()
Deletes the last view.
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon ViewControlNet3DWorkOrder.

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 ISIS Support Center
File Modified: 07/12/2023 23:31:25