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

WindowView2DListener.h

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

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