marble
#include <GeoSceneGeodata.h>

Public Member Functions | |
| GeoSceneGeodata (QString name) | |
| virtual | ~GeoSceneGeodata () |
| qreal | alpha () const |
| QBrush | brush () const |
| QString | colorize () const |
| QList< QColor > | colors () const |
| virtual const char * | nodeType () const |
| bool | operator== (const GeoSceneGeodata &other) const |
| QPen | pen () const |
| QString | property () const |
| void | setAlpha (const qreal &alpha) |
| void | setBrush (const QBrush &brush) |
| void | setColorize (QString colorize) |
| void | setColors (const QList< QColor > &colors) |
| void | setPen (const QPen &pen) |
| void | setProperty (QString property) |
| void | setSourceFile (QString sourceFile) |
| QString | sourceFile () const |
Public Member Functions inherited from Marble::GeoSceneAbstractDataset | |
| virtual | ~GeoSceneAbstractDataset () |
| int | expire () const |
| QString | fileFormat () const |
| QString | name () const |
| void | setExpire (int expire) |
| void | setFileFormat (const QString &fileFormat) |
Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoSceneAbstractDataset | |
| GeoSceneAbstractDataset (const QString &name) | |
Detailed Description
Definition at line 24 of file GeoSceneGeodata.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 18 of file GeoSceneGeodata.cpp.
|
virtual |
Definition at line 27 of file GeoSceneGeodata.cpp.
Member Function Documentation
| qreal Marble::GeoSceneGeodata::alpha | ( | ) | const |
Definition at line 83 of file GeoSceneGeodata.cpp.
| QBrush Marble::GeoSceneGeodata::brush | ( | ) | const |
Definition at line 93 of file GeoSceneGeodata.cpp.
| QString Marble::GeoSceneGeodata::colorize | ( | ) | const |
Definition at line 63 of file GeoSceneGeodata.cpp.
Definition at line 103 of file GeoSceneGeodata.cpp.
|
virtual |
Reimplemented from Marble::GeoNode.
Definition at line 31 of file GeoSceneGeodata.cpp.
| bool Marble::GeoSceneGeodata::operator== | ( | const GeoSceneGeodata & | other | ) | const |
Definition at line 36 of file GeoSceneGeodata.cpp.
| QPen Marble::GeoSceneGeodata::pen | ( | ) | const |
Definition at line 73 of file GeoSceneGeodata.cpp.
| QString Marble::GeoSceneGeodata::property | ( | ) | const |
Definition at line 43 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setAlpha | ( | const qreal & | alpha | ) |
Definition at line 78 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setBrush | ( | const QBrush & | brush | ) |
Definition at line 98 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setColorize | ( | QString | colorize | ) |
Definition at line 68 of file GeoSceneGeodata.cpp.
Definition at line 108 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setPen | ( | const QPen & | pen | ) |
Definition at line 88 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setProperty | ( | QString | property | ) |
Definition at line 48 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setSourceFile | ( | QString | sourceFile | ) |
Definition at line 58 of file GeoSceneGeodata.cpp.
| QString Marble::GeoSceneGeodata::sourceFile | ( | ) | const |
Definition at line 53 of file GeoSceneGeodata.cpp.
The documentation for this class was generated from the following files:
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.
KDE API Reference
Public Member Functions inherited from