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

ImagesListener.h

Go to the documentation of this file.
00001 #ifndef ImagesListener_h
00002 #define ImagesListener_h
00003 
00004 namespace OglGui
00005 {
00006 
00007 class Window;
00008 
00009 
00010 class ImagesListener
00011 {
00012 public:
00013 
00014     virtual void
00015     ImageSelectionEvent(Window* src, int imIndex, int msg, int btn,
00016                         int state, void* listenerData)
00017     {
00018     }
00019 };
00020 
00021 } // namespace OglGui
00022 #endif

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