#include "clipmap.h"
#include "scrcamvw.h"
Go to the source code of this file.
Classes | |
class | ExternalClipboard |
Handlers for external (Windows) clipboard functions. Interacts with the internal clipboard document. More... | |
class | OpClipboardExport |
class | OpClipboardImport |
class | ClipboardView |
Simple view class for use when rendering (exporting) the clipboard. More... | |
class | PasteSpecialDlg |
Allows the user to choose the clipbaord format to be pasted. More... | |
Defines | |
#define | OPTOKEN_CLIPBOARDEXPORT _T("ExportClipboard") |
Exports the InternalClipboard to the external clipboard according to the ClipboardMapping info passed in the DoWithParam info. | |
#define | OPTOKEN_CLIPBOARDIMPORT _T("ImportClipboard") |
Imports the InternalClipboard from the external clipboard according to the ClipboardMapping info passed in the DoWithParam info. | |
#define | OPTOKEN_PASTESPECIALDLG _T("PasteSpecialDlg") |
|
Exports the InternalClipboard to the external clipboard according to the ClipboardMapping info passed in the DoWithParam info.
|
|
Imports the InternalClipboard from the external clipboard according to the ClipboardMapping info passed in the DoWithParam info.
|
|
|