marble
#include <GeoDataNetworkLink.h>

Public Member Functions | |
| GeoDataNetworkLink () | |
| GeoDataNetworkLink (const GeoDataNetworkLink &other) | |
| ~GeoDataNetworkLink () | |
| bool | flyToView () const |
| GeoDataLink & | link () |
| const GeoDataLink & | link () const |
| virtual const char * | nodeType () const |
| GeoDataNetworkLink & | operator= (const GeoDataNetworkLink &other) |
| bool | refreshVisibility () const |
| void | setFlyToView (bool flyToView) |
| void | setLink (const GeoDataLink &link) |
| void | setRefreshVisibility (bool refreshVisibility) |
Public Member Functions inherited from Marble::GeoDataFeature | |
| GeoDataFeature () | |
| GeoDataFeature (const QString &name) | |
| GeoDataFeature (const GeoDataFeature &other) | |
| virtual | ~GeoDataFeature () |
| const GeoDataAbstractView * | abstractView () const |
| GeoDataAbstractView * | abstractView () |
| QString | address () const |
| QString | description () const |
| bool | descriptionIsCDATA () const |
| virtual void | detach () |
| GeoDataExtendedData & | extendedData () const |
| EnumFeatureId | featureId () const |
| bool | isGloballyVisible () const |
| bool | isVisible () const |
| QString | name () const |
| GeoDataFeature & | operator= (const GeoDataFeature &other) |
| virtual void | pack (QDataStream &stream) const |
| QString | phoneNumber () const |
| qint64 | popularity () const |
| GeoDataRegion & | region () const |
| const QString | role () const |
| void | setAbstractView (GeoDataAbstractView *abstractView) |
| void | setAddress (const QString &value) |
| void | setDescription (const QString &value) |
| void | setDescriptionCDATA (bool cdata) |
| void | setExtendedData (const GeoDataExtendedData &extendedData) |
| void | setName (const QString &value) |
| void | setPhoneNumber (const QString &value) |
| void | setPopularity (qint64 popularity) |
| void | setRegion (const GeoDataRegion ®ion) |
| void | setRole (const QString &role) |
| void | setStyle (GeoDataStyle *style) |
| void | setStyleMap (const GeoDataStyleMap *map) |
| void | setStyleUrl (const QString &value) |
| void | setTimeSpan (const GeoDataTimeSpan &timeSpan) |
| void | setTimeStamp (const GeoDataTimeStamp &timeStamp) |
| void | setVisible (bool value) |
| void | setVisualCategory (GeoDataVisualCategory category) |
| void | setZoomLevel (int index) |
| const GeoDataStyle * | style () const |
| const GeoDataStyleMap * | styleMap () const |
| QString | styleUrl () const |
| GeoDataTimeSpan & | timeSpan () const |
| GeoDataTimeStamp & | timeStamp () const |
| virtual void | unpack (QDataStream &stream) |
| GeoDataVisualCategory | visualCategory () const |
| int | zoomLevel () const |
Public Member Functions inherited from Marble::GeoDataObject | |
| GeoDataObject () | |
| GeoDataObject (const GeoDataObject &) | |
| virtual | ~GeoDataObject () |
| int | id () const |
| GeoDataObject & | operator= (const GeoDataObject &) |
| virtual GeoDataObject * | parent () const |
| QString | resolvePath (const QString &relativePath) const |
| void | setId (int value) |
| virtual void | setParent (GeoDataObject *parent) |
| void | setTargetId (int value) |
| int | targetId () const |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
Public Member Functions inherited from Marble::Serializable | |
| virtual | ~Serializable () |
Detailed Description
Definition at line 23 of file GeoDataNetworkLink.h.
Constructor & Destructor Documentation
| Marble::GeoDataNetworkLink::GeoDataNetworkLink | ( | ) |
Definition at line 34 of file GeoDataNetworkLink.cpp.
| Marble::GeoDataNetworkLink::GeoDataNetworkLink | ( | const GeoDataNetworkLink & | other | ) |
Definition at line 39 of file GeoDataNetworkLink.cpp.
| Marble::GeoDataNetworkLink::~GeoDataNetworkLink | ( | ) |
Definition at line 52 of file GeoDataNetworkLink.cpp.
Member Function Documentation
| bool Marble::GeoDataNetworkLink::flyToView | ( | ) | const |
Definition at line 72 of file GeoDataNetworkLink.cpp.
| GeoDataLink & Marble::GeoDataNetworkLink::link | ( | ) |
Definition at line 82 of file GeoDataNetworkLink.cpp.
| const GeoDataLink & Marble::GeoDataNetworkLink::link | ( | ) | const |
Definition at line 87 of file GeoDataNetworkLink.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Reimplemented from Marble::GeoDataFeature.
Definition at line 57 of file GeoDataNetworkLink.cpp.
| GeoDataNetworkLink & Marble::GeoDataNetworkLink::operator= | ( | const GeoDataNetworkLink & | other | ) |
Definition at line 45 of file GeoDataNetworkLink.cpp.
| bool Marble::GeoDataNetworkLink::refreshVisibility | ( | ) | const |
Definition at line 62 of file GeoDataNetworkLink.cpp.
| void Marble::GeoDataNetworkLink::setFlyToView | ( | bool | flyToView | ) |
Definition at line 77 of file GeoDataNetworkLink.cpp.
| void Marble::GeoDataNetworkLink::setLink | ( | const GeoDataLink & | link | ) |
Definition at line 92 of file GeoDataNetworkLink.cpp.
| void Marble::GeoDataNetworkLink::setRefreshVisibility | ( | bool | refreshVisibility | ) |
Definition at line 67 of file GeoDataNetworkLink.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:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from