marble
Marble::GeoSceneLicense Class Reference
#include <GeoSceneLicense.h>
Inheritance diagram for Marble::GeoSceneLicense:
Public Types | |
enum | Attribution { Never, OptOut, OptIn, Always } |
Public Member Functions | |
GeoSceneLicense () | |
Attribution | attribution () const |
QString | license () const |
void | setAttribution (Attribution attr) |
void | setLicense (const QString &license) |
void | setShortLicense (const QString &license) |
QString | shortLicense () const |
Public Member Functions inherited from Marble::GeoNode | |
GeoNode () | |
virtual | ~GeoNode () |
virtual const char * | nodeType () const |
Detailed Description
Definition at line 23 of file GeoSceneLicense.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Never | |
OptOut | |
OptIn | |
Always |
Definition at line 26 of file GeoSceneLicense.h.
Constructor & Destructor Documentation
Marble::GeoSceneLicense::GeoSceneLicense | ( | ) |
Definition at line 16 of file GeoSceneLicense.cpp.
Member Function Documentation
GeoSceneLicense::Attribution Marble::GeoSceneLicense::attribution | ( | ) | const |
Definition at line 32 of file GeoSceneLicense.cpp.
QString Marble::GeoSceneLicense::license | ( | ) | const |
Definition at line 22 of file GeoSceneLicense.cpp.
void Marble::GeoSceneLicense::setAttribution | ( | Attribution | attr | ) |
Definition at line 47 of file GeoSceneLicense.cpp.
void Marble::GeoSceneLicense::setLicense | ( | const QString & | license | ) |
Definition at line 37 of file GeoSceneLicense.cpp.
void Marble::GeoSceneLicense::setShortLicense | ( | const QString & | license | ) |
Definition at line 42 of file GeoSceneLicense.cpp.
QString Marble::GeoSceneLicense::shortLicense | ( | ) | const |
Definition at line 27 of file GeoSceneLicense.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.