acceptVisitor(CCDataVisitor &visitor) | CCObject | virtual |
active(bool containChildren=false) | UIWidget | inline |
addBackGroundImage() | UILayout | protected |
addCancelEvent(CCObject *target, SEL_CancelEvent selector) | UIWidget | inline |
addCCNode(CCNode *node) | UIWidget | inline |
addChild(UIWidget *widget) | UIScrollView | virtual |
addEventListenerScrollView(CCObject *target, SEL_ScrollViewEvent selector) | UIScrollView | |
addMoveEvent(CCObject *target, SEL_MoveEvent selector) | UIWidget | inline |
addPushDownEvent(CCObject *target, SEL_PushEvent selector) | UIWidget | inline |
addReleaseEvent(CCObject *target, SEL_ReleaseEvent selector) | UIWidget | inline |
addRenderer(CCNode *renderer, int zOrder) | UIWidget | |
addScrollToBottomEvent(CCObject *target, SEL_ScrollToBottomEvent selector) | UIScrollView | |
addScrollToLeftEvent(CCObject *target, SEL_ScrollToLeftEvent selector) | UIScrollView | |
addScrollToRightEvent(CCObject *target, SEL_ScrollToRightEvent selector) | UIScrollView | |
addScrollToTopEvent(CCObject *target, SEL_ScrollToTopEvent selector) | UIScrollView | |
addTouchEventListener(CCObject *target, SEL_TouchEvent selector) | UIWidget | |
autorelease(void) | CCObject | |
autoScrollChildren(float dt) | UIScrollView | protected |
bounceBottomEvent() | UIScrollView | protected |
bounceChildren(float dt) | UIScrollView | protected |
bounceLeftEvent() | UIScrollView | protected |
bounceRightEvent() | UIScrollView | protected |
bounceScrollChildren(float touchOffsetX, float touchOffsetY) | UIScrollView | protected |
bounceTopEvent() | UIScrollView | protected |
cancelUpEvent() | UIWidget | protected |
CCObject(void) | CCObject | |
checkBounceBoundary() | UIScrollView | protected |
checkChildInfo(int handleState, UIWidget *sender, const CCPoint &touchPoint) | UIScrollView | protectedvirtual |
checkCustomScrollDestination(float *touchOffsetX, float *touchOffsetY) | UIScrollView | protected |
checkNeedBounce() | UIScrollView | protected |
clippingParentAreaContainPoint(const CCPoint &pt) | UIWidget | |
clone() | UIWidget | |
convertToWorldSpace(const CCPoint &pt) | UIWidget | |
copy(void) | CCObject | |
copyClonedWidgetChildren(UIWidget *model) | UIScrollView | protectedvirtual |
copyProperties(UIWidget *model) | UIWidget | protected |
copySpecialProperties(UIWidget *model) | UIScrollView | protectedvirtual |
copyWithZone(CCZone *pZone) | CCCopying | virtual |
create() | UIScrollView | static |
createCloneInstance() | UIScrollView | protectedvirtual |
didNotSelectSelf() | UIWidget | |
disable(bool containChildren=false) | UIWidget | inline |
doLayout() | UIScrollView | virtual |
endRecordSlidAction() | UIScrollView | protectedvirtual |
getActionByTag(int tag) | UIWidget | |
getActionManager() | UIWidget | virtual |
getActionTag() | UIWidget | |
getAnchorPoint() | UIWidget | |
getBackGroundImageTextureSize() const | UILayout | |
getBottomInParent() | UIWidget | |
getChildByName(const char *name) | UIWidget | |
getChildByTag(int tag) | UIWidget | |
getChildren() | UIScrollView | virtual |
getColor() | UIWidget | virtual |
getContainerNode() | UIWidget | inline |
getContentSize() const | UILayout | virtual |
getDescription() const | UIScrollView | virtual |
getDirection() | UIScrollView | |
getInnerContainer() | UIScrollView | |
getInnerContainerSize() const | UIScrollView | |
getLayoutParameter(LayoutParameterType type) | UIWidget | |
getLayoutType() const | UIScrollView | virtual |
getLeftInParent() | UIWidget | |
getName() const | UIWidget | |
getOpacity() | UIWidget | virtual |
getParent() | UIWidget | |
getPosition() | UIWidget | |
getPositionPercent() | UIWidget | |
getPositionType() const | UIWidget | |
getRect() | UIWidget | inline |
getRelativeBottomPos() | UIWidget | inline |
getRelativeLeftPos() | UIWidget | inline |
getRelativeRightPos() | UIWidget | inline |
getRelativeTopPos() | UIWidget | inline |
getRenderer() | UIWidget | |
getRightInParent() | UIWidget | |
getRotation() | UIWidget | |
getRotationX() | UIWidget | |
getRotationY() | UIWidget | |
getScale() | UIWidget | |
getScaleX() | UIWidget | |
getScaleY() | UIWidget | |
getSize() const | UIWidget | |
getSizePercent() const | UIWidget | |
getSizeType() const | UIWidget | |
getTag() const | UIWidget | |
getTopInParent() | UIWidget | |
getTouchEndPos() | UIWidget | |
getTouchMovePos() | UIWidget | |
getTouchStartPos() | UIWidget | |
getUserObject() | UIWidget | virtual |
getValidNode() | UIWidget | inline |
getVirtualRenderer() | UIWidget | virtual |
getWidgetParent() | UIWidget | inline |
getWidgetTag() | UIWidget | inline |
getWidgetType() const | UIWidget | |
getWidgetZOrder() | UIWidget | inline |
getWorldPosition() | UIWidget | |
getZOrder() | UIWidget | |
handleMoveLogic(const CCPoint &touchPoint) | UIScrollView | protectedvirtual |
handlePressLogic(const CCPoint &touchPoint) | UIScrollView | protectedvirtual |
handleReleaseLogic(const CCPoint &touchPoint) | UIScrollView | protectedvirtual |
hitTest(const CCPoint &pt) | UILayout | virtual |
ignoreContentAdaptWithSize(bool ignore) | UIWidget | virtual |
init() | UIScrollView | protectedvirtual |
initRenderer() | UIScrollView | protectedvirtual |
interceptTouchEvent(int handleState, UIWidget *sender, const CCPoint &touchPoint) | UIScrollView | protectedvirtual |
isActive() | UIWidget | inline |
isBounceEnabled() const | UIScrollView | |
isBright() const | UIWidget | |
isCascadeColorEnabled() | UIWidget | virtual |
isCascadeOpacityEnabled() | UIWidget | virtual |
isClippingEnabled() | UILayout | virtual |
isEnabled() const | UIWidget | |
isEqual(const CCObject *pObject) | CCObject | virtual |
isFlipX() | UIWidget | inlinevirtual |
isFlipY() | UIWidget | inlinevirtual |
isFocused() const | UIWidget | |
isIgnoreContentAdaptWithSize() const | UIWidget | |
isInertiaScrollEnabled() const | UIScrollView | |
isSingleReference(void) const | CCObject | |
isTouchEnabled() const | UIWidget | |
isUpdateEnabled() | UIWidget | |
isVisible() const | UIWidget | |
jumpToBottom() | UIScrollView | |
jumpToBottomLeft() | UIScrollView | |
jumpToBottomRight() | UIScrollView | |
jumpToDestination(const CCPoint &des) | UIScrollView | protected |
jumpToLeft() | UIScrollView | |
jumpToPercentBothDirection(const CCPoint &percent) | UIScrollView | |
jumpToPercentHorizontal(float percent) | UIScrollView | |
jumpToPercentVertical(float percent) | UIScrollView | |
jumpToRight() | UIScrollView | |
jumpToTop() | UIScrollView | |
jumpToTopLeft() | UIScrollView | |
jumpToTopRight() | UIScrollView | |
longClickEvent() | UIWidget | protected |
m_AlongVector | UILayout | protected |
m_anchorPoint | UIWidget | protected |
m_autoScrollDestination | UIScrollView | protected |
m_autoScrollDir | UIScrollView | protected |
m_backGroundImageCapInsets | UILayout | protected |
m_backGroundImageTextureSize | UILayout | protected |
m_bAffectByClipping | UIWidget | protected |
m_bAutoScroll | UIScrollView | protected |
m_bBackGroundScale9Enabled | UILayout | protected |
m_bBePressed | UIScrollView | protected |
m_bBottomBounceNeeded | UIScrollView | protected |
m_bBounceEnabled | UIScrollView | protected |
m_bBouncing | UIScrollView | protected |
m_bBright | UIWidget | protected |
m_bClippingEnabled | UILayout | protected |
m_bEnabled | UIWidget | protected |
m_bFocus | UIWidget | protected |
m_bIgnoreSize | UIWidget | protected |
m_bInertiaScrollEnabled | UIScrollView | protected |
m_bIsAutoScrollSpeedAttenuated | UIScrollView | protected |
m_bIsRunning | UIWidget | protected |
m_bLeftBounceNeeded | UIScrollView | protected |
m_bNeedCheckAutoScrollDestination | UIScrollView | protected |
m_bounceDir | UIScrollView | protected |
m_bRightBounceNeeded | UIScrollView | protected |
m_bTopBounceNeeded | UIScrollView | protected |
m_bTouchEnabled | UIWidget | protected |
m_bTouchPassedEnabled | UIWidget | protected |
m_bUpdateEnabled | UIWidget | protected |
m_bVisible | UIWidget | protected |
m_cColor | UILayout | protected |
m_children | UIWidget | protected |
m_colorType | UILayout | protected |
m_customSize | UIWidget | protected |
m_eBGImageTexType | UILayout | protected |
m_eBrightStyle | UIWidget | protected |
m_eDirection | UIScrollView | protected |
m_eLayoutType | UILayout | protected |
m_ePositionType | UIWidget | protected |
m_eSizeType | UIWidget | protected |
m_fAutoScrollAcceleration | UIScrollView | protected |
m_fAutoScrollAddUpTime | UIScrollView | protected |
m_fAutoScrollOriginalSpeed | UIScrollView | protected |
m_fBottomBoundary | UIScrollView | protected |
m_fBounceBottomBoundary | UIScrollView | protected |
m_fBounceLeftBoundary | UIScrollView | protected |
m_fBounceOriginalSpeed | UIScrollView | protected |
m_fBounceRightBoundary | UIScrollView | protected |
m_fBounceTopBoundary | UIScrollView | protected |
m_fChildFocusCancelOffset | UIScrollView | protected |
m_fLeftBoundary | UIScrollView | protected |
m_fRightBoundary | UIScrollView | protected |
m_fSlidTime | UIScrollView | protected |
m_fTopBoundary | UIScrollView | protected |
m_gEndColor | UILayout | protected |
m_gStartColor | UILayout | protected |
m_nActionTag | UIWidget | protected |
m_nCOpacity | UILayout | protected |
m_nLuaID | CCObject | |
m_nWidgetTag | UIWidget | protected |
m_nWidgetZOrder | UIWidget | protected |
m_pBackGroundImage | UILayout | protected |
m_pCancelListener | UIWidget | protected |
m_pColorRender | UILayout | protected |
m_pfnCancelSelector | UIWidget | protected |
m_pfnMoveSelector | UIWidget | protected |
m_pfnPushSelector | UIWidget | protected |
m_pfnReleaseSelector | UIWidget | protected |
m_pfnScrollToBottomSelector | UIScrollView | protected |
m_pfnScrollToLeftSelector | UIScrollView | protected |
m_pfnScrollToRightSelector | UIScrollView | protected |
m_pfnScrollToTopSelector | UIScrollView | protected |
m_pfnScrollViewEventSelector | UIScrollView | protected |
m_pfnTouchEventSelector | UIWidget | protected |
m_pGradientRender | UILayout | protected |
m_pInnerContainer | UIScrollView | protected |
m_pLayoutParameterDictionary | UIWidget | protected |
m_pMoveListener | UIWidget | protected |
m_positionPercent | UIWidget | protected |
m_pPushListener | UIWidget | protected |
m_pReleaseListener | UIWidget | protected |
m_pRenderer | UIWidget | protected |
m_pScheduler | UIWidget | protected |
m_pScrollToBottomListener | UIScrollView | protected |
m_pScrollToLeftListener | UIScrollView | protected |
m_pScrollToRightListener | UIScrollView | protected |
m_pScrollToTopListener | UIScrollView | protected |
m_pScrollViewEventListener | UIScrollView | protected |
m_pTouchEventListener | UIWidget | protected |
m_pUserObject | UIWidget | protected |
m_pWidgetParent | UIWidget | protected |
m_size | UIWidget | protected |
m_sizePercent | UIWidget | protected |
m_strBackGroundImageFileName | UILayout | protected |
m_strName | UIWidget | protected |
m_touchBeganPoint | UIScrollView | protected |
m_touchEndedPoint | UIScrollView | protected |
m_touchEndPos | UIWidget | protected |
m_touchMovedPoint | UIScrollView | protected |
m_touchMovePos | UIWidget | protected |
m_touchMovingPoint | UIScrollView | protected |
m_touchStartPos | UIWidget | protected |
m_uAutoReleaseCount | CCObject | protected |
m_uID | CCObject | |
m_uReference | CCObject | protected |
m_WidgetType | UIWidget | protected |
moveChildPoint | UIScrollView | protected |
moveChildren(float offsetX, float offsetY) | UIScrollView | protected |
moveEvent() | UIWidget | protected |
onEnter() | UIWidget | virtual |
onExit() | UIWidget | virtual |
onPressStateChangedToDisabled() | UIWidget | protectedvirtual |
onPressStateChangedToNormal() | UIWidget | protectedvirtual |
onPressStateChangedToPressed() | UIWidget | protectedvirtual |
onSizeChanged() | UIScrollView | protectedvirtual |
onTouchBegan(const CCPoint &touchPoint) | UIScrollView | virtual |
onTouchCancelled(const CCPoint &touchPoint) | UIScrollView | virtual |
onTouchEnded(const CCPoint &touchPoint) | UIScrollView | virtual |
onTouchLongClicked(const CCPoint &touchPoint) | UIScrollView | virtual |
onTouchMoved(const CCPoint &touchPoint) | UIScrollView | virtual |
pushDownEvent() | UIWidget | protected |
recordSlidTime(float dt) | UIScrollView | protected |
release(void) | CCObject | |
releaseUpEvent() | UIWidget | protected |
removeAllChildren() | UIScrollView | virtual |
removeAllChildrenAndCleanUp(bool cleanup) | UIWidget | inline |
removeBackGroundImage() | UILayout | |
removeChild(UIWidget *child) | UIScrollView | virtual |
cocos2d::extension::UILayout::removeChild(UIWidget *child, bool cleanup) | UIWidget | inline |
removeFromParent() | UIWidget | virtual |
removeFromParentAndCleanup(bool cleanup) | UIWidget | inline |
removeRenderer(CCNode *renderer, bool cleanup) | UIWidget | |
reorderChild(UIWidget *child) | UIWidget | virtual |
retain(void) | CCObject | |
retainCount(void) const | CCObject | |
runAction(CCAction *action) | UIWidget | |
scrollChildren(float touchOffsetX, float touchOffsetY) | UIScrollView | protectedvirtual |
scrollingEvent() | UIScrollView | protected |
scrollToBottom(float time, bool attenuated) | UIScrollView | |
scrollToBottomEvent() | UIScrollView | protected |
scrollToBottomLeft(float time, bool attenuated) | UIScrollView | |
scrollToBottomRight(float time, bool attenuated) | UIScrollView | |
scrollToLeft(float time, bool attenuated) | UIScrollView | |
scrollToLeftEvent() | UIScrollView | protected |
scrollToPercentBothDirection(const CCPoint &percent, float time, bool attenuated) | UIScrollView | |
scrollToPercentHorizontal(float percent, float time, bool attenuated) | UIScrollView | |
scrollToPercentVertical(float percent, float time, bool attenuated) | UIScrollView | |
scrollToRight(float time, bool attenuated) | UIScrollView | |
scrollToRightEvent() | UIScrollView | protected |
scrollToTop(float time, bool attenuated) | UIScrollView | |
scrollToTopEvent() | UIScrollView | protected |
scrollToTopLeft(float time, bool attenuated) | UIScrollView | |
scrollToTopRight(float time, bool attenuated) | UIScrollView | |
setActionManager(CCActionManager *actionManager) | UIWidget | virtual |
setActionTag(int tag) | UIWidget | |
setAnchorPoint(const CCPoint &pt) | UIWidget | virtual |
setBackGroundColor(const ccColor3B &color) | UILayout | |
setBackGroundColor(const ccColor3B &startColor, const ccColor3B &endColor) | UILayout | |
setBackGroundColorOpacity(int opacity) | UILayout | |
setBackGroundColorType(LayoutBackGroundColorType type) | UILayout | |
setBackGroundColorVector(const CCPoint &vector) | UILayout | |
setBackGroundImage(const char *fileName, TextureResType texType=UI_TEX_TYPE_LOCAL) | UILayout | |
setBackGroundImageCapInsets(const CCRect &capInsets) | UILayout | |
setBackGroundImageScale9Enable(bool is) | UILayout | inline |
setBackGroundImageScale9Enabled(bool enabled) | UILayout | |
setBlendFunc(ccBlendFunc blendFunc) | UIWidget | |
setBounceEnabled(bool enabled) | UIScrollView | |
setBright(bool bright) | UIWidget | |
setBright(bool bright, bool containChild) | UIWidget | inline |
setBrightStyle(BrightStyle style) | UIWidget | |
setCascadeColorEnabled(bool cascadeColorEnabled) | UIWidget | virtual |
setCascadeOpacityEnabled(bool cascadeOpacityEnabled) | UIWidget | virtual |
setClippingEnable(bool is) | UIScrollView | inlineprotectedvirtual |
setClippingEnabled(bool able) | UIScrollView | inlineprotectedvirtual |
setColor(const ccColor3B &color) | UILayout | virtual |
setDirection(SCROLLVIEW_DIR dir) | UIScrollView | virtual |
setEnabled(bool enabled) | UIWidget | virtual |
setFlipX(bool flipX) | UIWidget | inlinevirtual |
setFlipY(bool flipY) | UIWidget | inlinevirtual |
setFocused(bool fucosed) | UIWidget | |
setInertiaScrollEnabled(bool enabled) | UIScrollView | |
setInnerContainerSize(const CCSize &size) | UIScrollView | |
setLayoutParameter(UILayoutParameter *parameter) | UIWidget | |
setLayoutType(LayoutType type) | UIScrollView | virtual |
setName(const char *name) | UIWidget | |
setOpacity(int opacity) | UILayout | virtual |
setParent(UIWidget *parent) | UIWidget | |
setPosition(const CCPoint &pos) | UIWidget | |
setPositionPercent(const CCPoint &percent) | UIWidget | |
setPositionType(PositionType type) | UIWidget | |
setRotation(float rotation) | UIWidget | |
setRotationX(float rotationX) | UIWidget | |
setRotationY(float rotationY) | UIWidget | |
setScale(float fScale) | UIWidget | virtual |
setScaleX(float fScaleX) | UIWidget | virtual |
setScaleY(float fScaleY) | UIWidget | virtual |
setSize(const CCSize &size) | UIWidget | virtual |
setSizePercent(const CCPoint &percent) | UIWidget | virtual |
setSizeType(SizeType type) | UIWidget | |
setTag(int tag) | UIWidget | |
setTouchEnable(bool enabled, bool containChildren=false) | UIWidget | inline |
setTouchEnabled(bool enabled) | UIWidget | virtual |
setUpdateEnabled(bool enable) | UIWidget | |
setUserObject(CCObject *pUserObject) | UIWidget | virtual |
setVisible(bool visible) | UIWidget | |
setWidgetParent(UIWidget *parent) | UIWidget | inline |
setWidgetTag(int tag) | UIWidget | inline |
setWidgetZOrder(int z) | UIWidget | inline |
setZOrder(int z) | UIWidget | |
startAutoScrollChildrenWithDestination(const CCPoint &des, float time, bool attenuated) | UIScrollView | protected |
startAutoScrollChildrenWithOriginalSpeed(const CCPoint &dir, float v, bool attenuated, float acceleration) | UIScrollView | protected |
startBounceChildren(float v) | UIScrollView | protected |
startRecordSlidAction() | UIScrollView | protected |
stopAction(CCAction *action) | UIWidget | |
stopActionByTag(int tag) | UIWidget | |
stopAllActions(void) | UIWidget | |
stopAutoScrollChildren() | UIScrollView | protected |
stopBounceChildren() | UIScrollView | protected |
supplyTheLayoutParameterLackToChild(UIWidget *child) | UILayout | protected |
UILayout() | UILayout | |
UIScrollView() | UIScrollView | |
UIWidget(void) | UIWidget | |
update(float dt) | UIScrollView | virtual |
updateAnchorPoint() | UIWidget | protected |
updateSizeAndPosition() | UIWidget | |
~CCObject(void) | CCObject | virtual |
~UILayout() | UILayout | virtual |
~UIScrollView() | UIScrollView | virtual |
~UIWidget() | UIWidget | virtual |