Isis 3 Programmer Reference
ViewControlNet3DWorkOrder.h
Go to the documentation of this file.
1 #ifndef ViewControlNet3DWorkOrder_H
2 #define ViewControlNet3DWorkOrder_H
3 
25 #include "WorkOrder.h"
26 
27 namespace Isis {
48  Q_OBJECT
49  public:
53 
54  virtual ViewControlNet3DWorkOrder *clone() const;
55 
56  //virtual bool isExecutable(QList<Control *> controls);
57  virtual bool isExecutable(ControlList *controls);
58  bool setupExecution();
59 
60  protected:
61  bool dependsOn(WorkOrder *other) const;
62  void execute();
63  void undoExecution();
64 
65  private:
67  };
68 }
69 #endif
Isis::WorkOrder
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
Isis::ViewControlNet3DWorkOrder::clone
virtual ViewControlNet3DWorkOrder * clone() const
Returns a copy of this ViewControlNet3DWorkOrder instance.
Definition: ViewControlNet3DWorkOrder.cpp:68
Isis::ControlList
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
Definition: ControlList.h:44
Isis::ViewControlNet3DWorkOrder
This work order displays a control network in 3D in an OpenGL view.
Definition: ViewControlNet3DWorkOrder.h:47
Isis::ViewControlNet3DWorkOrder::undoExecution
void undoExecution()
Deletes the last view.
Definition: ViewControlNet3DWorkOrder.cpp:133
Isis::ViewControlNet3DWorkOrder::dependsOn
bool dependsOn(WorkOrder *other) const
Determines whether a WorkOrder depends upon ViewControlNet3DWorkOrder.
Definition: ViewControlNet3DWorkOrder.cpp:114
Isis::Project
The main project for ipce.
Definition: Project.h:289
Isis::ViewControlNet3DWorkOrder::execute
void execute()
Display the 3D control network.
Definition: ViewControlNet3DWorkOrder.cpp:123
Isis::ViewControlNet3DWorkOrder::~ViewControlNet3DWorkOrder
~ViewControlNet3DWorkOrder()
The Destructor.
Definition: ViewControlNet3DWorkOrder.cpp:60
Isis::ViewControlNet3DWorkOrder::setupExecution
bool setupExecution()
Prompt user for any information need to display the control network.
Definition: ViewControlNet3DWorkOrder.cpp:91
Isis::WorkOrder::project
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
Isis::ViewControlNet3DWorkOrder::isExecutable
virtual bool isExecutable(ControlList *controls)
Determines if there is a control net to display.
Definition: ViewControlNet3DWorkOrder.cpp:80
Isis::ViewControlNet3DWorkOrder::ViewControlNet3DWorkOrder
ViewControlNet3DWorkOrder(Project *project)
Creates a WorkOrder that will display a control net.
Definition: ViewControlNet3DWorkOrder.cpp:41
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16