![]() |
AfriGIS Map SDK (BB10)
v 1.0.0
Provides easy integration of AfriGIS Maps into BB10 platform.
|
Annotation Item object representing a circular area on map. This class manages the data that defines the area and handles the drawing of the circular area on a map. More...
#include <CircleItem.hpp>
Public Member Functions | |
CircleItem (QList< AGLocationCoordinate2D > *circleCenter, float circleRadius, QColor *circleColor, ViewManager *viewManager, AGOffsetInPixel offset) | |
private. More... | |
~CircleItem () | |
destructor. More... | |
void | render () |
private. More... | |
void | updateLocation (QList< AGLocationCoordinate2D > *updatedGeoLocationCoordinates) |
update location of circle centre. More... | |
QList< AGLocationCoordinate2D > * | getLocation () |
get location of circle annotation. More... | |
void | setView (AnnotationView *annotationView) |
private. More... | |
AnnotationView * | getView () |
private. More... | |
void | setAssociatedData (QVariant associatedData) |
set any type of data associated with this circle. More... | |
QVariant | getAssociatedData () |
get the data associated with this circle. More... | |
![]() | |
Item () | |
private. More... | |
virtual | ~Item () |
private. More... | |
Additional Inherited Members | |
![]() | |
float | offsetX |
private. More... | |
float | offsetY |
QVariant | associatedData |
private. More... | |
Annotation Item object representing a circular area on map. This class manages the data that defines the area and handles the drawing of the circular area on a map.
CircleItem::CircleItem | ( | QList< AGLocationCoordinate2D > * | circleCenter, |
float | circleRadius, | ||
QColor * | circleColor, | ||
ViewManager * | viewManager, | ||
AGOffsetInPixel | offset | ||
) |
private.
CircleItem::~CircleItem | ( | ) |
destructor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
set any type of data associated with this circle.
associatedData | to set |
Implements Item.
|
virtual |
|
virtual |
update location of circle centre.
updatedGeoLocationCoordinates | location to update |
Implements Item.