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

ScrollBarListener.h

Go to the documentation of this file.
00001 #ifndef OglGui_ScrollBarListener_h
00002 #define OglGui_ScrollBarListener_h
00003 
00004 namespace OglGui
00005 {
00006 
00007 class ScrollBar;
00008 
00009 class ScrollBarListener
00010 {
00011 public:
00012 
00013     virtual void OnScroll(ScrollBar *src, int position, void* userData)
00014     {
00015     }
00016 };
00017 
00018 } // namespace OglGui
00019 #endif // ScrollBarListener_h

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