CClipBoard.hpp

Go to the documentation of this file.
00001 #ifndef __CClipBoard__
00002 #define __CClipBoard__
00003 
00004 #include "../Basics/CString.hpp"
00005 using Exponent::Basics::CString;
00006 
00007 //  ===========================================================================
00008 
00009 namespace Exponent
00010 {
00011     namespace Host
00012     {
00030         class CClipBoard
00031         {
00032         public:
00033 
00034 //  ===========================================================================
00035 
00041             static bool copyStringToSystemClipboard(const CString &text);
00042 
00048             static bool getStringFromSystemClipboard(CString &text);
00049 
00050 //  ===========================================================================
00051 
00052         };
00053     }
00054 }
00055 #endif  // End of CClipBoard.hpp

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