Crazy Eddie's GUI System
0.8.7
|
Lightweight interface providing access to the system-wide native clipboard. More...
Public Member Functions | |
virtual void | sendToClipboard (const String &mimeType, void *buffer, size_t size)=0 |
sends given data to native clipboard | |
virtual void | retrieveFromClipboard (String &mimeType, void *&buffer, size_t &size)=0 |
retrieves given data from native clipboard | |
Lightweight interface providing access to the system-wide native clipboard.