Quantum GIS API Documentation  1.7.4
src/core/symbology-ng/qgssymbologyv2conversion.h
Go to the documentation of this file.
00001 #ifndef QGSSYMBOLOGYV2CONVERSION_H
00002 #define QGSSYMBOLOGYV2CONVERSION_H
00003 
00004 class QgsSymbol;
00005 class QgsSymbolV2;
00006 class QgsVectorLayer;
00007 
00008 class CORE_EXPORT QgsSymbologyV2Conversion
00009 {
00010   public:
00011 
00014     static QgsSymbolV2* symbolV1toV2( const QgsSymbol* s );
00015 
00018     static QgsSymbol* symbolV2toV1( QgsSymbolV2* s );
00019 
00022     static void rendererV1toV2( QgsVectorLayer* layer );
00023 
00026     static void rendererV2toV1( QgsVectorLayer* layer );
00027 
00028 };
00029 
00030 #endif // QGSSYMBOLOGYV2CONVERSION_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines