![]() |
VR-Forces 4.8 Class Documentation
|
Dialog for adding a terrain patch. More...

Public Slots | |
| virtual void | onConnectClicked () |
| Called when user clicked "Connect". More... | |
| virtual void | onCancelClicked () |
| Called when user clicked "Cancel". More... | |
Public Member Functions | |
| DtOsgEarthServerDialog (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Tool) | |
| CTOR. More... | |
| virtual | ~DtOsgEarthServerDialog () |
| DTOR. More... | |
| virtual void | setMapNameLabel (const std::string &mapname) |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | setImageNameLabel (const std::string &imgname) |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | setDescriptionText (const std::string &desc) |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | setCordSysLabel (const std::string &cordsys) |
| Called by the logic to set parameters for the current server. More... | |
| virtual void | addInstance (const std::string &name) |
| Called by the logic to add an instance to the gui. More... | |
| virtual void | removeInstance (const std::string &name) |
| Called by the logic to remove an instance to the gui. More... | |
| virtual void | clearInstances () |
| Called by the logic to remove all instances from the gui. More... | |
Protected Slots | |
| virtual void | on_myContentsWidget_currentIndexChanged (int) |
Protected Member Functions | |
| void | setupGui () |
| Build Gui. More... | |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgEarthServerLogic * | myLogic |
| DtSelectInstanceWidget * | mySelectInstanceWidget |
| QPlainTextEdit * | myDescriptionText |
| QLineEdit * | myMapNameLabel |
| QLineEdit * | myImageNameLabel |
| QLineEdit * | myCoordSysLabel |
| QCheckBox * | myIndirectEnabledCheckbox |
| QPushButton * | myConnectButton |
| QPushButton * | myCancelButton |
Additional Inherited Members | |
Private Attributes inherited from makVrv::DtOsgEarthServerInterface | |
| 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 |
Dialog for adding a terrain patch.
| makVrv::DtOsgEarthServerDialog::DtOsgEarthServerDialog | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Tool |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Called by the logic to set parameters for the current server.
Implements makVrv::DtOsgEarthServerInterface.
|
virtual |
Called by the logic to set parameters for the current server.
Implements makVrv::DtOsgEarthServerInterface.
|
virtual |
Called by the logic to set parameters for the current server.
Implements makVrv::DtOsgEarthServerInterface.
|
virtual |
Called by the logic to set parameters for the current server.
Implements makVrv::DtOsgEarthServerInterface.
|
virtual |
Called by the logic to add an instance to the gui.
Implements makVrv::DtOsgEarthServerInterface.
|
virtual |
Called by the logic to remove an instance to the gui.
Implements makVrv::DtOsgEarthServerInterface.
|
virtual |
Called by the logic to remove all instances from the gui.
Implements makVrv::DtOsgEarthServerInterface.
|
virtualslot |
Called when user clicked "Connect".
|
virtualslot |
Called when user clicked "Cancel".
|
protectedvirtualslot |
|
protected |
Build Gui.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |