![]() |
NDEVR
API Documentation
|
GNSS callback for PointWidget that creates a GPS widget for position input. More...
Public Member Functions | |
| PointWidgetGNSSMainCallback () | |
| Constructs the callback. | |
| virtual QWidget * | createGNSSWidget (UUID gps_name, PointWidget *widget) override |
| Creates a GNSS widget for position input within a PointWidget. | |
Static Public Member Functions | |
| static PointWidgetGNSSMainCallback * | MainGNSSCallback () |
| Returns the singleton callback instance. | |
GNSS callback for PointWidget that creates a GPS widget for position input.
Definition at line 147 of file MainGPSManager.h.
|
overridevirtual |
Creates a GNSS widget for position input within a PointWidget.
| [in] | gps_name | The UUID identifying the GPS role. |
| [in] | widget | The point widget requesting GPS input. |
Implements PointWidget::GNSSCallback.
|
static |
Returns the singleton callback instance.
References PointWidgetGNSSMainCallback().