| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
| 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< UTF8String > | getString () | 
| get the string from the global clipboard if it exists | |
| static Optional< UTF8String > | getFilePath () | 
| 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 | |
| 
 | static | 
get the global clipboard data
| 
 | static | 
get the file path from the global clipboard if it exists
| 
 | static | 
get the string from the global clipboard if it exists
| 
 | static | 
set the global clipboard data
| 
 | static | 
set the file path of the global clipboard
| 
 | static | 
set the string of the global clipboard