|
Isis 3 Programmer Reference
|
Go to the documentation of this file. 1 #ifndef ViewControlNet3DWorkOrder_H
2 #define ViewControlNet3DWorkOrder_H
25 #include "WorkOrder.h"
Provide Undo/redo abilities, serialization, and history for an operation.
virtual ViewControlNet3DWorkOrder * clone() const
Returns a copy of this ViewControlNet3DWorkOrder instance.
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
This work order displays a control network in 3D in an OpenGL view.
void undoExecution()
Deletes the last view.
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon ViewControlNet3DWorkOrder.
The main project for ipce.
void execute()
Display the 3D control network.
~ViewControlNet3DWorkOrder()
The Destructor.
bool setupExecution()
Prompt user for any information need to display the control network.
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual bool isExecutable(ControlList *controls)
Determines if there is a control net to display.
ViewControlNet3DWorkOrder(Project *project)
Creates a WorkOrder that will display a control net.
This is free and unencumbered software released into the public domain.