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

Classes | |
| struct | RunwayListing |
Public Member Functions | |
| DtAirportLightControllerWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtAirportLightControllerWidget () |
| Destructor. More... | |
| virtual QIcon | icon () |
| Get the icon of the page. More... | |
| virtual QString | title () |
| Get the title of the page. More... | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. More... | |
| virtual void | setAirportLocation (double lat, double lon, double elev) |
| sets the airport location More... | |
| virtual std::string | getAirportSelected () |
| returns the airport name selected (e.g. "Boston Logan Intn'l (KBOS)") More... | |
| virtual std::string | getIcaoForAirportSelected () |
| returns the ICAO code of the airport selected More... | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. More... | |
| virtual | ~DtPage () |
| DTOR for page. More... | |
| virtual PageAction | pageAction () |
| return the current action on the page More... | |
| virtual void | setPageAction (PageAction action) |
| set the curret action on the page More... | |
| virtual void | setActionFlag (int flag) |
| set the action flag of the page More... | |
| virtual int | actionFlag () |
| return the action flag of the page More... | |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| set the parent dialog that owns this page More... | |
| virtual QWidget * | parentDialog () |
| return the parent dialog that own this page More... | |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| test the action flag with the action, return true if we should ask before executing the action /param action the current page action More... | |
| virtual void | askBeforeAction () |
| Called when the action flag is set and before the action is beind executed, default do nothing. More... | |
| virtual void | executeAfterAsk (bool revert) |
| Called after askBeforeAction(), whether user wants to revert the action or resume the action /param revert if true, the user wants to revert the action, otherwise resume it. More... | |
| virtual void | resumeLastAction () |
| resume the last action of the page More... | |
| virtual void | onCloseEvent () |
| will be called when user hit the close button of this page, default do nothing. More... | |
| virtual void | onSwitchEvent () |
| will be called when user try switch to another page, default do nothing. More... | |
Public Member Functions inherited from makVrf::DtAirportLightControllerWidgetInterface | |
| virtual | ~DtAirportLightControllerWidgetInterface () |
Protected Slots | |
| virtual void | slot_airportsComboboxChanged (int) |
| virtual void | slot_setButtonPushed () |
| virtual void | slot_centerOnAirport () |
Protected Member Functions | |
| virtual void | activate () |
| Let the creator create the page. More... | |
| virtual void | deactivate () |
| Called when the page is hidden. More... | |
| virtual void | setupGui () |
| Called from constructor. More... | |
| virtual void | sendCommandRequest (const DtSimCommandObjectWrapper &s) |
| virtual void | updateAirportInformation () |
| updates the airport information widgets when the airport changes More... | |
Protected Attributes | |
| std::string | myClassName |
| DtAirportLightControllerWidgetLogic * | myLogic |
| makVrv::DtSignalConnectionManager | myConnections |
| std::vector< RunwayListing > | myListings |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Private Member Functions | |
| DtAirportLightControllerWidget (const DtAirportLightControllerWidget &orig) | |
| Not implemented. More... | |
| DtAirportLightControllerWidget & | operator= (const DtAirportLightControllerWidget &orig) |
| Not implemented. More... | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
| makVrf::DtAirportLightControllerWidget::DtAirportLightControllerWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
|
virtual |
Destructor.
|
private |
Not implemented.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
virtual |
sets the airport location
Implements makVrf::DtAirportLightControllerWidgetInterface.
|
virtual |
returns the airport name selected (e.g. "Boston Logan Intn'l (KBOS)")
Implements makVrf::DtAirportLightControllerWidgetInterface.
|
virtual |
returns the ICAO code of the airport selected
Implements makVrf::DtAirportLightControllerWidgetInterface.
|
protectedvirtual |
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtual |
Called from constructor.
|
protectedvirtual |
|
protectedvirtual |
updates the airport information widgets when the airport changes
Implements makVrf::DtAirportLightControllerWidgetInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
private |
Not implemented.
|
protected |
|
protected |
|
protected |
|
protected |
| QComboBox* makVrf::DtAirportLightControllerWidget::myAirportsComboBox |
| QLabel* makVrf::DtAirportLightControllerWidget::myAirportLabel |
| QLabel* makVrf::DtAirportLightControllerWidget::myAirportLatLon |
| DtAirportSelectionWidget* makVrf::DtAirportLightControllerWidget::myAirportSelectionWidget |
| DtLastPointInfoLocation* makVrf::DtAirportLightControllerWidget::myLocation |
| QPushButton* makVrf::DtAirportLightControllerWidget::mySetButton |
| QPushButton* makVrf::DtAirportLightControllerWidget::myCenterOnAirportButton |
| DtCommandAssignmentWidget* makVrf::DtAirportLightControllerWidget::myRunwayDialog |
| DtRunwayLightsWidget* makVrf::DtAirportLightControllerWidget::myRunwayWidget |
| int makVrf::DtAirportLightControllerWidget::myCurrentlySelectedAirport |