AIClipboard.h File Reference
#include "AITypes.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
#define kAIClipboardSuite "AI Clipboard Suite" |
#define kAIClipboardSuiteVersion kAIClipboardSuiteVersion5 |
#define kAIClipboardSuiteVersion5 AIAPI_VERSION(5) |
#define kAIClipboardVersion kAIClipboardSuiteVersion |
Typedef Documentation
Identifies a registered clipboard format handler.
Identifies a resource type.
Enumeration Type Documentation
Option flags for registering a clipboard format handler with AIClipboardSuite::AddClipboard()
, specifies which operations are supported.
- Enumerator:
kClipboardCopy |
This format knows how to copy to the clipboard.
|
kClipboardPaste |
This format knows how to paste from the clipboard.
|
kClipboardCannotCopy |
This format cannot copy data to the clipboard.
If set, user cannot enable the preference for copying data on exit. This is needed because the kClipboardCopy flag is also used internally to track the state of the user preference.
|