![]() |
VR-Forces 4.0.4 Class Documentation
|
Adds terrain patches to the scene. More...
Public Member Functions | |
| DtOsgEarthServerLogic (DtDe &ig, DtOsgEarthServerInterface *iFace) | |
| CTOR. | |
| ~DtOsgEarthServerLogic () | |
| DTOR. | |
| virtual void | setupInstances () |
| Initializes the list of available servers. | |
| void | addTerrainPatch (const std::string &serverName) |
| Sets myServerFileName then calls addTerrainPatch. | |
Protected Member Functions | |
| void | addTerrainPatch () |
| Called when a user clicks "Connect" in the connect dialog. | |
| void | onCurrentServerChanged (const std::string &filename) |
| Called when a user change the selected server in the connect dialog. | |
| void | onServerRenamed (const std::string &oldname, const std::string &newname) |
| Called when a user rename a server. | |
| void | onServerAdded (const std::string &name) |
| Called when a user add a server. | |
| void | onServerUpdated (const std::string &name) |
| Called when a user add a server. | |
| void | onServerDeleted (const std::string &name) |
| Called when a user delete a server. | |
Protected Attributes | |
| DtDe & | myIg |
| DtOsgEarthServerInterface * | myInterface |
| std::string | myServerFileName |
| std::string | myCoordinateSystem |
| std::string | myCoordinateSystemParams |
Adds terrain patches to the scene.
| makVrv::DtOsgEarthServerLogic::DtOsgEarthServerLogic | ( | DtDe & | ig, |
| DtOsgEarthServerInterface * | iFace | ||
| ) |
CTOR.
| virtual void makVrv::DtOsgEarthServerLogic::setupInstances | ( | ) | [virtual] |
Initializes the list of available servers.
| void makVrv::DtOsgEarthServerLogic::addTerrainPatch | ( | const std::string & | serverName | ) |
Sets myServerFileName then calls addTerrainPatch.
| void makVrv::DtOsgEarthServerLogic::addTerrainPatch | ( | ) | [protected] |
Called when a user clicks "Connect" in the connect dialog.
| void makVrv::DtOsgEarthServerLogic::onCurrentServerChanged | ( | const std::string & | filename | ) | [protected] |
Called when a user change the selected server in the connect dialog.
| void makVrv::DtOsgEarthServerLogic::onServerRenamed | ( | const std::string & | oldname, |
| const std::string & | newname | ||
| ) | [protected] |
Called when a user rename a server.
| void makVrv::DtOsgEarthServerLogic::onServerAdded | ( | const std::string & | name | ) | [protected] |
Called when a user add a server.
| void makVrv::DtOsgEarthServerLogic::onServerUpdated | ( | const std::string & | name | ) | [protected] |
Called when a user add a server.
| void makVrv::DtOsgEarthServerLogic::onServerDeleted | ( | const std::string & | name | ) | [protected] |
Called when a user delete a server.
DtDe& makVrv::DtOsgEarthServerLogic::myIg [protected] |
std::string makVrv::DtOsgEarthServerLogic::myServerFileName [protected] |
std::string makVrv::DtOsgEarthServerLogic::myCoordinateSystem [protected] |
std::string makVrv::DtOsgEarthServerLogic::myCoordinateSystemParams [protected] |