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 () |
| | Cancels dialog.
|
| virtual void | paintEvent (QPaintEvent *) |
Constructor & Destructor Documentation
| makVrf::DtSessionStartupDialog::DtSessionStartupDialog |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtSessionStartupDialog::~DtSessionStartupDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtSessionStartupDialog::activate |
( |
| ) |
|
|
virtual |
Activates the dialog and creates the logic.
| virtual void makVrf::DtSessionStartupDialog::deactivate |
( |
| ) |
|
|
virtual |
Deactivates the dialog by deleting the logic.
| virtual void makVrf::DtSessionStartupDialog::setServerAvailability |
( |
const std::string & |
, |
|
|
ServerStatus |
, |
|
|
const std::string & |
reason |
|
) |
| |
|
virtual |
| virtual void makVrf::DtSessionStartupDialog::setCurrentServer |
( |
const std::string & |
| ) |
|
|
virtual |
| virtual void makVrf::DtSessionStartupDialog::addServer |
( |
const std::string & |
desc | ) |
|
|
virtual |
| virtual void makVrf::DtSessionStartupDialog::removeServer |
( |
const std::string & |
desc | ) |
|
|
virtual |
| virtual void makVrf::DtSessionStartupDialog::setStartupPreference |
( |
StartupPreference |
| ) |
|
|
virtual |
| virtual void makVrf::DtSessionStartupDialog::setAllowNewScenarioOnLocal |
( |
bool |
| ) |
|
|
virtual |
Sets whether or not to allow a new scenario to be created on a local terrain.
| virtual void makVrf::DtSessionStartupDialog::setAllowNewScenarioOnVR |
( |
bool |
| ) |
|
|
virtual |
Sets whether or not to allow a new scenario to be created on a VR-TheWorld terrain.
| virtual void makVrf::DtSessionStartupDialog::setAllowLoadScenario |
( |
bool |
| ) |
|
|
virtual |
Sets whether or not a scenario can be loaded.
| virtual void makVrf::DtSessionStartupDialog::currentServerChanged |
( |
| ) |
|
|
protectedvirtualslot |
| void makVrf::DtSessionStartupDialog::setupGui |
( |
| ) |
|
|
protected |
Creates the user interface. Called from constructor.
| virtual void makVrf::DtSessionStartupDialog::accept |
( |
| ) |
|
|
protectedvirtual |
Accept dialog and emit signal that logic will capture as to what to do.
| virtual void makVrf::DtSessionStartupDialog::reject |
( |
| ) |
|
|
protectedvirtual |
Cancels dialog.
If do not show again button is checked, will still apply that
| virtual void makVrf::DtSessionStartupDialog::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protectedvirtual |
Member Data Documentation
| QVBoxLayout* makVrf::DtSessionStartupDialog::myMainLayout |
| QLabel* makVrf::DtSessionStartupDialog::myNewScenarioVRIcon |
| QRadioButton* makVrf::DtSessionStartupDialog::myNewScenarioVR |
| QLabel* makVrf::DtSessionStartupDialog::myNewScenarioIcon |
| QRadioButton* makVrf::DtSessionStartupDialog::myNewScenario |
| QLabel* makVrf::DtSessionStartupDialog::myLoadScenarioIcon |
| QRadioButton* makVrf::DtSessionStartupDialog::myLoadScenario |
| QLabel* makVrf::DtSessionStartupDialog::myServerStatus |
| QLabel* makVrf::DtSessionStartupDialog::myServersLabel |
| QComboBox* makVrf::DtSessionStartupDialog::myServers |
| QGridLayout* makVrf::DtSessionStartupDialog::myServerLayout |
| QCheckBox* makVrf::DtSessionStartupDialog::myNeverShowAgain |
| QHBoxLayout* makVrf::DtSessionStartupDialog::myButtonLayout |
| DtSessionStartupTitleBar* makVrf::DtSessionStartupDialog::myTitleBar |
| QImage makVrf::DtSessionStartupDialog::myStartupImage |
| QLabel* makVrf::DtSessionStartupDialog::myWebLink |
| makVrv::DtDe& makVrf::DtSessionStartupDialog::myDe |
|
protected |
The documentation for this class was generated from the following file: