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

PreviewBarSelectionListener.h

Go to the documentation of this file.
00001 // RvB: NOTE!! This should be named PreviewBarListener !!!!!
00002 #ifndef Impala_Visualization_GUI_PreviewBarSelectionListener_h
00003 #define Impala_Visualization_GUI_PreviewBarSelectionListener_h
00004 
00005 #ifndef OglGui_Window_h
00006 #include "OglGui/Window.h"
00007 #endif
00008 
00009 namespace Impala {
00010 namespace Visualization {
00011 namespace GUI {
00012 
00013 class PreviewBarSelectionListener
00014 {
00015 public:
00016     virtual void
00017     PreviewBarSelectionEvent(OglGui::Window* src, String concept,
00018                              bool selected, void* userData)
00019     {
00020     }
00021    
00022     virtual void
00023     PreviewBarImageClickEvent(OglGui::Window* src, String concept,
00024                               int keyframeID, void* userData)
00025     {
00026     }
00027 };
00028 
00029 } // namespace GUI
00030 } // namespace Visualization
00031 } // namespace Impala
00032 #endif

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