DRAGANDDROP_FLAG

Detailed Description

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
 

Macro Definition Documentation

◆ DRAGANDDROP_FLAG_RECEIVE

#define DRAGANDDROP_FLAG_RECEIVE

Receive.

◆ DRAGANDDROP_FLAG_DROP

#define DRAGANDDROP_FLAG_DROP

Drop.

◆ DRAGANDDROP_FLAG_ACCEPT

#define DRAGANDDROP_FLAG_ACCEPT

Accept.

◆ DRAGANDDROP_FLAG_MSGVALID

#define DRAGANDDROP_FLAG_MSGVALID

If this flag is set the DragAndDrop::msg container becomes valid.

◆ DRAGANDDROP_FLAG_FORBID

#define DRAGANDDROP_FLAG_FORBID

Set by the user to forbid drag and drop.

◆ DRAGANDDROP_FLAG_SOURCE

#define DRAGANDDROP_FLAG_SOURCE

Drag and drop message is send to the source objects (objects that were dragged).

◆ DRAGANDDROP_FLAG_BEFORE

#define DRAGANDDROP_FLAG_BEFORE

Drag and drop position in a tree view.

◆ DRAGANDDROP_FLAG_AFTER

#define DRAGANDDROP_FLAG_AFTER

Drag and drop position in a tree view.

◆ DRAGANDDROP_FLAG_LEFT

#define DRAGANDDROP_FLAG_LEFT

Drag and drop position in a tree view.

◆ DRAGANDDROP_FLAG_RIGHT

#define DRAGANDDROP_FLAG_RIGHT

Drag and drop position in a tree view.