MyGUI 3.4.1
|
#include <MyGUI_DDItemInfo.h>
Public Types | |
enum | Enum { None , Start , End , Miss , Accept , Refuse } |
Public Member Functions | |
DDItemState (Enum _value=None) | |
int | getValue () const |
Friends | |
bool | operator== (DDItemState const &a, DDItemState const &b) |
bool | operator!= (DDItemState const &a, DDItemState const &b) |
Definition at line 16 of file MyGUI_DDItemInfo.h.
Enumerator | |
---|---|
None | |
Start | start drag |
End | end drag (drop) |
Miss | drag DDContainer over empty space or widgets that don't have drag'n'drop |
Accept | drag DDContainer over another DDContainer that accept dropping on it |
Refuse | drag DDContainer over another DDContainer that refuse dropping on it |
Definition at line 18 of file MyGUI_DDItemInfo.h.
Definition at line 28 of file MyGUI_DDItemInfo.h.
|
inline |
Definition at line 43 of file MyGUI_DDItemInfo.h.
|
friend |
Definition at line 38 of file MyGUI_DDItemInfo.h.
|
friend |
Definition at line 33 of file MyGUI_DDItemInfo.h.