25 #include <QFileDialog>
26 #include <QInputDialog>
27 #include <QMessageBox>
31 #include "ControlList.h"
43 QAction::setText(tr(
"&View ControlNet 3D..."));
80 return (controls->count() == 1);
The main project for cnetsuite.
~ViewControlNet3DWorkOrder()
The Destructor.
Maintains a list of Controls so that control nets can easily be copied from one Project to another...
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.
void syncRedo()
Redisplays the control net.
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
Parent class for anything that performs an action in Project.
virtual ViewControlNet3DWorkOrder * clone() const
Returns a copy of this ViewControlNet3DWorkOrder instance.
bool execute()
Attempts to display a control network in 3D.
void syncUndo()
Deletes the last view.
virtual bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon ViewControlNet3DWorkOrder.