marble
#include <PlacemarkTextAnnotation.h>
Protected Member Functions | |
virtual bool | mouseMoveEvent (QMouseEvent *event) |
virtual bool | mousePressEvent (QMouseEvent *event) |
virtual bool | mouseReleaseEvent (QMouseEvent *event) |
Additional Inherited Members | |
Public Types inherited from Marble::GeoGraphicsItem | |
enum | GeoGraphicsItemFlag { NoOptions = 0x0, ItemIsMovable = 0x1, ItemIsSelectable = 0x2, ItemIsVisible = 0x4 } |
Protected Attributes inherited from Marble::GeoGraphicsItem | |
GeoGraphicsItemPrivate *const | d |
Detailed Description
Definition at line 23 of file PlacemarkTextAnnotation.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file PlacemarkTextAnnotation.cpp.
Marble::PlacemarkTextAnnotation::~PlacemarkTextAnnotation | ( | ) |
Definition at line 37 of file PlacemarkTextAnnotation.cpp.
Member Function Documentation
|
virtual |
Provides information for downcasting a SceneGraphicsItem.
Implements Marble::SceneGraphicsItem.
Definition at line 63 of file PlacemarkTextAnnotation.cpp.
|
protectedvirtual |
Implements Marble::SceneGraphicsItem.
Definition at line 75 of file PlacemarkTextAnnotation.cpp.
|
protectedvirtual |
Pure virtual functions which handle the mouse events, all of which are re-implemented in every SceneGraphicItem derived classes.
Implements Marble::SceneGraphicsItem.
Definition at line 68 of file PlacemarkTextAnnotation.cpp.
|
protectedvirtual |
Implements Marble::SceneGraphicsItem.
Definition at line 81 of file PlacemarkTextAnnotation.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 42 of file PlacemarkTextAnnotation.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.