Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

PlottableMouseListener.h

Go to the documentation of this file.
00001 //345678901234567890123456789012345678901234567890123456789012345678901234567890
00002 #ifndef Impala_Visualization_Plot_PlottableMouseListener_h
00003 #define Impala_Visualization_Plot_PlottableMouseListener_h
00004 
00005 namespace Impala {
00006 namespace Visualization {
00007 namespace Plot {
00008 
00009 class Plottable;
00010 
00011 class PlottableMouseListener
00012 {
00013 public:
00014     virtual void
00015     OnMouse(Plottable *src, double x, double y, int msg, int but, int state,
00016             void *userData)
00017     {
00018     }
00019 };
00020 
00021 } // namespace Plot
00022 } // namespace Visualization
00023 } // namespace Impala
00024 #endif

Generated on Fri Mar 19 09:31:51 2010 for ImpalaSrc by  doxygen 1.5.1