Quantum GIS API Documentation
1.7.5-Wroclaw
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
core
symbology-ng
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
Generated on Wed Jun 13 2012 13:54:11 for Quantum GIS API Documentation by
1.8.1