QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
qgssymbollayerv2registry.h File Reference
#include "qgssymbolv2.h"
#include "qgssymbollayerv2.h"
Include dependency graph for qgssymbollayerv2registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsSymbolLayerV2AbstractMetadata
 Stores metadata about one symbol layer class. More...
class  QgsSymbolLayerV2Metadata
 Convenience metadata class that uses static functions to create symbol layer and its widget. More...
class  QgsSymbolLayerV2Registry
 Registry of available symbol layer classes. More...

Typedefs

typedef QgsSymbolLayerV2 *(* QgsSymbolLayerV2CreateFunc )(const QgsStringMap &)
typedef QgsSymbolLayerV2Widget *(* QgsSymbolLayerV2WidgetFunc )(const QgsVectorLayer *)
typedef QgsSymbolLayerV2 *(* QgsSymbolLayerV2CreateFromSldFunc )(QDomElement &)

Typedef Documentation

typedef QgsSymbolLayerV2*( * QgsSymbolLayerV2CreateFromSldFunc)(QDomElement &)
typedef QgsSymbolLayerV2*( * QgsSymbolLayerV2CreateFunc)(const QgsStringMap &)
typedef QgsSymbolLayerV2Widget*( * QgsSymbolLayerV2WidgetFunc)(const QgsVectorLayer *)