DescriptionCheckDragAndDrop Struct Reference

#include <lib_description.h>

Inheritance diagram for DescriptionCheckDragAndDrop:

Detailed Description

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.