add selection change listener

Desktop / LibreOffice - Markus Mohrhard [googlemail.com] - 25 July 2015 17:26 UTC

This finally allows us to handle the case where you switch between objects of the same type.

bc45921 add selection change listener
chart2/Library_chartcontroller.mk | 1 +
.../source/controller/sidebar/ChartAxisPanel.cxx | 33 ++++++--
.../source/controller/sidebar/ChartAxisPanel.hxx | 11 ++-
.../source/controller/sidebar/ChartSeriesPanel.cxx | 23 +++++-
.../source/controller/sidebar/ChartSeriesPanel.hxx | 9 ++-
.../sidebar/ChartSidebarSelectionListener.cxx | 81 ++++++++++++++++++++
.../sidebar/ChartSidebarSelectionListener.hxx | 58 ++++++++++++++
7 files changed, 207 insertions(+), 9 deletions(-)

Upstream: cgit.freedesktop.org


  • Share