DescriptionCheckDragAndDrop Struct Reference Library » 描述

#include <lib_description.h>

Inheritance diagram for DescriptionCheckDragAndDrop:

详细描述

Message struct for MSG_DESCRIPTION_CHECKDRAGANDDROP .

Public Attributes

GeListNode _element
Bool   _result
Int32   _dragType
void *  _dragObject
Bool   _dndFinished
-  Public Attributes inherited from DescriptionBaseMessage
DescID   _descId
GeDialog _parentDialog

Member Data Documentation

◆  _element

GeListNode * _element

Element to drop.

◆  _result

Bool _result

[out] Set to true if the drop is acceptable, otherwise to false .

◆  _dragType

Int32 _dragType

[in] Type of the result of the call of GeDialog::GetDragObject

◆  _dragObject

void* _dragObject

[in] Object of the result of the call of GeDialog::GetDragObject

◆  _dndFinished

Bool _dndFinished

[in] If the value is true the drag and drop is finished and should be performed.