From 0518b806d8ce25c69847ec8c403276193611b2e1 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 17 Sep 2015 12:20:24 -0300 Subject: Additional interactive functionalities. - Selection linking between subsample plot and main plot - Dumb "effectiveness" coloring --- pm.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pm.pro') 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 \ -- cgit v1.2.3