VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CClipboard Struct Reference

Static Public Member Functions

static SharedPointer
< IDataPackage
get ()
 get the global clipboard data
 
static bool set (const SharedPointer< IDataPackage > &data)
 set the global clipboard data
 
static Optional< UTF8StringgetString ()
 get the string from the global clipboard if it exists
 
static Optional< UTF8StringgetFilePath ()
 get the file path from the global clipboard if it exists
 
static bool setString (UTF8StringPtr str)
 set the string of the global clipboard
 
static bool setFilePath (UTF8StringPtr str)
 set the file path of the global clipboard
 

Member Function Documentation

SharedPointer< IDataPackage > get ( )
static

get the global clipboard data

Optional< UTF8String > getFilePath ( )
static

get the file path from the global clipboard if it exists

Optional< UTF8String > getString ( )
static

get the string from the global clipboard if it exists

bool set ( const SharedPointer< IDataPackage > &  data)
static

set the global clipboard data

bool setFilePath ( UTF8StringPtr  str)
static

set the file path of the global clipboard

bool setString ( UTF8StringPtr  str)
static

set the string of the global clipboard


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