  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef SetActiveControlWorkOrder_H 
    2 #define SetActiveControlWorkOrder_H 
   23 #include "WorkOrder.h" 
 
 
void execute()
Set the active control net for the project.
 
Provide Undo/redo abilities, serialization, and history for an operation.
 
virtual SetActiveControlWorkOrder * clone() const
Returns a copy of this SetActiveControlWorkOrder instance.
 
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
 
~SetActiveControlWorkOrder()
The Destructor.
 
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 set this control as active.
 
SetActiveControlWorkOrder(Project *project)
Creates a WorkOrder that will set the active Control in the project.
 
The main project for ipce.
 
Project * project() const
Returns the Project this WorkOrder is attached to.
 
bool setupExecution()
Make sure an active ImageList has been chosen.
 
This is free and unencumbered software released into the public domain.