JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Static Public Member Functions
SystemClipboard Class Reference

Handles reading/writing to the system's clipboard. More...

List of all members.

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.


Member Function Documentation

static void SystemClipboard::copyTextToClipboard ( const String text) [static]

Copies a string of text onto the clipboard.

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 file: