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

TimeSliderListener.h

Go to the documentation of this file.
00001 #ifndef OglGui_TimeSliderListener_h
00002 #define OglGui_TimeSliderListener_h
00003 
00004 namespace Impala {
00005 namespace Application {
00006 namespace SDash {
00007 
00008 class TimeSlider;
00009 
00010 class TimeSliderListener
00011 {
00012 public:
00013 
00014     virtual void
00015     TimeSliderEvent(TimeSlider *src, long newTime, void* userData)
00016     {
00017     }
00018 };
00019 
00020 }
00021 }
00022 }
00023 #endif

Generated on Fri Mar 19 09:30:39 2010 for ImpalaSrc by  doxygen 1.5.1