MyGUI 3.0.1

MyGUI::IBDrawItemInfo Struct Reference

#include <MyGUI_IBItemInfo.h>

Public Member Functions

 IBDrawItemInfo ()
 IBDrawItemInfo (size_t _index, size_t _select, size_t _active, size_t _accept, size_t _refuse, bool _update, bool _drag)

Data Fields

size_t index
bool update
bool select
bool active
bool drag
bool drop_accept
bool drop_refuse

Detailed Description

Info about ItemBox item

Definition at line 33 of file MyGUI_IBItemInfo.h.


Constructor & Destructor Documentation

MyGUI::IBDrawItemInfo::IBDrawItemInfo ( ) [inline]

Definition at line 36 of file MyGUI_IBItemInfo.h.

MyGUI::IBDrawItemInfo::IBDrawItemInfo ( size_t  _index,
size_t  _select,
size_t  _active,
size_t  _accept,
size_t  _refuse,
bool  _update,
bool  _drag 
) [inline]

Definition at line 47 of file MyGUI_IBItemInfo.h.


Field Documentation

Is widget active

Definition at line 65 of file MyGUI_IBItemInfo.h.

Is widget able to be dragged

Definition at line 67 of file MyGUI_IBItemInfo.h.

Is widget accepting drop

Definition at line 69 of file MyGUI_IBItemInfo.h.

Is widget refuseing drop

Definition at line 71 of file MyGUI_IBItemInfo.h.

Index of element

Definition at line 59 of file MyGUI_IBItemInfo.h.

Is widget selected

Definition at line 63 of file MyGUI_IBItemInfo.h.

State and interdan data changed

Definition at line 61 of file MyGUI_IBItemInfo.h.


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines