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

TextEditListener.h

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

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