dRonin
adbada4
dRonin GCS
|
#include <homeitem.h>
Public Slots | |
void | RefreshPos () |
void | setOpacitySlot (qreal opacity) |
Signals | |
void | homedoubleclick (HomeItem *homeLocation) |
Signals inherited from mapcontrol::MapPointItem | |
void | absolutePositionChanged (internals::PointLatLng coord, float altitude) |
void | relativePositionChanged (QPointF point, MapPointItem *mappoint) |
void | aboutToBeDeleted (MapPointItem *) |
Protected Member Functions | |
void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
Protected Member Functions inherited from mapcontrol::MapPointItem | |
double | DistanceToPoint_2D (const internals::PointLatLng &coord) |
MapPointItem::DistanceToPoint_2D Calculates distance from this point to second point. More... | |
double | DistanceToPoint_3D (const internals::PointLatLng &coord, const int &altitude) |
MapPointItem::DistanceToPoint_3D Calculates distance from this point to second point. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mapcontrol::MapPointItem | |
MapGraphicItem * | map |
internals::PointLatLng | coord |
float | altitude |
distBearingAltitude | relativeCoord |
QString | description |
Definition at line 37 of file homeitem.h.