NDEVR
API Documentation
PointWidget::GNSSCallbackabstract

Abstract callback interface for creating GNSS take-reading widgets. More...

Inheritance diagram for PointWidget::GNSSCallback:
[legend]

Public Member Functions

virtual QWidget * createGNSSWidget (UUID gps_name, PointWidget *point_widget)=0
 Creates a GNSS widget that can take a GPS reading for the point widget.

Detailed Description

Abstract callback interface for creating GNSS take-reading widgets.

Definition at line 66 of file PointWidget.h.

Member Function Documentation

◆ createGNSSWidget()

virtual QWidget * PointWidget::GNSSCallback::createGNSSWidget ( UUID gps_name,
PointWidget * point_widget )
pure virtual

Creates a GNSS widget that can take a GPS reading for the point widget.

Parameters
[in]gps_nameThe UUID of the GPS device.
[in]point_widgetThe parent PointWidget to receive the reading.
Returns
A newly created QWidget for the GNSS interaction.

Implemented in PointWidgetGNSSMainCallback.

References PointWidget::PointWidget().


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