DtOsgEarthStartupDialog provides a dialog to be displayed on VR-Vantage startup to allow the user to choose what server to connect to or which terrain to load.
More...
Protected Member Functions |
| void | setupGui () |
| | Creates the user interface. Called from constructor.
|
| virtual void | accept () |
| | Accept dialog and emit signal that logic will capture as to what to do.
|
| virtual void | reject () |
| virtual void | paintEvent (QPaintEvent *) |
| | Overridden method to draw background image.
|
| void | setupServersGui () |
| | Sets up the server list portion of the GUI.
|
| void | setupTerrainGui () |
| | Sets up the terrain list portion of the Gui.
|
Detailed Description
DtOsgEarthStartupDialog provides a dialog to be displayed on VR-Vantage startup to allow the user to choose what server to connect to or which terrain to load.
Constructor & Destructor Documentation
| makVrv::DtOsgEarthStartupDialog::DtOsgEarthStartupDialog |
( |
DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrv::DtOsgEarthStartupDialog::~DtOsgEarthStartupDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtOsgEarthStartupDialog::activate |
( |
| ) |
|
|
virtual |
Update the content in the widget;.
| virtual void makVrv::DtOsgEarthStartupDialog::deactivate |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::setServerAvailability |
( |
const std::string & |
, |
|
|
ServerStatus |
, |
|
|
const std::string & |
reason |
|
) |
| |
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::setCurrentServer |
( |
const std::string & |
| ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::addServer |
( |
const std::string & |
desc | ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::addTerrain |
( |
const std::string & |
desc | ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::setStartupPreference |
( |
StartupPreference |
| ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::setNeverShowAgain |
( |
bool |
neverShow | ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::showDialog |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::clear |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtOsgEarthStartupDialog::currentServerChanged |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtOsgEarthStartupDialog::serverComboActivated |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtOsgEarthStartupDialog::terrainComboActivated |
( |
| ) |
|
|
protectedvirtualslot |
| void makVrv::DtOsgEarthStartupDialog::setupGui |
( |
| ) |
|
|
protected |
Creates the user interface. Called from constructor.
| virtual void makVrv::DtOsgEarthStartupDialog::accept |
( |
| ) |
|
|
protectedvirtual |
Accept dialog and emit signal that logic will capture as to what to do.
| virtual void makVrv::DtOsgEarthStartupDialog::reject |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtOsgEarthStartupDialog::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protectedvirtual |
Overridden method to draw background image.
| void makVrv::DtOsgEarthStartupDialog::setupServersGui |
( |
| ) |
|
|
protected |
Sets up the server list portion of the GUI.
| void makVrv::DtOsgEarthStartupDialog::setupTerrainGui |
( |
| ) |
|
|
protected |
Sets up the terrain list portion of the Gui.
Member Data Documentation
| QVBoxLayout* makVrv::DtOsgEarthStartupDialog::myMainLayout |
| QLabel* makVrv::DtOsgEarthStartupDialog::myServerConnectIcon |
| QRadioButton* makVrv::DtOsgEarthStartupDialog::myServerConnectButton |
| QLabel* makVrv::DtOsgEarthStartupDialog::myLocalTerrainIcon |
| QRadioButton* makVrv::DtOsgEarthStartupDialog::myLocalTerrainButton |
| QLabel* makVrv::DtOsgEarthStartupDialog::myDoNothingIcon |
| QRadioButton* makVrv::DtOsgEarthStartupDialog::myDoNothingButton |
| QLabel* makVrv::DtOsgEarthStartupDialog::myServerStatus |
| QLabel* makVrv::DtOsgEarthStartupDialog::myServersLabel |
| QComboBox* makVrv::DtOsgEarthStartupDialog::myServers |
| QGridLayout* makVrv::DtOsgEarthStartupDialog::myServerLayout |
| QLabel* makVrv::DtOsgEarthStartupDialog::myTerrainsLabel |
| QComboBox* makVrv::DtOsgEarthStartupDialog::myTerrains |
| QGridLayout* makVrv::DtOsgEarthStartupDialog::myTerrainLayout |
| QCheckBox* makVrv::DtOsgEarthStartupDialog::myNeverShowAgain |
| QHBoxLayout* makVrv::DtOsgEarthStartupDialog::myButtonLayout |
| QImage makVrv::DtOsgEarthStartupDialog::myStartupImage |
| DtDe& makVrv::DtOsgEarthStartupDialog::myDe |
|
protected |
The documentation for this class was generated from the following file: