1#ifndef SetActiveControlWorkOrder_H 
    2#define SetActiveControlWorkOrder_H 
This represents an ISIS control net in a project-based GUI interface.
Definition Control.h:65
 
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
Definition ControlList.h:42
 
The main project for ipce.
Definition Project.h:287
 
~SetActiveControlWorkOrder()
The Destructor.
Definition SetActiveControlWorkOrder.cpp:62
 
bool setupExecution()
Make sure an active ImageList has been chosen.
Definition SetActiveControlWorkOrder.cpp:99
 
virtual SetActiveControlWorkOrder * clone() const
Returns a copy of this SetActiveControlWorkOrder instance.
Definition SetActiveControlWorkOrder.cpp:70
 
SetActiveControlWorkOrder(Project *project)
Creates a WorkOrder that will set the active Control in the project.
Definition SetActiveControlWorkOrder.cpp:39
 
void execute()
Set the active control net for the project.
Definition SetActiveControlWorkOrder.cpp:128
 
virtual bool isExecutable(ControlList *controls)
Determines if we can set this control as active.
Definition SetActiveControlWorkOrder.cpp:81
 
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition WorkOrder.cpp:1288
 
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.
Definition Apollo.h:16