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

Classes

class  ListView
 

Namespaces

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

Constant Groups

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

Macros

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

Typedefs

typedef void(Ref::* SEL_ListViewEvent )(Ref *, 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)
var listvieweventselector (   var)    (SEL_ListViewEvent)(&_SELECTOR)
local listvieweventselector (   local)    (SEL_ListViewEvent)(&_SELECTOR)