Isis 3.0 Programmer Reference
Back | Home
OpenRecentProjectWorkOrder.h
Go to the documentation of this file.
1 #ifndef OpenRecentProjectWorkOrder_H
2 #define OpenRecentProjectWorkOrder_H
3 
26 #include "WorkOrder.h"
27 
28 class QString;
29 
30 namespace Isis {
31 
32 
49  Q_OBJECT
50  public:
54 
55  virtual OpenRecentProjectWorkOrder *clone() const;
56 
57  virtual bool isExecutable(QString projectFileName);
58  bool execute();
59 
60  private:
62  };
63 }
64 
65 #endif // OpenRecentProjectWorkOrder_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
This is a child of class WorkOrder which is used for anything that performs an action in a Project...
bool execute()
Attempts to open the recent project.
OpenRecentProjectWorkOrder(Project *project)
Constructor which creates a WorkOrder that will open a recent project.
virtual bool isExecutable(QString projectFileName)
This function determines if the given project file name can be opened.
Parent class for anything that performs an action in Project.
Definition: WorkOrder.h:104
virtual OpenRecentProjectWorkOrder * clone() const
Returns a copy of this OpenRecentProjectWorkOrder instance.

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:25:03