cocos2d-x  2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UIListView Class Reference

#include <UIListView.h>

Inheritance diagram for UIListView:
Layout UIWidget CCObject CCCopying

Public Member Functions

 UIListView ()
virtual ~UIListView ()
local ~UIListView ()
virtual bool addChild (UIWidget *widget)
 add widget child override More...
 
local addChild ( local widget)
 add widget child override More...
 
virtual void removeAllChildren ()
 remove all widget children override More...
 
virtual bool removeChild (UIWidget *child)
 remove widget child override More...
 
local removeChild ( local child)
 remove widget child override More...
 
virtual bool onTouchBegan (const CCPoint &touchPoint)
 A call back function called when widget is selected, and on touch began. More...
 
virtual void onTouchMoved (const CCPoint &touchPoint)
 A call back function called when widget is selected, and on touch moved. More...
 
local onTouchMoved ( local touchPoint)
 A call back function called when widget is selected, and on touch moved. More...
 
virtual void onTouchEnded (const CCPoint &touchPoint)
 A call back function called when widget is selected, and on touch ended. More...
 
local onTouchEnded ( local touchPoint)
 A call back function called when widget is selected, and on touch ended. More...
 
virtual void onTouchCancelled (const CCPoint &touchPoint)
 A call back function called when widget is selected, and on touch canceled. More...
 
var onTouchCancelled ( var touchPoint)
 A call back function called when widget is selected, and on touch canceled. More...
 
local onTouchCancelled ( local touchPoint)
 A call back function called when widget is selected, and on touch canceled. More...
 
virtual void onTouchLongClicked (const CCPoint &touchPoint)
 A call back function called when widget is selected, and on touch long clicked. More...
 
void setDirection (ListViewDirection dir)
 set and get direction More...
 
ListViewDirection getDirection ()
void initChildWithDataLength (int length)
 initialze data length and create children with parameter length More...
 
int getDataLength ()
 get data length More...
 
UIWidgetgetUpdateChild ()
 update child function whetn trigger update child event More...
 
local getUpdateChild ()
 update child function whetn trigger update child event More...
 
int getUpdateDataIndex ()
 get update data index More...
 
bool getUpdateSuccess ()
 get and set update success or not More...
 
void setUpdateSuccess (bool sucess)
void addEventListenter (cocos2d::CCObject *target, SEL_ListViewEvent selector)
 add event call-back function More...
 
void addInitChildEvent (cocos2d::CCObject *target, SEL_ListViewInitChildEvent seletor)
 add init child event More...
 
void addUpdateChildEvent (cocos2d::CCObject *target, SEL_ListViewUpdateChildEvent selector)
 add udpate child event More...
 
virtual void update (float dt)
 get and set degree range for checking move or not with scrolling More...
 
virtual void doLayout ()
virtual const char * getDescription () const
 Returns the "class name" of widget. More...
 
- Public Member Functions inherited from Layout
 Layout ()
virtual ~Layout ()
 Default destructor. More...
 
virtual bool hitTest (const CCPoint &pt)
 Checks a point if is in widget's space. More...
 
void setBackGroundImage (const char *fileName, TextureResType texType=UI_TEX_TYPE_LOCAL)
 Sets a background image for layout. More...
 
void setBackGroundImageCapInsets (const CCRect &capInsets)
 Sets a background image capinsets for layout, if the background image is a scale9 render. More...
 
void setBackGroundColorType (LayoutBackGroundColorType type)
 Sets Color Type for layout. More...
 
void setBackGroundImageScale9Enabled (bool enabled)
 Sets background iamge use scale9 renderer. More...
 
void setBackGroundColor (const ccColor3B &color)
 Sets background color for layout, if color type is LAYOUT_COLOR_SOLID. More...
 
void setBackGroundColor (const ccColor3B &startColor, const ccColor3B &endColor)
 Sets background color for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
 
void setBackGroundColorOpacity (int opacity)
 Sets background opacity layout. More...
 
void setBackGroundColorVector (const CCPoint &vector)
 Sets background color vector for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
 
virtual void setColor (const ccColor3B &color)
 Sets color to widget. More...
 
virtual void setOpacity (int opacity)
 Sets opacity to widget. More...
 
void removeBackGroundImage ()
 Remove the background image of layout. More...
 
const CCSizegetBackGroundImageTextureSize () const
 Gets background image texture size. More...
 
virtual bool isClippingEnabled ()
 Gets if layout is clipping enabled. More...
 
virtual const CCSizegetContentSize () const
 Gets the content size of widget. More...
 
virtual void setLayoutType (LayoutType type)
 Sets LayoutType. More...
 
virtual LayoutType getLayoutType () const
 Gets LayoutType. More...
 
void setBackGroundImageScale9Enable (bool is)
 These methods will be removed. More...
 
- Public Member Functions inherited from UIWidget
 UIWidget (void)
virtual ~UIWidget ()
 Default destructor. More...
 
virtual void setEnabled (bool enabled)
 Sets whether the widget is enabled. More...
 
bool isEnabled () const
 Determines if the widget is enabled. More...
 
void setVisible (bool visible)
 Sets whether the widget is visible. More...
 
bool isVisible () const
 Determines if the widget is visible. More...
 
void setBright (bool bright)
 Sets whether the widget is bright. More...
 
bool isBright () const
 Determines if the widget is bright. More...
 
virtual void setTouchEnabled (bool enabled)
 Sets whether the widget is touch enabled. More...
 
void setBrightStyle (BrightStyle style)
 To set the bright style of widget. More...
 
bool isTouchEnabled () const
 Determines if the widget is touch enabled. More...
 
bool isFocused () const
 Determines if the widget is on focused. More...
 
void setFocused (bool fucosed)
 Sets whether the widget is on focused. More...
 
void setZOrder (int z)
 Sets the Z order which stands for the drawing order, and reorder this widget in its parent's children array. More...
 
int getZOrder ()
 Gets the Z order of this widget. More...
 
float getLeftInParent ()
 Gets the left boundary position of this widget. More...
 
float getBottomInParent ()
 Gets the bottom boundary position of this widget. More...
 
float getRightInParent ()
 Gets the right boundary position of this widget. More...
 
float getTopInParent ()
 Gets the top boundary position of this widget. More...
 
virtual void removeFromParent ()
 Removes this widget itself from its parent widget. More...
 
void disableUpdate ()
 Unschedules the "update" method. More...
 
virtual void reorderChild (UIWidget *child)
 Reorders a child according to a new z value. More...
 
UIWidgetgetChildByName (const char *name)
 Gets a child from the container with its name. More...
 
UIWidgetgetChildByTag (int tag)
 Gets a child from the container with its tag. More...
 
virtual CCArraygetChildren ()
 Return an array of children. More...
 
CCNodegetRenderer ()
 Gets the renderer of widget. More...
 
void addRenderer (CCNode *renderer, int zOrder)
 Add a CCNode for rendering. More...
 
void removeRenderer (CCNode *renderer, bool cleanup)
 Remove a CCNode from widget. More...
 
void setParent (UIWidget *parent)
 Sets the parent widget. More...
 
UIWidgetgetParent ()
 Returns a pointer to the parent widget. More...
 
void addTouchEventListener (CCObject *target, SEL_TouchEvent selector)
 Sets the touch event target/selector of the menu item. More...
 
void setPosition (const CCPoint &pos)
 Changes the position (x,y) of the widget in OpenGL coordinates. More...
 
void setPositionPercent (const CCPoint &percent)
 Changes the position (x,y) of the widget in OpenGL coordinates. More...
 
const CCPointgetPosition ()
 Gets the position (x,y) of the widget in OpenGL coordinates. More...
 
const CCPointgetPositionPercent ()
 Gets the percent (x,y) of the widget in OpenGL coordinates. More...
 
void setPositionType (PositionType type)
 Changes the position type of the widget. More...
 
PositionType getPositionType () const
 Gets the position type of the widget. More...
 
virtual void setAnchorPoint (const CCPoint &pt)
 Sets the anchor point in percent. More...
 
const CCPointgetAnchorPoint ()
 Returns the anchor point in percent. More...
 
virtual void setScale (float fScale)
 Changes both X and Y scale factor of the widget. More...
 
float getScale ()
 Gets the scale factor of the widget, when X and Y have the same scale factor. More...
 
virtual void setScaleX (float fScaleX)
 Changes the scale factor on X axis of this widget. More...
 
float getScaleX ()
 Returns the scale factor on X axis of this widget. More...
 
virtual void setScaleY (float fScaleY)
 Changes the scale factor on Y axis of this widget. More...
 
float getScaleY ()
 Returns the scale factor on Y axis of this widget. More...
 
void setRotation (float rotation)
 Sets the rotation (angle) of the widget in degrees. More...
 
float getRotation ()
 Returns the rotation of the widget in degrees. More...
 
void setRotationX (float rotationX)
 Sets the X rotation (angle) of the widget in degrees which performs a horizontal rotational skew. More...
 
float getRotationX ()
 Gets the X rotation (angle) of the widget in degrees which performs a horizontal rotation skew. More...
 
void setRotationY (float rotationY)
 Sets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
 
float getRotationY ()
 Gets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
 
virtual void setFlipX (bool flipX)
 Sets whether the widget should be flipped horizontally or not. More...
 
virtual bool isFlipX ()
 Returns the flag which indicates whether the widget is flipped horizontally or not. More...
 
virtual void setFlipY (bool flipY)
 Sets whether the widget should be flipped vertically or not. More...
 
virtual bool isFlipY ()
 Return the flag which indicates whether the widget is flipped vertically or not. More...
 
virtual const ccColor3BgetColor ()
 Gets color of widget. More...
 
virtual int getOpacity ()
 Gets opacity of widget. More...
 
virtual bool isCascadeOpacityEnabled ()
virtual void setCascadeOpacityEnabled (bool cascadeOpacityEnabled)
virtual bool isCascadeColorEnabled ()
virtual void setCascadeColorEnabled (bool cascadeColorEnabled)
void setBlendFunc (ccBlendFunc blendFunc)
virtual void setActionManager (CCActionManager *actionManager)
virtual CCActionManagergetActionManager ()
CCActionrunAction (CCAction *action)
void stopAllActions (void)
void stopAction (CCAction *action)
void stopActionByTag (int tag)
CCActiongetActionByTag (int tag)
void didNotSelectSelf ()
 A call back function when widget lost of focus. More...
 
bool clippingParentAreaContainPoint (const CCPoint &pt)
const CCPointgetTouchStartPos ()
const CCPointgetTouchMovePos ()
const CCPointgetTouchEndPos ()
void setTag (int tag)
 Changes the tag that is used to identify the widget easily. More...
 
int getTag () const
 Returns a tag that is used to identify the widget easily. More...
 
void setName (const char *name)
 Changes the name that is used to identify the widget easily. More...
 
const char * getName () const
 Returns a name that is used to identify the widget easily. More...
 
WidgetType getWidgetType () const
 Returns a type that is widget's type. More...
 
virtual void setSize (const CCSize &size)
 Changes the size that is widget's size. More...
 
virtual void setSizePercent (const CCPoint &percent)
 Changes the percent that is widget's percent size. More...
 
void setSizeType (SizeType type)
 Changes the size type of widget. More...
 
SizeType getSizeType () const
 Gets the size type of widget. More...
 
const CCSizegetSize () const
 Returns size of widget. More...
 
const CCPointgetSizePercent () const
 Returns size percent of widget. More...
 
void setLayoutParameter (LayoutParameter *parameter)
 Sets a LayoutParameter to widget. More...
 
LayoutParametergetLayoutParameter ()
 Gets LayoutParameter of widget. More...
 
virtual void ignoreContentAdaptWithSize (bool ignore)
 Ignore the widget size. More...
 
bool isIgnoreContentAdaptWithSize () const
 Gets the widget if is ignore it's size. More...
 
CCPoint getWorldPosition ()
 Gets world position of widget. More...
 
CCPoint convertToWorldSpace (const CCPoint &pt)
 Converts a Point to world space coordinates. More...
 
virtual CCNodegetVirtualRenderer ()
 Gets the Virtual Renderer of widget. More...
 
void setUpdateEnabled (bool enable)
 Schedules the "update" method. More...
 
bool isUpdateEnabled ()
 is the "update" method scheduled. More...
 
virtual void onEnter ()
virtual void onExit ()
void setTouchEnable (bool enabled, bool containChildren=false)
 These methods will be removed. More...
 
void disable (bool containChildren=false)
void active (bool containChildren=false)
bool isActive ()
void setBright (bool bright, bool containChild)
CCRect getRect ()
CCNodegetValidNode ()
void setWidgetZOrder (int z)
int getWidgetZOrder ()
float getRelativeLeftPos ()
float getRelativeBottomPos ()
float getRelativeRightPos ()
float getRelativeTopPos ()
CCNodegetContainerNode ()
void setWidgetParent (UIWidget *parent)
UIWidgetgetWidgetParent ()
void setWidgetTag (int tag)
int getWidgetTag ()
void addCCNode (CCNode *node)
void removeCCNode (bool cleanup)
void addPushDownEvent (CCObject *target, SEL_PushEvent selector)
void addMoveEvent (CCObject *target, SEL_MoveEvent selector)
void addReleaseEvent (CCObject *target, SEL_ReleaseEvent selector)
void addCancelEvent (CCObject *target, SEL_CancelEvent selector)
bool removeChild (UIWidget *child, bool cleanup)
void removeFromParentAndCleanup (bool cleanup)
void removeAllChildrenAndCleanUp (bool cleanup)
void setActionTag (int tag)
int getActionTag ()
- Public Member Functions inherited from CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (void)
bool isSingleReference (void) const
unsigned int retainCount (void) const
virtual bool isEqual (const CCObject *pObject)
virtual void acceptVisitor (CCDataVisitor &visitor)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Static Public Member Functions

static UIListViewcreate ()
var create ()
local create ()
- Static Public Member Functions inherited from Layout
static Layoutcreate ()
 Allocates and initializes a layout. More...
 
- Static Public Member Functions inherited from UIWidget
static UIWidgetcreate ()
 Allocates and initializes a widget. More...
 

Protected Member Functions

virtual bool init ()
virtual void onSizeChanged ()
local onSizeChanged ()
void setMoveDirection (ListViewMoveDirection dir)
var setMoveDirection ( var dir)
local setMoveDirection ( local dir)
ListViewMoveDirection getMoveDirection ()
virtual void resetProperty ()
virtual void handlePressLogic (const CCPoint &touchPoint)
local handlePressLogic ( local touchPoint)
virtual void handleMoveLogic (const CCPoint &touchPoint)
virtual void handleReleaseLogic (const CCPoint &touchPoint)
var handleReleaseLogic ( var touchPoint)
local handleReleaseLogic ( local touchPoint)
virtual void interceptTouchEvent (int handleState, UIWidget *sender, const CCPoint &touchPoint)
var interceptTouchEvent ( var handleState, var sender, var touchPoint)
local interceptTouchEvent ( local handleState, local sender, local touchPoint)
virtual void checkChildInfo (int handleState, UIWidget *sender, const CCPoint &touchPoint)
void moveChildren (float offset)
virtual bool scrollChildren (float touchOffset)
local scrollChildren ( local touchOffset)
void autoScrollChildren (float dt)
var autoScrollChildren ( var dt)
local autoScrollChildren ( local dt)
float getCurAutoScrollDistance (float time)
void startAutoScrollChildren (float v)
void stopAutoScrollChildren ()
void recordSlidTime (float dt)
void startRecordSlidAction ()
var startRecordSlidAction ()
local startRecordSlidAction ()
virtual void endRecordSlidAction ()
UIWidgetgetCheckPositionChild ()
UIWidgetgetChildFromUpdatePool ()
void pushChildToPool ()
void getAndCallback ()
void setUpdateChild (UIWidget *child)
var setUpdateChild ( var child)
local setUpdateChild ( local child)
void setUpdateDataIndex (int index)
var setUpdateDataIndex ( var index)
local setUpdateDataIndex ( local index)
void clearCollectOverArray ()
void collectOverTopChild ()
void collectOverBottomChild ()
void collectOverLeftChild ()
void collectOverRightChild ()
void setLoopPosition ()
void updateChild ()
void initChildEvent ()
void updateChildEvent ()
virtual void setClippingEnable (bool is)
 These methods will be removed. More...
 
local setClippingEnable ( local is)
 These methods will be removed. More...
 
virtual void setClippingEnabled (bool able)
 Changes if layout can clip it's content and child. More...
 
local setClippingEnabled ( local able)
 Changes if layout can clip it's content and child. More...
 
- Protected Member Functions inherited from Layout
virtual void initRenderer ()
void addBackGroundImage ()
- Protected Member Functions inherited from UIWidget
virtual void onPressStateChangedToNormal ()
virtual void onPressStateChangedToPressed ()
virtual void onPressStateChangedToDisabled ()
void pushDownEvent ()
void moveEvent ()
void releaseUpEvent ()
void cancelUpEvent ()
void longClickEvent ()
void updateAnchorPoint ()
virtual void releaseResoures ()
 Release texture resoures of widget. More...
 
void updateSizeAndPosition ()

Protected Attributes

ListViewDirection m_eDirection
ListViewMoveDirection m_eMoveDirection
var m_eMoveDirection
local m_eMoveDirection
float m_fTouchStartLocation
float m_fTouchEndLocation
var m_fTouchEndLocation
local m_fTouchEndLocation
float m_fTouchMoveStartLocation
var m_fTouchMoveStartLocation
local m_fTouchMoveStartLocation
float m_fTopBoundary
var m_fTopBoundary
local m_fTopBoundary
float m_fBottomBoundary
var m_fBottomBoundary
local m_fBottomBoundary
float m_fLeftBoundary
var m_fLeftBoundary
local m_fLeftBoundary
float m_fRightBoundary
var m_fRightBoundary
local m_fRightBoundary
bool m_bAutoScroll
float m_fAutoScrollOriginalSpeed
var m_fAutoScrollOriginalSpeed
local m_fAutoScrollOriginalSpeed
float m_fAutoScrollAcceleration
local m_fAutoScrollAcceleration
bool m_bBePressed
float m_fSlidTime
var m_fSlidTime
local m_fSlidTime
CCPoint moveChildPoint
var moveChildPoint
local moveChildPoint
float m_fChildFocusCancelOffset
var m_fChildFocusCancelOffset
local m_fChildFocusCancelOffset
CCArraym_pChildPool
CCArraym_pUpdatePool
var m_pUpdatePool
local m_pUpdatePool
int m_nDataLength
var m_nDataLength
local m_nDataLength
int m_nBegin
int m_nEnd
UIWidgetm_pUpdateChild
var m_pUpdateChild
local m_pUpdateChild
int m_nUpdateDataIndex
var m_nUpdateDataIndex
local m_nUpdateDataIndex
bool m_bUpdateSuccess
var m_bUpdateSuccess
local m_bUpdateSuccess
cocos2d::CCArraym_overTopArray
var m_overTopArray
local m_overTopArray
cocos2d::CCArraym_overBottomArray
var m_overBottomArray
local m_overBottomArray
cocos2d::CCArraym_overLeftArray
var m_overLeftArray
local m_overLeftArray
cocos2d::CCArraym_overRightArray
var m_overRightArray
local m_overRightArray
float m_fDisBoundaryToChild_0
float m_fDisBetweenChild
var m_fDisBetweenChild
local m_fDisBetweenChild
CCObjectm_pEventListener
var m_pEventListener
local m_pEventListener
SEL_ListViewEvent m_pfnEventSelector
var m_pfnEventSelector
local m_pfnEventSelector
cocos2d::CCObjectm_pInitChildListener
var m_pInitChildListener
local m_pInitChildListener
SEL_ListViewInitChildEvent m_pfnInitChildSelector
local m_pfnInitChildSelector
cocos2d::CCObjectm_pUpdateChildListener
var m_pUpdateChildListener
local m_pUpdateChildListener
SEL_ListViewUpdateChildEvent m_pfnUpdateChildSelector
- Protected Attributes inherited from Layout
bool m_bClippingEnabled
bool m_bBackGroundScale9Enable
CCNodem_pBackGroundImage
std::string m_strBackGroundImageFileName
CCRect m_backGroundImageCapInsets
LayoutBackGroundColorType m_colorType
TextureResType m_eBGImageTexType
CCLayerColorm_pColorRender
CCLayerGradientm_pGradientRender
ccColor3B m_cColor
ccColor3B m_gStartColor
ccColor3B m_gEndColor
CCPoint m_AlongVector
int m_nCOpacity
CCSize m_backGroundImageTextureSize
LayoutType m_eLayoutType
- Protected Attributes inherited from UIWidget
bool m_bEnabled
 Highest control of widget. More...
 
bool m_bVisible
 is this widget visible More...
 
bool m_bBright
 is this widget bright More...
 
bool m_bTouchEnabled
 is this widget touch endabled More...
 
bool m_bTouchPassedEnabled
 is the touch event should be passed More...
 
bool m_bFocus
 is the widget on focus More...
 
int m_nWidgetZOrder
 z-order value that affects the draw order and touch order More...
 
CCPoint m_anchorPoint
 anchor point normalized More...
 
UIWidgetm_pWidgetParent
 parent of widget More...
 
BrightStyle m_eBrightStyle
 bright style More...
 
bool m_bUpdateEnabled
 is "update" method scheduled More...
 
CCNodem_pRenderer
 base renderer More...
 
CCPoint m_touchStartPos
 touch began point More...
 
CCPoint m_touchMovePos
 touch moved point More...
 
CCPoint m_touchEndPos
 touch ended point More...
 
CCObjectm_pTouchEventListener
SEL_TouchEvent m_pfnTouchEventSelector
int m_nWidgetTag
std::string m_strName
WidgetType m_WidgetType
int m_nActionTag
CCSize m_size
CCSize m_customSize
LayoutParameterm_pLayoutParameter
bool m_bIgnoreSize
CCArraym_children
bool m_bAffectByClipping
CCSchedulerm_pScheduler
SizeType m_eSizeType
CCPoint m_sizePercent
PositionType m_ePositionType
CCPoint m_positionPercent
bool m_bIsRunning
CCObjectm_pPushListener
SEL_PushEvent m_pfnPushSelector
CCObjectm_pMoveListener
SEL_MoveEvent m_pfnMoveSelector
CCObjectm_pReleaseListener
SEL_ReleaseEvent m_pfnReleaseSelector
CCObjectm_pCancelListener
SEL_ReleaseEvent m_pfnCancelSelector
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID

Constructor & Destructor Documentation

var UIListView ( )
local UIListView ( )
virtual ~UIListView ( )
virtual
var ~UIListView ( )
virtual
local ~UIListView ( )
virtual

Member Function Documentation

virtual bool addChild ( UIWidget widget)
virtual

add widget child override

Reimplemented from UIWidget.

var addChild ( var  widget)
virtual

add widget child override

Reimplemented from UIWidget.

local addChild ( local  widget)
virtual

add widget child override

Reimplemented from UIWidget.

void addEventListenter ( cocos2d::CCObject target,
SEL_ListViewEvent  selector 
)

add event call-back function

add event

var addEventListenter ( var  target,
var  selector 
)

add event call-back function

add event

local addEventListenter ( local  target,
local  selector 
)

add event call-back function

add event

void addInitChildEvent ( cocos2d::CCObject target,
SEL_ListViewInitChildEvent  seletor 
)

add init child event

var addInitChildEvent ( var  target,
var  seletor 
)

add init child event

local addInitChildEvent ( local  target,
local  seletor 
)

add init child event

void addUpdateChildEvent ( cocos2d::CCObject target,
SEL_ListViewUpdateChildEvent  selector 
)

add udpate child event

var addUpdateChildEvent ( var  target,
var  selector 
)

add udpate child event

local addUpdateChildEvent ( local  target,
local  selector 
)

add udpate child event

void autoScrollChildren ( float  dt)
protected
var autoScrollChildren ( var  dt)
protected
local autoScrollChildren ( local  dt)
protected
virtual void checkChildInfo ( int  handleState,
UIWidget sender,
const CCPoint touchPoint 
)
protectedvirtual

Reimplemented from UIWidget.

var checkChildInfo ( var  handleState,
var  sender,
var  touchPoint 
)
protectedvirtual

Reimplemented from UIWidget.

local checkChildInfo ( local  handleState,
local  sender,
local  touchPoint 
)
protectedvirtual

Reimplemented from UIWidget.

void clearCollectOverArray ( )
protected
var clearCollectOverArray ( )
protected
local clearCollectOverArray ( )
protected
void collectOverBottomChild ( )
protected
var collectOverBottomChild ( )
protected
local collectOverBottomChild ( )
protected
void collectOverLeftChild ( )
protected
var collectOverLeftChild ( )
protected
local collectOverLeftChild ( )
protected
void collectOverRightChild ( )
protected
var collectOverRightChild ( )
protected
local collectOverRightChild ( )
protected
void collectOverTopChild ( )
protected
var collectOverTopChild ( )
protected
local collectOverTopChild ( )
protected
static UIListView* create ( )
static
var create ( )
static
local create ( )
static
virtual void doLayout ( )
inlinevirtual

Reimplemented from Layout.

var doLayout ( )
inlinevirtual

Reimplemented from Layout.

local doLayout ( )
inlinevirtual

Reimplemented from Layout.

virtual void endRecordSlidAction ( )
protectedvirtual
var endRecordSlidAction ( )
protectedvirtual
local endRecordSlidAction ( )
protectedvirtual
void getAndCallback ( )
protected
var getAndCallback ( )
protected
local getAndCallback ( )
protected
UIWidget* getCheckPositionChild ( )
protected
var getCheckPositionChild ( )
protected
local getCheckPositionChild ( )
protected
UIWidget* getChildFromUpdatePool ( )
protected
var getChildFromUpdatePool ( )
protected
local getChildFromUpdatePool ( )
protected
float getCurAutoScrollDistance ( float  time)
protected
var getCurAutoScrollDistance ( var  time)
protected
local getCurAutoScrollDistance ( local  time)
protected
int getDataLength ( )

get data length

var getDataLength ( )

get data length

local getDataLength ( )

get data length

virtual const char* getDescription ( ) const
virtual

Returns the "class name" of widget.

Reimplemented from Layout.

var getDescription ( )
virtual

Returns the "class name" of widget.

Reimplemented from Layout.

local getDescription ( )
virtual

Returns the "class name" of widget.

Reimplemented from Layout.

ListViewDirection getDirection ( )
var getDirection ( )
local getDirection ( )
ListViewMoveDirection
getMoveDirection
( )
protected
var getMoveDirection ( )
protected
local getMoveDirection ( )
protected
UIWidget* getUpdateChild ( )

update child function whetn trigger update child event

get update widget child

var getUpdateChild ( )

update child function whetn trigger update child event

get update widget child

local getUpdateChild ( )

update child function whetn trigger update child event

get update widget child

int getUpdateDataIndex ( )

get update data index

var getUpdateDataIndex ( )

get update data index

local getUpdateDataIndex ( )

get update data index

bool getUpdateSuccess ( )

get and set update success or not

var getUpdateSuccess ( )

get and set update success or not

local getUpdateSuccess ( )

get and set update success or not

virtual void handleMoveLogic ( const CCPoint touchPoint)
protectedvirtual
var handleMoveLogic ( var  touchPoint)
protectedvirtual
local handleMoveLogic ( local  touchPoint)
protectedvirtual
virtual void handlePressLogic ( const CCPoint touchPoint)
protectedvirtual
var handlePressLogic ( var  touchPoint)
protectedvirtual
local handlePressLogic ( local  touchPoint)
protectedvirtual
virtual void handleReleaseLogic ( const CCPoint touchPoint)
protectedvirtual
var handleReleaseLogic ( var  touchPoint)
protectedvirtual
local handleReleaseLogic ( local  touchPoint)
protectedvirtual
virtual bool init ( )
protectedvirtual

Reimplemented from Layout.

var init ( )
protectedvirtual

Reimplemented from Layout.

local init ( )
protectedvirtual

Reimplemented from Layout.

void initChildEvent ( )
protected
var initChildEvent ( )
protected
local initChildEvent ( )
protected
void initChildWithDataLength ( int  length)

initialze data length and create children with parameter length

var initChildWithDataLength ( var  length)

initialze data length and create children with parameter length

local initChildWithDataLength ( local  length)

initialze data length and create children with parameter length

virtual void interceptTouchEvent ( int  handleState,
UIWidget sender,
const CCPoint touchPoint 
)
protectedvirtual
var interceptTouchEvent ( var  handleState,
var  sender,
var  touchPoint 
)
protectedvirtual
local interceptTouchEvent ( local  handleState,
local  sender,
local  touchPoint 
)
protectedvirtual
void moveChildren ( float  offset)
protected
var moveChildren ( var  offset)
protected
local moveChildren ( local  offset)
protected
virtual void onSizeChanged ( )
protectedvirtual

Reimplemented from Layout.

var onSizeChanged ( )
protectedvirtual

Reimplemented from Layout.

local onSizeChanged ( )
protectedvirtual

Reimplemented from Layout.

virtual bool onTouchBegan ( const CCPoint touchPoint)
virtual

A call back function called when widget is selected, and on touch began.

Parameters
touchpoint
Returns
true if the event should be pass to parent, flase otherwise.

Reimplemented from UIWidget.

var onTouchBegan ( var  touchPoint)
virtual

A call back function called when widget is selected, and on touch began.

Parameters
touchpoint
Returns
true if the event should be pass to parent, flase otherwise.

Reimplemented from UIWidget.

local onTouchBegan ( local  touchPoint)
virtual

A call back function called when widget is selected, and on touch began.

Parameters
touchpoint
Returns
true if the event should be pass to parent, flase otherwise.

Reimplemented from UIWidget.

virtual void onTouchCancelled ( const CCPoint touchPoint)
virtual

A call back function called when widget is selected, and on touch canceled.

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchCancelled ( var  touchPoint)
virtual

A call back function called when widget is selected, and on touch canceled.

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchCancelled ( local  touchPoint)
virtual

A call back function called when widget is selected, and on touch canceled.

Parameters
touchpoint

Reimplemented from UIWidget.

virtual void onTouchEnded ( const CCPoint touchPoint)
virtual

A call back function called when widget is selected, and on touch ended.

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchEnded ( var  touchPoint)
virtual

A call back function called when widget is selected, and on touch ended.

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchEnded ( local  touchPoint)
virtual

A call back function called when widget is selected, and on touch ended.

Parameters
touchpoint

Reimplemented from UIWidget.

virtual void onTouchLongClicked ( const CCPoint touchPoint)
virtual

A call back function called when widget is selected, and on touch long clicked.

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchLongClicked ( var  touchPoint)
virtual

A call back function called when widget is selected, and on touch long clicked.

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchLongClicked ( local  touchPoint)
virtual

A call back function called when widget is selected, and on touch long clicked.

Parameters
touchpoint

Reimplemented from UIWidget.

virtual void onTouchMoved ( const CCPoint touchPoint)
virtual

A call back function called when widget is selected, and on touch moved.

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchMoved ( var  touchPoint)
virtual

A call back function called when widget is selected, and on touch moved.

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchMoved ( local  touchPoint)
virtual

A call back function called when widget is selected, and on touch moved.

Parameters
touchpoint

Reimplemented from UIWidget.

void pushChildToPool ( )
protected
var pushChildToPool ( )
protected
local pushChildToPool ( )
protected
void recordSlidTime ( float  dt)
protected
var recordSlidTime ( var  dt)
protected
local recordSlidTime ( local  dt)
protected
virtual void removeAllChildren ( )
virtual

remove all widget children override

Reimplemented from UIWidget.

var removeAllChildren ( )
virtual

remove all widget children override

Reimplemented from UIWidget.

local removeAllChildren ( )
virtual

remove all widget children override

Reimplemented from UIWidget.

virtual bool removeChild ( UIWidget child)
virtual

remove widget child override

Reimplemented from UIWidget.

var removeChild ( var  child)
virtual

remove widget child override

Reimplemented from UIWidget.

local removeChild ( local  child)
virtual

remove widget child override

Reimplemented from UIWidget.

virtual void resetProperty ( )
protectedvirtual
var resetProperty ( )
protectedvirtual
local resetProperty ( )
protectedvirtual
virtual bool scrollChildren ( float  touchOffset)
protectedvirtual
var scrollChildren ( var  touchOffset)
protectedvirtual
local scrollChildren ( local  touchOffset)
protectedvirtual
virtual void setClippingEnable ( bool  is)
inlineprotectedvirtual

These methods will be removed.

Reimplemented from Layout.

var setClippingEnable ( var  is)
inlineprotectedvirtual

These methods will be removed.

Reimplemented from Layout.

local setClippingEnable ( local  is)
inlineprotectedvirtual

These methods will be removed.

Reimplemented from Layout.

virtual void setClippingEnabled ( bool  able)
inlineprotectedvirtual

Changes if layout can clip it's content and child.

If you really need this, please enable it. But it would reduce the rendering efficiency.

Parameters
clippingenabled.

Reimplemented from Layout.

var setClippingEnabled ( var  able)
inlineprotectedvirtual

Changes if layout can clip it's content and child.

If you really need this, please enable it. But it would reduce the rendering efficiency.

Parameters
clippingenabled.

Reimplemented from Layout.

local setClippingEnabled ( local  able)
inlineprotectedvirtual

Changes if layout can clip it's content and child.

If you really need this, please enable it. But it would reduce the rendering efficiency.

Parameters
clippingenabled.

Reimplemented from Layout.

void setDirection ( ListViewDirection  dir)

set and get direction

var setDirection ( var  dir)

set and get direction

local setDirection ( local  dir)

set and get direction

void setLoopPosition ( )
protected
var setLoopPosition ( )
protected
local setLoopPosition ( )
protected
void setMoveDirection ( ListViewMoveDirection  dir)
protected
var setMoveDirection ( var  dir)
protected
local setMoveDirection ( local  dir)
protected
void setUpdateChild ( UIWidget child)
protected
var setUpdateChild ( var  child)
protected
local setUpdateChild ( local  child)
protected
void setUpdateDataIndex ( int  index)
protected
var setUpdateDataIndex ( var  index)
protected
local setUpdateDataIndex ( local  index)
protected
void setUpdateSuccess ( bool  sucess)
var setUpdateSuccess ( var  sucess)
local setUpdateSuccess ( local  sucess)
void startAutoScrollChildren ( float  v)
protected
var startAutoScrollChildren ( var  v)
protected
local startAutoScrollChildren ( local  v)
protected
void startRecordSlidAction ( )
protected
var startRecordSlidAction ( )
protected
local startRecordSlidAction ( )
protected
void stopAutoScrollChildren ( )
protected
var stopAutoScrollChildren ( )
protected
local stopAutoScrollChildren ( )
protected
virtual void update ( float  dt)
virtual

get and set degree range for checking move or not with scrolling

Reimplemented from CCObject.

var update ( var  dt)
virtual

get and set degree range for checking move or not with scrolling

Reimplemented from CCObject.

local update ( local  dt)
virtual

get and set degree range for checking move or not with scrolling

Reimplemented from CCObject.

void updateChild ( )
protected
var updateChild ( )
protected
local updateChild ( )
protected
void updateChildEvent ( )
protected
var updateChildEvent ( )
protected
local updateChildEvent ( )
protected

Member Data Documentation

bool m_bAutoScroll
protected
var m_bAutoScroll
protected
local m_bAutoScroll
protected
bool m_bBePressed
protected
var m_bBePressed
protected
local m_bBePressed
protected
bool m_bUpdateSuccess
protected
var m_bUpdateSuccess
protected
local m_bUpdateSuccess
protected
ListViewDirection m_eDirection
protected
var m_eDirection
protected
local m_eDirection
protected
ListViewMoveDirection
m_eMoveDirection
protected
var m_eMoveDirection
protected
local m_eMoveDirection
protected
float m_fAutoScrollAcceleration
protected
var m_fAutoScrollAcceleration
protected
local m_fAutoScrollAcceleration
protected
float m_fAutoScrollOriginalSpeed
protected
var m_fAutoScrollOriginalSpeed
protected
local m_fAutoScrollOriginalSpeed
protected
float m_fBottomBoundary
protected
var m_fBottomBoundary
protected
local m_fBottomBoundary
protected
float m_fChildFocusCancelOffset
protected
var m_fChildFocusCancelOffset
protected
local m_fChildFocusCancelOffset
protected
float m_fDisBetweenChild
protected
var m_fDisBetweenChild
protected
local m_fDisBetweenChild
protected
float m_fDisBoundaryToChild_0
protected
var m_fDisBoundaryToChild_0
protected
local m_fDisBoundaryToChild_0
protected
float m_fLeftBoundary
protected
var m_fLeftBoundary
protected
local m_fLeftBoundary
protected
float m_fRightBoundary
protected
var m_fRightBoundary
protected
local m_fRightBoundary
protected
float m_fSlidTime
protected
var m_fSlidTime
protected
local m_fSlidTime
protected
float m_fTopBoundary
protected
var m_fTopBoundary
protected
local m_fTopBoundary
protected
float m_fTouchEndLocation
protected
var m_fTouchEndLocation
protected
local m_fTouchEndLocation
protected
float m_fTouchMoveStartLocation
protected
var m_fTouchMoveStartLocation
protected
local m_fTouchMoveStartLocation
protected
float m_fTouchStartLocation
protected
var m_fTouchStartLocation
protected
local m_fTouchStartLocation
protected
int m_nBegin
protected
var m_nBegin
protected
local m_nBegin
protected
int m_nDataLength
protected
var m_nDataLength
protected
local m_nDataLength
protected
int m_nEnd
protected
var m_nEnd
protected
local m_nEnd
protected
int m_nUpdateDataIndex
protected
var m_nUpdateDataIndex
protected
local m_nUpdateDataIndex
protected
cocos2d::CCArray* m_overBottomArray
protected
var m_overBottomArray
protected
local m_overBottomArray
protected
cocos2d::CCArray* m_overLeftArray
protected
var m_overLeftArray
protected
local m_overLeftArray
protected
cocos2d::CCArray* m_overRightArray
protected
var m_overRightArray
protected
local m_overRightArray
protected
cocos2d::CCArray* m_overTopArray
protected
var m_overTopArray
protected
local m_overTopArray
protected
CCArray* m_pChildPool
protected
var m_pChildPool
protected
local m_pChildPool
protected
CCObject* m_pEventListener
protected
var m_pEventListener
protected
local m_pEventListener
protected
SEL_ListViewEvent
m_pfnEventSelector
protected
var m_pfnEventSelector
protected
local m_pfnEventSelector
protected
SEL_ListViewInitChildEvent
m_pfnInitChildSelector
protected
var m_pfnInitChildSelector
protected
local m_pfnInitChildSelector
protected
SEL_ListViewUpdateChildEvent
m_pfnUpdateChildSelector
protected
var m_pfnUpdateChildSelector
protected
local m_pfnUpdateChildSelector
protected
cocos2d::CCObject*
m_pInitChildListener
protected
var m_pInitChildListener
protected
local m_pInitChildListener
protected
UIWidget* m_pUpdateChild
protected
var m_pUpdateChild
protected
local m_pUpdateChild
protected
cocos2d::CCObject*
m_pUpdateChildListener
protected
var m_pUpdateChildListener
protected
local m_pUpdateChildListener
protected
CCArray* m_pUpdatePool
protected
var m_pUpdatePool
protected
local m_pUpdatePool
protected
CCPoint moveChildPoint
protected
var moveChildPoint
protected
local moveChildPoint
protected

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