marble
GeoGraphicsItem.cpp
Go to the documentation of this file.
void setStyle(const GeoDataStyle *style)
Set the style for the item.
Definition: GeoGraphicsItem.cpp:77
int minZoomLevel() const
Returns the minim zoom level on which item will be active.
Definition: GeoGraphicsItem.cpp:107
const GeoDataFeature * feature() const
Returns the placemark for that item.
Definition: GeoGraphicsItem.cpp:62
virtual const GeoDataLatLonAltBox & latLonAltBox() const
Returns the bounding box covered by the item.
Definition: GeoGraphicsItem.cpp:67
const GeoDataStyle * m_style
Definition: GeoGraphicsItem_p.h:45
GeoGraphicsItem(const GeoDataFeature *feature)
Definition: GeoGraphicsItem.cpp:22
void setLatLonAltBox(const GeoDataLatLonAltBox &latLonAltBox)
Set the box used to determine if an item is active or inactive.
Definition: GeoGraphicsItem.cpp:72
virtual ~GeoGraphicsItem()
Definition: GeoGraphicsItem.cpp:28
void setFlags(GeoGraphicsItemFlags flags)
Replace all of the current flags.
Definition: GeoGraphicsItem.cpp:57
GeoGraphicsItemFlags flags() const
Get the GeoGraphicItemFlags value that describes which flags are set on this item.
Definition: GeoGraphicsItem.cpp:43
const GeoDataFeature * m_feature
Definition: GeoGraphicsItem_p.h:43
GeoDataLatLonAltBox m_latLonAltBox
Definition: GeoGraphicsItem_p.h:44
GeoGraphicsItem::GeoGraphicsItemFlags m_flags
Definition: GeoGraphicsItem_p.h:40
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:49
void setFlag(GeoGraphicsItemFlag flag, bool enabled=true)
Set or unset a single flag.
Definition: GeoGraphicsItem.cpp:48
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.