Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
QgsSymbolV2RenderContext:
- use reference to QgsRenderContext instead of pointer - added utility functions for simpler syntax when converting values to output units git-svn-id: http://svn.osgeo.org/qgis/trunk@12756 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
75 additions
and 103 deletions.
- +12 −5 python/core/symbology-ng-core.sip
- +2 −7 src/core/symbology-ng/qgsfillsymbollayerv2.cpp
- +12 −34 src/core/symbology-ng/qgslinesymbollayerv2.cpp
- +15 −28 src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
- +7 −16 src/core/symbology-ng/qgssymbollayerv2utils.cpp
- +2 −2 src/core/symbology-ng/qgssymbollayerv2utils.h
- +18 −7 src/core/symbology-ng/qgssymbolv2.cpp
- +7 −4 src/core/symbology-ng/qgssymbolv2.h
Oops, something went wrong.