marble
#include <GeoSceneVector.h>
Public Member Functions | |
GeoSceneVector (const QString &name) | |
QBrush | brush () const |
QString | feature () const |
virtual const char * | nodeType () const |
QPen | pen () const |
void | setBrush (const QBrush &brush) |
void | setFeature (const QString &feature) |
void | setPen (const QPen &pen) |
void | setSourceFile (const 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
Vector dataset stored in a layer.
Definition at line 38 of file GeoSceneVector.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 28 of file GeoSceneVector.cpp.
Member Function Documentation
QBrush Marble::GeoSceneVector::brush | ( | ) | const |
Definition at line 72 of file GeoSceneVector.cpp.
QString Marble::GeoSceneVector::feature | ( | ) | const |
Definition at line 52 of file GeoSceneVector.cpp.
|
virtual |
Reimplemented from Marble::GeoNode.
Definition at line 37 of file GeoSceneVector.cpp.
QPen Marble::GeoSceneVector::pen | ( | ) | const |
Definition at line 62 of file GeoSceneVector.cpp.
void Marble::GeoSceneVector::setBrush | ( | const QBrush & | brush | ) |
Definition at line 77 of file GeoSceneVector.cpp.
void Marble::GeoSceneVector::setFeature | ( | const QString & | feature | ) |
Definition at line 57 of file GeoSceneVector.cpp.
void Marble::GeoSceneVector::setPen | ( | const QPen & | pen | ) |
Definition at line 67 of file GeoSceneVector.cpp.
void Marble::GeoSceneVector::setSourceFile | ( | const QString & | sourceFile | ) |
Definition at line 47 of file GeoSceneVector.cpp.
QString Marble::GeoSceneVector::sourceFile | ( | ) | const |
Definition at line 42 of file GeoSceneVector.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.