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

#include <UIScrollInterface.h>

Inheritance diagram for UIScrollInterface:
UIPageView UIScrollView UIDragPanel UIListViewEx

Protected Member Functions

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

Member Function Documentation

virtual void handleMoveLogic ( const CCPoint touchPoint)
protectedpure virtual

Implemented in UIScrollView, and UIPageView.

virtual void handlePressLogic ( const CCPoint touchPoint)
protectedpure virtual

Implemented in UIScrollView, and UIPageView.

virtual void handleReleaseLogic ( const CCPoint touchPoint)
protectedpure virtual

Implemented in UIScrollView, and UIPageView.

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

Implemented in UIScrollView, UIPageView, and UIListViewEx.


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