MyGUI
3.2.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 15 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 17 of file MyGUI_DDItemInfo.h.
Definition at line 27 of file MyGUI_DDItemInfo.h.
|
inline |
Definition at line 42 of file MyGUI_DDItemInfo.h.
|
friend |
Definition at line 37 of file MyGUI_DDItemInfo.h.
|
friend |
Definition at line 32 of file MyGUI_DDItemInfo.h.