|
Isis 3 Programmer Reference
|
1 #ifndef CnetEditorViewWorkOrder_H
2 #define CnetEditorViewWorkOrder_H
12 #include "WorkOrder.h"
void execute()
Execute the workorder.
Provide Undo/redo abilities, serialization, and history for an operation.
bool dependsOn(WorkOrder *other) const
Indicate workorder dependency This is a virtual function whose role in child classes is to determine ...
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
This work order allows the user to open a cnet editor (table) view of a single control network.
The main project for ipce.
bool setupExecution()
This sets up the state for the work order.
void undoExecution()
Execute the steps necessary to undo this workorder.
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual bool isExecutable(ControlList *controls)
Re-implement this method if your work order utilizes a control for data in order to operate.
This is free and unencumbered software released into the public domain.