DtStartupDialog 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 | setupTerrainGui () |
| | Sets up the terrain list portion of the Gui.
|
| void | setupRecentTerrainsGui () |
| | Sets up the recent terrain list portion of the Gui.
|
Detailed Description
DtStartupDialog 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::DtStartupDialog::DtStartupDialog |
( |
DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrv::DtStartupDialog::~DtStartupDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtStartupDialog::activate |
( |
| ) |
|
|
virtual |
Update the content in the widget;.
| virtual void makVrv::DtStartupDialog::deactivate |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::addTerrain |
( |
const std::string & |
desc | ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::addRecentTerrain |
( |
const std::string & |
desc | ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::setNeverShowAgain |
( |
bool |
neverShow | ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::showDialog |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::clear |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::setDescription |
( |
const std::string & |
description | ) |
|
|
virtual |
| virtual void makVrv::DtStartupDialog::recentTerrainComboActivated |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtStartupDialog::terrainComboActivated |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtStartupDialog::selectedTerrainChanged |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrv::DtStartupDialog::neverShowAgainToggled |
( |
bool |
toggled | ) |
|
|
protectedvirtualslot |
| void makVrv::DtStartupDialog::setupGui |
( |
| ) |
|
|
protected |
Creates the user interface. Called from constructor.
| virtual void makVrv::DtStartupDialog::accept |
( |
| ) |
|
|
protectedvirtual |
Accept dialog and emit signal that logic will capture as to what to do.
| virtual void makVrv::DtStartupDialog::reject |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtStartupDialog::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protectedvirtual |
Overridden method to draw background image.
| void makVrv::DtStartupDialog::setupTerrainGui |
( |
| ) |
|
|
protected |
Sets up the terrain list portion of the Gui.
| void makVrv::DtStartupDialog::setupRecentTerrainsGui |
( |
| ) |
|
|
protected |
Sets up the recent terrain list portion of the Gui.
Member Data Documentation
| QVBoxLayout* makVrv::DtStartupDialog::myMainLayout |
| QLabel* makVrv::DtStartupDialog::myRecentTerrainIcon |
| QRadioButton* makVrv::DtStartupDialog::myRecentTerrainButton |
| QLabel* makVrv::DtStartupDialog::myLocalTerrainIcon |
| QRadioButton* makVrv::DtStartupDialog::myLocalTerrainButton |
| QComboBox* makVrv::DtStartupDialog::myRecentTerrains |
| QGridLayout* makVrv::DtStartupDialog::myRecentTerrainLayout |
| QComboBox* makVrv::DtStartupDialog::myTerrains |
| QGridLayout* makVrv::DtStartupDialog::myTerrainLayout |
| QCheckBox* makVrv::DtStartupDialog::myNeverShowAgain |
| QHBoxLayout* makVrv::DtStartupDialog::myButtonLayout |
| QTextEdit* makVrv::DtStartupDialog::myDescriptionText |
| QImage makVrv::DtStartupDialog::myStartupImage |
| DtDe& makVrv::DtStartupDialog::myDe |
|
protected |
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.vrf4-4-branch/include/vrvCoreQt/DtStartupDialog.h