![]() |
VR-Forces 4.10 Class Documentation
|
A class that handles the logic for the DtAirportSettingsWidget. More...
Public Member Functions | |
| DtAirportSettingsWidgetLogic (makVrv::DtDe &de, DtAirportSettingsWidgetInterface *iFace) | |
| CTOR. More... | |
| virtual | ~DtAirportSettingsWidgetLogic () |
| DTOR. More... | |
| void | centerOnAirport (const makVrv::DtUniqueID &airportUniqueid) |
| Centers the viewer on the airport given its ICAO code. More... | |
| void | setAirportLocation (const makVrv::DtUniqueID &airportUniqueid) |
| Sets the location for an airport given its ICAO code. More... | |
| DtVector | getAirportGeocentricLocation (const makVrv::DtUniqueID &airportUniqueid) |
Protected Member Functions | |
| void | setupGui () |
| Called from completeSetup from the constructor. More... | |
| void | completeSetup () |
| Gets an instance of the loader and populates the GUI. More... | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtAirportSettingsWidgetInterface * | myInterface |
A class that handles the logic for the DtAirportSettingsWidget.
| makVrf::DtAirportSettingsWidgetLogic::DtAirportSettingsWidgetLogic | ( | makVrv::DtDe & | de, |
| DtAirportSettingsWidgetInterface * | iFace | ||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrf::DtAirportSettingsWidgetLogic::centerOnAirport | ( | const makVrv::DtUniqueID & | airportUniqueid | ) |
Centers the viewer on the airport given its ICAO code.
| void makVrf::DtAirportSettingsWidgetLogic::setAirportLocation | ( | const makVrv::DtUniqueID & | airportUniqueid | ) |
Sets the location for an airport given its ICAO code.
| DtVector makVrf::DtAirportSettingsWidgetLogic::getAirportGeocentricLocation | ( | const makVrv::DtUniqueID & | airportUniqueid | ) |
|
protected |
Called from completeSetup from the constructor.
|
protected |
Gets an instance of the loader and populates the GUI.
|
protected |
|
protected |