![]() |
VR-Forces 4.7 Class Documentation
|
Adds terrain patches to the scene. More...
Public Member Functions | |
| DtOsgEarthServerLogic (DtDe &ig, DtOsgEarthServerInterface *iFace) | |
| CTOR. | |
| virtual | ~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 |
DTOR.
|
virtual |
Initializes the list of available servers.
| void makVrv::DtOsgEarthServerLogic::addTerrainPatch | ( | const std::string & | serverName | ) |
Sets myServerFileName then calls addTerrainPatch.
|
protected |
Called when a user clicks "Connect" in the connect dialog.
|
protected |
Called when a user change the selected server in the connect dialog.
|
protected |
Called when a user rename a server.
|
protected |
Called when a user add a server.
|
protected |
Called when a user add a server.
|
protected |
Called when a user delete a server.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |