![]() |
VR-Forces 4.8 Class Documentation
|
The interface between the Terrain patch logic and the dialog. More...

Public Member Functions | |
| virtual void | setMapNameLabel (const std::string &mapname)=0 |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | setImageNameLabel (const std::string &imgname)=0 |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | setDescriptionText (const std::string &desc)=0 |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | setCordSysLabel (const std::string &cordsys)=0 |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | addInstance (const std::string &name)=0 |
| Called by the logic to add an instance to the gui. More... | |
| virtual void | removeInstance (const std::string &name)=0 |
| Called by the logic to remove an instance to the gui. More... | |
| virtual void | clearInstances ()=0 |
| Called by the logic to remove all instances from the gui. More... | |
Public Attributes | |
| boost::signal< void(bool)> | signal_addTerrainPatch |
| boost::signal< void(const std::string &)> | signal_terrainPatchFileChosen |
| boost::signal< void(const std::string &)> | signal_currentServerChanged |
| boost::signal< void(const std::string &)> | signal_coordinateSystemParameters |
The interface between the Terrain patch logic and the dialog.
|
pure virtual |
Called by the logic to set parameters for the current server.
Implemented in makVrv::DtOsgEarthServerDialog.
|
pure virtual |
Called by the logic to set parameters for the current server.
Implemented in makVrv::DtOsgEarthServerDialog.
|
pure virtual |
Called by the logic to set parameters for the current server.
Implemented in makVrv::DtOsgEarthServerDialog.
|
pure virtual |
Called by the logic to set parameters for the current server.
Implemented in makVrv::DtOsgEarthServerDialog.
|
pure virtual |
Called by the logic to add an instance to the gui.
Implemented in makVrv::DtOsgEarthServerDialog.
|
pure virtual |
Called by the logic to remove an instance to the gui.
Implemented in makVrv::DtOsgEarthServerDialog.
|
pure virtual |
Called by the logic to remove all instances from the gui.
Implemented in makVrv::DtOsgEarthServerDialog.
| boost::signal<void (bool)> makVrv::DtOsgEarthServerInterface::signal_addTerrainPatch |
| boost::signal<void (const std::string&)> makVrv::DtOsgEarthServerInterface::signal_terrainPatchFileChosen |
| boost::signal<void (const std::string&)> makVrv::DtOsgEarthServerInterface::signal_currentServerChanged |
| boost::signal<void (const std::string&)> makVrv::DtOsgEarthServerInterface::signal_coordinateSystemParameters |