Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
qgssymbologyv2conversion.h
Go to the documentation of this file.
1 #ifndef QGSSYMBOLOGYV2CONVERSION_H
2 #define QGSSYMBOLOGYV2CONVERSION_H
3 
4 class QgsSymbol;
5 class QgsSymbolV2;
6 class QgsVectorLayer;
7 
8 class CORE_EXPORT QgsSymbologyV2Conversion
9 {
10  public:
11 
14  static QgsSymbolV2* symbolV1toV2( const QgsSymbol* s );
15 
18  static QgsSymbol* symbolV2toV1( QgsSymbolV2* s );
19 
22  static void rendererV1toV2( QgsVectorLayer* layer );
23 
26  static void rendererV2toV1( QgsVectorLayer* layer );
27 
28 };
29 
30 #endif // QGSSYMBOLOGYV2CONVERSION_H