Isis 3 Programmer Reference
SaveProjectWorkOrder.h
Go to the documentation of this file.
1 #ifndef SaveProjectWorkOrder_H
2 #define SaveProjectWorkOrder_H
3 
25 #include "WorkOrder.h"
26 
27 #include <functional>
28 
29 #include <QDir>
30 
31 class QString;
32 
33 namespace Isis {
34  class FileName;
35 
48  Q_OBJECT
49  public:
53 
54  virtual SaveProjectWorkOrder *clone() const;
55 
56  bool setupExecution();
57 
58  private:
59  SaveProjectWorkOrder &operator=(const SaveProjectWorkOrder &rhs);
60  };
61 }
62 
63 #endif // SaveProjectWorkOrder_H
The main project for ipce.
Definition: Project.h:289
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:322
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
SaveProjectWorkOrder(Project *project)
Constructor.
bool setupExecution()
Sets up the work order.
Saves a project to disk (File->Save Project...)
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1314
virtual SaveProjectWorkOrder * clone() const
Clones an existing SaveProjectWorkder and gives back a newly allocated copy of the work order...