#include <clipmap.h>
Inheritance diagram for CMX16ClipMap:
Public Member Functions | |
CMX16ClipMap () | |
CMX16ClipMap (ClipboardMappingType TheType, UINT32 ClaimType, UINT32 nPriority) | |
Static Public Member Functions | |
static void | CreateAndRegister (ClipboardMappingType TheType, UINT32 ClaimType=0) |
Constructs and registers a clipboard mapping with the ExternalClipboard manager. This mapping info describes a filter which is able to import data from or export data to a windows clipboard in some way. | |
Protected Member Functions | |
CMXFilter * | CreateExportFilter (void) |
Friends | |
class | ExternalClipboard |
class | OpClipboardExport |
class | OpClipboardImport |
Definition at line 614 of file clipmap.h.
|
Definition at line 2883 of file clipmap.cpp. 02884 { 02885 ERROR3("Please don't press that button again"); 02886 }
|
|
Definition at line 624 of file clipmap.h. 00625 : CMXClipMap(TheType, ClaimType, nPriority) {};
|
|
Constructs and registers a clipboard mapping with the ExternalClipboard manager. This mapping info describes a filter which is able to import data from or export data to a windows clipboard in some way.
Definition at line 2910 of file clipmap.cpp. 02911 { 02912 CMXClipMap *Mapping = new CMX16ClipMap(TheType, ClaimType, 120); 02913 if (Mapping == NULL) 02914 InformError(); 02915 else 02916 ExternalClipboard::RegisterDataType(Mapping); 02917 }
|
|
Implements CMXClipMap. Definition at line 630 of file clipmap.h. 00630 {return new CMXFilter16;};
|
|
Reimplemented from CMXClipMap. |
|
Reimplemented from CMXClipMap. |
|
Reimplemented from CMXClipMap. |