cocos2d-x  3.0-alpha0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UIListView.h File Reference

Classes

class  UIListView
 

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::extension
 

Constant Groups

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::extension
 

Macros

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

Typedefs

typedef void(Object::* SEL_ListViewEvent )(Object *, ListViewEventType)
 list view event More...
 

Enumerations

enum  ListViewDirection { LISTVIEW_DIR_NONE, LISTVIEW_DIR_VERTICAL, LISTVIEW_DIR_HORIZONTAL }
 list view direction More...
 
enum  ListViewMoveDirection {
  LISTVIEW_MOVE_DIR_NONE, LISTVIEW_MOVE_DIR_UP, LISTVIEW_MOVE_DIR_DOWN, LISTVIEW_MOVE_DIR_LEFT,
  LISTVIEW_MOVE_DIR_RIGHT
}
 list view scroll direction More...
 
enum  ListViewEventType { LISTVIEW_EVENT_INIT_CHILD, LISTVIEW_EVENT_UPDATE_CHILD }
 

Macro Definition Documentation

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