cocos2d-x  3.0alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UIScrollView Class Reference

#include <UIScrollView.h>

Inheritance diagram for UIScrollView:
UILayout UIScrollInterface UIWidget Object UIListView

Public Member Functions

 UIScrollView ()
 Default constructor. More...
 
virtual ~UIScrollView ()
 Default destructor. More...
 
virtual void setDirection (SCROLLVIEW_DIR dir)
 Changes scroll direction of scrollview. More...
 
SCROLLVIEW_DIR getDirection ()
 Gets scroll direction of scrollview. More...
 
var getDirection ()
 Gets scroll direction of scrollview. More...
 
local getDirection ()
 Gets scroll direction of scrollview. More...
 
UILayoutgetInnerContainer ()
 Gets inner container of scrollview. More...
 
void scrollToBottom (float time, bool attenuated)
 Scroll inner container to bottom boundary of scrollview. More...
 
void scrollToTop (float time, bool attenuated)
 Scroll inner container to top boundary of scrollview. More...
 
void scrollToLeft (float time, bool attenuated)
 Scroll inner container to left boundary of scrollview. More...
 
void scrollToRight (float time, bool attenuated)
 Scroll inner container to right boundary of scrollview. More...
 
void scrollToTopLeft (float time, bool attenuated)
 Scroll inner container to top and left boundary of scrollview. More...
 
void scrollToTopRight (float time, bool attenuated)
 Scroll inner container to top and right boundary of scrollview. More...
 
var scrollToTopRight ( var time, var attenuated)
 Scroll inner container to top and right boundary of scrollview. More...
 
local scrollToTopRight ( local time, local attenuated)
 Scroll inner container to top and right boundary of scrollview. More...
 
void scrollToBottomLeft (float time, bool attenuated)
 Scroll inner container to bottom and left boundary of scrollview. More...
 
void scrollToBottomRight (float time, bool attenuated)
 Scroll inner container to bottom and right boundary of scrollview. More...
 
void scrollToPercentVertical (float percent, float time, bool attenuated)
 Scroll inner container to vertical percent position of scrollview. More...
 
void scrollToPercentHorizontal (float percent, float time, bool attenuated)
 Scroll inner container to horizontal percent position of scrollview. More...
 
void scrollToPercentBothDirection (const cocos2d::Point &percent, float time, bool attenuated)
 Scroll inner container to both direction percent position of scrollview. More...
 
void jumpToBottom ()
 Move inner container to bottom boundary of scrollview. More...
 
void jumpToTop ()
 Move inner container to top boundary of scrollview. More...
 
void jumpToLeft ()
 Move inner container to left boundary of scrollview. More...
 
void jumpToRight ()
 Move inner container to right boundary of scrollview. More...
 
void jumpToTopLeft ()
 Move inner container to top and left boundary of scrollview. More...
 
void jumpToTopRight ()
 Move inner container to top and right boundary of scrollview. More...
 
void jumpToBottomLeft ()
 Move inner container to bottom and left boundary of scrollview. More...
 
void jumpToBottomRight ()
 Move inner container to bottom and right boundary of scrollview. More...
 
void jumpToPercentVertical (float percent)
 Move inner container to vertical percent position of scrollview. More...
 
void jumpToPercentHorizontal (float percent)
 Move inner container to horizontal percent position of scrollview. More...
 
void jumpToPercentBothDirection (const cocos2d::Point &percent)
 Move inner container to both direction percent position of scrollview. More...
 
local jumpToPercentBothDirection ( local percent)
 Move inner container to both direction percent position of scrollview. More...
 
void setInnerContainerSize (const cocos2d::Size &size)
 Changes inner container size of scrollview. More...
 
const cocos2d::SizegetInnerContainerSize () const
 Gets inner container size of scrollview. More...
 
void addEventListenerScrollView (cocos2d::Object *target, SEL_ScrollViewEvent selector)
 Add call back function called scrollview event triggered. More...
 
var addEventListenerScrollView ( var target, var selector)
 Add call back function called scrollview event triggered. More...
 
local addEventListenerScrollView ( local target, local selector)
 Add call back function called scrollview event triggered. More...
 
virtual bool addChild (UIWidget *widget) override
 Adds a child to the container. More...
 
var addChild ( var widget)
 Adds a child to the container. More...
 
local addChild ( local widget)
 Adds a child to the container. More...
 
virtual void removeAllChildren () override
 Removes all children from the container, and do a cleanup to all running actions depending on the cleanup parameter. More...
 
local removeAllChildren ()
 Removes all children from the container, and do a cleanup to all running actions depending on the cleanup parameter. More...
 
virtual bool removeChild (UIWidget *child) override
 Removes a child from the container with a cleanup. More...
 
virtual cocos2d::ArraygetChildren () override
 Return an array of children. More...
 
local getChildren ()
 Return an array of children. More...
 
virtual bool onTouchBegan (const cocos2d::Point &touchPoint) override
 A call back function called when widget is selected, and on touch began. More...
 
local onTouchBegan ( local touchPoint)
 A call back function called when widget is selected, and on touch began. More...
 
virtual void onTouchMoved (const cocos2d::Point &touchPoint) override
 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 cocos2d::Point &touchPoint) override
 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 cocos2d::Point &touchPoint) override
 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 cocos2d::Point &touchPoint) override
 A call back function called when widget is selected, and on touch long clicked. More...
 
local onTouchLongClicked ( local touchPoint)
 A call back function called when widget is selected, and on touch long clicked. More...
 
virtual void update (float dt) override
void setBounceEnabled (bool enabled)
bool isBounceEnabled () const
void setInertiaScrollEnabled (bool enabled)
var setInertiaScrollEnabled ( var enabled)
local setInertiaScrollEnabled ( local enabled)
bool isInertiaScrollEnabled () const
virtual void setLayoutType (LayoutType type) override
 Sets LayoutType. More...
 
virtual LayoutType getLayoutType () const override
 Gets LayoutType. More...
 
virtual void doLayout () override
virtual const char * getDescription () const override
 Returns the "class name" of widget. More...
 
local getDescription ()
 Returns the "class name" of widget. More...
 
- Public Member Functions inherited from UILayout
 UILayout ()
virtual ~UILayout ()
 Default destructor. More...
 
virtual bool hitTest (const cocos2d::Point &pt) override
 Checks a point if is in widget's space. More...
 
local hitTest ( local 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...
 
var setBackGroundImage ( var fileName, var UI_TEX_TYPE_LOCAL)
 Sets a background image for layout. More...
 
local setBackGroundImage ( local fileName, local UI_TEX_TYPE_LOCAL)
 Sets a background image for layout. More...
 
void setBackGroundImageCapInsets (const cocos2d::Rect &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...
 
local setBackGroundColorType ( local type)
 Sets Color Type for layout. More...
 
void setBackGroundImageScale9Enabled (bool enabled)
 Sets background iamge use scale9 renderer. More...
 
var setBackGroundImageScale9Enabled ( var enabled)
 Sets background iamge use scale9 renderer. More...
 
local setBackGroundImageScale9Enabled ( local enabled)
 Sets background iamge use scale9 renderer. More...
 
void setBackGroundColor (const cocos2d::Color3B &color)
 Sets background color for layout, if color type is LAYOUT_COLOR_SOLID. More...
 
void setBackGroundColor (const cocos2d::Color3B &startColor, const cocos2d::Color3B &endColor)
 Sets background color for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
 
var setBackGroundColor ( var startColor, var endColor)
 Sets background color for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
 
local setBackGroundColor ( local startColor, local 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 cocos2d::Point &vector)
 Sets background color vector for layout, if color type is LAYOUT_COLOR_GRADIENT. More...
 
virtual void setColor (const cocos2d::Color3B &color) override
 Sets color to widget. More...
 
virtual void setOpacity (int opacity) override
 Sets opacity to widget. More...
 
void removeBackGroundImage ()
 Remove the background image of layout. More...
 
var removeBackGroundImage ()
 Remove the background image of layout. More...
 
local removeBackGroundImage ()
 Remove the background image of layout. More...
 
const cocos2d::SizegetBackGroundImageTextureSize () const
 Gets background image texture size. More...
 
var getBackGroundImageTextureSize ()
 Gets background image texture size. More...
 
local getBackGroundImageTextureSize ()
 Gets background image texture size. More...
 
virtual bool isClippingEnabled ()
 Gets if layout is clipping enabled. More...
 
virtual const cocos2d::SizegetContentSize () const override
 Gets the content size of widget. More...
 
local getContentSize ()
 Gets the content size of widget. More...
 
- Public Member Functions inherited from UIWidget
 UIWidget (void)
 ctor ()
virtual ~UIWidget ()
 Default destructor. More...
 
virtual void setEnabled (bool enabled)
 Sets whether the widget is enabled. More...
 
local setEnabled ( local 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...
 
var setVisible ( var visible)
 Sets whether the widget is visible. More...
 
local setVisible ( local 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...
 
local setTouchEnabled ( local enabled)
 Sets whether the widget is touch enabled. More...
 
void setBrightStyle (BrightStyle style)
 To set the bright style of widget. More...
 
var setBrightStyle ( var style)
 To set the bright style of widget. More...
 
local setBrightStyle ( local 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...
 
var getLeftInParent ()
 Gets the left boundary position of this widget. More...
 
local getLeftInParent ()
 Gets the left boundary position of this widget. More...
 
float getBottomInParent ()
 Gets the bottom boundary position of this widget. More...
 
var getBottomInParent ()
 Gets the bottom boundary position of this widget. More...
 
local getBottomInParent ()
 Gets the bottom boundary position of this widget. More...
 
float getRightInParent ()
 Gets the right boundary position of this widget. More...
 
var getRightInParent ()
 Gets the right boundary position of this widget. More...
 
local getRightInParent ()
 Gets the right boundary position of this widget. More...
 
float getTopInParent ()
 Gets the top boundary position of this widget. More...
 
var getTopInParent ()
 Gets the top boundary position of this widget. More...
 
local getTopInParent ()
 Gets the top boundary position of this widget. More...
 
virtual void removeFromParent ()
 Removes this widget itself from its parent widget. More...
 
local removeFromParent ()
 Removes this widget itself from its parent widget. More...
 
virtual void reorderChild (UIWidget *child)
 Reorders a child according to a new z value. More...
 
local reorderChild ( local 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...
 
cocos2d::NodegetRenderer ()
 Gets the renderer of widget. More...
 
void addRenderer (cocos2d::Node *renderer, int zOrder)
 Add a Node for rendering. More...
 
var addRenderer ( var renderer, var zOrder)
 Add a Node for rendering. More...
 
local addRenderer ( local renderer, local zOrder)
 Add a Node for rendering. More...
 
void removeRenderer (cocos2d::Node *renderer, bool cleanup)
 Remove a Node from widget. More...
 
local removeRenderer ( local renderer, local cleanup)
 Remove a Node from widget. More...
 
void setParent (UIWidget *parent)
 Sets the parent widget. More...
 
local setParent ( local parent)
 Sets the parent widget. More...
 
UIWidgetgetParent ()
 Returns a pointer to the parent widget. More...
 
void addTouchEventListener (cocos2d::Object *target, SEL_TouchEvent selector)
 Sets the touch event target/selector of the menu item. More...
 
var addTouchEventListener ( var target, var selector)
 Sets the touch event target/selector of the menu item. More...
 
local addTouchEventListener ( local target, local selector)
 Sets the touch event target/selector of the menu item. More...
 
void setPosition (const cocos2d::Point &pos)
 Changes the position (x,y) of the widget in OpenGL coordinates. More...
 
void setPositionPercent (const cocos2d::Point &percent)
 Changes the position (x,y) of the widget in OpenGL coordinates. More...
 
var setPositionPercent ( var percent)
 Changes the position (x,y) of the widget in OpenGL coordinates. More...
 
local setPositionPercent ( local percent)
 Changes the position (x,y) of the widget in OpenGL coordinates. More...
 
const cocos2d::PointgetPosition ()
 Gets the position (x,y) of the widget in OpenGL coordinates. More...
 
const cocos2d::PointgetPositionPercent ()
 Gets the percent (x,y) of the widget in OpenGL coordinates. More...
 
var getPositionPercent ()
 Gets the percent (x,y) of the widget in OpenGL coordinates. More...
 
local getPositionPercent ()
 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...
 
var getPositionType ()
 Gets the position type of the widget. More...
 
local getPositionType ()
 Gets the position type of the widget. More...
 
virtual void setAnchorPoint (const cocos2d::Point &pt)
 Sets the anchor point in percent. More...
 
local setAnchorPoint ( local pt)
 Sets the anchor point in percent. More...
 
const cocos2d::PointgetAnchorPoint ()
 Returns the anchor point in percent. More...
 
local getAnchorPoint ()
 Returns the anchor point in percent. More...
 
virtual void setScale (float fScale)
 Changes both X and Y scale factor of the widget. More...
 
local setScale ( local 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...
 
var setScaleX ( var fScaleX)
 Changes the scale factor on X axis of this widget. More...
 
local setScaleX ( local 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...
 
local setScaleY ( local 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...
 
var getScaleY ()
 Returns the scale factor on Y axis of this widget. More...
 
local 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...
 
var getRotationY ()
 Gets the Y rotation (angle) of the widget in degrees which performs a vertical rotational skew. More...
 
local 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...
 
local setFlipX ( local 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...
 
local setFlipY ( local 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 cocos2d::Color3BgetColor ()
 Gets color of widget. More...
 
local getColor ()
 Gets color of widget. More...
 
virtual int getOpacity ()
 Gets opacity of widget. More...
 
virtual bool isCascadeOpacityEnabled ()
var isCascadeOpacityEnabled ()
local isCascadeOpacityEnabled ()
virtual void setCascadeOpacityEnabled (bool cascadeOpacityEnabled)
virtual bool isCascadeColorEnabled ()
var isCascadeColorEnabled ()
local isCascadeColorEnabled ()
virtual void setCascadeColorEnabled (bool cascadeColorEnabled)
void setBlendFunc (cocos2d::BlendFunc blendFunc)
virtual void setActionManager (cocos2d::ActionManager *actionManager)
local setActionManager ( local actionManager)
virtual cocos2d::ActionManagergetActionManager ()
local getActionManager ()
cocos2d::ActionrunAction (cocos2d::Action *action)
var runAction ( var action)
local runAction ( local action)
void stopAllActions (void)
var stopAllActions ()
local stopAllActions ()
void stopAction (cocos2d::Action *action)
var stopAction ( var action)
local stopAction ( local action)
void stopActionByTag (int tag)
var stopActionByTag ( var tag)
local stopActionByTag ( local tag)
cocos2d::ActiongetActionByTag (int tag)
var getActionByTag ( var tag)
local getActionByTag ( local tag)
void didNotSelectSelf ()
 A call back function when widget lost of focus. More...
 
var didNotSelectSelf ()
 A call back function when widget lost of focus. More...
 
local didNotSelectSelf ()
 A call back function when widget lost of focus. More...
 
bool clippingParentAreaContainPoint (const cocos2d::Point &pt)
var clippingParentAreaContainPoint ( var pt)
local clippingParentAreaContainPoint ( local pt)
const cocos2d::PointgetTouchStartPos ()
var getTouchStartPos ()
local getTouchStartPos ()
const cocos2d::PointgetTouchMovePos ()
local getTouchMovePos ()
const cocos2d::PointgetTouchEndPos ()
void setTag (int tag)
 Changes the tag that is used to identify the widget easily. More...
 
local setTag ( local 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...
 
var getTag ()
 Returns a tag that is used to identify the widget easily. More...
 
local getTag ()
 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...
 
var setName ( var name)
 Changes the name that is used to identify the widget easily. More...
 
local setName ( local 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 cocos2d::Size &size)
 Changes the size that is widget's size. More...
 
virtual void setSizePercent (const cocos2d::Point &percent)
 Changes the percent that is widget's percent size. More...
 
local setSizePercent ( local percent)
 Changes the percent that is widget's percent size. More...
 
void setSizeType (SizeType type)
 Changes the size type of widget. More...
 
var setSizeType ( var type)
 Changes the size type of widget. More...
 
local setSizeType ( local type)
 Changes the size type of widget. More...
 
SizeType getSizeType () const
 Gets the size type of widget. More...
 
var getSizeType ()
 Gets the size type of widget. More...
 
local getSizeType ()
 Gets the size type of widget. More...
 
const cocos2d::SizegetSize () const
 Returns size of widget. More...
 
const cocos2d::PointgetSizePercent () const
 Returns size percent of widget. More...
 
local getSizePercent ()
 Returns size percent of widget. More...
 
void setLayoutParameter (UILayoutParameter *parameter)
 Sets a LayoutParameter to widget. More...
 
UILayoutParametergetLayoutParameter (LayoutParameterType type)
 Gets LayoutParameter of widget. More...
 
virtual void ignoreContentAdaptWithSize (bool ignore)
 Ignore the widget size. More...
 
var ignoreContentAdaptWithSize ( var ignore)
 Ignore the widget size. More...
 
local ignoreContentAdaptWithSize ( local ignore)
 Ignore the widget size. More...
 
bool isIgnoreContentAdaptWithSize () const
 Gets the widget if is ignore it's size. More...
 
var isIgnoreContentAdaptWithSize ()
 Gets the widget if is ignore it's size. More...
 
local isIgnoreContentAdaptWithSize ()
 Gets the widget if is ignore it's size. More...
 
cocos2d::Point getWorldPosition ()
 Gets world position of widget. More...
 
local getWorldPosition ()
 Gets world position of widget. More...
 
cocos2d::Point convertToWorldSpace (const cocos2d::Point &pt)
 Converts a Point to world space coordinates. More...
 
local convertToWorldSpace ( local pt)
 Converts a Point to world space coordinates. More...
 
virtual cocos2d::NodegetVirtualRenderer ()
 Gets the Virtual Renderer of widget. More...
 
local getVirtualRenderer ()
 Gets the Virtual Renderer of widget. More...
 
void setUpdateEnabled (bool enable)
 Schedules the "update" method. More...
 
bool isUpdateEnabled ()
 is the "update" method scheduled. More...
 
UIWidgetclone ()
var clone ()
local clone ()
virtual void onEnter ()
virtual void onExit ()
void updateSizeAndPosition ()
var updateSizeAndPosition ()
local updateSizeAndPosition ()
virtual ObjectgetUserObject ()
virtual const ObjectgetUserObject () const
virtual void setUserObject (Object *userObject)
 Returns a user assigned Object. More...
 
void setActionTag (int tag)
var setActionTag ( var tag)
local setActionTag ( local tag)
int getActionTag ()
var getActionTag ()
local getActionTag ()
- Public Member Functions inherited from Object
 Object ()
 Constructor. More...
 
virtual ~Object ()
void release ()
 Release the ownership immediately. More...
 
void retain ()
 Retains the ownership. More...
 
Objectautorelease ()
 Release the ownership sometime soon automatically. More...
 
bool isSingleReference () const
 Returns a boolean value that indicates whether there is only one reference to the object. More...
 
unsigned int retainCount () const
 Returns the object's current reference count. More...
 
virtual bool isEqual (const Object *object)
 Returns a boolean value that indicates whether this object and a given object are equal. More...
 
virtual void acceptVisitor (DataVisitor &visitor)
- Public Member Functions inherited from UIScrollInterface
virtual ~UIScrollInterface ()

Static Public Member Functions

static UIScrollViewcreate ()
 Allocates and initializes. More...
 
var create ()
 Allocates and initializes. More...
 
local create ()
 Allocates and initializes. More...
 
- Static Public Member Functions inherited from UILayout
static UILayoutcreate ()
 Allocates and initializes a layout. More...
 
local create ()
 Allocates and initializes a layout. More...
 
- Static Public Member Functions inherited from UIWidget
static UIWidgetcreate ()
 Allocates and initializes a widget. More...
 
local create ()
 Allocates and initializes a widget. More...
 

Protected Member Functions

virtual bool init () override
virtual void initRenderer () override
local initRenderer ()
void moveChildren (float offsetX, float offsetY)
var moveChildren ( var offsetX, var offsetY)
local moveChildren ( local offsetX, local offsetY)
void autoScrollChildren (float dt)
void bounceChildren (float dt)
void checkBounceBoundary ()
bool checkNeedBounce ()
void startAutoScrollChildrenWithOriginalSpeed (const cocos2d::Point &dir, float v, bool attenuated, float acceleration)
var startAutoScrollChildrenWithOriginalSpeed ( var dir, var v, var attenuated, var acceleration)
local startAutoScrollChildrenWithOriginalSpeed ( local dir, local v, local attenuated, local acceleration)
void startAutoScrollChildrenWithDestination (const cocos2d::Point &des, float time, bool attenuated)
local startAutoScrollChildrenWithDestination ( local des, local time, local attenuated)
void jumpToDestination (const cocos2d::Point &des)
void stopAutoScrollChildren ()
void startBounceChildren (float v)
void stopBounceChildren ()
bool checkCustomScrollDestination (float *touchOffsetX, float *touchOffsetY)
var checkCustomScrollDestination ( var touchOffsetX, var touchOffsetY)
local checkCustomScrollDestination ( local touchOffsetX, local touchOffsetY)
virtual bool scrollChildren (float touchOffsetX, float touchOffsetY)
bool bounceScrollChildren (float touchOffsetX, float touchOffsetY)
var bounceScrollChildren ( var touchOffsetX, var touchOffsetY)
local bounceScrollChildren ( local touchOffsetX, local touchOffsetY)
void startRecordSlidAction ()
virtual void endRecordSlidAction ()
var endRecordSlidAction ()
local endRecordSlidAction ()
virtual void handlePressLogic (const cocos2d::Point &touchPoint) override
var handlePressLogic ( var touchPoint)
local handlePressLogic ( local touchPoint)
virtual void handleMoveLogic (const cocos2d::Point &touchPoint) override
virtual void handleReleaseLogic (const cocos2d::Point &touchPoint) override
local handleReleaseLogic ( local touchPoint)
virtual void interceptTouchEvent (int handleState, UIWidget *sender, const cocos2d::Point &touchPoint) override
local interceptTouchEvent ( local handleState, local sender, local touchPoint)
virtual void checkChildInfo (int handleState, UIWidget *sender, const cocos2d::Point &touchPoint) override
void recordSlidTime (float dt)
void scrollToTopEvent ()
void scrollToBottomEvent ()
void scrollToLeftEvent ()
void scrollToRightEvent ()
void scrollingEvent ()
void bounceTopEvent ()
void bounceBottomEvent ()
var bounceBottomEvent ()
local bounceBottomEvent ()
void bounceLeftEvent ()
void bounceRightEvent ()
var bounceRightEvent ()
local bounceRightEvent ()
virtual void onSizeChanged () override
var onSizeChanged ()
local onSizeChanged ()
virtual UIWidgetcreateCloneInstance () override
var createCloneInstance ()
local createCloneInstance ()
virtual void copySpecialProperties (UIWidget *model) override
local copySpecialProperties ( local model)
virtual void copyClonedWidgetChildren (UIWidget *model) override
virtual void setClippingEnabled (bool able) override
 Changes if layout can clip it's content and child. More...
 
- Protected Member Functions inherited from UILayout
void addBackGroundImage ()
var addBackGroundImage ()
local addBackGroundImage ()
void supplyTheLayoutParameterLackToChild (UIWidget *child)
var supplyTheLayoutParameterLackToChild ( var child)
local supplyTheLayoutParameterLackToChild ( local child)
- Protected Member Functions inherited from UIWidget
virtual void onPressStateChangedToNormal ()
var onPressStateChangedToNormal ()
local onPressStateChangedToNormal ()
virtual void onPressStateChangedToPressed ()
var onPressStateChangedToPressed ()
local onPressStateChangedToPressed ()
virtual void onPressStateChangedToDisabled ()
local onPressStateChangedToDisabled ()
void pushDownEvent ()
var pushDownEvent ()
local pushDownEvent ()
void moveEvent ()
var moveEvent ()
local moveEvent ()
void releaseUpEvent ()
var releaseUpEvent ()
local releaseUpEvent ()
void cancelUpEvent ()
var cancelUpEvent ()
local cancelUpEvent ()
void longClickEvent ()
var longClickEvent ()
local longClickEvent ()
void updateAnchorPoint ()
var updateAnchorPoint ()
local updateAnchorPoint ()
void copyProperties (UIWidget *model)
var copyProperties ( var model)
local copyProperties ( local model)

Protected Attributes

UILayout_innerContainer
var _innerContainer
SCROLLVIEW_DIR _direction
var _direction
local _direction
cocos2d::Point _touchBeganPoint
var _touchBeganPoint
local _touchBeganPoint
cocos2d::Point _touchMovedPoint
var _touchMovedPoint
local _touchMovedPoint
cocos2d::Point _touchEndedPoint
var _touchEndedPoint
local _touchEndedPoint
cocos2d::Point _touchMovingPoint
var _touchMovingPoint
local _touchMovingPoint
cocos2d::Point _autoScrollDir
var _autoScrollDir
local _autoScrollDir
float _topBoundary
var _topBoundary
local _topBoundary
float _bottomBoundary
var _bottomBoundary
local _bottomBoundary
float _leftBoundary
var _leftBoundary
local _leftBoundary
float _rightBoundary
var _rightBoundary
local _rightBoundary
float _bounceTopBoundary
var _bounceTopBoundary
local _bounceTopBoundary
float _bounceBottomBoundary
var _bounceBottomBoundary
local _bounceBottomBoundary
float _bounceLeftBoundary
float _bounceRightBoundary
bool _autoScroll
float _autoScrollAddUpTime
var _autoScrollAddUpTime
local _autoScrollAddUpTime
float _autoScrollOriginalSpeed
var _autoScrollOriginalSpeed
local _autoScrollOriginalSpeed
float _autoScrollAcceleration
var _autoScrollAcceleration
local _autoScrollAcceleration
bool _isAutoScrollSpeedAttenuated
var _isAutoScrollSpeedAttenuated
local _isAutoScrollSpeedAttenuated
bool _needCheckAutoScrollDestination
var _needCheckAutoScrollDestination
local _needCheckAutoScrollDestination
cocos2d::Point _autoScrollDestination
var _autoScrollDestination
local _autoScrollDestination
bool _bePressed
float _slidTime
cocos2d::Point _moveChildPoint
var _moveChildPoint
local _moveChildPoint
float _childFocusCancelOffset
var _childFocusCancelOffset
local _childFocusCancelOffset
bool _leftBounceNeeded
var _leftBounceNeeded
local _leftBounceNeeded
bool _topBounceNeeded
var _topBounceNeeded
local _topBounceNeeded
bool _rightBounceNeeded
var _rightBounceNeeded
local _rightBounceNeeded
bool _bottomBounceNeeded
var _bottomBounceNeeded
local _bottomBounceNeeded
bool _bounceEnabled
bool _bouncing
cocos2d::Point _bounceDir
var _bounceDir
local _bounceDir
float _bounceOriginalSpeed
var _bounceOriginalSpeed
local _bounceOriginalSpeed
bool _inertiaScrollEnabled
var _inertiaScrollEnabled
local _inertiaScrollEnabled
cocos2d::Object_scrollViewEventListener
var _scrollViewEventListener
local _scrollViewEventListener
SEL_ScrollViewEvent _scrollViewEventSelector
var _scrollViewEventSelector
local _scrollViewEventSelector
- Protected Attributes inherited from UILayout
bool _clippingEnabled
bool _backGroundScale9Enabled
var _backGroundScale9Enabled
local _backGroundScale9Enabled
cocos2d::Node_backGroundImage
var _backGroundImage
local _backGroundImage
std::string _backGroundImageFileName
var _backGroundImageFileName
local _backGroundImageFileName
cocos2d::Rect _backGroundImageCapInsets
var _backGroundImageCapInsets
local _backGroundImageCapInsets
LayoutBackGroundColorType _colorType
var _colorType
local _colorType
TextureResType _bgImageTexType
var _bgImageTexType
local _bgImageTexType
cocos2d::LayerColor_colorRender
cocos2d::LayerGradient_gradientRender
var _gradientRender
local _gradientRender
cocos2d::Color3B _cColor
var _cColor
local _cColor
cocos2d::Color3B _gStartColor
var _gStartColor
local _gStartColor
cocos2d::Color3B _gEndColor
var _gEndColor
local _gEndColor
cocos2d::Point _alongVector
var _alongVector
local _alongVector
int _cOpacity
var _cOpacity
local _cOpacity
cocos2d::Size _backGroundImageTextureSize
var _backGroundImageTextureSize
local _backGroundImageTextureSize
LayoutType _layoutType
var _layoutType
local _layoutType
- Protected Attributes inherited from UIWidget
bool _enabled
 Highest control of widget. More...
 
bool _visible
 is this widget visible More...
 
var _visible
 is this widget visible More...
 
local _visible
 is this widget visible More...
 
bool _bright
 is this widget bright More...
 
var _bright
 is this widget bright More...
 
local _bright
 is this widget bright More...
 
bool _touchEnabled
 is this widget touch endabled More...
 
var _touchEnabled
 is this widget touch endabled More...
 
local _touchEnabled
 is this widget touch endabled More...
 
bool _touchPassedEnabled
 is the touch event should be passed More...
 
var _touchPassedEnabled
 is the touch event should be passed More...
 
local _touchPassedEnabled
 is the touch event should be passed More...
 
bool _focus
 is the widget on focus More...
 
int _widgetZOrder
 z-order value that affects the draw order and touch order More...
 
var _widgetZOrder
 z-order value that affects the draw order and touch order More...
 
local _widgetZOrder
 z-order value that affects the draw order and touch order More...
 
cocos2d::Point _anchorPoint
 anchor point normalized More...
 
var _anchorPoint
 anchor point normalized More...
 
local _anchorPoint
 anchor point normalized More...
 
UIWidget_widgetParent
 parent of widget More...
 
local _widgetParent
 parent of widget More...
 
BrightStyle _brightStyle
 bright style More...
 
var _brightStyle
 bright style More...
 
local _brightStyle
 bright style More...
 
bool _updateEnabled
 is "update" method scheduled More...
 
var _updateEnabled
 is "update" method scheduled More...
 
local _updateEnabled
 is "update" method scheduled More...
 
cocos2d::Node_renderer
 base renderer More...
 
var _renderer
 base renderer More...
 
local _renderer
 base renderer More...
 
cocos2d::Point _touchStartPos
 touch began point More...
 
var _touchStartPos
 touch began point More...
 
local _touchStartPos
 touch began point More...
 
cocos2d::Point _touchMovePos
 touch moved point More...
 
var _touchMovePos
 touch moved point More...
 
local _touchMovePos
 touch moved point More...
 
cocos2d::Point _touchEndPos
 touch ended point More...
 
var _touchEndPos
 touch ended point More...
 
local _touchEndPos
 touch ended point More...
 
Object_touchEventListener
local _touchEventListener
SEL_TouchEvent _touchEventSelector
var _touchEventSelector
local _touchEventSelector
int _widgetTag
var _widgetTag
local _widgetTag
std::string _name
var _name
local _name
WidgetType _widgetType
var _widgetType
local _widgetType
int _actionTag
var _actionTag
local _actionTag
cocos2d::Size _size
var _size
local _size
cocos2d::Size _customSize
var _customSize
local _customSize
cocos2d::Dictionary_layoutParameterDictionary
var _layoutParameterDictionary
local _layoutParameterDictionary
bool _ignoreSize
var _ignoreSize
local _ignoreSize
cocos2d::Array_children
var _children
local _children
bool _affectByClipping
var _affectByClipping
local _affectByClipping
cocos2d::Scheduler_scheduler
var _scheduler
local _scheduler
SizeType _sizeType
var _sizeType
local _sizeType
cocos2d::Point _sizePercent
var _sizePercent
local _sizePercent
PositionType _positionType
var _positionType
local _positionType
cocos2d::Point _positionPercent
var _positionPercent
local _positionPercent
bool _isRunning
var _isRunning
local _isRunning
cocos2d::Object_userObject
var _userObject
local _userObject
- Protected Attributes inherited from Object
unsigned int _reference
 count of references More...
 
unsigned int _autoReleaseCount
 count of autorelease More...
 

Additional Inherited Members

- Public Attributes inherited from Object
unsigned int _ID
 object id, ScriptSupport need public _ID More...
 
int _luaID
 Lua reference id. More...
 

Constructor & Destructor Documentation

Default constructor.

var ctor ( )

Default constructor.

local UIScrollView ( )

Default constructor.

virtual ~UIScrollView ( )
virtual

Default destructor.

Member Function Documentation

virtual bool addChild ( UIWidget child)
overridevirtual

Adds a child to the container.

Parameters
childA child widget

Reimplemented from UILayout.

Reimplemented in UIListView.

var addChild ( var  child)
overridevirtual

Adds a child to the container.

Parameters
childA child widget

Reimplemented from UILayout.

Reimplemented in UIListView.

local addChild ( local  child)
overridevirtual

Adds a child to the container.

Parameters
childA child widget

Reimplemented from UILayout.

Reimplemented in UIListView.

void addEventListenerScrollView ( cocos2d::Object target,
SEL_ScrollViewEvent  selector 
)

Add call back function called scrollview event triggered.

var addEventListenerScrollView ( var  target,
var  selector 
)

Add call back function called scrollview event triggered.

local addEventListenerScrollView ( local  target,
local  selector 
)

Add call back function called scrollview event triggered.

void autoScrollChildren ( float  dt)
protected
var autoScrollChildren ( var  dt)
protected
local autoScrollChildren ( local  dt)
protected
void bounceBottomEvent ( )
protected
var bounceBottomEvent ( )
protected
local bounceBottomEvent ( )
protected
void bounceChildren ( float  dt)
protected
var bounceChildren ( var  dt)
protected
local bounceChildren ( local  dt)
protected
void bounceLeftEvent ( )
protected
var bounceLeftEvent ( )
protected
local bounceLeftEvent ( )
protected
void bounceRightEvent ( )
protected
var bounceRightEvent ( )
protected
local bounceRightEvent ( )
protected
bool bounceScrollChildren ( float  touchOffsetX,
float  touchOffsetY 
)
protected
var bounceScrollChildren ( var  touchOffsetX,
var  touchOffsetY 
)
protected
local bounceScrollChildren ( local  touchOffsetX,
local  touchOffsetY 
)
protected
void bounceTopEvent ( )
protected
var bounceTopEvent ( )
protected
local bounceTopEvent ( )
protected
void checkBounceBoundary ( )
protected
var checkBounceBoundary ( )
protected
local checkBounceBoundary ( )
protected
virtual void checkChildInfo ( int  handleState,
UIWidget sender,
const cocos2d::Point touchPoint 
)
overrideprotectedvirtual

Reimplemented from UIWidget.

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

Reimplemented from UIWidget.

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

Reimplemented from UIWidget.

bool checkCustomScrollDestination ( float *  touchOffsetX,
float *  touchOffsetY 
)
protected
var checkCustomScrollDestination ( var  touchOffsetX,
var  touchOffsetY 
)
protected
local checkCustomScrollDestination ( local  touchOffsetX,
local  touchOffsetY 
)
protected
bool checkNeedBounce ( )
protected
var checkNeedBounce ( )
protected
local checkNeedBounce ( )
protected
virtual void
copyClonedWidgetChildren
( UIWidget model)
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

var copyClonedWidgetChildren ( var  model)
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

local copyClonedWidgetChildren ( local  model)
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

virtual void copySpecialProperties ( UIWidget model)
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

var copySpecialProperties ( var  model)
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

local copySpecialProperties ( local  model)
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

static UIScrollView* create ( )
static

Allocates and initializes.

var create ( )
static

Allocates and initializes.

local create ( )
static

Allocates and initializes.

virtual UIWidget*
createCloneInstance
( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

var createCloneInstance ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

local createCloneInstance ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

virtual void doLayout ( )
overridevirtual

Reimplemented from UILayout.

var doLayout ( )
overridevirtual

Reimplemented from UILayout.

local doLayout ( )
overridevirtual

Reimplemented from UILayout.

virtual void endRecordSlidAction ( )
protectedvirtual
var endRecordSlidAction ( )
protectedvirtual
local endRecordSlidAction ( )
protectedvirtual
virtual cocos2d::Array* getChildren ( )
overridevirtual

Return an array of children.

Composing a "tree" structure is a very important feature of UIWidget

Returns
An array of children

Reimplemented from UIWidget.

Reimplemented in UIListView.

var getChildren ( )
overridevirtual

Return an array of children.

Composing a "tree" structure is a very important feature of UIWidget

Returns
An array of children

Reimplemented from UIWidget.

Reimplemented in UIListView.

local getChildren ( )
overridevirtual

Return an array of children.

Composing a "tree" structure is a very important feature of UIWidget

Returns
An array of children

Reimplemented from UIWidget.

Reimplemented in UIListView.

virtual const char* getDescription ( ) const
overridevirtual

Returns the "class name" of widget.

Reimplemented from UILayout.

Reimplemented in UIListView.

var getDescription ( )
overridevirtual

Returns the "class name" of widget.

Reimplemented from UILayout.

Reimplemented in UIListView.

local getDescription ( )
overridevirtual

Returns the "class name" of widget.

Reimplemented from UILayout.

Reimplemented in UIListView.

SCROLLVIEW_DIR getDirection ( )

Gets scroll direction of scrollview.

See Also
SCROLLVIEW_DIR SCROLLVIEW_DIR_VERTICAL means vertical scroll, SCROLLVIEW_DIR_HORIZONTAL means horizontal scroll
Returns
SCROLLVIEW_DIR
var getDirection ( )

Gets scroll direction of scrollview.

See Also
SCROLLVIEW_DIR SCROLLVIEW_DIR_VERTICAL means vertical scroll, SCROLLVIEW_DIR_HORIZONTAL means horizontal scroll
Returns
SCROLLVIEW_DIR
local getDirection ( )

Gets scroll direction of scrollview.

See Also
SCROLLVIEW_DIR SCROLLVIEW_DIR_VERTICAL means vertical scroll, SCROLLVIEW_DIR_HORIZONTAL means horizontal scroll
Returns
SCROLLVIEW_DIR
UILayout* getInnerContainer ( )

Gets inner container of scrollview.

Inner container is the container of scrollview's children.

Returns
inner container.
var getInnerContainer ( )

Gets inner container of scrollview.

Inner container is the container of scrollview's children.

Returns
inner container.
local getInnerContainer ( )

Gets inner container of scrollview.

Inner container is the container of scrollview's children.

Returns
inner container.
const cocos2d::Size&
getInnerContainerSize
( ) const

Gets inner container size of scrollview.

Inner container size must be larger than or equal scrollview's size.

Returns
inner container size.
var getInnerContainerSize ( )

Gets inner container size of scrollview.

Inner container size must be larger than or equal scrollview's size.

Returns
inner container size.
local getInnerContainerSize ( )

Gets inner container size of scrollview.

Inner container size must be larger than or equal scrollview's size.

Returns
inner container size.
virtual LayoutType getLayoutType ( ) const
overridevirtual

Gets LayoutType.

See Also
LayoutType
Returns
LayoutType

Reimplemented from UILayout.

var getLayoutType ( )
overridevirtual

Gets LayoutType.

See Also
LayoutType
Returns
LayoutType

Reimplemented from UILayout.

local getLayoutType ( )
overridevirtual

Gets LayoutType.

See Also
LayoutType
Returns
LayoutType

Reimplemented from UILayout.

virtual void handleMoveLogic ( const cocos2d::Point touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

var handleMoveLogic ( var  touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

local handleMoveLogic ( local  touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

virtual void handlePressLogic ( const cocos2d::Point touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

var handlePressLogic ( var  touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

local handlePressLogic ( local  touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

virtual void handleReleaseLogic ( const cocos2d::Point touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

var handleReleaseLogic ( var  touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

local handleReleaseLogic ( local  touchPoint)
overrideprotectedvirtual

Implements UIScrollInterface.

virtual bool init ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

var init ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

local init ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

virtual void initRenderer ( )
overrideprotectedvirtual

Reimplemented from UILayout.

var initRenderer ( )
overrideprotectedvirtual

Reimplemented from UILayout.

local initRenderer ( )
overrideprotectedvirtual

Reimplemented from UILayout.

virtual void interceptTouchEvent ( int  handleState,
UIWidget sender,
const cocos2d::Point touchPoint 
)
overrideprotectedvirtual

Implements UIScrollInterface.

Reimplemented in UIListView.

var interceptTouchEvent ( var  handleState,
var  sender,
var  touchPoint 
)
overrideprotectedvirtual

Implements UIScrollInterface.

Reimplemented in UIListView.

local interceptTouchEvent ( local  handleState,
local  sender,
local  touchPoint 
)
overrideprotectedvirtual

Implements UIScrollInterface.

Reimplemented in UIListView.

bool isBounceEnabled ( ) const
var isBounceEnabled ( )
local isBounceEnabled ( )
bool isInertiaScrollEnabled ( ) const
var isInertiaScrollEnabled ( )
local isInertiaScrollEnabled ( )
void jumpToBottom ( )

Move inner container to bottom boundary of scrollview.

var jumpToBottom ( )

Move inner container to bottom boundary of scrollview.

local jumpToBottom ( )

Move inner container to bottom boundary of scrollview.

void jumpToBottomLeft ( )

Move inner container to bottom and left boundary of scrollview.

var jumpToBottomLeft ( )

Move inner container to bottom and left boundary of scrollview.

local jumpToBottomLeft ( )

Move inner container to bottom and left boundary of scrollview.

void jumpToBottomRight ( )

Move inner container to bottom and right boundary of scrollview.

var jumpToBottomRight ( )

Move inner container to bottom and right boundary of scrollview.

local jumpToBottomRight ( )

Move inner container to bottom and right boundary of scrollview.

void jumpToDestination ( const cocos2d::Point des)
protected
var jumpToDestination ( var  des)
protected
local jumpToDestination ( local  des)
protected
void jumpToLeft ( )

Move inner container to left boundary of scrollview.

var jumpToLeft ( )

Move inner container to left boundary of scrollview.

local jumpToLeft ( )

Move inner container to left boundary of scrollview.

void jumpToPercentBothDirection ( const cocos2d::Point percent)

Move inner container to both direction percent position of scrollview.

var jumpToPercentBothDirection ( var  percent)

Move inner container to both direction percent position of scrollview.

local jumpToPercentBothDirection ( local  percent)

Move inner container to both direction percent position of scrollview.

void jumpToPercentHorizontal ( float  percent)

Move inner container to horizontal percent position of scrollview.

var jumpToPercentHorizontal ( var  percent)

Move inner container to horizontal percent position of scrollview.

local jumpToPercentHorizontal ( local  percent)

Move inner container to horizontal percent position of scrollview.

void jumpToPercentVertical ( float  percent)

Move inner container to vertical percent position of scrollview.

var jumpToPercentVertical ( var  percent)

Move inner container to vertical percent position of scrollview.

local jumpToPercentVertical ( local  percent)

Move inner container to vertical percent position of scrollview.

void jumpToRight ( )

Move inner container to right boundary of scrollview.

var jumpToRight ( )

Move inner container to right boundary of scrollview.

local jumpToRight ( )

Move inner container to right boundary of scrollview.

void jumpToTop ( )

Move inner container to top boundary of scrollview.

var jumpToTop ( )

Move inner container to top boundary of scrollview.

local jumpToTop ( )

Move inner container to top boundary of scrollview.

void jumpToTopLeft ( )

Move inner container to top and left boundary of scrollview.

var jumpToTopLeft ( )

Move inner container to top and left boundary of scrollview.

local jumpToTopLeft ( )

Move inner container to top and left boundary of scrollview.

void jumpToTopRight ( )

Move inner container to top and right boundary of scrollview.

var jumpToTopRight ( )

Move inner container to top and right boundary of scrollview.

local jumpToTopRight ( )

Move inner container to top and right boundary of scrollview.

void moveChildren ( float  offsetX,
float  offsetY 
)
protected
var moveChildren ( var  offsetX,
var  offsetY 
)
protected
local moveChildren ( local  offsetX,
local  offsetY 
)
protected
virtual void onSizeChanged ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

var onSizeChanged ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

local onSizeChanged ( )
overrideprotectedvirtual

Reimplemented from UILayout.

Reimplemented in UIListView.

virtual bool onTouchBegan ( const cocos2d::Point touchPoint)
overridevirtual

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)
overridevirtual

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)
overridevirtual

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 cocos2d::Point touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchCancelled ( var  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchCancelled ( local  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

virtual void onTouchEnded ( const cocos2d::Point touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchEnded ( var  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchEnded ( local  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

virtual void onTouchLongClicked ( const cocos2d::Point touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchLongClicked ( var  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchLongClicked ( local  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

virtual void onTouchMoved ( const cocos2d::Point touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

var onTouchMoved ( var  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

local onTouchMoved ( local  touchPoint)
overridevirtual

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

Parameters
touchpoint

Reimplemented from UIWidget.

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

Removes all children from the container, and do a cleanup to all running actions depending on the cleanup parameter.

Reimplemented from UIWidget.

Reimplemented in UIListView.

var removeAllChildren ( )
overridevirtual

Removes all children from the container, and do a cleanup to all running actions depending on the cleanup parameter.

Reimplemented from UIWidget.

Reimplemented in UIListView.

local removeAllChildren ( )
overridevirtual

Removes all children from the container, and do a cleanup to all running actions depending on the cleanup parameter.

Reimplemented from UIWidget.

Reimplemented in UIListView.

virtual bool removeChild ( UIWidget child)
overridevirtual

Removes a child from the container with a cleanup.

Parameters
childThe child widget which will be removed.
Returns
the result of removing, succeeded or failed.

Reimplemented from UIWidget.

Reimplemented in UIListView.

var removeChild ( var  child)
overridevirtual

Removes a child from the container with a cleanup.

Parameters
childThe child widget which will be removed.
Returns
the result of removing, succeeded or failed.

Reimplemented from UIWidget.

Reimplemented in UIListView.

local removeChild ( local  child)
overridevirtual

Removes a child from the container with a cleanup.

Parameters
childThe child widget which will be removed.
Returns
the result of removing, succeeded or failed.

Reimplemented from UIWidget.

Reimplemented in UIListView.

virtual bool scrollChildren ( float  touchOffsetX,
float  touchOffsetY 
)
protectedvirtual
var scrollChildren ( var  touchOffsetX,
var  touchOffsetY 
)
protectedvirtual
local scrollChildren ( local  touchOffsetX,
local  touchOffsetY 
)
protectedvirtual
void scrollingEvent ( )
protected
var scrollingEvent ( )
protected
local scrollingEvent ( )
protected
void scrollToBottom ( float  time,
bool  attenuated 
)

Scroll inner container to bottom boundary of scrollview.

var scrollToBottom ( var  time,
var  attenuated 
)

Scroll inner container to bottom boundary of scrollview.

local scrollToBottom ( local  time,
local  attenuated 
)

Scroll inner container to bottom boundary of scrollview.

void scrollToBottomEvent ( )
protected
var scrollToBottomEvent ( )
protected
local scrollToBottomEvent ( )
protected
void scrollToBottomLeft ( float  time,
bool  attenuated 
)

Scroll inner container to bottom and left boundary of scrollview.

var scrollToBottomLeft ( var  time,
var  attenuated 
)

Scroll inner container to bottom and left boundary of scrollview.

local scrollToBottomLeft ( local  time,
local  attenuated 
)

Scroll inner container to bottom and left boundary of scrollview.

void scrollToBottomRight ( float  time,
bool  attenuated 
)

Scroll inner container to bottom and right boundary of scrollview.

var scrollToBottomRight ( var  time,
var  attenuated 
)

Scroll inner container to bottom and right boundary of scrollview.

local scrollToBottomRight ( local  time,
local  attenuated 
)

Scroll inner container to bottom and right boundary of scrollview.

void scrollToLeft ( float  time,
bool  attenuated 
)

Scroll inner container to left boundary of scrollview.

var scrollToLeft ( var  time,
var  attenuated 
)

Scroll inner container to left boundary of scrollview.

local scrollToLeft ( local  time,
local  attenuated 
)

Scroll inner container to left boundary of scrollview.

void scrollToLeftEvent ( )
protected
var scrollToLeftEvent ( )
protected
local scrollToLeftEvent ( )
protected
void scrollToPercentBothDirection ( const cocos2d::Point percent,
float  time,
bool  attenuated 
)

Scroll inner container to both direction percent position of scrollview.

var scrollToPercentBothDirection ( var  percent,
var  time,
var  attenuated 
)

Scroll inner container to both direction percent position of scrollview.

local scrollToPercentBothDirection ( local  percent,
local  time,
local  attenuated 
)

Scroll inner container to both direction percent position of scrollview.

void scrollToPercentHorizontal ( float  percent,
float  time,
bool  attenuated 
)

Scroll inner container to horizontal percent position of scrollview.

var scrollToPercentHorizontal ( var  percent,
var  time,
var  attenuated 
)

Scroll inner container to horizontal percent position of scrollview.

local scrollToPercentHorizontal ( local  percent,
local  time,
local  attenuated 
)

Scroll inner container to horizontal percent position of scrollview.

void scrollToPercentVertical ( float  percent,
float  time,
bool  attenuated 
)

Scroll inner container to vertical percent position of scrollview.

var scrollToPercentVertical ( var  percent,
var  time,
var  attenuated 
)

Scroll inner container to vertical percent position of scrollview.

local scrollToPercentVertical ( local  percent,
local  time,
local  attenuated 
)

Scroll inner container to vertical percent position of scrollview.

void scrollToRight ( float  time,
bool  attenuated 
)

Scroll inner container to right boundary of scrollview.

var scrollToRight ( var  time,
var  attenuated 
)

Scroll inner container to right boundary of scrollview.

local scrollToRight ( local  time,
local  attenuated 
)

Scroll inner container to right boundary of scrollview.

void scrollToRightEvent ( )
protected
var scrollToRightEvent ( )
protected
local scrollToRightEvent ( )
protected
void scrollToTop ( float  time,
bool  attenuated 
)

Scroll inner container to top boundary of scrollview.

var scrollToTop ( var  time,
var  attenuated 
)

Scroll inner container to top boundary of scrollview.

local scrollToTop ( local  time,
local  attenuated 
)

Scroll inner container to top boundary of scrollview.

void scrollToTopEvent ( )
protected
var scrollToTopEvent ( )
protected
local scrollToTopEvent ( )
protected
void scrollToTopLeft ( float  time,
bool  attenuated 
)

Scroll inner container to top and left boundary of scrollview.

var scrollToTopLeft ( var  time,
var  attenuated 
)

Scroll inner container to top and left boundary of scrollview.

local scrollToTopLeft ( local  time,
local  attenuated 
)

Scroll inner container to top and left boundary of scrollview.

void scrollToTopRight ( float  time,
bool  attenuated 
)

Scroll inner container to top and right boundary of scrollview.

var scrollToTopRight ( var  time,
var  attenuated 
)

Scroll inner container to top and right boundary of scrollview.

local scrollToTopRight ( local  time,
local  attenuated 
)

Scroll inner container to top and right boundary of scrollview.

void setBounceEnabled ( bool  enabled)
var setBounceEnabled ( var  enabled)
local setBounceEnabled ( local  enabled)
virtual void setClippingEnabled ( bool  enabled)
inlineoverrideprotectedvirtual

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 UILayout.

var setClippingEnabled ( var  enabled)
inlineoverrideprotectedvirtual

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 UILayout.

local setClippingEnabled ( local  enabled)
inlineoverrideprotectedvirtual

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 UILayout.

virtual void setDirection ( SCROLLVIEW_DIR  dir)
virtual

Changes scroll direction of scrollview.

See Also
SCROLLVIEW_DIR SCROLLVIEW_DIR_VERTICAL means vertical scroll, SCROLLVIEW_DIR_HORIZONTAL means horizontal scroll
Parameters
SCROLLVIEW_DIR

Reimplemented in UIListView.

var setDirection ( var  dir)
virtual

Changes scroll direction of scrollview.

See Also
SCROLLVIEW_DIR SCROLLVIEW_DIR_VERTICAL means vertical scroll, SCROLLVIEW_DIR_HORIZONTAL means horizontal scroll
Parameters
SCROLLVIEW_DIR

Reimplemented in UIListView.

local setDirection ( local  dir)
virtual

Changes scroll direction of scrollview.

See Also
SCROLLVIEW_DIR SCROLLVIEW_DIR_VERTICAL means vertical scroll, SCROLLVIEW_DIR_HORIZONTAL means horizontal scroll
Parameters
SCROLLVIEW_DIR

Reimplemented in UIListView.

void setInertiaScrollEnabled ( bool  enabled)
var setInertiaScrollEnabled ( var  enabled)
local setInertiaScrollEnabled ( local  enabled)
void setInnerContainerSize ( const cocos2d::Size size)

Changes inner container size of scrollview.

Inner container size must be larger than or equal scrollview's size.

Parameters
innercontainer size.
var setInnerContainerSize ( var  size)

Changes inner container size of scrollview.

Inner container size must be larger than or equal scrollview's size.

Parameters
innercontainer size.
local setInnerContainerSize ( local  size)

Changes inner container size of scrollview.

Inner container size must be larger than or equal scrollview's size.

Parameters
innercontainer size.
virtual void setLayoutType ( LayoutType  type)
overridevirtual

Sets LayoutType.

See Also
LayoutType
Parameters
LayoutType

Reimplemented from UILayout.

var setLayoutType ( var  type)
overridevirtual

Sets LayoutType.

See Also
LayoutType
Parameters
LayoutType

Reimplemented from UILayout.

local setLayoutType ( local  type)
overridevirtual

Sets LayoutType.

See Also
LayoutType
Parameters
LayoutType

Reimplemented from UILayout.

void
startAutoScrollChildrenWithDestination
( const cocos2d::Point des,
float  time,
bool  attenuated 
)
protected
var
startAutoScrollChildrenWithDestination
( var  des,
var  time,
var  attenuated 
)
protected
local
startAutoScrollChildrenWithDestination
( local  des,
local  time,
local  attenuated 
)
protected
void
startAutoScrollChildrenWithOriginalSpeed
( const cocos2d::Point dir,
float  v,
bool  attenuated,
float  acceleration 
)
protected
var
startAutoScrollChildrenWithOriginalSpeed
( var  dir,
var  v,
var  attenuated,
var  acceleration 
)
protected
local
startAutoScrollChildrenWithOriginalSpeed
( local  dir,
local  v,
local  attenuated,
local  acceleration 
)
protected
void startBounceChildren ( float  v)
protected
var startBounceChildren ( var  v)
protected
local startBounceChildren ( local  v)
protected
void startRecordSlidAction ( )
protected
var startRecordSlidAction ( )
protected
local startRecordSlidAction ( )
protected
void stopAutoScrollChildren ( )
protected
var stopAutoScrollChildren ( )
protected
local stopAutoScrollChildren ( )
protected
void stopBounceChildren ( )
protected
var stopBounceChildren ( )
protected
local stopBounceChildren ( )
protected
virtual void update ( float  dt)
overridevirtual

Reimplemented from Object.

var update ( var  dt)
overridevirtual

Reimplemented from Object.

local update ( local  dt)
overridevirtual

Reimplemented from Object.

Member Data Documentation

bool _autoScroll
protected
var _autoScroll
protected
local _autoScroll
protected
float _autoScrollAcceleration
protected
var _autoScrollAcceleration
protected
local _autoScrollAcceleration
protected
float _autoScrollAddUpTime
protected
var _autoScrollAddUpTime
protected
local _autoScrollAddUpTime
protected
cocos2d::Point
_autoScrollDestination
protected
var _autoScrollDestination
protected
local _autoScrollDestination
protected
cocos2d::Point _autoScrollDir
protected
var _autoScrollDir
protected
local _autoScrollDir
protected
float _autoScrollOriginalSpeed
protected
var _autoScrollOriginalSpeed
protected
local _autoScrollOriginalSpeed
protected
bool _bePressed
protected
var _bePressed
protected
local _bePressed
protected
bool _bottomBounceNeeded
protected
var _bottomBounceNeeded
protected
local _bottomBounceNeeded
protected
float _bottomBoundary
protected
var _bottomBoundary
protected
local _bottomBoundary
protected
float _bounceBottomBoundary
protected
var _bounceBottomBoundary
protected
local _bounceBottomBoundary
protected
cocos2d::Point _bounceDir
protected
var _bounceDir
protected
local _bounceDir
protected
bool _bounceEnabled
protected
var _bounceEnabled
protected
local _bounceEnabled
protected
float _bounceLeftBoundary
protected
var _bounceLeftBoundary
protected
local _bounceLeftBoundary
protected
float _bounceOriginalSpeed
protected
var _bounceOriginalSpeed
protected
local _bounceOriginalSpeed
protected
float _bounceRightBoundary
protected
var _bounceRightBoundary
protected
local _bounceRightBoundary
protected
float _bounceTopBoundary
protected
var _bounceTopBoundary
protected
local _bounceTopBoundary
protected
bool _bouncing
protected
var _bouncing
protected
local _bouncing
protected
float _childFocusCancelOffset
protected
var _childFocusCancelOffset
protected
local _childFocusCancelOffset
protected
SCROLLVIEW_DIR _direction
protected
var _direction
protected
local _direction
protected
bool _inertiaScrollEnabled
protected
var _inertiaScrollEnabled
protected
local _inertiaScrollEnabled
protected
UILayout* _innerContainer
protected
var _innerContainer
protected
local _innerContainer
protected
bool _isAutoScrollSpeedAttenuated
protected
var _isAutoScrollSpeedAttenuated
protected
local _isAutoScrollSpeedAttenuated
protected
bool _leftBounceNeeded
protected
var _leftBounceNeeded
protected
local _leftBounceNeeded
protected
float _leftBoundary
protected
var _leftBoundary
protected
local _leftBoundary
protected
cocos2d::Point _moveChildPoint
protected
var _moveChildPoint
protected
local _moveChildPoint
protected
bool
_needCheckAutoScrollDestination
protected
var _needCheckAutoScrollDestination
protected
local
_needCheckAutoScrollDestination
protected
bool _rightBounceNeeded
protected
var _rightBounceNeeded
protected
local _rightBounceNeeded
protected
float _rightBoundary
protected
var _rightBoundary
protected
local _rightBoundary
protected
cocos2d::Object*
_scrollViewEventListener
protected
var _scrollViewEventListener
protected
local _scrollViewEventListener
protected
SEL_ScrollViewEvent
_scrollViewEventSelector
protected
var _scrollViewEventSelector
protected
local _scrollViewEventSelector
protected
float _slidTime
protected
var _slidTime
protected
local _slidTime
protected
bool _topBounceNeeded
protected
var _topBounceNeeded
protected
local _topBounceNeeded
protected
float _topBoundary
protected
var _topBoundary
protected
local _topBoundary
protected
cocos2d::Point _touchBeganPoint
protected
var _touchBeganPoint
protected
local _touchBeganPoint
protected
cocos2d::Point _touchEndedPoint
protected
var _touchEndedPoint
protected
local _touchEndedPoint
protected
cocos2d::Point _touchMovedPoint
protected
var _touchMovedPoint
protected
local _touchMovedPoint
protected
cocos2d::Point _touchMovingPoint
protected
var _touchMovingPoint
protected
local _touchMovingPoint
protected

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