Isis 3.0 Programmer Reference
Back | Home
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 
44  Q_OBJECT
45  public:
49 
50  virtual SaveProjectWorkOrder *clone() const;
51 
52  bool execute();
53 
54  private:
55  SaveProjectWorkOrder &operator=(const SaveProjectWorkOrder &rhs);
56  };
57 }
58 
59 #endif // SaveProjectWorkOrder_H
The main project for cnetsuite.
Definition: Project.h:105
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1116
bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
Parent class for anything that performs an action in Project.
Definition: WorkOrder.h:104
Saves a project to disk (File-&gt;Save Project...)

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:28:41