A widget that displays the current GPS position status information including coordinates, fix quality, and satellite count.
More...
|
|
void | DrawScreen () |
| | Renders the position data to the widget.
|
|
void | OnNewPositionUpdateGPS () |
| | Slot called when new GPS position data is available.
|
| void | paintEvent (QPaintEvent *) |
| | Paints the position status display.
|
A widget that displays the current GPS position status information including coordinates, fix quality, and satellite count.
Definition at line 8 of file PositionStatusWnd.h.
◆ CPositionStatusWnd()
| CPositionStatusWnd::CPositionStatusWnd |
( |
GPSSensor * | pNMEAParser, |
|
|
QWidget * | parent = 0 ) |
|
explicit |
Constructs the position status window.
- Parameters
-
| [in] | pNMEAParser | The GPS sensor to display status for. |
| [in] | parent | Optional parent widget. |
◆ paintEvent()
| void CPositionStatusWnd::paintEvent |
( |
QPaintEvent * | | ) |
|
|
protected |
Paints the position status display.
- Parameters
-
| [in] | event | The paint event. |
◆ sizeHint()
| QSize CPositionStatusWnd::sizeHint |
( |
| ) |
const |
Returns the preferred size for this widget.
- Returns
- The recommended size hint.
The documentation for this class was generated from the following file: