![]() |
VR-Forces 4.0.4 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 makVrv::DtOsgEarthSettingsLogic::~DtOsgEarthSettingsLogic | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtOsgEarthSettingsLogic::setupInstances | ( | ) | [virtual] |
Initializes the list of available servers.
| void makVrv::DtOsgEarthSettingsLogic::onCurrentServerChanged | ( | const std::string & | filename | ) | [protected] |
Called when a user change the selected server in the settings page.
| void makVrv::DtOsgEarthSettingsLogic::onSaveFile | ( | const std::string & | desc | ) | [protected] |
Called when a user wants to save the text in the current file.
| void makVrv::DtOsgEarthSettingsLogic::onRenameFile | ( | const std::string & | newName | ) | [protected] |
Called when a user wants to rename the current file.
| void makVrv::DtOsgEarthSettingsLogic::onNewFile | ( | const std::string & | newName | ) | [protected] |
Called when a user wants to copy the current file.
| void makVrv::DtOsgEarthSettingsLogic::onDeleteFile | ( | ) | [protected] |
Called when a user wants to delete the current file.
| void makVrv::DtOsgEarthSettingsLogic::onServerUpdated | ( | const std::string & | name | ) | [protected] |
Called when a server is updated by the EarthServerManager.
DtDe& makVrv::DtOsgEarthSettingsLogic::myDe [protected] |
std::string makVrv::DtOsgEarthSettingsLogic::myServerFileName [protected] |