QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
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>

Static Public Member Functions

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

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: