1 #ifndef ControlHealthMonitorWorkOrder_H 2 #define ControlHealthMonitorWorkOrder_H The main project for ipce.
~ControlHealthMonitorWorkOrder()
The Destructor.
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
virtual bool isExecutable(ControlList *controls)
Determines if we can execute the health monitor.
Provide Undo/redo abilities, serialization, and history for an operation.
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.
void execute()
Set the active control net for the project.
bool setupExecution()
Make sure an active ImageList has been chosen.
ControlHealthMonitorWorkOrder(Project *project)
Creates a WorkOrder that will display the Control Net Health Monitor interface.
Namespace for ISIS/Bullet specific routines.
Project * project() const
Returns the Project this WorkOrder is attached to.