dRonin
adbada4
dRonin GCS
|
The main graphicsItem used on the widget, contains the map and map logic. More...
#include "mapgraphicitem.h"
Public Slots | |
void | resize (QRectF const &rect=QRectF()) |
To be called when the scene size changes. More... | |
Signals | |
void | wpdoubleclicked (WayPointItem *wp) |
Fired when the current zoom is changed. More... | |
void | zoomChanged (double zoomtotal, double zoomreal, double zoomdigi) |
void | childRefreshPosition () |
void | childSetOpacity (qreal value) |
Protected Member Functions | |
void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
void | wheelEvent (QGraphicsSceneWheelEvent *event) |
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
bool | IsMouseOverMarker () const |
void | keyPressEvent (QKeyEvent *event) |
void | keyReleaseEvent (QKeyEvent *event) |
int | ZoomStep () const |
Returns current map zoom. More... | |
void | SetZoomStep (qint32 const &value) |
Sets map zoom. More... | |
Friends | |
class | mapcontrol::TLMapWidget |
The main graphicsItem used on the widget, contains the map and map logic.
Definition at line 51 of file mapgraphicitem.h.