1#ifndef ViewControlNet3DWorkOrder_H
2#define ViewControlNet3DWorkOrder_H
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
virtual ViewControlNet3DWorkOrder * clone() const
Returns a copy of this ViewControlNet3DWorkOrder instance.
Definition ViewControlNet3DWorkOrder.cpp:68
void undoExecution()
Deletes the last view.
Definition ViewControlNet3DWorkOrder.cpp:133
bool setupExecution()
Prompt user for any information need to display the control network.
Definition ViewControlNet3DWorkOrder.cpp:91
virtual bool isExecutable(ControlList *controls)
Determines if there is a control net to display.
Definition ViewControlNet3DWorkOrder.cpp:80
ViewControlNet3DWorkOrder(Project *project)
Creates a WorkOrder that will display a control net.
Definition ViewControlNet3DWorkOrder.cpp:41
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon ViewControlNet3DWorkOrder.
Definition ViewControlNet3DWorkOrder.cpp:114
~ViewControlNet3DWorkOrder()
The Destructor.
Definition ViewControlNet3DWorkOrder.cpp:60
void execute()
Display the 3D control network.
Definition ViewControlNet3DWorkOrder.cpp:123
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