Isis Developer Reference
JigsawWorkOrder.h
Go to the documentation of this file.
1 #ifndef JigsawWorkOrder_H
2 #define JigsawWorkOrder_H
3 
25 #include "WorkOrder.h"
26 
27 template <class T>
29 
30 namespace Isis {
31  class BundleSettings;
62  class JigsawWorkOrder : public WorkOrder {
63  Q_OBJECT
64  public:
66  JigsawWorkOrder(const JigsawWorkOrder &other);
68 
69  virtual JigsawWorkOrder *clone() const;
70 
71  virtual bool isExecutable();
72  virtual void execute();
73 
74  protected:
75  bool dependsOn(WorkOrder *other) const;
76 
77  private:
78  JigsawWorkOrder &operator=(const JigsawWorkOrder &rhs);
79  BundleSettingsQsp m_bundleSettings;
80  };
81 }
82 #endif
Isis::JigsawWorkOrder::dependsOn
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a JigsawWorkOrder.
Definition: JigsawWorkOrder.cpp:131
Isis::WorkOrder
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
Project.h
JigsawRunWidget.h
Isis::JigsawWorkOrder::isExecutable
virtual bool isExecutable()
This method is no longer necessary and will remain commented out until it needs to be implemented.
Definition: JigsawWorkOrder.cpp:115
Isis::JigsawWorkOrder::JigsawWorkOrder
JigsawWorkOrder(Project *project)
Constructs a JigsawWorkOrder.
Definition: JigsawWorkOrder.cpp:55
JigsawWorkOrder.h
Directory.h
Isis::WorkOrder::directory
Directory * directory() const
return the workorder project directory Returns the Directory object of the Project this WorkOrder is ...
Definition: WorkOrder.cpp:1290
JigsawSetupDialog.h
QSharedPointer
Definition: JigsawWorkOrder.h:28
Isis::Project
The main project for ipce.
Definition: Project.h:289
Isis::Project::directory
Directory * directory() const
Returns the directory associated with this Project.
Definition: Project.cpp:1229
WorkOrder.h
Isis::WorkOrder::m_isUndoable
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Definition: WorkOrder.h:523
_FILEINFO_
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Isis::BundleSettingsQsp
QSharedPointer< BundleSettings > BundleSettingsQsp
Definition for a BundleSettingsQsp, a shared pointer to a BundleSettings object.
Definition: BundleSettings.h:404
Isis::WorkOrder::project
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
Isis::IException
Isis exception class.
Definition: IException.h:91
Isis::JigsawWorkOrder::clone
virtual JigsawWorkOrder * clone() const
This method clones the JigsawViewWorkOrder.
Definition: JigsawWorkOrder.cpp:90
Isis::IException::Programmer
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
Isis::JigsawWorkOrder
This work order allows the user to run a bundle adjustment (jigsaw).
Definition: JigsawWorkOrder.h:62
Isis::JigsawWorkOrder::~JigsawWorkOrder
~JigsawWorkOrder()
Destructor.
Definition: JigsawWorkOrder.cpp:81
Isis::JigsawRunWidget
This dialog allows the user to select the bundle adjust parameters, run the bundle,...
Definition: JigsawRunWidget.h:109
Control.h
Isis::JigsawWorkOrder::execute
virtual void execute()
Executes the work order by creating a jigsaw dialog that allows the user to run or re-setup the setti...
Definition: JigsawWorkOrder.cpp:143
BundleSolutionInfo.h
Isis::Directory::addJigsawRunWidget
JigsawRunWidget * addJigsawRunWidget()
Definition: Directory.cpp:982
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16