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

IntervalChooserListener.h

Go to the documentation of this file.
00001 //345678901234567890123456789012345678901234567890123456789012345678901234567890
00002 #ifndef OglGui_IntervalChooserListener_h
00003 #define OglGui_IntervalChooserListener_h
00004 
00005 namespace OglGui {
00006 
00007 class IntervalChooser;
00008 
00009 class IntervalChooserListener
00010 {
00011 public:
00012     virtual void
00013     IntervalChanged(IntervalChooser *src,int minVal,int maxVal,void *userData)
00014     {
00015     }
00016 };
00017 
00018 } // namespace OglGui
00019 #endif

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