Macros | |
| #define | DRAGANDDROP_FLAG_RECEIVE |
| #define | DRAGANDDROP_FLAG_DROP |
| #define | DRAGANDDROP_FLAG_ACCEPT |
| #define | DRAGANDDROP_FLAG_MSGVALID |
| #define | DRAGANDDROP_FLAG_FORBID |
| #define | DRAGANDDROP_FLAG_SOURCE |
| #define | DRAGANDDROP_FLAG_BEFORE |
| #define | DRAGANDDROP_FLAG_AFTER |
| #define | DRAGANDDROP_FLAG_LEFT |
| #define | DRAGANDDROP_FLAG_RIGHT |
| #define DRAGANDDROP_FLAG_RECEIVE |
Receive.
| #define DRAGANDDROP_FLAG_DROP |
Drop.
| #define DRAGANDDROP_FLAG_ACCEPT |
Accept.
| #define DRAGANDDROP_FLAG_MSGVALID |
If this flag is set the DragAndDrop::msg container becomes valid.
| #define DRAGANDDROP_FLAG_FORBID |
Set by the user to forbid drag and drop.
| #define DRAGANDDROP_FLAG_SOURCE |
Drag and drop message is send to the source objects (objects that were dragged).
| #define DRAGANDDROP_FLAG_BEFORE |
Drag and drop position in a tree view.
| #define DRAGANDDROP_FLAG_AFTER |
Drag and drop position in a tree view.
| #define DRAGANDDROP_FLAG_LEFT |
Drag and drop position in a tree view.
| #define DRAGANDDROP_FLAG_RIGHT |
Drag and drop position in a tree view.