![]() |
VR-Forces 4.7 Class Documentation
|
Logic for configuring the Hla13 Connection. More...
Public Member Functions | |
| DtOsgEarthSettingsLogic (DtDe &de, DtOsgEarthSettingsInterface *osgEarthSettingsInterface) | |
| CTOR. | |
| virtual | ~DtOsgEarthSettingsLogic () |
| DTOR. | |
| virtual void | setupInstances () |
| Initializes the list of available servers. | |
Protected Member Functions | |
| void | onCurrentServerChanged (const std::string &filename) |
| Called when a user change the selected server in the settings page. | |
| void | onSaveFile (const std::string &desc) |
| Called when a user wants to save the text in the current file. | |
| void | onRenameFile (const std::string &newName) |
| Called when a user wants to rename the current file. | |
| void | onNewFile (const std::string &newName) |
| Called when a user wants to copy the current file. | |
| void | onDeleteFile () |
| Called when a user wants to delete the current file. | |
| void | onServerUpdated (const std::string &name) |
| Called when a server is updated by the EarthServerManager. | |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgEarthSettingsInterface * | myInterface |
| std::string | myServerFileName |
Logic for configuring the Hla13 Connection.
| makVrv::DtOsgEarthSettingsLogic::DtOsgEarthSettingsLogic | ( | DtDe & | de, |
| DtOsgEarthSettingsInterface * | osgEarthSettingsInterface | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Initializes the list of available servers.
|
protected |
Called when a user change the selected server in the settings page.
|
protected |
Called when a user wants to save the text in the current file.
|
protected |
Called when a user wants to rename the current file.
|
protected |
Called when a user wants to copy the current file.
|
protected |
Called when a user wants to delete the current file.
|
protected |
Called when a server is updated by the EarthServerManager.
|
protected |
|
protected |
|
protected |