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
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
juce::SystemClipboard Class Reference

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.
 

Detailed Description

Handles reading/writing to the system's clipboard.

@tags{GUI}

Definition at line 35 of file juce_SystemClipboard.h.

Member Function Documentation

◆ copyTextToClipboard()

void juce::SystemClipboard::copyTextToClipboard ( const String text)
static

Copies a string of text onto the clipboard.

Definition at line 813 of file juce_Windowing_linux.cpp.

◆ getTextFromClipboard()

String juce::SystemClipboard::getTextFromClipboard ( )
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.


The documentation for this class was generated from the following files: