cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UIListView.h File Reference
#include "UIScrollView.h"

Classes

class  ListView
 

Namespaces

 cocos2d
 
 cocos2d::ui
 

Macros

#define listvieweventselector(_SELECTOR)   (SEL_ListViewEvent)(&_SELECTOR)

Typedefs

typedef void(CCObject::* SEL_ListViewEvent )(CCObject *, ListViewEventType)

Enumerations

enum  ListViewGravity {
  LISTVIEW_GRAVITY_LEFT, LISTVIEW_GRAVITY_RIGHT, LISTVIEW_GRAVITY_CENTER_HORIZONTAL, LISTVIEW_GRAVITY_TOP,
  LISTVIEW_GRAVITY_BOTTOM, LISTVIEW_GRAVITY_CENTER_VERTICAL
}
 
enum  ListViewEventType { LISTVIEW_ONSELECTEDITEM_START, LISTVIEW_ONSELECTEDITEM_END }
 

Macro Definition Documentation

#define listvieweventselector (   _SELECTOR)    (SEL_ListViewEvent)(&_SELECTOR)
local listvieweventselector (   local)    (SEL_ListViewEvent)(&_SELECTOR)