marble
#include <GeoSceneGeodata.h>

Public Member Functions | |
| GeoSceneGeodata (QString name) | |
| virtual | ~GeoSceneGeodata () | 
| QBrush | brush () const | 
| QString | colorize () const | 
| virtual const char * | nodeType () const | 
| bool | operator== (const GeoSceneGeodata &other) const | 
| QPen | pen () const | 
| QString | property () const | 
| void | setBrush (const QBrush &brush) | 
| void | setColorize (QString colorize) | 
| 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 26 of file GeoSceneGeodata.cpp.
Member Function Documentation
| QBrush Marble::GeoSceneGeodata::brush | ( | ) | const | 
Definition at line 82 of file GeoSceneGeodata.cpp.
| QString Marble::GeoSceneGeodata::colorize | ( | ) | const | 
Definition at line 62 of file GeoSceneGeodata.cpp.
      
  | 
  virtual | 
Reimplemented from Marble::GeoNode.
Definition at line 30 of file GeoSceneGeodata.cpp.
| bool Marble::GeoSceneGeodata::operator== | ( | const GeoSceneGeodata & | other | ) | const | 
Definition at line 35 of file GeoSceneGeodata.cpp.
| QPen Marble::GeoSceneGeodata::pen | ( | ) | const | 
Definition at line 72 of file GeoSceneGeodata.cpp.
| QString Marble::GeoSceneGeodata::property | ( | ) | const | 
Definition at line 42 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setBrush | ( | const QBrush & | brush | ) | 
Definition at line 87 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setColorize | ( | QString | colorize | ) | 
Definition at line 67 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setPen | ( | const QPen & | pen | ) | 
Definition at line 77 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setProperty | ( | QString | property | ) | 
Definition at line 47 of file GeoSceneGeodata.cpp.
| void Marble::GeoSceneGeodata::setSourceFile | ( | QString | sourceFile | ) | 
Definition at line 57 of file GeoSceneGeodata.cpp.
| QString Marble::GeoSceneGeodata::sourceFile | ( | ) | const | 
Definition at line 52 of file GeoSceneGeodata.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