![]() |
VR-Forces 4.0.4 Class Documentation
|
Widget for osgEarth server settings. More...

Public Slots | |
User input slots (public). | |
Receives notification that the user has changed a widget's value. | |
| virtual void | onSaveClicked () |
| Called when user clicked "Connect". | |
| virtual void | onCancelClicked () |
| Called when user clicked "Cancel". | |
Public Member Functions | |
| DtOsgEarthSettingsWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtOsgEarthSettingsWidget () |
| DTOR. | |
Field value setters. | |
Sets the values of the widget's corresponding fields. | |
| virtual void | setText (const std::string &desc) |
| 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 | |
User input slots (protected). | |
Receives notification that the user has changed a widget's value. | |
| virtual void | on_myContentsWidget_currentIndexChanged (int) |
| virtual void | on_myContentsWidget_NewInstanceRequested () |
| virtual void | on_myContentsWidget_DeleteInstanceRequested () |
| virtual void | on_myContentsWidget_RenameInstanceRequested () |
| virtual void | onTextChanged () |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. | |
| int | saveOption () |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgEarthSettingsLogic * | myLogic |
| std::string | myContent |
| bool | myChanged |
| QVBoxLayout * | myMainLayout |
| QVBoxLayout * | myContentsLayout |
| QHBoxLayout * | myControlsLayout |
| DtSelectInstanceWidget * | mySelectInstanceWidget |
| QPlainTextEdit * | myDescriptionText |
| QPushButton * | mySaveButton |
| QPushButton * | myCancelButton |
Widget for osgEarth server settings.
| makVrv::DtOsgEarthSettingsWidget::DtOsgEarthSettingsWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
| virtual makVrv::DtOsgEarthSettingsWidget::~DtOsgEarthSettingsWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtOsgEarthSettingsWidget::setText | ( | const std::string & | desc | ) | [virtual] |
Called by the logic to set parameters for the current server.
Implements makVrv::DtOsgEarthSettingsInterface.
| virtual void makVrv::DtOsgEarthSettingsWidget::addInstance | ( | const std::string & | name | ) | [virtual] |
Called by the logic to add an instance to the gui.
Implements makVrv::DtOsgEarthSettingsInterface.
| virtual void makVrv::DtOsgEarthSettingsWidget::removeInstance | ( | const std::string & | name | ) | [virtual] |
Called by the logic to remove an instance to the gui.
Implements makVrv::DtOsgEarthSettingsInterface.
| virtual void makVrv::DtOsgEarthSettingsWidget::clearInstances | ( | ) | [virtual] |
Called by the logic to remove all instances from the gui.
Implements makVrv::DtOsgEarthSettingsInterface.
| virtual void makVrv::DtOsgEarthSettingsWidget::onSaveClicked | ( | ) | [virtual, slot] |
Called when user clicked "Connect".
| virtual void makVrv::DtOsgEarthSettingsWidget::onCancelClicked | ( | ) | [virtual, slot] |
Called when user clicked "Cancel".
| virtual void makVrv::DtOsgEarthSettingsWidget::on_myContentsWidget_currentIndexChanged | ( | int | ) | [protected, virtual, slot] |
| virtual void makVrv::DtOsgEarthSettingsWidget::on_myContentsWidget_NewInstanceRequested | ( | ) | [protected, virtual, slot] |
| virtual void makVrv::DtOsgEarthSettingsWidget::on_myContentsWidget_DeleteInstanceRequested | ( | ) | [protected, virtual, slot] |
| virtual void makVrv::DtOsgEarthSettingsWidget::on_myContentsWidget_RenameInstanceRequested | ( | ) | [protected, virtual, slot] |
| virtual void makVrv::DtOsgEarthSettingsWidget::onTextChanged | ( | ) | [protected, virtual, slot] |
| void makVrv::DtOsgEarthSettingsWidget::setupGui | ( | ) | [protected] |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
| int makVrv::DtOsgEarthSettingsWidget::saveOption | ( | ) | [protected] |
DtDe& makVrv::DtOsgEarthSettingsWidget::myDe [protected] |
std::string makVrv::DtOsgEarthSettingsWidget::myContent [protected] |
bool makVrv::DtOsgEarthSettingsWidget::myChanged [protected] |
QVBoxLayout* makVrv::DtOsgEarthSettingsWidget::myMainLayout [protected] |
QVBoxLayout* makVrv::DtOsgEarthSettingsWidget::myContentsLayout [protected] |
QHBoxLayout* makVrv::DtOsgEarthSettingsWidget::myControlsLayout [protected] |
QPlainTextEdit* makVrv::DtOsgEarthSettingsWidget::myDescriptionText [protected] |