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

ColorsNamedListener.h

Go to the documentation of this file.
00001 #ifndef OglGui_ColorsNamedListener_h
00002 #define OglGui_ColorsNamedListener_h
00003 
00004 namespace OglGui {
00005 
00006 class ColorsNamed;
00007 
00008 class ColorsNamedListener
00009 {
00010 public:
00011 
00012     virtual void
00013     OnColorName(ColorsNamed *src, std::string colorName, ULONG color,
00014                 int msg, void* userData)
00015     {
00016     }
00017 };
00018 
00019 } // namespace OglGui
00020 #endif

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