Isis 3.0 Programmer Reference
Back | Home
SetActiveControlWorkOrder.h
Go to the documentation of this file.
1 #ifndef SetActiveControlWorkOrder_H
2 #define SetActiveControlWorkOrder_H
3 
23 #include "WorkOrder.h"
24 
25 namespace Isis {
26  class Control;
27 
42  Q_OBJECT
43  public:
47 
48  virtual SetActiveControlWorkOrder *clone() const;
49 
50  virtual bool isExecutable(ControlList *controls);
51  bool execute();
52 
53  private:
55  };
56 }
57 #endif
58 
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
bool execute()
Attempt to set control as active control.
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
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
SetActiveControlWorkOrder(Project *project)
Creates a WorkOrder that will set the active Control in the project.
virtual SetActiveControlWorkOrder * clone() const
Returns a copy of this SetActiveControlWorkOrder instance.
virtual bool isExecutable(ControlList *controls)
Determines if we can set this control as active.

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:29:00