##// END OF EJS Templates
refactoring
refactoring

File last commit:

r2166:2e5b385aa170
r2167:39840e10ebaa
Show More
legend.pri
25 lines | 573 B | text/plain | TextLexer
Michal Klocek
Moves legend src to subdirectory
r957 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
Michal Klocek
Refactors layout managment...
r1534 $$PWD/legendmarker.cpp \
sauimone
first prototry of QLegendMarker API
r2160 $$PWD/legendlayout.cpp \
sauimone
new legend example for testing new api. Currently using still the old one.
r2162 $$PWD/qlegendmarker.cpp \
sauimone
added LegendMarkerItem. Updated new legend example to test clicked of LegendMarker
r2164 $$PWD/qpielegendmarker.cpp \
$$PWD/legendmarkeritem.cpp
Michal Klocek
Moves legend src to subdirectory
r957
PRIVATE_HEADERS += \
$$PWD/legendmarker_p.h \
$$PWD/legendscroller_p.h \
Michal Klocek
Refactors layout managment...
r1534 $$PWD/qlegend_p.h \
sauimone
Added createLegendMarkers to private series. This will replace old createLegendMarker method. Notice the s in new method name. PIMPL for QLegendMarker. Newlegend example updated a bit
r2163 $$PWD/legendlayout_p.h \
sauimone
added LegendMarkerItem. Updated new legend example to test clicked of LegendMarker
r2164 $$PWD/qlegendmarker_p.h \
sauimone
QPieLegenmarkerPrivate added
r2166 $$PWD/legendmarkeritem_p.h \
$$PWD/qpielegendmarker_p.h
Michal Klocek
Moves legend src to subdirectory
r957
PUBLIC_HEADERS += \
sauimone
first prototry of QLegendMarker API
r2160 $$PWD/qlegend.h \
sauimone
new legend example for testing new api. Currently using still the old one.
r2162 $$PWD/qlegendmarker.h \
$$PWD/qpielegendmarker.h