![]() |
VR-Forces 4.5 Class Documentation
|
This is the interface to a widget that will allow the user to start up VR-Vantage by connecting to a terrain server or loading a local terrain. More...

Public Types | |
| enum | ServerStatus { Available = 0, Requesting, Unavailable } |
| enum | StartupPreference { LoadRecentTerrain = 0, LoadLocalTerrain, LoadNoTerrain } |
Public Member Functions | |
| virtual | ~DtStartupDialogInterface () |
| Destructor. | |
| virtual void | addRecentTerrain (const std::string &desc)=0 |
| Add a recent terrain to the recent terrain list. | |
| virtual void | addTerrain (const std::string &desc)=0 |
| Add a local terrain to the terrain list. | |
| virtual void | setStartupPreference (StartupPreference)=0 |
| Sets the startup preference. | |
| virtual void | setNeverShowAgain (bool neverShow)=0 |
| Sets the state of the Never show again check box. | |
| virtual void | showDialog ()=0 |
| Cancel showing the dialog. | |
| virtual void | clear ()=0 |
| Clear the contents of the dropdowns. | |
| virtual void | setDescription (const std::string &description)=0 |
| Set the description text for the dialog. | |
Public Attributes | |
| boost::signal< void(bool)> | signal_neverShowAgain |
| boost::signal< void(const std::string &, const int)> | signal_loadTerrain |
| boost::signal< void(const std::string &, const int)> | signal_selectedTerrainChanged |
This is the interface to a widget that will allow the user to start up VR-Vantage by connecting to a terrain server or loading a local terrain.
|
virtual |
Destructor.
|
pure virtual |
Add a recent terrain to the recent terrain list.
Implemented in makVrv::DtStartupDialog.
|
pure virtual |
Add a local terrain to the terrain list.
Implemented in makVrv::DtStartupDialog.
|
pure virtual |
Sets the startup preference.
Implemented in makVrv::DtStartupDialog.
|
pure virtual |
Sets the state of the Never show again check box.
Implemented in makVrv::DtStartupDialog.
|
pure virtual |
Cancel showing the dialog.
Implemented in makVrv::DtStartupDialog.
|
pure virtual |
Clear the contents of the dropdowns.
Implemented in makVrv::DtStartupDialog.
|
pure virtual |
Set the description text for the dialog.
Implemented in makVrv::DtStartupDialog.
| boost::signal<void (bool)> makVrv::DtStartupDialogInterface::signal_neverShowAgain |
| boost::signal<void (const std::string&, const int)> makVrv::DtStartupDialogInterface::signal_loadTerrain |
| boost::signal<void (const std::string&, const int)> makVrv::DtStartupDialogInterface::signal_selectedTerrainChanged |