![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtOsgEarthStartupManager class is responsible for showing the startup dialog and determining whether it should be shown or not. More...

Public Member Functions | |
| virtual | ~DtOsgEarthStartupManager () |
| Destructor. | |
| virtual void | showDialog () |
| Shows the dialog if myShowStartupDialog is true. | |
| virtual void | init () |
| Initializes the manager. | |
| virtual void | setShowStartupDialog (bool show) |
| Tell the manager to show the dialog or not. | |
| virtual bool | showStartupDialog () const |
| Whether the manager will show the dialog or not. | |
| virtual void | loadDefaultStartupSettings (bool loadOnlyFactorySettings=false) |
| Loads the default settings. | |
| virtual void | saveSettingsAsDefaults () |
| Saves the default settings. | |
| virtual void | setDoNotShowStartupDialog (bool b) |
| Tells the manager not to show the dialog again. | |
Static Public Member Functions | |
| static DtOsgEarthStartupManager & | instance (DtDe &de) |
| Retrieve the instance of DtOsgEarthStartupManager. | |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgEarthStartupDialog * | myStartupDialog |
| bool | myInitialized |
| bool | myShowStartupDialog |
Private Member Functions | |
| DtOsgEarthStartupManager (DtDe &de) | |
The DtOsgEarthStartupManager class is responsible for showing the startup dialog and determining whether it should be shown or not.
| virtual makVrv::DtOsgEarthStartupManager::~DtOsgEarthStartupManager | ( | ) | [virtual] |
Destructor.
| makVrv::DtOsgEarthStartupManager::DtOsgEarthStartupManager | ( | DtDe & | de | ) | [private] |
| static DtOsgEarthStartupManager& makVrv::DtOsgEarthStartupManager::instance | ( | DtDe & | de | ) | [static] |
Retrieve the instance of DtOsgEarthStartupManager.
| virtual void makVrv::DtOsgEarthStartupManager::showDialog | ( | ) | [virtual] |
Shows the dialog if myShowStartupDialog is true.
| virtual void makVrv::DtOsgEarthStartupManager::init | ( | ) | [virtual] |
Initializes the manager.
| virtual void makVrv::DtOsgEarthStartupManager::setShowStartupDialog | ( | bool | show | ) | [virtual] |
Tell the manager to show the dialog or not.
| virtual bool makVrv::DtOsgEarthStartupManager::showStartupDialog | ( | ) | const [virtual] |
Whether the manager will show the dialog or not.
| virtual void makVrv::DtOsgEarthStartupManager::loadDefaultStartupSettings | ( | bool | loadOnlyFactorySettings = false | ) | [virtual] |
Loads the default settings.
| virtual void makVrv::DtOsgEarthStartupManager::saveSettingsAsDefaults | ( | ) | [virtual] |
Saves the default settings.
| virtual void makVrv::DtOsgEarthStartupManager::setDoNotShowStartupDialog | ( | bool | b | ) | [virtual] |
Tells the manager not to show the dialog again.
DtDe& makVrv::DtOsgEarthStartupManager::myDe [protected] |
bool makVrv::DtOsgEarthStartupManager::myInitialized [protected] |