#include "cliptype.h"
#include "cmxfiltr.h"
Go to the source code of this file.
Classes | |
class | ClipboardMapping |
A class which describes and implements an available mapping between internal and external data formats. Each filter which can provide a useful clipboard export/import format will register with the ExternalClipboard instance, using an ClipboardMapping object to describe the available mapping, and to provide functions which will invoke that filter on windows clipboard data. More... | |
class | BodgeTextClipMap |
Describes and handles import/export mappings for UNICODE text. More... | |
class | BodgeUnicodeClipMap |
Describes and handles import/export mappings for UNICODE text. More... | |
class | BitmapClipMap |
Describes and handles import/export mappings for bitmaps. More... | |
class | DIBClipMap |
Describes and handles import/export mappings for bitmaps. More... | |
class | CMXClipMap |
Describes and handles import mapping for some "QuarkXPress Picture Data"Describes and handles import/export mappings for CMX files. More... | |
class | CMX16ClipMap |
class | CMX32ClipMap |
Enumerations | |
enum | ClipboardMappingType { CLIPMAP_IMPORTONLY = 1, CLIPMAP_EXPORTONLY = 2, CLIPMAP_IMPORTEXPORT = 3 } |
|
Definition at line 117 of file clipmap.h. 00118 { 00119 CLIPMAP_IMPORTONLY = 1, 00120 CLIPMAP_EXPORTONLY = 2, 00121 CLIPMAP_IMPORTEXPORT = 3 00122 } ClipboardMappingType;
|