3#include <NDEVR/CoordinateOptions.h>
4#include <NDEVR/CoordinateProjectionManager.h>
5#include <NDEVR/PointWidget.h>
13 class DESIGN_WIDGETS_API DesignPointWidget :
public PointWidget
20 DesignPointWidget(QWidget* parent);
25 void requestGNSSSupport(UUID gps_name);
30 static void SetGNSSWidgetCallback(GNSSCallback* callback);
35 static GNSSCallback* GNSSWidgetCallback();
44 bool isLatLonValid()
const;
46 class CoordinatePreTransform;
48 bool m_is_lat_lon =
false;
49 static GNSSCallback* s_gps_widget_callback;
The primary namespace for the NDEVR SDK.