Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Constant Groups | Functions
qgssymbologyutils.h File Reference
#include <Qt>
Include dependency graph for qgssymbologyutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Constant Groups

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

Functions

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