Pyrogenesis
13997
|
#import <AppKit/AppKit.h>
#import <AvailabilityMacros.h>
#import <Foundation/Foundation.h>
#import <string>
#import "osx_pasteboard.h"
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... | |
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.