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

PunsOnlyControlListener.h

Go to the documentation of this file.
00001 #ifndef OglGui_PunsOnlyControlListener_h
00002 #define OglGui_PunsOnlyControlListener_h
00003 
00004 namespace Impala {
00005 namespace Visualization {
00006 
00007 class PunsOnlyControl;
00008 
00009 class PunsOnlyControlListener
00010 {
00011 public:
00012     virtual void PunsOnlyChanged(PunsOnlyControl *src, void* userData)
00013     {
00014     }
00015 };
00016 
00017 } // namespace Visualization
00018 } // namespace Impala
00019 #endif

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