![]() |
NDEVR
API Documentation
|
Abstract callback interface for creating GNSS take-reading widgets. More...
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. | |
Abstract callback interface for creating GNSS take-reading widgets.
Definition at line 66 of file PointWidget.h.
|
pure virtual |
Creates a GNSS widget that can take a GPS reading for the point widget.
| [in] | gps_name | The UUID of the GPS device. |
| [in] | point_widget | The parent PointWidget to receive the reading. |
Implemented in PointWidgetGNSSMainCallback.
References PointWidget::PointWidget().