NDEVR
API Documentation
PointWidgetGNSSMainCallback

GNSS callback for PointWidget that creates a GPS widget for position input. More...

Inheritance diagram for PointWidgetGNSSMainCallback:
[legend]
Collaboration diagram for PointWidgetGNSSMainCallback:
[legend]

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 PointWidgetGNSSMainCallbackMainGNSSCallback ()
 Returns the singleton callback instance.

Detailed Description

GNSS callback for PointWidget that creates a GPS widget for position input.

Definition at line 147 of file MainGPSManager.h.

Member Function Documentation

◆ createGNSSWidget()

virtual QWidget * PointWidgetGNSSMainCallback::createGNSSWidget ( UUID gps_name,
PointWidget * widget )
overridevirtual

Creates a GNSS widget for position input within a PointWidget.

Parameters
[in]gps_nameThe UUID identifying the GPS role.
[in]widgetThe point widget requesting GPS input.
Returns
Pointer to the created GNSS widget.

Implements PointWidget::GNSSCallback.

◆ MainGNSSCallback()

PointWidgetGNSSMainCallback * PointWidgetGNSSMainCallback::MainGNSSCallback ( )
static

Returns the singleton callback instance.

Returns
Pointer to the main GNSS callback.

References PointWidgetGNSSMainCallback().


The documentation for this class was generated from the following file: