API Documentation
Loading...
Searching...
No Matches
DesignPointWidget.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/CoordinateOptions.h>
4#include <NDEVR/CoordinateProjectionManager.h>
5#include <NDEVR/PointWidget.h>
6namespace NDEVR
7{
9 {
10 public:
11 DesignPointWidget(QWidget* parent);
12 void requestGNSSSupport(UUID gps_name);
13 static void SetGNSSWidgetCallback(GNSSCallback* callback);
14 static GNSSCallback* GNSSWidgetCallback();
15 void setupAsLatLon();
16 bool isLatLonValid() const;
17 protected:
18 bool m_is_lat_lon = false;
20 };
21}
#define DESIGN_WIDGETS_API
Definition DLLInfo.h:74
Definition DesignPointWidget.h:9
static GNSSCallback * s_gps_widget_callback
Definition DesignPointWidget.h:19
Definition PointWidget.h:65
Definition PointWidget.h:60
Definition UUID.h:66
Definition ACIColor.h:37