Isis 3.0 Programmer Reference
Back | Home
SaveProjectAsWorkOrder.h
Go to the documentation of this file.
1 #ifndef SaveProjectAsWorkOrder_H
2 #define SaveProjectAsWorkOrder_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 SaveProjectAsWorkOrder *clone() const;
51 
52  bool execute();
53 
54  private:
55  SaveProjectAsWorkOrder &operator=(const SaveProjectAsWorkOrder &rhs);
56  };
57 }
58 
59 #endif // SaveProjectAsWorkOrder_H
Saves a project to disk (File-&gt;Save Project As...)
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

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:39