![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSessionStartupDialog (makVrv::DtDe &de, QWidget *parent=0, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtSessionStartupDialog () |
| virtual void | activate () |
| Activates the dialog and creates the logic. | |
| virtual void | deactivate () |
| Deactivates the dialog by deleting the logic. | |
| virtual void | setServerAvailability (const std::string &, ServerStatus, const std::string &reason) |
| Sets the availability of the selected server. | |
| virtual void | setCurrentServer (const std::string &) |
| Sets the currently selected server. | |
| virtual void | addServer (const std::string &desc) |
| Adds a new server. | |
| virtual void | removeServer (const std::string &desc) |
| Removes a server. | |
| virtual void | setStartupPreference (StartupPreference) |
| Sets the initial radio button selected. | |
| virtual void | setAllowNewScenarioOnLocal (bool) |
| Sets whether or not to allow a new scenario to be created on a local terrain. | |
| virtual void | setAllowNewScenarioOnVR (bool) |
| Sets whether or not to allow a new scenario to be created on a VR-TheWorld terrain. | |
| virtual void | setAllowLoadScenario (bool) |
| Sets whether or not a scenario can be loaded. | |
Public Attributes | |
| QVBoxLayout * | myMainLayout |
| QLabel * | myNewScenarioVRIcon |
| QRadioButton * | myNewScenarioVR |
| QLabel * | myNewScenarioIcon |
| QRadioButton * | myNewScenario |
| QLabel * | myLoadScenarioIcon |
| QRadioButton * | myLoadScenario |
| QLabel * | myServerStatus |
| QLabel * | myServersLabel |
| QComboBox * | myServers |
| QGridLayout * | myServerLayout |
| QCheckBox * | myNeverShowAgain |
| QPushButton * | myOk |
| QPushButton * | myCancel |
| QHBoxLayout * | myButtonLayout |
| DtSessionStartupTitleBar * | myTitleBar |
| QImage | myStartupImage |
| QLabel * | myWebLink |
Protected Slots | |
| virtual void | currentServerChanged () |
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 *) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtSessionStartupDialogLogic * | myLogic |
| makVrf::DtSessionStartupDialog::DtSessionStartupDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtSessionStartupDialog::~DtSessionStartupDialog | ( | ) | [virtual] |
| 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] |
Sets the availability of the selected server.
Implements makVrf::DtSessionStartupDialogInterface.
| virtual void makVrf::DtSessionStartupDialog::setCurrentServer | ( | const std::string & | ) | [virtual] |
Sets the currently selected server.
Implements makVrf::DtSessionStartupDialogInterface.
| virtual void makVrf::DtSessionStartupDialog::addServer | ( | const std::string & | desc | ) | [virtual] |
Adds a new server.
Implements makVrf::DtSessionStartupDialogInterface.
| virtual void makVrf::DtSessionStartupDialog::removeServer | ( | const std::string & | desc | ) | [virtual] |
Removes a server.
Implements makVrf::DtSessionStartupDialogInterface.
| virtual void makVrf::DtSessionStartupDialog::setStartupPreference | ( | StartupPreference | ) | [virtual] |
Sets the initial radio button selected.
Implements makVrf::DtSessionStartupDialogInterface.
| 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 | ( | ) | [protected, virtual, slot] |
| void makVrf::DtSessionStartupDialog::setupGui | ( | ) | [protected] |
Creates the user interface. Called from constructor.
| virtual void makVrf::DtSessionStartupDialog::accept | ( | ) | [protected, virtual] |
Accept dialog and emit signal that logic will capture as to what to do.
| virtual void makVrf::DtSessionStartupDialog::reject | ( | ) | [protected, virtual] |
Cancels dialog.
If do not show again button is checked, will still apply that
| virtual void makVrf::DtSessionStartupDialog::paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
| QVBoxLayout* makVrf::DtSessionStartupDialog::myMainLayout |
| QRadioButton* makVrf::DtSessionStartupDialog::myNewScenarioVR |
| QRadioButton* makVrf::DtSessionStartupDialog::myNewScenario |
| QRadioButton* makVrf::DtSessionStartupDialog::myLoadScenario |
| QGridLayout* makVrf::DtSessionStartupDialog::myServerLayout |
| QHBoxLayout* makVrf::DtSessionStartupDialog::myButtonLayout |
| DtSessionStartupTitleBar* makVrf::DtSessionStartupDialog::myTitleBar |
makVrv::DtDe& makVrf::DtSessionStartupDialog::myDe [protected] |