|
MyGUI 3.4.3
|
widget description should be here. More...
#include <MyGUI_DDContainer.h>

Public Types | |
| typedef RTTIBase | Base |
| typedef DDContainer | RTTIBase |
Public Types inherited from MyGUI::Widget | |
| typedef RTTIBase | Base |
| typedef Widget | RTTIBase |
Public Types inherited from MyGUI::IObject | |
| typedef IObject | RTTIBase |
Static Public Member Functions | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::Widget | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IObject | |
| static std::string_view | getClassTypeName () |
Protected Attributes | |
| bool | mDropResult {false} |
| bool | mNeedDrop {false} |
| bool | mStartDrop {false} |
| Widget * | mOldDrop {nullptr} |
| DDItemInfo | mDropInfo |
| size_t | mDropSenderIndex {ITEM_NONE} |
| Widget * | mDropItem {nullptr} |
| IntCoord | mDropDimension |
| IntPoint | mClickInWidget |
| bool | mNeedDragDrop {false} |
| DDContainer * | mReseiverContainer {nullptr} |
Protected Attributes inherited from MyGUI::ICroppedRectangle | |
| IntRect | mMargin |
| IntCoord | mCoord |
| IntPoint | mAbsolutePosition |
| bool | mIsMargin {false} |
| ICroppedRectangle * | mCroppedParent {nullptr} |
widget description should be here.
Definition at line 30 of file MyGUI_DDContainer.h.
Definition at line 32 of file MyGUI_DDContainer.h.
Definition at line 32 of file MyGUI_DDContainer.h.
Reimplemented in MyGUI::ItemBox.
Definition at line 270 of file MyGUI_DDContainer.cpp.
Definition at line 184 of file MyGUI_DDContainer.cpp.
|
inlinestatic |
Definition at line 32 of file MyGUI_DDContainer.h.
| bool MyGUI::DDContainer::getNeedDragDrop | ( | ) | const |
Get drag'n'drop mode flag
Definition at line 265 of file MyGUI_DDContainer.cpp.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::Widget.
Reimplemented in MyGUI::ItemBox.
Definition at line 32 of file MyGUI_DDContainer.h.
Compare with selected type
Definition at line 32 of file MyGUI_DDContainer.h.
Compare with selected type
Reimplemented from MyGUI::Widget.
Reimplemented in MyGUI::ItemBox.
Definition at line 32 of file MyGUI_DDContainer.h.
|
protected |
Definition at line 39 of file MyGUI_DDContainer.cpp.
|
protected |
Definition at line 59 of file MyGUI_DDContainer.cpp.
|
protected |
Definition at line 67 of file MyGUI_DDContainer.cpp.
|
protectedvirtual |
Definition at line 240 of file MyGUI_DDContainer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MyGUI::WidgetInput.
Reimplemented in MyGUI::ItemBox.
Definition at line 15 of file MyGUI_DDContainer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MyGUI::WidgetInput.
Reimplemented in MyGUI::ItemBox.
Definition at line 25 of file MyGUI_DDContainer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MyGUI::WidgetInput.
Reimplemented in MyGUI::ItemBox.
Definition at line 32 of file MyGUI_DDContainer.cpp.
|
protectedvirtual |
Reimplemented in MyGUI::ItemBox.
Definition at line 210 of file MyGUI_DDContainer.cpp.
| void MyGUI::DDContainer::resetDrag | ( | ) |
Definition at line 274 of file MyGUI_DDContainer.cpp.
Set drag'n'drop mode flag. Disabled (false) by default.
Definition at line 260 of file MyGUI_DDContainer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MyGUI::Widget.
Reimplemented in MyGUI::ItemBox.
Definition at line 245 of file MyGUI_DDContainer.cpp.
|
protectedvirtual |
Reimplemented in MyGUI::ItemBox.
Definition at line 215 of file MyGUI_DDContainer.cpp.
|
protectedvirtual |
Reimplemented in MyGUI::ItemBox.
Definition at line 235 of file MyGUI_DDContainer.cpp.
| delegates::MultiDelegate<DDContainer*> MyGUI::DDContainer::_eventInvalideContainer |
Event : [Internal event] невалидна информация для контейнера.
signature : void method(MyGUI::DDContainer* _sender)
| _sender | widget that called this event |
Definition at line 93 of file MyGUI_DDContainer.h.
| EventHandle_EventHandle_DDContainerPtrDDItemState MyGUI::DDContainer::eventChangeDDState |
Event : Drag'n'drop state changed.
signature : void method(MyGUI::DDContainer* _sender, MyGUI::DDItemState _state)
| _sender | widget that called this event |
| _state | new state |
Definition at line 74 of file MyGUI_DDContainer.h.
| EventHandle_DDContainerPtrCDDItemInfoRefBool MyGUI::DDContainer::eventDropResult |
Event : End drag (drop).
signature : void method(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result)
| _sender | widget that called this event |
| _info | information about DDContainers |
| _result | if true then drop was successfull |
Definition at line 67 of file MyGUI_DDContainer.h.
| EventHandle_DDContainerPtrCDDItemInfoRefBoolRef MyGUI::DDContainer::eventRequestDrop |
Event : Request for start drop (moving mouse over container, but not dropped yet).
signature : void method(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result)
| _sender | widget that called this event |
| _info | information about DDContainers |
| _result | write here true if container accept dragged widget or false if it isn't |
Definition at line 59 of file MyGUI_DDContainer.h.
| EventHandle_DDContainerPtrCDDItemInfoRefBoolRef MyGUI::DDContainer::eventStartDrag |
Event : Request for start drag.
signature : void method(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool& _result)
| _sender | widget that called this event |
| _info | information about DDContainers |
| _result | write here true if container can be draggedor false if it can't |
Definition at line 51 of file MyGUI_DDContainer.h.
| delegates::MultiDelegate<DDContainer*, Widget*, const DDWidgetState&> MyGUI::DDContainer::eventUpdateDropState |
Event : [Internal event] !!обновить виджеты дропа DD_FIXME наверное internal.
signature : void method(MyGUI::DDContainer* _sender, MyGUI::Widget* _item, const MyGUI::DDWidgetState& _state)
| _sender | widget that called this event |
| _items | |
| _state |
Definition at line 101 of file MyGUI_DDContainer.h.
|
protected |
Definition at line 137 of file MyGUI_DDContainer.h.
|
protected |
Definition at line 135 of file MyGUI_DDContainer.h.
|
protected |
Definition at line 129 of file MyGUI_DDContainer.h.
Definition at line 134 of file MyGUI_DDContainer.h.
Definition at line 123 of file MyGUI_DDContainer.h.
Definition at line 131 of file MyGUI_DDContainer.h.
Definition at line 140 of file MyGUI_DDContainer.h.
Definition at line 124 of file MyGUI_DDContainer.h.
Definition at line 127 of file MyGUI_DDContainer.h.
|
protected |
Definition at line 142 of file MyGUI_DDContainer.h.
Definition at line 125 of file MyGUI_DDContainer.h.
| EventHandle_EventHandle_DDContainerPtrWidgetPtrRefIntCoordRef MyGUI::DDContainer::requestDragWidgetInfo |
Event : [not used] Request widget for dragging.
signature : void method(MyGUI::DDContainer* _sender, MyGUI::Widget*& _item, MyGUI::IntCoord& _dimension)
| _sender | widget that called this event |
| _item | write widget pointer here |
| _dimension | write widget coordinate here |
Definition at line 82 of file MyGUI_DDContainer.h.