Clipboard (gb.qt4)

This class is used for manipulating the system clipboard.

Esta clase es estática.

Constantes
Default   This constant represents the default clipboard.
Image   Constant returned by the Type property, indicating that the clipboard contains an image.
None   Constant returned by the Type property, indicating a void or incomprehensible clipboard.
Selection   This constant represents the secondary (or "selection") clipboard.
Text   Constant returned by the Type property, indicating that the clipboard contains text data.

Propiedades estáticas
Current   Return or set the clipboard to manage.
Format   Returns the format of the text stored in the clipboard, or NULL if the clipboard is empty.
Formats   Returns the different formats used for storing the clipboard data as a string array of mime types.
HasChanged   Return if the clipboard has changed.
Type   Returns the type of the data stored in the clipboard.

Métodos estáticos
Clear   Clears the clipboard.
Copy   Copies data into the clipboard.
Paste   Returns the clipboard contents.