aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-26 18:15:50 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-26 18:15:50 +0100
commit41e1b2bfb8e2ba3d0e74180200e7cc109171213e (patch)
tree27c7dbaa8fcdcc7efb300c0ea0a44b28d2ac76c0 /pm.pro
parent7f0f945c35bc8c12d55efbce7545995fc76892c1 (diff)
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
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro2
1 files changed, 2 insertions, 0 deletions
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 \