Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
QgsSymbologyUtils Namespace Reference

Namespace containing static methods which are useful for the symbology widgets. More...

Functions

QPixmap CORE_EXPORT qString2LinePixmap (QString string)
QPixmap CORE_EXPORT char2LinePixmap (const char *c)
QPixmap CORE_EXPORT qString2PatternPixmap (QString string)
QPixmap CORE_EXPORT char2PatternPixmap (const char *c)
QString CORE_EXPORT penStyle2QString (Qt::PenStyle penstyle)
const char CORE_EXPORT * penStyle2Char (Qt::PenStyle penstyle)
QPixmap CORE_EXPORT penStyle2Pixmap (Qt::PenStyle penstyle)
Qt::PenStyle CORE_EXPORT qString2PenStyle (QString string)
Qt::PenStyle CORE_EXPORT char2PenStyle (const char *c)
QString CORE_EXPORT brushStyle2QString (Qt::BrushStyle brushstyle)
const char CORE_EXPORT * brushStyle2Char (Qt::BrushStyle brushstyle)
QPixmap CORE_EXPORT brushStyle2Pixmap (Qt::BrushStyle brushstyle)
Qt::BrushStyle CORE_EXPORT qString2BrushStyle (QString string)
Qt::BrushStyle CORE_EXPORT char2BrushStyle (const char *c)

Detailed Description

Namespace containing static methods which are useful for the symbology widgets.


Function Documentation

const char * QgsSymbologyUtils::brushStyle2Char ( Qt::BrushStyle  brushstyle)

Definition at line 1025 of file qgssymbologyutils.cpp.

QPixmap QgsSymbologyUtils::brushStyle2Pixmap ( Qt::BrushStyle  brushstyle)
QString QgsSymbologyUtils::brushStyle2QString ( Qt::BrushStyle  brushstyle)

Definition at line 736 of file qgssymbologyutils.cpp.

References QgsDebugMsg.

Referenced by QgsSymbol::writeXML().

Qt::BrushStyle QgsSymbologyUtils::char2BrushStyle ( const char *  c)

Definition at line 1247 of file qgssymbologyutils.cpp.

References QgsDebugMsg.

QPixmap QgsSymbologyUtils::char2LinePixmap ( const char *  c)
QPixmap QgsSymbologyUtils::char2PatternPixmap ( const char *  c)
Qt::PenStyle QgsSymbologyUtils::char2PenStyle ( const char *  c)

Definition at line 1210 of file qgssymbologyutils.cpp.

References QgsDebugMsg.

const char * QgsSymbologyUtils::penStyle2Char ( Qt::PenStyle  penstyle)

Definition at line 989 of file qgssymbologyutils.cpp.

QPixmap QgsSymbologyUtils::penStyle2Pixmap ( Qt::PenStyle  penstyle)
QString QgsSymbologyUtils::penStyle2QString ( Qt::PenStyle  penstyle)

Definition at line 664 of file qgssymbologyutils.cpp.

Referenced by QgsSymbol::writeXML().

Qt::BrushStyle QgsSymbologyUtils::qString2BrushStyle ( QString  string)

Definition at line 809 of file qgssymbologyutils.cpp.

References QgsDebugMsg.

Referenced by QgsSymbol::readXML().

QPixmap QgsSymbologyUtils::qString2LinePixmap ( QString  string)
QPixmap QgsSymbologyUtils::qString2PatternPixmap ( QString  string)
Qt::PenStyle QgsSymbologyUtils::qString2PenStyle ( QString  string)

Definition at line 700 of file qgssymbologyutils.cpp.

Referenced by QgsSymbol::readXML().