#include "MyGUI_Prerequest.h"#include "MyGUI_DDContainer.h"#include "MyGUI_IBItemInfo.h"#include "MyGUI_Any.h"#include "MyGUI_EventPair.h"#include "MyGUI_ScrollViewBase.h"Go to the source code of this file.
Data Structures | |
| class | MyGUI::ItemBox |
| struct | MyGUI::ItemBox::ItemDataInfo |
Namespaces | |
| namespace | MyGUI |
Typedefs | |
| typedef delegates::CDelegate2 < ItemBoxPtr, WidgetPtr > | MyGUI::EventHandle_ItemBoxPtrWidgetPtr |
| typedef delegates::CDelegate3 < ItemBoxPtr, IntCoord &, bool > | MyGUI::EventHandle_ItemBoxPtrIntCoordRefBool |
| typedef delegates::CDelegate3 < ItemBoxPtr, WidgetPtr, const IBDrawItemInfo & > | MyGUI::EventHandle_ItemBoxPtrWidgetPtrCIBCellDrawInfoRef |
| typedef delegates::CDelegate2 < ItemBoxPtr, size_t > | MyGUI::EventHandle_ItemBoxPtrSizeT |
| typedef delegates::CDelegate2 < ItemBoxPtr, const IBNotifyItemData & > | MyGUI::EventHandle_ItemBoxPtrCIBNotifyCellDataRef |
Definition in file MyGUI_ItemBox.h.
1.6.1