cocos2d-x  3.0-alpha0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UIScrollInterface Class Referenceabstract

#include <UIScrollInterface.h>

Inheritance diagram for UIScrollInterface:
UIDragPanel UIPageView UIScrollView

Protected Member Functions

virtual void handlePressLogic (const Point &touchPoint)=0
var handlePressLogic ( var touchPoint)
local handlePressLogic ( local touchPoint)
virtual void handleMoveLogic (const Point &touchPoint)=0
local handleMoveLogic ( local touchPoint)
virtual void handleReleaseLogic (const Point &touchPoint)=0
local handleReleaseLogic ( local touchPoint)
virtual void interceptTouchEvent (int handleState, UIWidget *sender, const Point &touchPoint)=0
var interceptTouchEvent ( var handleState, var sender, var touchPoint)
local interceptTouchEvent ( local handleState, local sender, local touchPoint)

Member Function Documentation

virtual void handleMoveLogic ( const Point touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

var handleMoveLogic ( var  touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

local handleMoveLogic ( local  touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

virtual void handlePressLogic ( const Point touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

var handlePressLogic ( var  touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

local handlePressLogic ( local  touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

virtual void handleReleaseLogic ( const Point touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

var handleReleaseLogic ( var  touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

local handleReleaseLogic ( local  touchPoint)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

virtual void interceptTouchEvent ( int  handleState,
UIWidget sender,
const Point touchPoint 
)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

var interceptTouchEvent ( var  handleState,
var  sender,
var  touchPoint 
)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.

local interceptTouchEvent ( local  handleState,
local  sender,
local  touchPoint 
)
protectedpure virtual

Implemented in UIDragPanel, UIScrollView, and UIPageView.


The documentation for this class was generated from the following file: