Go to the source code of this file.
Classes | |
class | InternalClipboardFormat |
This class is a very simple class which describes an internal clipboard data format. Each ClipboardMapping uses one of these to describe the type of input data they require in order to export, and thes export mappings will only be available to the clipboard if at least one node in the InternalClipboard supports output in this internal format. More... | |
Variables | |
const INT32 | CLIPTYPE_NONE = 0 |
const INT32 | CLIPTYPE_VECTOR = 1 |
const INT32 | CLIPTYPE_TEXT = 2 |
const INT32 | CLIPTYPE_BITMAP = 3 |
|
Definition at line 110 of file cliptype.h. |
|
Definition at line 107 of file cliptype.h. |
|
Definition at line 109 of file cliptype.h. |
|
Definition at line 108 of file cliptype.h. |