marble
#include <AreaAnnotation.h>
Public Member Functions | |
AreaAnnotation (GeoDataPlacemark *placemark) | |
virtual bool | mouseMoveEvent (QMouseEvent *event) |
virtual bool | mousePressEvent (QMouseEvent *event) |
virtual bool | mouseReleaseEvent (QMouseEvent *event) |
virtual void | paint (GeoPainter *painter, const ViewportParams *viewport) |
Public Member Functions inherited from Marble::SceneGraphicsItem | |
SceneGraphicsItem (GeoDataPlacemark *placemark) | |
~SceneGraphicsItem () | |
GeoDataPlacemark * | placemark () |
QList< QRegion > | regions () const |
bool | sceneEvent (QEvent *event) |
Public Member Functions inherited from Marble::GeoGraphicsItem | |
GeoGraphicsItem (const GeoDataFeature *feature) | |
virtual | ~GeoGraphicsItem () |
const GeoDataFeature * | feature () const |
GeoGraphicsItemFlags | flags () const |
virtual const GeoDataLatLonAltBox & | latLonAltBox () const |
int | minZoomLevel () const |
void | setFlag (GeoGraphicsItemFlag flag, bool enabled=true) |
void | setFlags (GeoGraphicsItemFlags flags) |
void | setLatLonAltBox (const GeoDataLatLonAltBox &latLonAltBox) |
void | setMinZoomLevel (int zoomLevel) |
void | setStyle (const GeoDataStyle *style) |
void | setVisible (bool visible) |
void | setZValue (qreal z) |
const GeoDataStyle * | style () const |
bool | visible () const |
qreal | zValue () const |
Additional Inherited Members | |
Public Types inherited from Marble::GeoGraphicsItem | |
enum | GeoGraphicsItemFlag { NoOptions = 0x0, ItemIsMovable = 0x1, ItemIsSelectable = 0x2, ItemIsVisible = 0x4 } |
Protected Member Functions inherited from Marble::SceneGraphicsItem | |
void | setRegions (const QList< QRegion > ®ions) |
Protected Member Functions inherited from Marble::GeoGraphicsItem | |
GeoGraphicsItemPrivate * | p () const |
Detailed Description
Definition at line 20 of file AreaAnnotation.h.
Constructor & Destructor Documentation
Marble::AreaAnnotation::AreaAnnotation | ( | GeoDataPlacemark * | placemark | ) |
Definition at line 24 of file AreaAnnotation.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Marble::SceneGraphicsItem.
Definition at line 64 of file AreaAnnotation.cpp.
|
virtual |
Reimplemented from Marble::SceneGraphicsItem.
Definition at line 51 of file AreaAnnotation.cpp.
|
virtual |
Reimplemented from Marble::SceneGraphicsItem.
Definition at line 84 of file AreaAnnotation.cpp.
|
virtual |
Paints the item using the given GeoPainter.
Note that depending on the projection and zoom level, the item may be visible more than once, which is taken care of by GeoPainter.
Implements Marble::GeoGraphicsItem.
Definition at line 31 of file AreaAnnotation.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.