From 41e1b2bfb8e2ba3d0e74180200e7cc109171213e Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 26 Jan 2016 18:15:50 +0100 Subject: Scatterplot & BarChart: initial brushing mechanism. * Both components now support brushing (support in Scatterplot for activating a brush is still incomplete, though it can be brushed on by other components) * Added a handler for linking the brushing between components * Added crosshair geometry handler to geometry lib * Fixed issue #15 --- pm.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 5678c22..453f0cb 100644 --- a/pm.pro +++ b/pm.pro @@ -18,6 +18,7 @@ HEADERS += main.h \ mapscalehandler.h \ numericrange.h \ selectionhandler.h \ + brushinghandler.h \ projectionobserver.h \ skelft.h \ skelftkernel.h \ @@ -34,6 +35,7 @@ SOURCES += main.cpp \ manipulationhandler.cpp \ mapscalehandler.cpp \ selectionhandler.cpp \ + brushinghandler.cpp \ projectionobserver.cpp \ skelft_core.cpp \ lamp.cpp \ -- cgit v1.2.3