cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UIPageView.h File Reference
#include "ui/UILayout.h"
#include "ui/GUIExport.h"

Classes

class  PageView
 Layout manager that allows the user to flip left and right through pages of data. More...
 

Namespaces

 cocos2d
 
 cocos2d::ui
 

Macros

#define pagevieweventselector(_SELECTOR)   (SEL_PageViewEvent)(&_SELECTOR)

Typedefs

typedef void(Ref::* SEL_PageViewEvent )(Ref *, PageViewEventType)
 A callback which would be called when a PageView turning event is happening. More...
 

Enumerations

enum  PageViewEventType { PAGEVIEW_EVENT_TURNING }
 PageView page turn event type. More...
 

Macro Definition Documentation

#define pagevieweventselector (   _SELECTOR)    (SEL_PageViewEvent)(&_SELECTOR)