Marble::GeoSceneVector
#include <GeoSceneVector.h>

Public Member Functions | |
| GeoSceneVector (const QString &name) | |
| QBrush | brush () const |
| QString | feature () const |
| const char * | nodeType () const override |
| 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 | |
| int | expire () const |
| QString | fileFormat () const |
| QString | name () const |
| void | setExpire (int expire) |
| void | setFileFormat (const QString &fileFormat) |
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 23 of file GeoSceneVector.h.
Constructor & Destructor Documentation
◆ GeoSceneVector()
|
explicit |
Definition at line 13 of file GeoSceneVector.cpp.
Member Function Documentation
◆ brush()
| QBrush Marble::GeoSceneVector::brush | ( | ) | const |
Definition at line 57 of file GeoSceneVector.cpp.
◆ feature()
| QString Marble::GeoSceneVector::feature | ( | ) | const |
Definition at line 37 of file GeoSceneVector.cpp.
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 22 of file GeoSceneVector.cpp.
◆ pen()
| QPen Marble::GeoSceneVector::pen | ( | ) | const |
Definition at line 47 of file GeoSceneVector.cpp.
◆ setBrush()
| void Marble::GeoSceneVector::setBrush | ( | const QBrush & | brush | ) |
Definition at line 62 of file GeoSceneVector.cpp.
◆ setFeature()
| void Marble::GeoSceneVector::setFeature | ( | const QString & | feature | ) |
Definition at line 42 of file GeoSceneVector.cpp.
◆ setPen()
| void Marble::GeoSceneVector::setPen | ( | const QPen & | pen | ) |
Definition at line 52 of file GeoSceneVector.cpp.
◆ setSourceFile()
| void Marble::GeoSceneVector::setSourceFile | ( | const QString & | sourceFile | ) |
Definition at line 32 of file GeoSceneVector.cpp.
◆ sourceFile()
| QString Marble::GeoSceneVector::sourceFile | ( | ) | const |
Definition at line 27 of file GeoSceneVector.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from