30 #include "../mapwidget/mapgraphicitem.h"
31 #include "../core/geodecoderstatus.h"
32 #include "../core/maptype.h"
33 #include "../core/languagetype.h"
34 #include "../core/diagnostics.h"
37 #include <QtOpenGL/QGLWidget>
39 #include "QtSvg/QGraphicsSvgItem"
72 static QStringList
MapTypes(){
return MapType::TypesList();}
85 static QStringList
GeoCoderTypes(){
return GeoCoderStatusCode::TypesList();}
159 Q_ENUMS(internals::MouseWheelZoomType::Types)
226 void SetZoom(
double const& value){map->SetZoom(value);}
247 void SetFollowMouse(
bool const& value){followmouse=value;this->setMouseTracking(followmouse);}
355 QGraphicsScene mscene;
363 QGraphicsSvgItem *compass;
367 QGraphicsTextItem * diagGraphItem;
379 void zoomChanged(
double zoomt,
double zoom,
double zoomd);
480 #endif // OPMAPWIDGET_H
A graphicsItem representing a WayPoint.
A graphicsItem representing a WayPoint.
Definition: rectlatlng.h:37
A QGraphicsItem representing a WayPoint.
Definition: waypointitem.h:43
A QGraphicsItem representing the UAV.
Definition: uavitem.h:52
Definition: pointlatlng.h:35
Definition: homeitem.h:39
A class that centralizes most of the mapcontrol configurations.
A class that allows ripping of a selection of the map.
A graphicsItem representing a WayPoint.
A class that centralizes most of the mapcontrol configurations.
Definition: configuration.h:46
Collection of static functions to help dealing with various enums used Contains functions for enumToS...
Definition: opmapwidget.h:55
A graphicsItem representing a WayPoint.
Definition: accessmode.h:36
Definition: geodecoderstatus.h:35
The main graphicsItem used on the widget, contains the map and map logic.
Definition: mapgraphicitem.h:51