The API for controller of TerraView application.
More...
#include <TerraViewController.h>
The API for controller of TerraView application.
Definition at line 59 of file TerraViewController.h.
virtual TerraViewController::~TerraViewController |
( |
| ) |
|
|
virtual |
const QString& TerraViewController::getAppProjectExtension |
( |
| ) |
const |
Returns the application project extension.
- Returns
- Application project extension.
QString TerraViewController::getExtensionFilter |
( |
| ) |
|
Returns the project extension filter .
- Returns
- Filter string.
QString TerraViewController::getMostRecentProject |
( |
| ) |
const |
Returns the most recent project.
- Returns
- Application most recent opened project.
virtual void TerraViewController::initializeProjectMenus |
( |
| ) |
|
|
virtual |
Initializes the menus for the most recent open projects.
void TerraViewController::updateRecentProjects |
( |
const QString & |
prjFile, |
|
|
const QString & |
prjTitle |
|
) |
| |
Update the list of recent projects. This is commonly used when there's a new most recent project.
- Parameters
-
prj_file | Complete file name for the project file. |
prj_title | Title of the project. |
QString TerraViewController::m_appProjectExtension |
|
protected |
QStringList TerraViewController::m_recentProjs |
|
protected |
QStringList TerraViewController::m_recentProjsTitles |
|
protected |
The documentation for this class was generated from the following file: