Classes | |
| class | ListView |
| ListView is a view group that displays a list of scrollable items. More... | |
Namespaces | |
| cocos2d | |
| cocos2d::ui | |
Macros | |
| #define | listvieweventselector(_SELECTOR) (SEL_ListViewEvent)(&_SELECTOR) |
Typedefs | |
| typedef void(Ref::* | SEL_ListViewEvent )(Ref *, ListViewEventType) |
| A callback which would be called when a ListView item is clicked. More... | |
Enumerations | |
| enum | ListViewEventType { LISTVIEW_ONSELECTEDITEM_START, LISTVIEW_ONSELECTEDITEM_END } |
| ListView click item event type. More... | |
| #define listvieweventselector | ( | _SELECTOR | ) | (SEL_ListViewEvent)(&_SELECTOR) |
| var listvieweventselector | ( | var | ) | (SEL_ListViewEvent)(&_SELECTOR) |