![]() |
VR-Forces Development_Version 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, bool select=false) |
| 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. | |
Public Member Functions inherited from makVrv::DtOsgEarthSettingsInterface | |
| virtual | ~DtOsgEarthSettingsInterface () |
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 |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtOsgEarthSettingsInterface | |
| boost::signal< void(const std::string &)> | signal_saveFile |
| boost::signal< void(const std::string &)> | signal_renameFile |
| boost::signal< void(const std::string &)> | signal_newFile |
| boost::signal< void()> | signal_deleteFile |
| boost::signal< void(const std::string &)> | signal_currentServerChanged |
Widget for osgEarth server settings.
|
virtual |
DTOR.
|
virtual |
Called by the logic to set parameters for the current server.
Implements makVrv::DtOsgEarthSettingsInterface.
|
virtual |
Called by the logic to add an instance to the gui.
Implements makVrv::DtOsgEarthSettingsInterface.
|
virtual |
Called by the logic to remove an instance to the gui.
Implements makVrv::DtOsgEarthSettingsInterface.
|
virtual |
Called by the logic to remove all instances from the gui.
Implements makVrv::DtOsgEarthSettingsInterface.
|
virtualslot |
Called when user clicked "Connect".
|
virtualslot |
Called when user clicked "Cancel".
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |