|
QFlightInstruments
|
#include <qfi_NAV.h>
Public Member Functions | |
| qfi_NAV (QWidget *parent=0) | |
| virtual | ~qfi_NAV () |
| void | reinit () |
| void | update () |
| void | setHeading (float heading) |
| void | setHeadingBug (float headingBug) |
| void | setCourse (float course) |
| void | setBearing (float bearing, bool visible=false) |
| void | setDeviation (float deviation, bool visible=false) |
| void | setDistance (float distance, bool visible=false) |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *event) |
This class provides Navigation Display widget.
|
explicit |
Constructor.
|
virtual |
Destructor.
| void qfi_NAV::reinit | ( | ) |
Reinitiates widget.
|
protected |
| void qfi_NAV::setBearing | ( | float | bearing, |
| bool | visible = false |
||
| ) |
| bearing | [deg] |
| void qfi_NAV::setCourse | ( | float | course | ) |
| course | [deg] |
| void qfi_NAV::setDeviation | ( | float | deviation, |
| bool | visible = false |
||
| ) |
| deviation | [-] |
| void qfi_NAV::setDistance | ( | float | distance, |
| bool | visible = false |
||
| ) |
| distance | [nm] |
| void qfi_NAV::setHeading | ( | float | heading | ) |
| heading | [deg] |
| void qfi_NAV::setHeadingBug | ( | float | headingBug | ) |
| heading | bug [deg] |
| void qfi_NAV::update | ( | ) |
Refreshes (redraws) widget.