QGIS API Documentation
2.0.1-Dufour
|
This class is not a part of public API, it is intended only for compatibility with older versions of QGIS (1.x) More...
#include <qgssymbologyv2conversion.h>
Static Public Member Functions | |
static QgsFeatureRendererV2 * | readOldRenderer (const QDomNode &layerNode, QGis::GeometryType geomType) |
Read old renderer definition from XML and create matching new renderer. | |
static QString | penStyle2QString (Qt::PenStyle penstyle) |
static Qt::PenStyle | qString2PenStyle (QString string) |
static QString | brushStyle2QString (Qt::BrushStyle brushstyle) |
static Qt::BrushStyle | qString2BrushStyle (QString string) |
This class is not a part of public API, it is intended only for compatibility with older versions of QGIS (1.x)
Definition at line 27 of file qgssymbologyv2conversion.h.
|
static |
Definition at line 425 of file qgssymbologyv2conversion.cpp.
References QgsDebugMsg.
|
static |
Definition at line 353 of file qgssymbologyv2conversion.cpp.
|
static |
Definition at line 498 of file qgssymbologyv2conversion.cpp.
References QgsDebugMsg.
Referenced by readBrushStyle().
|
static |
Definition at line 389 of file qgssymbologyv2conversion.cpp.
Referenced by readOutlineStyle().
|
static |
Read old renderer definition from XML and create matching new renderer.
Definition at line 283 of file qgssymbologyv2conversion.cpp.
References readOldGraduatedSymbolRenderer(), readOldSingleSymbolRenderer(), and readOldUniqueValueRenderer().
Referenced by QgsVectorLayer::readSymbology().