![]() |
NDEVR
API Documentation
|
GNSS callback for OrientationOperationsWidget that creates a GPS widget for orientation input. More...
Public Member Functions | |
| OrientationWidgetGNSSMainCallback () | |
| Constructs the callback. | |
| virtual QWidget * | createGNSSWidget (UUID gps_name, QCustomLineEdit *orientation_edit, uint01 axis) override |
| Creates a GNSS widget for orientation input. | |
Static Public Member Functions | |
| static OrientationWidgetGNSSMainCallback * | MainGNSSCallback () |
| Returns the singleton callback instance. | |
GNSS callback for OrientationOperationsWidget that creates a GPS widget for orientation input.
Definition at line 163 of file MainGPSManager.h.
|
overridevirtual |
Creates a GNSS widget for orientation input.
| [in] | gps_name | The UUID identifying the GPS role. |
| [in] | orientation_edit | The line edit for orientation values. |
| [in] | axis | The axis index for the orientation component. |
Implements OrientationOperationsWidget::GNSSCallback.
|
static |
Returns the singleton callback instance.
References OrientationWidgetGNSSMainCallback().