aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-09-17 12:20:24 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-09-17 12:20:24 -0300
commit0518b806d8ce25c69847ec8c403276193611b2e1 (patch)
treef008385354f24ab2fadca171d27d8f2656244d89 /pm.pro
parent8b1e2720b1253a91e3b75a08e2f5a38deb55affa (diff)
Additional interactive functionalities.
- Selection linking between subsample plot and main plot - Dumb "effectiveness" coloring
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index de669cd..48c4d35 100644
--- a/pm.pro
+++ b/pm.pro
@@ -6,6 +6,8 @@ HEADERS += colorscale.h \
continuouscolorscale.h \
scatterplot.h \
interactionhandler.h \
+ selectionhandler.h \
+ effectivenessobserver.h \
distortionobserver.h \
distortionmeasure.h \
npdistortion.h \
@@ -15,6 +17,8 @@ SOURCES += main.cpp \
continuouscolorscale.cpp \
scatterplot.cpp \
interactionhandler.cpp \
+ selectionhandler.cpp \
+ effectivenessobserver.cpp \
distortionobserver.cpp \
npdistortion.cpp \
lamp.cpp \