Quantum GIS API Documentation  master-693a1fe
QgsSymbologyV2Conversion Class Reference

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>

List of all members.

Static Public Member Functions

static QString brushStyle2QString (Qt::BrushStyle brushstyle)
static QString penStyle2QString (Qt::PenStyle penstyle)
static Qt::BrushStyle qString2BrushStyle (QString string)
static Qt::PenStyle qString2PenStyle (QString string)
static QgsFeatureRendererV2readOldRenderer (const QDomNode &layerNode, QGis::GeometryType geomType)
 Read old renderer definition from XML and create matching new renderer.

Detailed Description

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.


Member Function Documentation

QString QgsSymbologyV2Conversion::brushStyle2QString ( Qt::BrushStyle  brushstyle) [static]

Definition at line 425 of file qgssymbologyv2conversion.cpp.

References QgsDebugMsg.

QString QgsSymbologyV2Conversion::penStyle2QString ( Qt::PenStyle  penstyle) [static]

Definition at line 353 of file qgssymbologyv2conversion.cpp.

Qt::BrushStyle QgsSymbologyV2Conversion::qString2BrushStyle ( QString  string) [static]

Definition at line 498 of file qgssymbologyv2conversion.cpp.

References QgsDebugMsg.

Referenced by readBrushStyle().

Qt::PenStyle QgsSymbologyV2Conversion::qString2PenStyle ( QString  string) [static]

Definition at line 389 of file qgssymbologyv2conversion.cpp.

Referenced by readOutlineStyle().

QgsFeatureRendererV2 * QgsSymbologyV2Conversion::readOldRenderer ( const QDomNode &  layerNode,
QGis::GeometryType  geomType 
) [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().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines