• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • Marble
  • GeoDataOverlay
Public Member Functions | Protected Member Functions | List of all members
Marble::GeoDataOverlay Class Reference

#include <GeoDataOverlay.h>

Inheritance diagram for Marble::GeoDataOverlay:
Inheritance graph
[legend]

Public Member Functions

 GeoDataOverlay ()
 
 GeoDataOverlay (const GeoDataOverlay &other)
 
 ~GeoDataOverlay () override
 
QString absoluteIconFile () const
 
QColor color () const
 
int drawOrder () const
 
QImage icon () const
 
QString iconFile () const
 
GeoDataOverlay & operator= (const GeoDataOverlay &other)
 
void setColor (const QColor &color)
 
void setDrawOrder (int order)
 
void setIcon (const QImage &icon)
 
void setIconFile (const QString &path)
 
- Public Member Functions inherited from Marble::GeoDataFeature
 GeoDataFeature ()
 
 GeoDataFeature (const QString &name)
 
 GeoDataFeature (const GeoDataFeature &other)
 
 ~GeoDataFeature () override
 
const GeoDataAbstractView * abstractView () const
 
GeoDataAbstractView * abstractView ()
 
QString address () const
 
virtual GeoDataFeature * clone () const =0
 
QSharedPointer< const
GeoDataStyle > 
customStyle () const
 
QString description () const
 
bool descriptionIsCDATA () const
 
GeoDataExtendedData & extendedData ()
 
const GeoDataExtendedData & extendedData () const
 
EnumFeatureId featureId () const
 
bool isGloballyVisible () const
 
bool isVisible () const
 
QString name () const
 
bool operator!= (const GeoDataFeature &other) const
 
GeoDataFeature & operator= (const GeoDataFeature &other)
 
bool operator== (const GeoDataFeature &other) const
 
void pack (QDataStream &stream) const override
 
QString phoneNumber () const
 
qint64 popularity () const
 
const GeoDataRegion & region () const
 
GeoDataRegion & region ()
 
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 &region)
 
void setRole (const QString &role)
 
void setSnippet (const GeoDataSnippet &value)
 
void setStyle (const QSharedPointer< 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 setZoomLevel (int index)
 
GeoDataSnippet snippet () const
 
QSharedPointer< const
GeoDataStyle > 
style () const
 
const GeoDataStyleMap * styleMap () const
 
QString styleUrl () const
 
const GeoDataTimeSpan & timeSpan () const
 
GeoDataTimeSpan & timeSpan ()
 
const GeoDataTimeStamp & timeStamp () const
 
GeoDataTimeStamp & timeStamp ()
 
void unpack (QDataStream &stream) override
 
int zoomLevel () const
 
- Public Member Functions inherited from Marble::GeoDataObject
 GeoDataObject ()
 
 GeoDataObject (const GeoDataObject &)
 
 ~GeoDataObject () override
 
QString id () const
 
GeoDataObject & operator= (const GeoDataObject &)
 
void pack (QDataStream &stream) const override
 
const GeoDataObject * parent () const
 
GeoDataObject * parent ()
 
QString resolvePath (const QString &relativePath) const
 
void setId (const QString &value)
 
void setParent (GeoDataObject *parent)
 
void setTargetId (const QString &value)
 
QString targetId () const
 
void unpack (QDataStream &steam) override
 
- Public Member Functions inherited from Marble::GeoNode
 GeoNode ()
 
virtual ~GeoNode ()
 
virtual const char * nodeType () const =0
 
- Public Member Functions inherited from Marble::Serializable
virtual ~Serializable ()
 

Protected Member Functions

 GeoDataOverlay (GeoDataOverlayPrivate *priv)
 
 GeoDataOverlay (const GeoDataOverlay &other, GeoDataOverlayPrivate *priv)
 
bool equals (const GeoDataOverlay &other) const
 
- Protected Member Functions inherited from Marble::GeoDataFeature
 GeoDataFeature (GeoDataFeaturePrivate *dd)
 
 GeoDataFeature (const GeoDataFeature &other, GeoDataFeaturePrivate *dd)
 
bool equals (const GeoDataFeature &other) const
 
- Protected Member Functions inherited from Marble::GeoDataObject
virtual bool equals (const GeoDataObject &other) const
 

Additional Inherited Members

- Protected Attributes inherited from Marble::GeoDataFeature
GeoDataFeaturePrivate *const d_ptr
 

Detailed Description

Definition at line 28 of file GeoDataOverlay.h.

Constructor & Destructor Documentation

Marble::GeoDataOverlay::GeoDataOverlay ( )

Constructor.

Definition at line 16 of file GeoDataOverlay.cpp.

Marble::GeoDataOverlay::~GeoDataOverlay ( )
override

Definition at line 38 of file GeoDataOverlay.cpp.

Marble::GeoDataOverlay::GeoDataOverlay ( const GeoDataOverlay &  other)

Definition at line 22 of file GeoDataOverlay.cpp.

Marble::GeoDataOverlay::GeoDataOverlay ( GeoDataOverlayPrivate *  priv)
explicitprotected

Definition at line 28 of file GeoDataOverlay.cpp.

Marble::GeoDataOverlay::GeoDataOverlay ( const GeoDataOverlay &  other,
GeoDataOverlayPrivate *  priv 
)
protected

Definition at line 33 of file GeoDataOverlay.cpp.

Member Function Documentation

QString Marble::GeoDataOverlay::absoluteIconFile ( ) const

Returns the iconFile as an absolute filename.

Relative files are resolved relative to the directory of the GeoDataDocument this overlay is part of (

See also
fileName of GeoDataDocument)

Definition at line 104 of file GeoDataOverlay.cpp.

QColor Marble::GeoDataOverlay::color ( ) const

Definition at line 52 of file GeoDataOverlay.cpp.

int Marble::GeoDataOverlay::drawOrder ( ) const

Definition at line 64 of file GeoDataOverlay.cpp.

bool Marble::GeoDataOverlay::equals ( const GeoDataOverlay &  other) const
protected

Definition at line 110 of file GeoDataOverlay.cpp.

QImage Marble::GeoDataOverlay::icon ( ) const

Definition at line 76 of file GeoDataOverlay.cpp.

QString Marble::GeoDataOverlay::iconFile ( ) const

Definition at line 98 of file GeoDataOverlay.cpp.

GeoDataOverlay & Marble::GeoDataOverlay::operator= ( const GeoDataOverlay &  other)

Definition at line 42 of file GeoDataOverlay.cpp.

void Marble::GeoDataOverlay::setColor ( const QColor &  color)

Definition at line 58 of file GeoDataOverlay.cpp.

void Marble::GeoDataOverlay::setDrawOrder ( int  order)

Definition at line 70 of file GeoDataOverlay.cpp.

void Marble::GeoDataOverlay::setIcon ( const QImage &  icon)

Definition at line 85 of file GeoDataOverlay.cpp.

void Marble::GeoDataOverlay::setIconFile ( const QString &  path)

Definition at line 91 of file GeoDataOverlay.cpp.


The documentation for this class was generated from the following files:
  • GeoDataOverlay.h
  • GeoDataOverlay.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 01:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  •   KmPlot
  • libkeduvocdocument
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   src
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal