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

#include <UIScrollInterface.h>

Inheritance diagram for UIScrollInterface:
PageView ScrollView ListView

Public Member Functions

virtual ~UIScrollInterface ()

Protected Member Functions

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

Constructor & Destructor Documentation

virtual ~UIScrollInterface ( )
inlinevirtual
var ~UIScrollInterface ( )
inlinevirtual
local ~UIScrollInterface ( )
inlinevirtual

Member Function Documentation

virtual void handleMoveLogic ( const CCPoint touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

var handleMoveLogic ( var  touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

local handleMoveLogic ( local  touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

virtual void handlePressLogic ( const CCPoint touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

var handlePressLogic ( var  touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

local handlePressLogic ( local  touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

virtual void handleReleaseLogic ( const CCPoint touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

var handleReleaseLogic ( var  touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

local handleReleaseLogic ( local  touchPoint)
protectedpure virtual

Implemented in ScrollView, and PageView.

virtual void interceptTouchEvent ( int  handleState,
Widget sender,
const CCPoint touchPoint 
)
protectedpure virtual

Implemented in ScrollView, ListView, and PageView.

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

Implemented in ScrollView, ListView, and PageView.

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

Implemented in ScrollView, ListView, and PageView.


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