IToolTipListener.hpp

Go to the documentation of this file.
00001 #ifndef __IToolTipListener__
00002 #define __IToolTipListener__
00003 
00004 #include <Basics/CString.hpp>
00005 using Exponent::Basics::CString;
00006 
00007 //  ===========================================================================
00008 
00009 namespace Exponent
00010 {
00011     namespace GUI
00012     {
00013         namespace Listeners
00014         {
00032             interface IToolTipListener
00033             {
00034 
00035 //  ===========================================================================
00036 
00037             public:
00038 
00039 //  ===========================================================================
00040 
00044                 IToolTipListener() { }
00045                 
00049                 virtual ~IToolTipListener() { }
00050 
00051 //  ===========================================================================
00052 
00058                 virtual void getToolTipText(CString &value, const long idOfRequestingControl) = 0;
00059 
00060 //  ===========================================================================
00061             };
00062         }
00063     }
00064 }
00065 #endif  // End of IToolTipListener.hpp

Infinity API - IToolTipListener.hpp Source File generated on 7 Mar 2007