#include <cliptype.h>
Public Member Functions | |
InternalClipboardFormat () | |
InternalClipboardFormat (INT32 Format) | |
BOOL | IsSameFormat (InternalClipboardFormat &OtherFormat) const \ |
void | SetFormatID (INT32 Format) |
INT32 | GetFormatID (void) |
Protected Attributes | |
INT32 | FormatID |
VECTOR includes all nodes, and is always assumed to be exportable. i.e. it's an "I can always export" thing.
TEXT includes text characters only (text can be exported as paths or as unicode text). That is, an export mapping that supports Text can export text characters only, so will not be placed upon the clipboard unless there is some text somewhere on the clipboard.
BITMAP is used for exporting bitmap fills as simple bitmaps. i.e. If no bitmap fills are on the clipboard, Bitmap mappings will not be available.
Definition at line 145 of file cliptype.h.
|
Definition at line 151 of file cliptype.h. 00151 { FormatID = CLIPTYPE_NONE; }
|
|
Definition at line 152 of file cliptype.h. 00152 { FormatID = Format; }
|
|
Definition at line 160 of file cliptype.h. 00160 { return(FormatID); }
|
|
Definition at line 154 of file cliptype.h.
|
|
Definition at line 159 of file cliptype.h. 00159 { FormatID = Format; }
|
|
Definition at line 164 of file cliptype.h. |