MyGUI 3.4.1
|
#include <MyGUI_DDItemInfo.h>
Public Member Functions | |
DDWidgetState (size_t _index) | |
Data Fields | |
size_t | index |
bool | update |
bool | accept |
bool | refuse |
Definition at line 99 of file MyGUI_DDItemInfo.h.
|
inline |
Definition at line 101 of file MyGUI_DDItemInfo.h.
bool MyGUI::DDWidgetState::accept |
Is widget accept drop
Definition at line 114 of file MyGUI_DDItemInfo.h.
size_t MyGUI::DDWidgetState::index |
Index of element
Definition at line 110 of file MyGUI_DDItemInfo.h.
bool MyGUI::DDWidgetState::refuse |
Is widget refuse drop
Definition at line 116 of file MyGUI_DDItemInfo.h.
bool MyGUI::DDWidgetState::update |
State and internal data changed
Definition at line 112 of file MyGUI_DDItemInfo.h.