Pyrogenesis
13997
|
C++ interface to Cocoa implementation for pasteboards. More...
Go to the source code of this file.
Functions | |
bool | osx_GetStringFromPasteboard (std::string &out) |
Get a string from the pasteboard. More... | |
bool | osx_SendStringToPasteboard (const std::string &string) |
Store a string on the pasteboard. More... | |
C++ interface to Cocoa implementation for pasteboards.
Definition in file osx_pasteboard.h.
bool osx_GetStringFromPasteboard | ( | std::string & | out | ) |
Get a string from the pasteboard.
[out] | out | pasteboard string in UTF-8 encoding, if found |
Definition at line 30 of file osx_pasteboard.mm.
bool osx_SendStringToPasteboard | ( | const std::string & | string | ) |
Store a string on the pasteboard.
[in] | string | string to store in UTF-8 encoding |
Definition at line 61 of file osx_pasteboard.mm.