LMMS
Loading...
Searching...
No Matches
juce::SystemClipboard Class Reference

#include <juce_SystemClipboard.h>

Static Public Member Functions

static void copyTextToClipboard (const String &text)
static String getTextFromClipboard ()

Detailed Description

Handles reading/writing to the system's clipboard.

@tags{GUI}

Member Function Documentation

◆ copyTextToClipboard()

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

Copies a string of text onto the clipboard

◆ getTextFromClipboard()

String juce::SystemClipboard::getTextFromClipboard ( )
static

Gets the current clipboard's contents.

Obviously this might have come from another app, so could contain anything..


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