marble
#include <GeoLineStringGraphicsItem.h>
Public Member Functions | |
GeoLineStringGraphicsItem (const GeoDataFeature *feature, const GeoDataLineString *lineString) | |
virtual const GeoDataLatLonAltBox & | latLonAltBox () const |
virtual void | paint (GeoPainter *painter, const ViewportParams *viewport) |
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 |
Protected Attributes | |
const GeoDataLineString * | m_lineString |
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::GeoGraphicsItem | |
GeoGraphicsItemPrivate * | p () const |
Detailed Description
Definition at line 23 of file GeoLineStringGraphicsItem.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 22 of file GeoLineStringGraphicsItem.cpp.
Member Function Documentation
|
virtual |
Returns the bounding box covered by the item.
Reimplemented from Marble::GeoGraphicsItem.
Definition at line 33 of file GeoLineStringGraphicsItem.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.
Reimplemented in Marble::GeoTrackGraphicsItem.
Definition at line 38 of file GeoLineStringGraphicsItem.cpp.
void Marble::GeoLineStringGraphicsItem::setLineString | ( | const GeoDataLineString * | lineString | ) |
Definition at line 28 of file GeoLineStringGraphicsItem.cpp.
Member Data Documentation
|
protected |
Definition at line 35 of file GeoLineStringGraphicsItem.h.
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:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.