|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Handles reading/writing to the system's clipboard. More...
#include "juce_SystemClipboard.h"
Static Public Member Functions | |
| static void | copyTextToClipboard (const String &text) |
| Copies a string of text onto the clipboard. | |
| static String | getTextFromClipboard () |
| Gets the current clipboard's contents. | |
Handles reading/writing to the system's clipboard.
@tags{GUI}
Definition at line 35 of file juce_SystemClipboard.h.
Copies a string of text onto the clipboard.
Definition at line 813 of file juce_Windowing_linux.cpp.
|
static |
Gets the current clipboard's contents.
Obviously this might have come from another app, so could contain anything..
Definition at line 818 of file juce_Windowing_linux.cpp.