NDEVR
API Documentation
OrientationWidgetGNSSMainCallback

GNSS callback for OrientationOperationsWidget that creates a GPS widget for orientation input. More...

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

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

Detailed Description

GNSS callback for OrientationOperationsWidget that creates a GPS widget for orientation input.

Definition at line 163 of file MainGPSManager.h.

Member Function Documentation

◆ createGNSSWidget()

virtual QWidget * OrientationWidgetGNSSMainCallback::createGNSSWidget ( UUID gps_name,
QCustomLineEdit * orientation_edit,
uint01 axis )
overridevirtual

Creates a GNSS widget for orientation input.

Parameters
[in]gps_nameThe UUID identifying the GPS role.
[in]orientation_editThe line edit for orientation values.
[in]axisThe axis index for the orientation component.
Returns
Pointer to the created GNSS widget.

Implements OrientationOperationsWidget::GNSSCallback.

◆ MainGNSSCallback()

OrientationWidgetGNSSMainCallback * OrientationWidgetGNSSMainCallback::MainGNSSCallback ( )
static

Returns the singleton callback instance.

Returns
Pointer to the main GNSS callback.

References OrientationWidgetGNSSMainCallback().


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