Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
196 additions
and 6 deletions.
- +7 −0 python/core/layout/qgslayoutitemnodeitem.sip
- +3 −0 python/core/layout/qgslayoutitemshape.sip
- +20 −2 src/core/layout/qgslayoutitemnodeitem.cpp
- +17 −0 src/core/layout/qgslayoutitemnodeitem.h
- +14 −2 src/core/layout/qgslayoutitempolygon.cpp
- +6 −0 src/core/layout/qgslayoutitempolygon.h
- +15 −2 src/core/layout/qgslayoutitempolyline.cpp
- +6 −0 src/core/layout/qgslayoutitempolyline.h
- +5 −0 src/core/layout/qgslayoutitemshape.cpp
- +4 −0 src/core/layout/qgslayoutitemshape.h
- +32 −0 tests/src/core/testqgslayoutshapes.cpp
- +35 −0 tests/src/python/test_qgslayoutpolygon.py
- +32 −0 tests/src/python/test_qgslayoutpolyline.py