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

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