1 #ifndef ControlHealthMonitorWorkOrder_H 2 #define ControlHealthMonitorWorkOrder_H The main project for ipce.
Definition: Project.h:289
~ControlHealthMonitorWorkOrder()
The Destructor.
Definition: ControlHealthMonitorWorkOrder.cpp:62
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
Definition: ControlList.h:36
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
Definition: ControlHealthMonitorWorkOrder.h:39
virtual bool isExecutable(ControlList *controls)
Determines if we can execute the health monitor.
Definition: ControlHealthMonitorWorkOrder.cpp:82
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:322
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
virtual ControlHealthMonitorWorkOrder * clone() const
Returns a copy of this ControlHealthMonitorWorkOrder instance.
Definition: ControlHealthMonitorWorkOrder.cpp:70
void execute()
Set the active control net for the project.
Definition: ControlHealthMonitorWorkOrder.cpp:119
bool setupExecution()
Make sure an active ImageList has been chosen.
Definition: ControlHealthMonitorWorkOrder.cpp:91
ControlHealthMonitorWorkOrder(Project *project)
Creates a WorkOrder that will display the Control Net Health Monitor interface.
Definition: ControlHealthMonitorWorkOrder.cpp:39
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1314