QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Encapsulates information about a GeoNode layer style. More...
#include <qgsgeonoderequest.h>
Public Attributes | |
QDomDocument | body |
DOM documenting containing style. More... | |
QString | id |
Unique style ID. More... | |
QString | name |
Style name. More... | |
QString | styleUrl |
Associated URL. More... | |
QString | title |
Style title. More... | |
Encapsulates information about a GeoNode layer style.
Definition at line 31 of file qgsgeonoderequest.h.
QDomDocument QgsGeoNodeStyle::body |
DOM documenting containing style.
Definition at line 49 of file qgsgeonoderequest.h.
QString QgsGeoNodeStyle::id |
Unique style ID.
Definition at line 40 of file qgsgeonoderequest.h.
QString QgsGeoNodeStyle::name |
Style name.
Definition at line 43 of file qgsgeonoderequest.h.
QString QgsGeoNodeStyle::styleUrl |
Associated URL.
Definition at line 52 of file qgsgeonoderequest.h.
QString QgsGeoNodeStyle::title |
Style title.
Definition at line 46 of file qgsgeonoderequest.h.