marble
Marble::GeoTrackGraphicsItem Class Reference
#include <GeoTrackGraphicsItem.h>
Inheritance diagram for Marble::GeoTrackGraphicsItem:
Public Member Functions | |
GeoTrackGraphicsItem (const GeoDataFeature *feature, const GeoDataTrack *track) | |
virtual void | paint (GeoPainter *painter, const ViewportParams *viewport) |
void | setTrack (const GeoDataTrack *track) |
Public Member Functions inherited from Marble::GeoLineStringGraphicsItem | |
GeoLineStringGraphicsItem (const GeoDataFeature *feature, const GeoDataLineString *lineString) | |
virtual const GeoDataLatLonAltBox & | latLonAltBox () const |
void | setLineString (const GeoDataLineString *lineString) |
Public Member Functions inherited from Marble::GeoGraphicsItem | |
GeoGraphicsItem (const GeoDataFeature *feature) | |
virtual | ~GeoGraphicsItem () |
const GeoDataFeature * | feature () const |
GeoGraphicsItemFlags | flags () 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 Attributes inherited from Marble::GeoLineStringGraphicsItem | |
const GeoDataLineString * | m_lineString |
Protected Attributes inherited from Marble::GeoGraphicsItem | |
GeoGraphicsItemPrivate *const | d |
Detailed Description
Definition at line 21 of file GeoTrackGraphicsItem.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 19 of file GeoTrackGraphicsItem.cpp.
Member Function Documentation
|
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.
Reimplemented from Marble::GeoLineStringGraphicsItem.
Definition at line 31 of file GeoTrackGraphicsItem.cpp.
void GeoTrackGraphicsItem::setTrack | ( | const GeoDataTrack * | track | ) |
Definition at line 25 of file GeoTrackGraphicsItem.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.