1#ifndef CnetEditorViewWorkOrder_H
2#define CnetEditorViewWorkOrder_H
42 CnetEditorViewWorkOrder(
const CnetEditorViewWorkOrder &other);
43 ~CnetEditorViewWorkOrder();
45 virtual CnetEditorViewWorkOrder *clone()
const;
56 CnetEditorViewWorkOrder &operator=(
const CnetEditorViewWorkOrder &rhs);
virtual bool isExecutable(ControlList *controls)
Re-implement this method if your work order utilizes a control for data in order to operate.
bool dependsOn(WorkOrder *other) const
Indicate workorder dependency This is a virtual function whose role in child classes is to determine ...
void undoExecution()
Execute the steps necessary to undo this workorder.
bool setupExecution()
This sets up the state for the work order.
void execute()
Execute the workorder.
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
The main project for ipce.
Project * project() const
Returns the Project this WorkOrder is attached to.
WorkOrder(Project *project)
Create a work order that will work with the given project.
This is free and unencumbered software released into the public domain.