Binary compatibility report for the Cocos2DX library between 0.12.0 and 2.0.2 versions on x86
Test Info
Library Name | Cocos2DX |
Version #1 | 0.12.0 |
Version #2 | 2.0.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 11 |
Total Symbols / Types | 2408 / 858 |
Verdict | Incompatible (69.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1074 |
Removed Symbols | High | 239 |
Problems with Data Types | High | 221 |
Medium | 197 |
Low | 136 |
Problems with Symbols | High | 44 |
Medium | 13 |
Low | 251 |
Problems with Constants | Low | 11 |
Other Changes in Data Types | - | 2 |
Other Changes in Symbols | - | 4 |
Added Symbols (1074)
aabb.h,
libcocos2d.so
kmAABBAssign ( kmAABB* pOut, kmAABB const* pIn )
kmAABBContainsPoint ( kmVec3 const* pPoint, kmAABB const* pBox )
kmAABBScale ( kmAABB* pOut, kmAABB const* pIn, float s )
CCAction.h,
libcocos2d.so
namespace cocos2d
CCAction::create ( ) [static]
[symbol: _ZN7cocos2d8CCAction6createEv]
CCFollow::create ( CCNode* pFollowedNode, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d8CCFollow6createEPNS_6CCNodeERKNS_6CCRectE]
CCSpeed::create ( CCActionInterval* pAction, float fSpeed ) [static]
[symbol: _ZN7cocos2d7CCSpeed6createEPNS_16CCActionIntervalEf]
CCActionCamera.h,
libcocos2d.so
namespace cocos2d
CCOrbitCamera::create ( float t, float radius, float deltaRadius, float angleZ, float deltaAngleZ, float angleX, float deltaAngleX ) [static]
[symbol: _ZN7cocos2d13CCOrbitCamera6createEfffffff]
CCActionCatmullRom.h,
libcocos2d.so
namespace cocos2d
ccCardinalSplineAt ( CCPoint& p0, CCPoint& p1, CCPoint& p2, CCPoint& p3, float tension, float t )
[symbol: _ZN7cocos2d18ccCardinalSplineAtERNS_7CCPointES1_S1_S1_ff]
CCCardinalSplineBy::actionWithDuration ( float duration, CCPointArray* points, float tension ) [static]
[symbol: _ZN7cocos2d18CCCardinalSplineBy18actionWithDurationEfPNS_12CCPointArrayEf]
CCCardinalSplineBy::CCCardinalSplineBy [in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineByC1Ev]
CCCardinalSplineBy::CCCardinalSplineBy [not-in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineByC2Ev]
CCCardinalSplineBy::create ( float duration, CCPointArray* points, float tension ) [static]
[symbol: _ZN7cocos2d18CCCardinalSplineBy6createEfPNS_12CCPointArrayEf]
CCCardinalSplineBy::reverse ( )
[symbol: _ZN7cocos2d18CCCardinalSplineBy7reverseEv]
CCCardinalSplineBy::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d18CCCardinalSplineBy15startWithTargetEPNS_6CCNodeE]
CCCardinalSplineBy::updatePosition ( CCPoint& newPos )
[symbol: _ZN7cocos2d18CCCardinalSplineBy14updatePositionERNS_7CCPointE]
CCCardinalSplineBy::~CCCardinalSplineBy [in-charge-deleting] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineByD0Ev]
CCCardinalSplineBy::~CCCardinalSplineBy [in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineByD1Ev]
CCCardinalSplineTo::actionWithDuration ( float duration, CCPointArray* points, float tension ) [static]
[symbol: _ZN7cocos2d18CCCardinalSplineTo18actionWithDurationEfPNS_12CCPointArrayEf]
CCCardinalSplineTo::CCCardinalSplineTo [in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineToC1Ev]
CCCardinalSplineTo::CCCardinalSplineTo [not-in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineToC2Ev]
CCCardinalSplineTo::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d18CCCardinalSplineTo12copyWithZoneEPNS_6CCZoneE]
CCCardinalSplineTo::create ( float duration, CCPointArray* points, float tension ) [static]
[symbol: _ZN7cocos2d18CCCardinalSplineTo6createEfPNS_12CCPointArrayEf]
CCCardinalSplineTo::initWithDuration ( float duration, CCPointArray* points, float tension )
[symbol: _ZN7cocos2d18CCCardinalSplineTo16initWithDurationEfPNS_12CCPointArrayEf]
CCCardinalSplineTo::reverse ( )
[symbol: _ZN7cocos2d18CCCardinalSplineTo7reverseEv]
CCCardinalSplineTo::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d18CCCardinalSplineTo15startWithTargetEPNS_6CCNodeE]
CCCardinalSplineTo::update ( float time )
[symbol: _ZN7cocos2d18CCCardinalSplineTo6updateEf]
CCCardinalSplineTo::updatePosition ( CCPoint& newPos )
[symbol: _ZN7cocos2d18CCCardinalSplineTo14updatePositionERNS_7CCPointE]
CCCardinalSplineTo::~CCCardinalSplineTo [in-charge-deleting] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineToD0Ev]
CCCardinalSplineTo::~CCCardinalSplineTo [in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineToD1Ev]
CCCardinalSplineTo::~CCCardinalSplineTo [not-in-charge] ( )
[symbol: _ZN7cocos2d18CCCardinalSplineToD2Ev]
CCCatmullRomBy::actionWithDuration ( float dt, CCPointArray* points ) [static]
[symbol: _ZN7cocos2d14CCCatmullRomBy18actionWithDurationEfPNS_12CCPointArrayE]
CCCatmullRomBy::create ( float dt, CCPointArray* points ) [static]
[symbol: _ZN7cocos2d14CCCatmullRomBy6createEfPNS_12CCPointArrayE]
CCCatmullRomBy::initWithDuration ( float dt, CCPointArray* points )
[symbol: _ZN7cocos2d14CCCatmullRomBy16initWithDurationEfPNS_12CCPointArrayE]
CCCatmullRomTo::actionWithDuration ( float dt, CCPointArray* points ) [static]
[symbol: _ZN7cocos2d14CCCatmullRomTo18actionWithDurationEfPNS_12CCPointArrayE]
CCCatmullRomTo::create ( float dt, CCPointArray* points ) [static]
[symbol: _ZN7cocos2d14CCCatmullRomTo6createEfPNS_12CCPointArrayE]
CCCatmullRomTo::initWithDuration ( float dt, CCPointArray* points )
[symbol: _ZN7cocos2d14CCCatmullRomTo16initWithDurationEfPNS_12CCPointArrayE]
CCPointArray::addControlPoint ( CCPoint controlPoint )
[symbol: _ZN7cocos2d12CCPointArray15addControlPointENS_7CCPointE]
CCPointArray::arrayWithCapacity ( unsigned int capacity ) [static]
[symbol: _ZN7cocos2d12CCPointArray17arrayWithCapacityEj]
CCPointArray::CCPointArray [in-charge] ( )
[symbol: _ZN7cocos2d12CCPointArrayC1Ev]
CCPointArray::CCPointArray [not-in-charge] ( )
[symbol: _ZN7cocos2d12CCPointArrayC2Ev]
CCPointArray::copyWithZone ( CCZone* zone )
[symbol: _ZN7cocos2d12CCPointArray12copyWithZoneEPNS_6CCZoneE]
CCPointArray::count ( )
[symbol: _ZN7cocos2d12CCPointArray5countEv]
CCPointArray::create ( unsigned int capacity ) [static]
[symbol: _ZN7cocos2d12CCPointArray6createEj]
CCPointArray::getControlPointAtIndex ( unsigned int index )
[symbol: _ZN7cocos2d12CCPointArray22getControlPointAtIndexEj]
CCPointArray::initWithCapacity ( unsigned int capacity )
[symbol: _ZN7cocos2d12CCPointArray16initWithCapacityEj]
CCPointArray::insertControlPoint ( CCPoint& controlPoint, unsigned int index )
[symbol: _ZN7cocos2d12CCPointArray18insertControlPointERNS_7CCPointEj]
CCPointArray::removeControlPointAtIndex ( unsigned int index )
[symbol: _ZN7cocos2d12CCPointArray25removeControlPointAtIndexEj]
CCPointArray::replaceControlPoint ( CCPoint& controlPoint, unsigned int index )
[symbol: _ZN7cocos2d12CCPointArray19replaceControlPointERNS_7CCPointEj]
CCPointArray::reverse ( )
[symbol: _ZN7cocos2d12CCPointArray7reverseEv]
CCPointArray::reverseInline ( )
[symbol: _ZN7cocos2d12CCPointArray13reverseInlineEv]
CCPointArray::~CCPointArray [in-charge-deleting] ( )
[symbol: _ZN7cocos2d12CCPointArrayD0Ev]
CCPointArray::~CCPointArray [in-charge] ( )
[symbol: _ZN7cocos2d12CCPointArrayD1Ev]
CCPointArray::~CCPointArray [not-in-charge] ( )
[symbol: _ZN7cocos2d12CCPointArrayD2Ev]
CCActionEase.h,
libcocos2d.so
namespace cocos2d
CCActionEase::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d12CCActionEase6createEPNS_16CCActionIntervalE]
CCEaseBackIn::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d12CCEaseBackIn6createEPNS_16CCActionIntervalE]
CCEaseBackInOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d15CCEaseBackInOut6createEPNS_16CCActionIntervalE]
CCEaseBackInOut::reverse ( )
[symbol: _ZN7cocos2d15CCEaseBackInOut7reverseEv]
CCEaseBackOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d13CCEaseBackOut6createEPNS_16CCActionIntervalE]
CCEaseBounce::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d12CCEaseBounce6createEPNS_16CCActionIntervalE]
CCEaseBounce::reverse ( )
[symbol: _ZN7cocos2d12CCEaseBounce7reverseEv]
CCEaseBounceIn::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d14CCEaseBounceIn6createEPNS_16CCActionIntervalE]
CCEaseBounceInOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d17CCEaseBounceInOut6createEPNS_16CCActionIntervalE]
CCEaseBounceInOut::reverse ( )
[symbol: _ZN7cocos2d17CCEaseBounceInOut7reverseEv]
CCEaseBounceOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d15CCEaseBounceOut6createEPNS_16CCActionIntervalE]
CCEaseElastic::create ( CCActionInterval* pAction, float fPeriod ) [static]
[symbol: _ZN7cocos2d13CCEaseElastic6createEPNS_16CCActionIntervalEf]
CCEaseElasticIn::create ( CCActionInterval* pAction, float fPeriod ) [static]
[symbol: _ZN7cocos2d15CCEaseElasticIn6createEPNS_16CCActionIntervalEf]
CCEaseElasticInOut::create ( CCActionInterval* pAction, float fPeriod ) [static]
[symbol: _ZN7cocos2d18CCEaseElasticInOut6createEPNS_16CCActionIntervalEf]
CCEaseElasticOut::create ( CCActionInterval* pAction, float fPeriod ) [static]
[symbol: _ZN7cocos2d16CCEaseElasticOut6createEPNS_16CCActionIntervalEf]
CCEaseExponentialIn::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d19CCEaseExponentialIn6createEPNS_16CCActionIntervalE]
CCEaseExponentialInOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d22CCEaseExponentialInOut6createEPNS_16CCActionIntervalE]
CCEaseExponentialInOut::reverse ( )
[symbol: _ZN7cocos2d22CCEaseExponentialInOut7reverseEv]
CCEaseExponentialOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d20CCEaseExponentialOut6createEPNS_16CCActionIntervalE]
CCEaseIn::create ( CCActionInterval* pAction, float fRate ) [static]
[symbol: _ZN7cocos2d8CCEaseIn6createEPNS_16CCActionIntervalEf]
CCEaseIn::reverse ( )
[symbol: _ZN7cocos2d8CCEaseIn7reverseEv]
CCEaseInOut::create ( CCActionInterval* pAction, float fRate ) [static]
[symbol: _ZN7cocos2d11CCEaseInOut6createEPNS_16CCActionIntervalEf]
CCEaseOut::create ( CCActionInterval* pAction, float fRate ) [static]
[symbol: _ZN7cocos2d9CCEaseOut6createEPNS_16CCActionIntervalEf]
CCEaseOut::reverse ( )
[symbol: _ZN7cocos2d9CCEaseOut7reverseEv]
CCEaseRateAction::create ( CCActionInterval* pAction, float fRate ) [static]
[symbol: _ZN7cocos2d16CCEaseRateAction6createEPNS_16CCActionIntervalEf]
CCEaseSineIn::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d12CCEaseSineIn6createEPNS_16CCActionIntervalE]
CCEaseSineInOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d15CCEaseSineInOut6createEPNS_16CCActionIntervalE]
CCEaseSineInOut::reverse ( )
[symbol: _ZN7cocos2d15CCEaseSineInOut7reverseEv]
CCEaseSineOut::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d13CCEaseSineOut6createEPNS_16CCActionIntervalE]
CCActionGrid.h,
libcocos2d.so
namespace cocos2d
CCAccelAmplitude::create ( CCAction* pAction, float duration ) [static]
[symbol: _ZN7cocos2d16CCAccelAmplitude6createEPNS_8CCActionEf]
CCAccelDeccelAmplitude::create ( CCAction* pAction, float duration ) [static]
[symbol: _ZN7cocos2d22CCAccelDeccelAmplitude6createEPNS_8CCActionEf]
CCDeccelAmplitude::create ( CCAction* pAction, float duration ) [static]
[symbol: _ZN7cocos2d17CCDeccelAmplitude6createEPNS_8CCActionEf]
CCGridAction::create ( ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d12CCGridAction6createERKNS_11_ccGridSizeEf]
CCReuseGrid::create ( int times ) [static]
[symbol: _ZN7cocos2d11CCReuseGrid6createEi]
CCStopGrid::create ( ) [static]
[symbol: _ZN7cocos2d10CCStopGrid6createEv]
CCActionGrid3D.h,
libcocos2d.so
namespace cocos2d
CCFlipX3D::create ( float duration ) [static]
[symbol: _ZN7cocos2d9CCFlipX3D6createEf]
CCFlipY3D::create ( float duration ) [static]
[symbol: _ZN7cocos2d9CCFlipY3D6createEf]
CCLens3D::create ( CCPoint const& pos, float r, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d8CCLens3D6createERKNS_7CCPointEfRKNS_11_ccGridSizeEf]
CCLiquid::create ( int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d8CCLiquid6createEifRKNS_11_ccGridSizeEf]
CCRipple3D::create ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d10CCRipple3D6createERKNS_7CCPointEfifRKNS_11_ccGridSizeEf]
CCShaky3D::create ( int range, bool shakeZ, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d9CCShaky3D6createEibRKNS_11_ccGridSizeEf]
CCTwirl::create ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d7CCTwirl6createENS_7CCPointEifRKNS_11_ccGridSizeEf]
CCWaves3D::create ( int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d9CCWaves3D6createEifRKNS_11_ccGridSizeEf]
CCWaves::create ( int wav, float amp, bool h, bool v, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d7CCWaves6createEifbbRKNS_11_ccGridSizeEf]
CCActionInstant.h,
libcocos2d.so
namespace cocos2d
CCCallFunc::create ( CCObject* pSelectorTarget, SEL_CallFunc selector ) [static]
[symbol: _ZN7cocos2d10CCCallFunc6createEPNS_8CCObjectEMS1_FvvE]
CCCallFunc::create ( int nHandler ) [static]
[symbol: _ZN7cocos2d10CCCallFunc6createEi]
CCCallFunc::update ( float time )
[symbol: _ZN7cocos2d10CCCallFunc6updateEf]
CCCallFuncN::create ( CCObject* pSelectorTarget, SEL_CallFuncN selector ) [static]
[symbol: _ZN7cocos2d11CCCallFuncN6createEPNS_8CCObjectEMS1_FvPNS_6CCNodeEE]
CCCallFuncN::create ( int nHandler ) [static]
[symbol: _ZN7cocos2d11CCCallFuncN6createEi]
CCCallFuncND::create ( CCObject* pSelectorTarget, SEL_CallFuncND selector, void* d ) [static]
[symbol: _ZN7cocos2d12CCCallFuncND6createEPNS_8CCObjectEMS1_FvPNS_6CCNodeEPvES5_]
CCCallFuncO::create ( CCObject* pSelectorTarget, SEL_CallFuncO selector, CCObject* pObject ) [static]
[symbol: _ZN7cocos2d11CCCallFuncO6createEPNS_8CCObjectEMS1_FvS2_ES2_]
CCFlipX::create ( bool x ) [static]
[symbol: _ZN7cocos2d7CCFlipX6createEb]
CCFlipX::update ( float time )
[symbol: _ZN7cocos2d7CCFlipX6updateEf]
CCFlipY::create ( bool y ) [static]
[symbol: _ZN7cocos2d7CCFlipY6createEb]
CCFlipY::update ( float time )
[symbol: _ZN7cocos2d7CCFlipY6updateEf]
CCHide::create ( ) [static]
[symbol: _ZN7cocos2d6CCHide6createEv]
CCHide::update ( float time )
[symbol: _ZN7cocos2d6CCHide6updateEf]
CCPlace::create ( CCPoint const& pos ) [static]
[symbol: _ZN7cocos2d7CCPlace6createERKNS_7CCPointE]
CCPlace::update ( float time )
[symbol: _ZN7cocos2d7CCPlace6updateEf]
CCShow::create ( ) [static]
[symbol: _ZN7cocos2d6CCShow6createEv]
CCShow::update ( float time )
[symbol: _ZN7cocos2d6CCShow6updateEf]
CCToggleVisibility::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d18CCToggleVisibility12copyWithZoneEPNS_6CCZoneE]
CCToggleVisibility::create ( ) [static]
[symbol: _ZN7cocos2d18CCToggleVisibility6createEv]
CCToggleVisibility::update ( float time )
[symbol: _ZN7cocos2d18CCToggleVisibility6updateEf]
CCActionInterval.h,
libcocos2d.so
namespace cocos2d
CCActionInterval::create ( float d ) [static]
[symbol: _ZN7cocos2d16CCActionInterval6createEf]
CCAnimate::CCAnimate [in-charge] ( )
[symbol: _ZN7cocos2d9CCAnimateC1Ev]
CCAnimate::CCAnimate [not-in-charge] ( )
[symbol: _ZN7cocos2d9CCAnimateC2Ev]
CCAnimate::create ( CCAnimation* pAnimation ) [static]
[symbol: _ZN7cocos2d9CCAnimate6createEPNS_11CCAnimationE]
CCAnimate::getAnimation ( ) const
[symbol: _ZNK7cocos2d9CCAnimate12getAnimationEv]
CCAnimate::setAnimation ( CCAnimation* var )
[symbol: _ZN7cocos2d9CCAnimate12setAnimationEPNS_11CCAnimationE]
CCBezierBy::create ( float t, ccBezierConfig const& c ) [static]
[symbol: _ZN7cocos2d10CCBezierBy6createEfRKNS_15_ccBezierConfigE]
CCBezierTo::create ( float t, ccBezierConfig const& c ) [static]
[symbol: _ZN7cocos2d10CCBezierTo6createEfRKNS_15_ccBezierConfigE]
CCBlink::create ( float duration, unsigned int uBlinks ) [static]
[symbol: _ZN7cocos2d7CCBlink6createEfj]
CCDelayTime::create ( float d ) [static]
[symbol: _ZN7cocos2d11CCDelayTime6createEf]
CCFadeIn::create ( float d ) [static]
[symbol: _ZN7cocos2d8CCFadeIn6createEf]
CCFadeOut::create ( float d ) [static]
[symbol: _ZN7cocos2d9CCFadeOut6createEf]
CCFadeTo::create ( float duration, GLubyte opacity ) [static]
[symbol: _ZN7cocos2d8CCFadeTo6createEfh]
CCJumpBy::create ( float duration, CCPoint const& position, float height, unsigned int jumps ) [static]
[symbol: _ZN7cocos2d8CCJumpBy6createEfRKNS_7CCPointEfj]
CCJumpTo::create ( float duration, CCPoint const& position, float height, int jumps ) [static]
[symbol: _ZN7cocos2d8CCJumpTo6createEfRKNS_7CCPointEfi]
CCMoveBy::create ( float duration, CCPoint const& position ) [static]
[symbol: _ZN7cocos2d8CCMoveBy6createEfRKNS_7CCPointE]
CCMoveTo::create ( float duration, CCPoint const& position ) [static]
[symbol: _ZN7cocos2d8CCMoveTo6createEfRKNS_7CCPointE]
CCRepeat::create ( CCFiniteTimeAction* pAction, unsigned int times ) [static]
[symbol: _ZN7cocos2d8CCRepeat6createEPNS_18CCFiniteTimeActionEj]
CCRepeatForever::create ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d15CCRepeatForever6createEPNS_16CCActionIntervalE]
CCReverseTime::create ( CCFiniteTimeAction* pAction ) [static]
[symbol: _ZN7cocos2d13CCReverseTime6createEPNS_18CCFiniteTimeActionE]
CCRotateBy::create ( float duration, float fDeltaAngle ) [static]
[symbol: _ZN7cocos2d10CCRotateBy6createEff]
CCRotateTo::create ( float duration, float fDeltaAngle ) [static]
[symbol: _ZN7cocos2d10CCRotateTo6createEff]
CCScaleBy::create ( float duration, float s ) [static]
[symbol: _ZN7cocos2d9CCScaleBy6createEff]
CCScaleBy::create ( float duration, float sx, float sy ) [static]
[symbol: _ZN7cocos2d9CCScaleBy6createEfff]
CCScaleTo::create ( float duration, float s ) [static]
[symbol: _ZN7cocos2d9CCScaleTo6createEff]
CCScaleTo::create ( float duration, float sx, float sy ) [static]
[symbol: _ZN7cocos2d9CCScaleTo6createEfff]
CCSequence::actionWithArray ( CCArray* arrayOfActions ) [static]
[symbol: _ZN7cocos2d10CCSequence15actionWithArrayEPNS_7CCArrayE]
CCSequence::create ( CCArray* arrayOfActions ) [static]
[symbol: _ZN7cocos2d10CCSequence6createEPNS_7CCArrayE]
CCSequence::create ( CCFiniteTimeAction* pAction1, ... ) [static]
[symbol: _ZN7cocos2d10CCSequence6createEPNS_18CCFiniteTimeActionEz]
CCSequence::createWithTwoActions ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo ) [static]
[symbol: _ZN7cocos2d10CCSequence20createWithTwoActionsEPNS_18CCFiniteTimeActionES2_]
CCSequence::initWithTwoActions ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo )
[symbol: _ZN7cocos2d10CCSequence18initWithTwoActionsEPNS_18CCFiniteTimeActionES2_]
CCSkewBy::create ( float t, float deltaSkewX, float deltaSkewY ) [static]
[symbol: _ZN7cocos2d8CCSkewBy6createEfff]
CCSkewTo::create ( float t, float sx, float sy ) [static]
[symbol: _ZN7cocos2d8CCSkewTo6createEfff]
CCSpawn::actionWithArray ( CCArray* arrayOfActions ) [static]
[symbol: _ZN7cocos2d7CCSpawn15actionWithArrayEPNS_7CCArrayE]
CCSpawn::create ( CCArray* arrayOfActions ) [static]
[symbol: _ZN7cocos2d7CCSpawn6createEPNS_7CCArrayE]
CCSpawn::create ( CCFiniteTimeAction* pAction1, ... ) [static]
[symbol: _ZN7cocos2d7CCSpawn6createEPNS_18CCFiniteTimeActionEz]
CCSpawn::createWithTwoActions ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 ) [static]
[symbol: _ZN7cocos2d7CCSpawn20createWithTwoActionsEPNS_18CCFiniteTimeActionES2_]
CCSpawn::initWithTwoActions ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 )
[symbol: _ZN7cocos2d7CCSpawn18initWithTwoActionsEPNS_18CCFiniteTimeActionES2_]
CCTargetedAction::actionWithTarget ( CCNode* pTarget, CCFiniteTimeAction* pAction ) [static]
[symbol: _ZN7cocos2d16CCTargetedAction16actionWithTargetEPNS_6CCNodeEPNS_18CCFiniteTimeActionE]
CCTargetedAction::CCTargetedAction [in-charge] ( )
[symbol: _ZN7cocos2d16CCTargetedActionC1Ev]
CCTargetedAction::CCTargetedAction [not-in-charge] ( )
[symbol: _ZN7cocos2d16CCTargetedActionC2Ev]
CCTargetedAction::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d16CCTargetedAction12copyWithZoneEPNS_6CCZoneE]
CCTargetedAction::create ( CCNode* pTarget, CCFiniteTimeAction* pAction ) [static]
[symbol: _ZN7cocos2d16CCTargetedAction6createEPNS_6CCNodeEPNS_18CCFiniteTimeActionE]
CCTargetedAction::getForcedTarget ( ) const
[symbol: _ZNK7cocos2d16CCTargetedAction15getForcedTargetEv]
CCTargetedAction::initWithTarget ( CCNode* pTarget, CCFiniteTimeAction* pAction )
[symbol: _ZN7cocos2d16CCTargetedAction14initWithTargetEPNS_6CCNodeEPNS_18CCFiniteTimeActionE]
CCTargetedAction::setForcedTarget ( CCNode* var )
[symbol: _ZN7cocos2d16CCTargetedAction15setForcedTargetEPNS_6CCNodeE]
CCTargetedAction::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d16CCTargetedAction15startWithTargetEPNS_6CCNodeE]
CCTargetedAction::stop ( )
[symbol: _ZN7cocos2d16CCTargetedAction4stopEv]
CCTargetedAction::update ( float time )
[symbol: _ZN7cocos2d16CCTargetedAction6updateEf]
CCTargetedAction::~CCTargetedAction [in-charge-deleting] ( )
[symbol: _ZN7cocos2d16CCTargetedActionD0Ev]
CCTargetedAction::~CCTargetedAction [in-charge] ( )
[symbol: _ZN7cocos2d16CCTargetedActionD1Ev]
CCTargetedAction::~CCTargetedAction [not-in-charge] ( )
[symbol: _ZN7cocos2d16CCTargetedActionD2Ev]
CCTintBy::create ( float duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) [static]
[symbol: _ZN7cocos2d8CCTintBy6createEfsss]
CCTintTo::create ( float duration, GLubyte red, GLubyte green, GLubyte blue ) [static]
[symbol: _ZN7cocos2d8CCTintTo6createEfhhh]
CCActionManager.h,
libcocos2d.so
namespace cocos2d
CCActionManager::pauseAllRunningActions ( )
[symbol: _ZN7cocos2d15CCActionManager22pauseAllRunningActionsEv]
CCActionManager::resumeTargets ( CCSet* targetsToResume )
[symbol: _ZN7cocos2d15CCActionManager13resumeTargetsEPNS_5CCSetE]
CCActionPageTurn3D.h,
libcocos2d.so
namespace cocos2d
CCPageTurn3D::create ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d12CCPageTurn3D6createERKNS_11_ccGridSizeEf]
CCActionProgressTimer.h,
libcocos2d.so
namespace cocos2d
CCProgressFromTo::create ( float duration, float fFromPercentage, float fToPercentage ) [static]
[symbol: _ZN7cocos2d16CCProgressFromTo6createEfff]
CCProgressTo::create ( float duration, float fPercent ) [static]
[symbol: _ZN7cocos2d12CCProgressTo6createEff]
CCActionTiledGrid.h,
libcocos2d.so
namespace cocos2d
CCFadeOutBLTiles::create ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d16CCFadeOutBLTiles6createERKNS_11_ccGridSizeEf]
CCFadeOutDownTiles::create ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d18CCFadeOutDownTiles6createERKNS_11_ccGridSizeEf]
CCFadeOutTRTiles::create ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d16CCFadeOutTRTiles6createERKNS_11_ccGridSizeEf]
CCFadeOutUpTiles::create ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d16CCFadeOutUpTiles6createERKNS_11_ccGridSizeEf]
CCJumpTiles3D::create ( int j, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d13CCJumpTiles3D6createEifRKNS_11_ccGridSizeEf]
CCShakyTiles3D::create ( int nRange, bool bShakeZ, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCShakyTiles3D6createEibRKNS_11_ccGridSizeEf]
CCShatteredTiles3D::create ( int nRange, bool bShatterZ, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d18CCShatteredTiles3D6createEibRKNS_11_ccGridSizeEf]
CCShuffleTiles::create ( int s, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCShuffleTiles6createEiRKNS_11_ccGridSizeEf]
CCSplitCols::create ( int nCols, float duration ) [static]
[symbol: _ZN7cocos2d11CCSplitCols6createEif]
CCSplitRows::create ( int nRows, float duration ) [static]
[symbol: _ZN7cocos2d11CCSplitRows6createEif]
CCTurnOffTiles::create ( ccGridSize const& size, float d ) [static]
[symbol: _ZN7cocos2d14CCTurnOffTiles6createERKNS_11_ccGridSizeEf]
CCTurnOffTiles::create ( int s, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCTurnOffTiles6createEiRKNS_11_ccGridSizeEf]
CCWavesTiles3D::create ( int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCWavesTiles3D6createEifRKNS_11_ccGridSizeEf]
CCActionTween.h,
libcocos2d.so
namespace cocos2d
CCActionTween::actionWithDuration ( float aDuration, char const* key, float from, float to ) [static]
[symbol: _ZN7cocos2d13CCActionTween18actionWithDurationEfPKcff]
CCActionTween::create ( float aDuration, char const* key, float from, float to ) [static]
[symbol: _ZN7cocos2d13CCActionTween6createEfPKcff]
CCActionTween::initWithDuration ( float aDuration, char const* key, float from, float to )
[symbol: _ZN7cocos2d13CCActionTween16initWithDurationEfPKcff]
CCActionTween::reverse ( )
[symbol: _ZN7cocos2d13CCActionTween7reverseEv]
CCActionTween::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d13CCActionTween15startWithTargetEPNS_6CCNodeE]
CCActionTween::update ( float dt )
[symbol: _ZN7cocos2d13CCActionTween6updateEf]
CCAnimation.h,
libcocos2d.so
namespace cocos2d
CCAnimation::addSpriteFrame ( CCSpriteFrame* pFrame )
[symbol: _ZN7cocos2d11CCAnimation14addSpriteFrameEPNS_13CCSpriteFrameE]
CCAnimation::addSpriteFrameWithFileName ( char const* pszFileName )
[symbol: _ZN7cocos2d11CCAnimation26addSpriteFrameWithFileNameEPKc]
CCAnimation::addSpriteFrameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )
[symbol: _ZN7cocos2d11CCAnimation25addSpriteFrameWithTextureEPNS_11CCTexture2DERKNS_6CCRectE]
CCAnimation::animationWithAnimationFrames ( CCArray* arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops ) [static]
[symbol: _ZN7cocos2d11CCAnimation28animationWithAnimationFramesEPNS_7CCArrayEfj]
CCAnimation::animationWithSpriteFrames ( CCArray* arrayOfSpriteFrameNames, float delay ) [static]
[symbol: _ZN7cocos2d11CCAnimation25animationWithSpriteFramesEPNS_7CCArrayEf]
CCAnimation::CCAnimation [in-charge] ( )
[symbol: _ZN7cocos2d11CCAnimationC1Ev]
CCAnimation::CCAnimation [not-in-charge] ( )
[symbol: _ZN7cocos2d11CCAnimationC2Ev]
CCAnimation::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d11CCAnimation12copyWithZoneEPNS_6CCZoneE]
CCAnimation::create ( ) [static]
[symbol: _ZN7cocos2d11CCAnimation6createEv]
CCAnimation::create ( CCArray* arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops ) [static]
[symbol: _ZN7cocos2d11CCAnimation6createEPNS_7CCArrayEfj]
CCAnimation::createWithSpriteFrames ( CCArray* arrayOfSpriteFrameNames, float delay ) [static]
[symbol: _ZN7cocos2d11CCAnimation22createWithSpriteFramesEPNS_7CCArrayEf]
CCAnimation::getDelayPerUnit ( ) const
[symbol: _ZNK7cocos2d11CCAnimation15getDelayPerUnitEv]
CCAnimation::getDuration ( )
[symbol: _ZN7cocos2d11CCAnimation11getDurationEv]
CCAnimation::getFrames ( ) const
[symbol: _ZNK7cocos2d11CCAnimation9getFramesEv]
CCAnimation::getLoops ( ) const
[symbol: _ZNK7cocos2d11CCAnimation8getLoopsEv]
CCAnimation::getRestoreOriginalFrame ( ) const
[symbol: _ZNK7cocos2d11CCAnimation23getRestoreOriginalFrameEv]
CCAnimation::getTotalDelayUnits ( ) const
[symbol: _ZNK7cocos2d11CCAnimation18getTotalDelayUnitsEv]
CCAnimation::initWithAnimationFrames ( CCArray* arrayOfAnimationFrames, float delayPerUnit, unsigned int loops )
[symbol: _ZN7cocos2d11CCAnimation23initWithAnimationFramesEPNS_7CCArrayEfj]
CCAnimation::initWithSpriteFrames ( CCArray* pFrames, float delay )
[symbol: _ZN7cocos2d11CCAnimation20initWithSpriteFramesEPNS_7CCArrayEf]
CCAnimation::setDelayPerUnit ( float var )
[symbol: _ZN7cocos2d11CCAnimation15setDelayPerUnitEf]
CCAnimation::setFrames ( CCArray* var )
[symbol: _ZN7cocos2d11CCAnimation9setFramesEPNS_7CCArrayE]
CCAnimation::setLoops ( unsigned int var )
[symbol: _ZN7cocos2d11CCAnimation8setLoopsEj]
CCAnimation::setRestoreOriginalFrame ( bool var )
[symbol: _ZN7cocos2d11CCAnimation23setRestoreOriginalFrameEb]
CCAnimationFrame::CCAnimationFrame [in-charge] ( )
[symbol: _ZN7cocos2d16CCAnimationFrameC1Ev]
CCAnimationFrame::CCAnimationFrame [not-in-charge] ( )
[symbol: _ZN7cocos2d16CCAnimationFrameC2Ev]
CCAnimationFrame::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d16CCAnimationFrame12copyWithZoneEPNS_6CCZoneE]
CCAnimationFrame::getDelayUnits ( ) const
[symbol: _ZNK7cocos2d16CCAnimationFrame13getDelayUnitsEv]
CCAnimationFrame::getSpriteFrame ( ) const
[symbol: _ZNK7cocos2d16CCAnimationFrame14getSpriteFrameEv]
CCAnimationFrame::getUserInfo ( ) const
[symbol: _ZNK7cocos2d16CCAnimationFrame11getUserInfoEv]
CCAnimationFrame::initWithSpriteFrame ( CCSpriteFrame* spriteFrame, float delayUnits, CCDictionary* userInfo )
[symbol: _ZN7cocos2d16CCAnimationFrame19initWithSpriteFrameEPNS_13CCSpriteFrameEfPNS_12CCDictionaryE]
CCAnimationFrame::setDelayUnits ( float var )
[symbol: _ZN7cocos2d16CCAnimationFrame13setDelayUnitsEf]
CCAnimationFrame::setSpriteFrame ( CCSpriteFrame* var )
[symbol: _ZN7cocos2d16CCAnimationFrame14setSpriteFrameEPNS_13CCSpriteFrameE]
CCAnimationFrame::setUserInfo ( CCDictionary* var )
[symbol: _ZN7cocos2d16CCAnimationFrame11setUserInfoEPNS_12CCDictionaryE]
CCAnimationFrame::~CCAnimationFrame [in-charge-deleting] ( )
[symbol: _ZN7cocos2d16CCAnimationFrameD0Ev]
CCAnimationFrame::~CCAnimationFrame [in-charge] ( )
[symbol: _ZN7cocos2d16CCAnimationFrameD1Ev]
CCAnimationFrame::~CCAnimationFrame [not-in-charge] ( )
[symbol: _ZN7cocos2d16CCAnimationFrameD2Ev]
CCAnimationCache.h,
libcocos2d.so
namespace cocos2d
CCAnimationCache::addAnimationsWithDictionary ( CCDictionary* dictionary )
[symbol: _ZN7cocos2d16CCAnimationCache27addAnimationsWithDictionaryEPNS_12CCDictionaryE]
CCAnimationCache::addAnimationsWithFile ( char const* plist )
[symbol: _ZN7cocos2d16CCAnimationCache21addAnimationsWithFileEPKc]
CCApplication.h,
libcocos2d.so
namespace cocos2d
CCApplication::getResourceRootPath ( )
[symbol: _ZN7cocos2d13CCApplication19getResourceRootPathEv]
CCApplication::getTargetPlatform ( )
[symbol: _ZN7cocos2d13CCApplication17getTargetPlatformEv]
CCApplication::setResourceRootPath ( char const* pszRootResDir )
[symbol: _ZN7cocos2d13CCApplication19setResourceRootPathEPKc]
CCApplicationProtocol.h,
libcocos2d.so
namespace cocos2d
CCApplicationProtocol::~CCApplicationProtocol [in-charge-deleting] ( )
[symbol: _ZN7cocos2d21CCApplicationProtocolD0Ev]
CCApplicationProtocol::~CCApplicationProtocol [in-charge] ( )
[symbol: _ZN7cocos2d21CCApplicationProtocolD1Ev]
CCArray.h,
libcocos2d.so
namespace cocos2d
CCArray::arrayWithContentsOfFile ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d7CCArray23arrayWithContentsOfFileEPKc]
CCArray::arrayWithContentsOfFileThreadSafe ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d7CCArray33arrayWithContentsOfFileThreadSafeEPKc]
CCArray::arrayWithObject ( CCObject* pObject ) [static]
[symbol: _ZN7cocos2d7CCArray15arrayWithObjectEPNS_8CCObjectE]
CCArray::arrayWithObjects ( CCObject* pObject, ... ) [static]
[symbol: _ZN7cocos2d7CCArray16arrayWithObjectsEPNS_8CCObjectEz]
CCArray::CCArray [in-charge] ( )
[symbol: _ZN7cocos2d7CCArrayC1Ev]
CCArray::CCArray [in-charge] ( unsigned int capacity )
[symbol: _ZN7cocos2d7CCArrayC1Ej]
CCArray::CCArray [not-in-charge] ( )
[symbol: _ZN7cocos2d7CCArrayC2Ev]
CCArray::CCArray [not-in-charge] ( unsigned int capacity )
[symbol: _ZN7cocos2d7CCArrayC2Ej]
CCArray::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d7CCArray12copyWithZoneEPNS_6CCZoneE]
CCArray::create ( ) [static]
[symbol: _ZN7cocos2d7CCArray6createEv]
CCArray::create ( CCObject* pObject, ... ) [static]
[symbol: _ZN7cocos2d7CCArray6createEPNS_8CCObjectEz]
CCArray::createWithArray ( CCArray* otherArray ) [static]
[symbol: _ZN7cocos2d7CCArray15createWithArrayEPS0_]
CCArray::createWithCapacity ( unsigned int capacity ) [static]
[symbol: _ZN7cocos2d7CCArray18createWithCapacityEj]
CCArray::createWithContentsOfFile ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d7CCArray24createWithContentsOfFileEPKc]
CCArray::createWithContentsOfFileThreadSafe ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d7CCArray34createWithContentsOfFileThreadSafeEPKc]
CCArray::createWithObject ( CCObject* pObject ) [static]
[symbol: _ZN7cocos2d7CCArray16createWithObjectEPNS_8CCObjectE]
CCArray::initWithObject ( CCObject* pObject )
[symbol: _ZN7cocos2d7CCArray14initWithObjectEPNS_8CCObjectE]
CCArray::initWithObjects ( CCObject* pObject, ... )
[symbol: _ZN7cocos2d7CCArray15initWithObjectsEPNS_8CCObjectEz]
CCArray::isEqualToArray ( CCArray* pOtherArray )
[symbol: _ZN7cocos2d7CCArray14isEqualToArrayEPS0_]
CCArray::removeLastObject ( bool bReleaseObj )
[symbol: _ZN7cocos2d7CCArray16removeLastObjectEb]
CCArray::removeObject ( CCObject* object, bool bReleaseObj )
[symbol: _ZN7cocos2d7CCArray12removeObjectEPNS_8CCObjectEb]
CCArray::removeObjectAtIndex ( unsigned int index, bool bReleaseObj )
[symbol: _ZN7cocos2d7CCArray19removeObjectAtIndexEjb]
CCArray::replaceObjectAtIndex ( unsigned int uIndex, CCObject* pObject, bool bReleaseObject )
[symbol: _ZN7cocos2d7CCArray20replaceObjectAtIndexEjPNS_8CCObjectEb]
CCAtlasNode.h,
libcocos2d.so
namespace cocos2d
CCAtlasNode::create ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]
[symbol: _ZN7cocos2d11CCAtlasNode6createEPKcjjj]
CCAtlasNode::isOpacityModifyRGB ( )
[symbol: _ZN7cocos2d11CCAtlasNode18isOpacityModifyRGBEv]
CCAtlasNode::setOpacityModifyRGB ( bool isOpacityModifyRGB )
[symbol: _ZN7cocos2d11CCAtlasNode19setOpacityModifyRGBEb]
CCAutoreleasePool.h,
libcocos2d.so
namespace cocos2d
CCPoolManager::purgePoolManager ( ) [static]
[symbol: _ZN7cocos2d13CCPoolManager16purgePoolManagerEv]
CCPoolManager::sharedPoolManager ( ) [static]
[symbol: _ZN7cocos2d13CCPoolManager17sharedPoolManagerEv]
ccCArray.h,
libcocos2d.so
namespace cocos2d
ccArrayAppendArray ( ccArray* arr, ccArray* plusArr )
[symbol: _ZN7cocos2d18ccArrayAppendArrayEPNS_8_ccArrayES1_]
ccArrayAppendArrayWithResize ( ccArray* arr, ccArray* plusArr )
[symbol: _ZN7cocos2d28ccArrayAppendArrayWithResizeEPNS_8_ccArrayES1_]
ccArrayAppendObject ( ccArray* arr, CCObject* object )
[symbol: _ZN7cocos2d19ccArrayAppendObjectEPNS_8_ccArrayEPNS_8CCObjectE]
ccArrayAppendObjectWithResize ( ccArray* arr, CCObject* object )
[symbol: _ZN7cocos2d29ccArrayAppendObjectWithResizeEPNS_8_ccArrayEPNS_8CCObjectE]
ccArrayContainsObject ( ccArray* arr, CCObject* object )
[symbol: _ZN7cocos2d21ccArrayContainsObjectEPNS_8_ccArrayEPNS_8CCObjectE]
ccArrayDoubleCapacity ( ccArray* arr )
[symbol: _ZN7cocos2d21ccArrayDoubleCapacityEPNS_8_ccArrayE]
ccArrayEnsureExtraCapacity ( ccArray* arr, unsigned int extra )
[symbol: _ZN7cocos2d26ccArrayEnsureExtraCapacityEPNS_8_ccArrayEj]
ccArrayFastRemoveObject ( ccArray* arr, CCObject* object )
[symbol: _ZN7cocos2d23ccArrayFastRemoveObjectEPNS_8_ccArrayEPNS_8CCObjectE]
ccArrayFastRemoveObjectAtIndex ( ccArray* arr, unsigned int index )
[symbol: _ZN7cocos2d30ccArrayFastRemoveObjectAtIndexEPNS_8_ccArrayEj]
ccArrayFree ( ccArray*& arr )
[symbol: _ZN7cocos2d11ccArrayFreeERPNS_8_ccArrayE]
ccArrayFullRemoveArray ( ccArray* arr, ccArray* minusArr )
[symbol: _ZN7cocos2d22ccArrayFullRemoveArrayEPNS_8_ccArrayES1_]
ccArrayGetIndexOfObject ( ccArray* arr, CCObject* object )
[symbol: _ZN7cocos2d23ccArrayGetIndexOfObjectEPNS_8_ccArrayEPNS_8CCObjectE]
ccArrayInsertObjectAtIndex ( ccArray* arr, CCObject* object, unsigned int index )
[symbol: _ZN7cocos2d26ccArrayInsertObjectAtIndexEPNS_8_ccArrayEPNS_8CCObjectEj]
ccArrayNew ( unsigned int capacity )
[symbol: _ZN7cocos2d10ccArrayNewEj]
ccArrayRemoveAllObjects ( ccArray* arr )
[symbol: _ZN7cocos2d23ccArrayRemoveAllObjectsEPNS_8_ccArrayE]
ccArrayRemoveArray ( ccArray* arr, ccArray* minusArr )
[symbol: _ZN7cocos2d18ccArrayRemoveArrayEPNS_8_ccArrayES1_]
ccArrayRemoveObject ( ccArray* arr, CCObject* object, bool bReleaseObj )
[symbol: _ZN7cocos2d19ccArrayRemoveObjectEPNS_8_ccArrayEPNS_8CCObjectEb]
ccArrayRemoveObjectAtIndex ( ccArray* arr, unsigned int index, bool bReleaseObj )
[symbol: _ZN7cocos2d26ccArrayRemoveObjectAtIndexEPNS_8_ccArrayEjb]
ccArrayShrink ( ccArray* arr )
[symbol: _ZN7cocos2d13ccArrayShrinkEPNS_8_ccArrayE]
ccArraySwapObjectsAtIndexes ( ccArray* arr, unsigned int index1, unsigned int index2 )
[symbol: _ZN7cocos2d27ccArraySwapObjectsAtIndexesEPNS_8_ccArrayEjj]
ccCArrayAppendArray ( ccCArray* arr, ccCArray* plusArr )
[symbol: _ZN7cocos2d19ccCArrayAppendArrayEPNS_9_ccCArrayES1_]
ccCArrayAppendArrayWithResize ( ccCArray* arr, ccCArray* plusArr )
[symbol: _ZN7cocos2d29ccCArrayAppendArrayWithResizeEPNS_9_ccCArrayES1_]
ccCArrayAppendValue ( ccCArray* arr, void* value )
[symbol: _ZN7cocos2d19ccCArrayAppendValueEPNS_9_ccCArrayEPv]
ccCArrayAppendValueWithResize ( ccCArray* arr, void* value )
[symbol: _ZN7cocos2d29ccCArrayAppendValueWithResizeEPNS_9_ccCArrayEPv]
ccCArrayContainsValue ( ccCArray* arr, void* value )
[symbol: _ZN7cocos2d21ccCArrayContainsValueEPNS_9_ccCArrayEPv]
ccCArrayDoubleCapacity ( ccCArray* arr )
[symbol: _ZN7cocos2d22ccCArrayDoubleCapacityEPNS_9_ccCArrayE]
ccCArrayEnsureExtraCapacity ( ccCArray* arr, unsigned int extra )
[symbol: _ZN7cocos2d27ccCArrayEnsureExtraCapacityEPNS_9_ccCArrayEj]
ccCArrayFastRemoveValueAtIndex ( ccCArray* arr, unsigned int index )
[symbol: _ZN7cocos2d30ccCArrayFastRemoveValueAtIndexEPNS_9_ccCArrayEj]
ccCArrayFree ( ccCArray* arr )
[symbol: _ZN7cocos2d12ccCArrayFreeEPNS_9_ccCArrayE]
ccCArrayFullRemoveArray ( ccCArray* arr, ccCArray* minusArr )
[symbol: _ZN7cocos2d23ccCArrayFullRemoveArrayEPNS_9_ccCArrayES1_]
ccCArrayGetIndexOfValue ( ccCArray* arr, void* value )
[symbol: _ZN7cocos2d23ccCArrayGetIndexOfValueEPNS_9_ccCArrayEPv]
ccCArrayInsertValueAtIndex ( ccCArray* arr, void* value, unsigned int index )
[symbol: _ZN7cocos2d26ccCArrayInsertValueAtIndexEPNS_9_ccCArrayEPvj]
ccCArrayNew ( unsigned int capacity )
[symbol: _ZN7cocos2d11ccCArrayNewEj]
ccCArrayRemoveAllValues ( ccCArray* arr )
[symbol: _ZN7cocos2d23ccCArrayRemoveAllValuesEPNS_9_ccCArrayE]
ccCArrayRemoveArray ( ccCArray* arr, ccCArray* minusArr )
[symbol: _ZN7cocos2d19ccCArrayRemoveArrayEPNS_9_ccCArrayES1_]
ccCArrayRemoveValue ( ccCArray* arr, void* value )
[symbol: _ZN7cocos2d19ccCArrayRemoveValueEPNS_9_ccCArrayEPv]
ccCArrayRemoveValueAtIndex ( ccCArray* arr, unsigned int index )
[symbol: _ZN7cocos2d26ccCArrayRemoveValueAtIndexEPNS_9_ccCArrayEj]
CCCommon.h,
libcocos2d.so
namespace cocos2d
CCLuaLog ( char const* pszFormat )
[symbol: _ZN7cocos2d8CCLuaLogEPKc]
CCConfiguration.h,
libcocos2d.so
namespace cocos2d
CCConfiguration::purgeConfiguration ( ) [static]
[symbol: _ZN7cocos2d15CCConfiguration18purgeConfigurationEv]
CCDictionary.h,
libcocos2d.so
namespace cocos2d
CCDictionary::allKeys ( )
[symbol: _ZN7cocos2d12CCDictionary7allKeysEv]
CCDictionary::allKeysForObject ( CCObject* object )
[symbol: _ZN7cocos2d12CCDictionary16allKeysForObjectEPNS_8CCObjectE]
CCDictionary::CCDictionary [in-charge] ( )
[symbol: _ZN7cocos2d12CCDictionaryC1Ev]
CCDictionary::CCDictionary [not-in-charge] ( )
[symbol: _ZN7cocos2d12CCDictionaryC2Ev]
CCDictionary::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d12CCDictionary12copyWithZoneEPNS_6CCZoneE]
CCDictionary::count ( )
[symbol: _ZN7cocos2d12CCDictionary5countEv]
CCDictionary::create ( ) [static]
[symbol: _ZN7cocos2d12CCDictionary6createEv]
CCDictionary::createWithContentsOfFile ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d12CCDictionary24createWithContentsOfFileEPKc]
CCDictionary::createWithContentsOfFileThreadSafe ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d12CCDictionary34createWithContentsOfFileThreadSafeEPKc]
CCDictionary::createWithDictionary ( CCDictionary* srcDict ) [static]
[symbol: _ZN7cocos2d12CCDictionary20createWithDictionaryEPS0_]
CCDictionary::dictionary ( ) [static]
[symbol: _ZN7cocos2d12CCDictionary10dictionaryEv]
CCDictionary::dictionaryWithContentsOfFile ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d12CCDictionary28dictionaryWithContentsOfFileEPKc]
CCDictionary::dictionaryWithContentsOfFileThreadSafe ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d12CCDictionary38dictionaryWithContentsOfFileThreadSafeEPKc]
CCDictionary::dictionaryWithDictionary ( CCDictionary* srcDict ) [static]
[symbol: _ZN7cocos2d12CCDictionary24dictionaryWithDictionaryEPS0_]
CCDictionary::objectForKey ( int key )
[symbol: _ZN7cocos2d12CCDictionary12objectForKeyEi]
CCDictionary::objectForKey ( std::string const& key )
[symbol: _ZN7cocos2d12CCDictionary12objectForKeyERKSs]
CCDictionary::removeAllObjects ( )
[symbol: _ZN7cocos2d12CCDictionary16removeAllObjectsEv]
CCDictionary::removeObjectForElememt ( CCDictElement* pElement )
[symbol: _ZN7cocos2d12CCDictionary22removeObjectForElememtEPNS_13CCDictElementE]
CCDictionary::removeObjectForKey ( int key )
[symbol: _ZN7cocos2d12CCDictionary18removeObjectForKeyEi]
CCDictionary::removeObjectForKey ( std::string const& key )
[symbol: _ZN7cocos2d12CCDictionary18removeObjectForKeyERKSs]
CCDictionary::removeObjectsForKeys ( CCArray* pKeyArray )
[symbol: _ZN7cocos2d12CCDictionary20removeObjectsForKeysEPNS_7CCArrayE]
CCDictionary::setObject ( CCObject* pObject, int key )
[symbol: _ZN7cocos2d12CCDictionary9setObjectEPNS_8CCObjectEi]
CCDictionary::setObject ( CCObject* pObject, std::string const& key )
[symbol: _ZN7cocos2d12CCDictionary9setObjectEPNS_8CCObjectERKSs]
CCDictionary::valueForKey ( int key )
[symbol: _ZN7cocos2d12CCDictionary11valueForKeyEi]
CCDictionary::valueForKey ( std::string const& key )
[symbol: _ZN7cocos2d12CCDictionary11valueForKeyERKSs]
CCDictionary::~CCDictionary [in-charge-deleting] ( )
[symbol: _ZN7cocos2d12CCDictionaryD0Ev]
CCDictionary::~CCDictionary [in-charge] ( )
[symbol: _ZN7cocos2d12CCDictionaryD1Ev]
CCDictionary::~CCDictionary [not-in-charge] ( )
[symbol: _ZN7cocos2d12CCDictionaryD2Ev]
CCDirector.h,
libcocos2d.so
namespace cocos2d
CCDirector::calculateMPF ( )
[symbol: _ZN7cocos2d10CCDirector12calculateMPFEv]
CCDirector::CCDirector [in-charge] ( )
[symbol: _ZN7cocos2d10CCDirectorC1Ev]
CCDirector::CCDirector [not-in-charge] ( )
[symbol: _ZN7cocos2d10CCDirectorC2Ev]
CCDirector::createStatsLabel ( )
[symbol: _ZN7cocos2d10CCDirector16createStatsLabelEv]
CCDirector::getAccelerometer ( )
[symbol: _ZN7cocos2d10CCDirector16getAccelerometerEv]
CCDirector::getActionManager ( )
[symbol: _ZN7cocos2d10CCDirector16getActionManagerEv]
CCDirector::getKeypadDispatcher ( )
[symbol: _ZN7cocos2d10CCDirector19getKeypadDispatcherEv]
CCDirector::getScheduler ( )
[symbol: _ZN7cocos2d10CCDirector12getSchedulerEv]
CCDirector::getTouchDispatcher ( )
[symbol: _ZN7cocos2d10CCDirector18getTouchDispatcherEv]
CCDirector::getVisibleOrigin ( )
[symbol: _ZN7cocos2d10CCDirector16getVisibleOriginEv]
CCDirector::getVisibleSize ( )
[symbol: _ZN7cocos2d10CCDirector14getVisibleSizeEv]
CCDirector::popToRootScene ( )
[symbol: _ZN7cocos2d10CCDirector14popToRootSceneEv]
CCDirector::setAccelerometer ( CCAccelerometer* var )
[symbol: _ZN7cocos2d10CCDirector16setAccelerometerEPNS_15CCAccelerometerE]
CCDirector::setActionManager ( CCActionManager* var )
[symbol: _ZN7cocos2d10CCDirector16setActionManagerEPNS_15CCActionManagerE]
CCDirector::setKeypadDispatcher ( CCKeypadDispatcher* var )
[symbol: _ZN7cocos2d10CCDirector19setKeypadDispatcherEPNS_18CCKeypadDispatcherE]
CCDirector::setScheduler ( CCScheduler* var )
[symbol: _ZN7cocos2d10CCDirector12setSchedulerEPNS_11CCSchedulerE]
CCDirector::setTouchDispatcher ( CCTouchDispatcher* var )
[symbol: _ZN7cocos2d10CCDirector18setTouchDispatcherEPNS_17CCTouchDispatcherE]
CCDirector::showStats ( )
[symbol: _ZN7cocos2d10CCDirector9showStatsEv]
CCDrawingPrimitives.h,
libcocos2d.so
namespace cocos2d
ccDrawCardinalSpline ( CCPointArray* config, float tension, unsigned int segments )
[symbol: _ZN7cocos2d20ccDrawCardinalSplineEPNS_12CCPointArrayEfj]
ccDrawCatmullRom ( CCPointArray* arrayOfControlPoints, unsigned int segments )
[symbol: _ZN7cocos2d16ccDrawCatmullRomEPNS_12CCPointArrayEj]
ccDrawCircle ( CCPoint const& center, float radius, float angle, unsigned int segments, bool drawLineToCenter )
[symbol: _ZN7cocos2d12ccDrawCircleERKNS_7CCPointEffjb]
ccDrawColor4B ( GLubyte r, GLubyte g, GLubyte b, GLubyte a )
[symbol: _ZN7cocos2d13ccDrawColor4BEhhhh]
ccDrawColor4F ( GLfloat r, GLfloat g, GLfloat b, GLfloat a )
[symbol: _ZN7cocos2d13ccDrawColor4FEffff]
ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, unsigned int segments )
[symbol: _ZN7cocos2d17ccDrawCubicBezierERKNS_7CCPointES2_S2_S2_j]
ccDrawInit ( )
[symbol: _ZN7cocos2d10ccDrawInitEv]
ccDrawPoly ( CCPoint const* vertices, unsigned int numOfVertices, bool closePolygon )
[symbol: _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEjb]
ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, unsigned int segments )
[symbol: _ZN7cocos2d16ccDrawQuadBezierERKNS_7CCPointES2_S2_j]
ccDrawRect ( CCPoint origin, CCPoint destination )
[symbol: _ZN7cocos2d10ccDrawRectENS_7CCPointES0_]
ccDrawSolidPoly ( CCPoint const* poli, unsigned int numberOfPoints, ccColor4F color )
[symbol: _ZN7cocos2d15ccDrawSolidPolyEPKNS_7CCPointEjNS_10_ccColor4FE]
ccDrawSolidRect ( CCPoint origin, CCPoint destination, ccColor4F color )
[symbol: _ZN7cocos2d15ccDrawSolidRectENS_7CCPointES0_NS_10_ccColor4FE]
ccPointSize ( GLfloat pointSize )
[symbol: _ZN7cocos2d11ccPointSizeEf]
CCEGLView.h,
libcocos2d.so
namespace cocos2d
CCEGLView::end ( )
[symbol: _ZN7cocos2d9CCEGLView3endEv]
CCEGLView::setFrameSize ( float width, float height )
[symbol: _ZN7cocos2d9CCEGLView12setFrameSizeEff]
CCEGLViewProtocol.h,
libcocos2d.so
namespace cocos2d
CCEGLViewProtocol::CCEGLViewProtocol [in-charge] ( )
[symbol: _ZN7cocos2d17CCEGLViewProtocolC1Ev]
CCEGLViewProtocol::CCEGLViewProtocol [not-in-charge] ( )
[symbol: _ZN7cocos2d17CCEGLViewProtocolC2Ev]
CCEGLViewProtocol::enableRetina ( )
[symbol: _ZN7cocos2d17CCEGLViewProtocol12enableRetinaEv]
CCEGLViewProtocol::getFrameSize ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol12getFrameSizeEv]
CCEGLViewProtocol::getScaleX ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol9getScaleXEv]
CCEGLViewProtocol::getScaleY ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol9getScaleYEv]
CCEGLViewProtocol::getSize ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol7getSizeEv]
CCEGLViewProtocol::getViewPortRect ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol15getViewPortRectEv]
CCEGLViewProtocol::getVisibleOrigin ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol16getVisibleOriginEv]
CCEGLViewProtocol::getVisibleSize ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol14getVisibleSizeEv]
CCEGLViewProtocol::handleTouchesBegin ( int num, int* ids, float* xs, float* ys )
[symbol: _ZN7cocos2d17CCEGLViewProtocol18handleTouchesBeginEiPiPfS2_]
CCEGLViewProtocol::handleTouchesCancel ( int num, int* ids, float* xs, float* ys )
[symbol: _ZN7cocos2d17CCEGLViewProtocol19handleTouchesCancelEiPiPfS2_]
CCEGLViewProtocol::handleTouchesEnd ( int num, int* ids, float* xs, float* ys )
[symbol: _ZN7cocos2d17CCEGLViewProtocol16handleTouchesEndEiPiPfS2_]
CCEGLViewProtocol::handleTouchesMove ( int num, int* ids, float* xs, float* ys )
[symbol: _ZN7cocos2d17CCEGLViewProtocol17handleTouchesMoveEiPiPfS2_]
CCEGLViewProtocol::isRetinaEnabled ( ) const
[symbol: _ZNK7cocos2d17CCEGLViewProtocol15isRetinaEnabledEv]
CCEGLViewProtocol::setContentScaleFactor ( float contentScaleFactor )
[symbol: _ZN7cocos2d17CCEGLViewProtocol21setContentScaleFactorEf]
CCEGLViewProtocol::setDesignResolutionSize ( float width, float height, enum ResolutionPolicy resolutionPolicy )
[symbol: _ZN7cocos2d17CCEGLViewProtocol23setDesignResolutionSizeEff16ResolutionPolicy]
CCEGLViewProtocol::setFrameSize ( float width, float height )
[symbol: _ZN7cocos2d17CCEGLViewProtocol12setFrameSizeEff]
CCEGLViewProtocol::setScissorInPoints ( float x, float y, float w, float h )
[symbol: _ZN7cocos2d17CCEGLViewProtocol18setScissorInPointsEffff]
CCEGLViewProtocol::setTouchDelegate ( EGLTouchDelegate* pDelegate )
[symbol: _ZN7cocos2d17CCEGLViewProtocol16setTouchDelegateEPNS_16EGLTouchDelegateE]
CCEGLViewProtocol::setViewPortInPoints ( float x, float y, float w, float h )
[symbol: _ZN7cocos2d17CCEGLViewProtocol19setViewPortInPointsEffff]
CCEGLViewProtocol::~CCEGLViewProtocol [in-charge-deleting] ( )
[symbol: _ZN7cocos2d17CCEGLViewProtocolD0Ev]
CCEGLViewProtocol::~CCEGLViewProtocol [in-charge] ( )
[symbol: _ZN7cocos2d17CCEGLViewProtocolD1Ev]
CCEGLViewProtocol::~CCEGLViewProtocol [not-in-charge] ( )
[symbol: _ZN7cocos2d17CCEGLViewProtocolD2Ev]
CCFileUtils.h,
libcocos2d.so
namespace cocos2d
CCFileUtils::getResourceDirectory ( )
[symbol: _ZN7cocos2d11CCFileUtils20getResourceDirectoryEv]
CCFileUtils::isPopupNotify ( )
[symbol: _ZN7cocos2d11CCFileUtils13isPopupNotifyEv]
CCFileUtils::purgeCachedEntries ( )
[symbol: _ZN7cocos2d11CCFileUtils18purgeCachedEntriesEv]
CCFileUtils::purgeFileUtils ( ) [static]
[symbol: _ZN7cocos2d11CCFileUtils14purgeFileUtilsEv]
CCFileUtils::setPopupNotify ( bool bNotify )
[symbol: _ZN7cocos2d11CCFileUtils14setPopupNotifyEb]
CCFileUtils::setResourceDirectory ( char const* pszDirectoryName )
[symbol: _ZN7cocos2d11CCFileUtils20setResourceDirectoryEPKc]
CCFileUtils::sharedFileUtils ( ) [static]
[symbol: _ZN7cocos2d11CCFileUtils15sharedFileUtilsEv]
CCGeometry.h,
libcocos2d.so
namespace cocos2d
CCPoint::CCPoint [in-charge] ( CCPoint const& other )
[symbol: _ZN7cocos2d7CCPointC1ERKS0_]
CCPoint::CCPoint [not-in-charge] ( CCPoint const& other )
[symbol: _ZN7cocos2d7CCPointC2ERKS0_]
CCPoint::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d7CCPoint12copyWithZoneEPNS_6CCZoneE]
CCPoint::equals ( CCPoint const& target ) const
[symbol: _ZNK7cocos2d7CCPoint6equalsERKS0_]
CCPoint::operator = ( CCPoint const& other )
[symbol: _ZN7cocos2d7CCPointaSERKS0_]
CCPoint::setPoint ( float x, float y )
[symbol: _ZN7cocos2d7CCPoint8setPointEff]
CCPoint::~CCPoint [in-charge-deleting] ( )
[symbol: _ZN7cocos2d7CCPointD0Ev]
CCPoint::~CCPoint [in-charge] ( )
[symbol: _ZN7cocos2d7CCPointD1Ev]
CCRect::CCRect [in-charge] ( CCRect const& other )
[symbol: _ZN7cocos2d6CCRectC1ERKS0_]
CCRect::CCRect [not-in-charge] ( CCRect const& other )
[symbol: _ZN7cocos2d6CCRectC2ERKS0_]
CCRect::containsPoint ( CCPoint const& point ) const
[symbol: _ZNK7cocos2d6CCRect13containsPointERKNS_7CCPointE]
CCRect::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d6CCRect12copyWithZoneEPNS_6CCZoneE]
CCRect::equals ( CCRect const& rect ) const
[symbol: _ZNK7cocos2d6CCRect6equalsERKS0_]
CCRect::getMaxX ( ) const
[symbol: _ZNK7cocos2d6CCRect7getMaxXEv]
CCRect::getMaxY ( ) const
[symbol: _ZNK7cocos2d6CCRect7getMaxYEv]
CCRect::getMidX ( ) const
[symbol: _ZNK7cocos2d6CCRect7getMidXEv]
CCRect::getMidY ( ) const
[symbol: _ZNK7cocos2d6CCRect7getMidYEv]
CCRect::getMinX ( ) const
[symbol: _ZNK7cocos2d6CCRect7getMinXEv]
CCRect::getMinY ( ) const
[symbol: _ZNK7cocos2d6CCRect7getMinYEv]
CCRect::intersectsRect ( CCRect const& rect ) const
[symbol: _ZNK7cocos2d6CCRect14intersectsRectERKS0_]
CCRect::operator = ( CCRect const& other )
[symbol: _ZN7cocos2d6CCRectaSERKS0_]
CCRect::setRect ( float x, float y, float width, float height )
[symbol: _ZN7cocos2d6CCRect7setRectEffff]
CCRect::~CCRect [in-charge-deleting] ( )
[symbol: _ZN7cocos2d6CCRectD0Ev]
CCRect::~CCRect [in-charge] ( )
[symbol: _ZN7cocos2d6CCRectD1Ev]
CCSize::CCSize [in-charge] ( CCSize const& other )
[symbol: _ZN7cocos2d6CCSizeC1ERKS0_]
CCSize::CCSize [not-in-charge] ( CCSize const& other )
[symbol: _ZN7cocos2d6CCSizeC2ERKS0_]
CCSize::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d6CCSize12copyWithZoneEPNS_6CCZoneE]
CCSize::equals ( CCSize const& target ) const
[symbol: _ZNK7cocos2d6CCSize6equalsERKS0_]
CCSize::operator = ( CCSize const& other )
[symbol: _ZN7cocos2d6CCSizeaSERKS0_]
CCSize::setSize ( float width, float height )
[symbol: _ZN7cocos2d6CCSize7setSizeEff]
CCSize::~CCSize [in-charge-deleting] ( )
[symbol: _ZN7cocos2d6CCSizeD0Ev]
CCSize::~CCSize [in-charge] ( )
[symbol: _ZN7cocos2d6CCSizeD1Ev]
CCGLProgram.h,
libcocos2d.so
namespace cocos2d
CCGLProgram::addAttribute ( char const* attributeName, GLuint index )
[symbol: _ZN7cocos2d11CCGLProgram12addAttributeEPKcj]
CCGLProgram::CCGLProgram [in-charge] ( )
[symbol: _ZN7cocos2d11CCGLProgramC1Ev]
CCGLProgram::CCGLProgram [not-in-charge] ( )
[symbol: _ZN7cocos2d11CCGLProgramC2Ev]
CCGLProgram::fragmentShaderLog ( )
[symbol: _ZN7cocos2d11CCGLProgram17fragmentShaderLogEv]
CCGLProgram::initWithVertexShaderByteArray ( GLchar const* vShaderByteArray, GLchar const* fShaderByteArray )
[symbol: _ZN7cocos2d11CCGLProgram29initWithVertexShaderByteArrayEPKcS2_]
CCGLProgram::initWithVertexShaderFilename ( char const* vShaderFilename, char const* fShaderFilename )
[symbol: _ZN7cocos2d11CCGLProgram28initWithVertexShaderFilenameEPKcS2_]
CCGLProgram::link ( )
[symbol: _ZN7cocos2d11CCGLProgram4linkEv]
CCGLProgram::programLog ( )
[symbol: _ZN7cocos2d11CCGLProgram10programLogEv]
CCGLProgram::reset ( )
[symbol: _ZN7cocos2d11CCGLProgram5resetEv]
CCGLProgram::setUniformForModelViewProjectionMatrix ( )
[symbol: _ZN7cocos2d11CCGLProgram38setUniformForModelViewProjectionMatrixEv]
CCGLProgram::setUniformLocationWith1f ( unsigned int location, GLfloat f1 )
[symbol: _ZN7cocos2d11CCGLProgram24setUniformLocationWith1fEjf]
CCGLProgram::setUniformLocationWith1i ( unsigned int location, GLint i1 )
[symbol: _ZN7cocos2d11CCGLProgram24setUniformLocationWith1iEji]
CCGLProgram::setUniformLocationWith2f ( unsigned int location, GLfloat f1, GLfloat f2 )
[symbol: _ZN7cocos2d11CCGLProgram24setUniformLocationWith2fEjff]
CCGLProgram::setUniformLocationWith2fv ( unsigned int location, GLfloat* floats, unsigned int numberOfArrays )
[symbol: _ZN7cocos2d11CCGLProgram25setUniformLocationWith2fvEjPfj]
CCGLProgram::setUniformLocationWith3f ( unsigned int location, GLfloat f1, GLfloat f2, GLfloat f3 )
[symbol: _ZN7cocos2d11CCGLProgram24setUniformLocationWith3fEjfff]
CCGLProgram::setUniformLocationWith3fv ( unsigned int location, GLfloat* floats, unsigned int numberOfArrays )
[symbol: _ZN7cocos2d11CCGLProgram25setUniformLocationWith3fvEjPfj]
CCGLProgram::setUniformLocationWith4f ( unsigned int location, GLfloat f1, GLfloat f2, GLfloat f3, GLfloat f4 )
[symbol: _ZN7cocos2d11CCGLProgram24setUniformLocationWith4fEjffff]
CCGLProgram::setUniformLocationWith4fv ( unsigned int location, GLfloat* floats, unsigned int numberOfArrays )
[symbol: _ZN7cocos2d11CCGLProgram25setUniformLocationWith4fvEjPfj]
CCGLProgram::setUniformLocationwithMatrix4fv ( unsigned int location, GLfloat* matrixArray, unsigned int numberOfMatrices )
[symbol: _ZN7cocos2d11CCGLProgram31setUniformLocationwithMatrix4fvEjPfj]
CCGLProgram::updateUniforms ( )
[symbol: _ZN7cocos2d11CCGLProgram14updateUniformsEv]
CCGLProgram::use ( )
[symbol: _ZN7cocos2d11CCGLProgram3useEv]
CCGLProgram::vertexShaderLog ( )
[symbol: _ZN7cocos2d11CCGLProgram15vertexShaderLogEv]
CCGLProgram::~CCGLProgram [in-charge-deleting] ( )
[symbol: _ZN7cocos2d11CCGLProgramD0Ev]
CCGLProgram::~CCGLProgram [in-charge] ( )
[symbol: _ZN7cocos2d11CCGLProgramD1Ev]
CCGLProgram::~CCGLProgram [not-in-charge] ( )
[symbol: _ZN7cocos2d11CCGLProgramD2Ev]
ccGLStateCache.h,
libcocos2d.so
namespace cocos2d
ccGLActiveTexture ( GLenum textureEnum )
[symbol: _ZN7cocos2d17ccGLActiveTextureEj]
ccGLBindTexture2D ( GLuint textureId )
[symbol: _ZN7cocos2d17ccGLBindTexture2DEj]
ccGLBlendFunc ( GLenum sfactor, GLenum dfactor )
[symbol: _ZN7cocos2d13ccGLBlendFuncEjj]
ccGLDeleteProgram ( GLuint program )
[symbol: _ZN7cocos2d17ccGLDeleteProgramEj]
ccGLDeleteTexture ( GLuint textureId )
[symbol: _ZN7cocos2d17ccGLDeleteTextureEj]
ccGLEnable ( enum ccGLServerState flags )
[symbol: _ZN7cocos2d10ccGLEnableENS_15ccGLServerStateE]
ccGLEnableVertexAttribs ( unsigned int flags )
[symbol: _ZN7cocos2d23ccGLEnableVertexAttribsEj]
ccGLGetActiveTexture ( )
[symbol: _ZN7cocos2d20ccGLGetActiveTextureEv]
ccGLInvalidateStateCache ( )
[symbol: _ZN7cocos2d24ccGLInvalidateStateCacheEv]
ccGLUseProgram ( GLuint program )
[symbol: _ZN7cocos2d14ccGLUseProgramEj]
ccSetProjectionMatrixDirty ( )
[symbol: _ZN7cocos2d26ccSetProjectionMatrixDirtyEv]
CCGrid.h,
libcocos2d.so
namespace cocos2d
CCGrid3D::CCGrid3D [in-charge] ( )
[symbol: _ZN7cocos2d8CCGrid3DC1Ev]
CCGrid3D::CCGrid3D [not-in-charge] ( )
[symbol: _ZN7cocos2d8CCGrid3DC2Ev]
CCGrid3D::create ( ccGridSize const& gridSize ) [static]
[symbol: _ZN7cocos2d8CCGrid3D6createERKNS_11_ccGridSizeE]
CCGrid3D::create ( ccGridSize const& gridSize, CCTexture2D* pTexture, bool bFlipped ) [static]
[symbol: _ZN7cocos2d8CCGrid3D6createERKNS_11_ccGridSizeEPNS_11CCTexture2DEb]
CCGridBase::create ( ccGridSize const& gridSize ) [static]
[symbol: _ZN7cocos2d10CCGridBase6createERKNS_11_ccGridSizeE]
CCGridBase::create ( ccGridSize const& gridSize, CCTexture2D* texture, bool flipped ) [static]
[symbol: _ZN7cocos2d10CCGridBase6createERKNS_11_ccGridSizeEPNS_11CCTexture2DEb]
CCGridBase::setTextureFlipped ( bool bFlipped )
[symbol: _ZN7cocos2d10CCGridBase17setTextureFlippedEb]
CCTiledGrid3D::CCTiledGrid3D [in-charge] ( )
[symbol: _ZN7cocos2d13CCTiledGrid3DC1Ev]
CCTiledGrid3D::CCTiledGrid3D [not-in-charge] ( )
[symbol: _ZN7cocos2d13CCTiledGrid3DC2Ev]
CCTiledGrid3D::create ( ccGridSize const& gridSize ) [static]
[symbol: _ZN7cocos2d13CCTiledGrid3D6createERKNS_11_ccGridSizeE]
CCTiledGrid3D::create ( ccGridSize const& gridSize, CCTexture2D* pTexture, bool bFlipped ) [static]
[symbol: _ZN7cocos2d13CCTiledGrid3D6createERKNS_11_ccGridSizeEPNS_11CCTexture2DEb]
CCImage.h,
libcocos2d.so
namespace cocos2d
CCImage::_initWithTiffData ( void* pData, int nDataLen )
[symbol: _ZN7cocos2d7CCImage17_initWithTiffDataEPvi]
CCImage::~CCImage [in-charge-deleting] ( )
[symbol: _ZN7cocos2d7CCImageD0Ev]
CCLabelAtlas.h,
libcocos2d.so
namespace cocos2d
CCLabelAtlas::create ( char const* string, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned int startCharMap ) [static]
[symbol: _ZN7cocos2d12CCLabelAtlas6createEPKcS2_jjj]
CCLabelAtlas::create ( char const* string, char const* fntFile ) [static]
[symbol: _ZN7cocos2d12CCLabelAtlas6createEPKcS2_]
CCLabelAtlas::initWithString ( char const* string, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned int startCharMap )
[symbol: _ZN7cocos2d12CCLabelAtlas14initWithStringEPKcS2_jjj]
CCLabelAtlas::initWithString ( char const* string, char const* fntFile )
[symbol: _ZN7cocos2d12CCLabelAtlas14initWithStringEPKcS2_]
CCLabelAtlas::labelWithString ( char const* string, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned int startCharMap ) [static]
[symbol: _ZN7cocos2d12CCLabelAtlas15labelWithStringEPKcS2_jjj]
CCLabelAtlas::labelWithString ( char const* string, char const* fntFile ) [static]
[symbol: _ZN7cocos2d12CCLabelAtlas15labelWithStringEPKcS2_]
CCLabelBMFont.h,
libcocos2d.so
namespace cocos2d
CCBMFontConfiguration::create ( char const* FNTfile ) [static]
[symbol: _ZN7cocos2d21CCBMFontConfiguration6createEPKc]
CCLabelBMFont::CCLabelBMFont [in-charge] ( )
[symbol: _ZN7cocos2d13CCLabelBMFontC1Ev]
CCLabelBMFont::CCLabelBMFont [not-in-charge] ( )
[symbol: _ZN7cocos2d13CCLabelBMFontC2Ev]
CCLabelBMFont::create ( ) [static]
[symbol: _ZN7cocos2d13CCLabelBMFont6createEv]
CCLabelBMFont::create ( char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset ) [static]
[symbol: _ZN7cocos2d13CCLabelBMFont6createEPKcS2_fNS_15CCTextAlignmentENS_7CCPointE]
CCLabelBMFont::getFntFile ( )
[symbol: _ZN7cocos2d13CCLabelBMFont10getFntFileEv]
CCLabelBMFont::init ( )
[symbol: _ZN7cocos2d13CCLabelBMFont4initEv]
CCLabelBMFont::initWithString ( char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset )
[symbol: _ZN7cocos2d13CCLabelBMFont14initWithStringEPKcS2_fNS_15CCTextAlignmentENS_7CCPointE]
CCLabelBMFont::isOpacityModifyRGB ( )
[symbol: _ZN7cocos2d13CCLabelBMFont18isOpacityModifyRGBEv]
CCLabelBMFont::labelWithString ( char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset ) [static]
[symbol: _ZN7cocos2d13CCLabelBMFont15labelWithStringEPKcS2_fNS_15CCTextAlignmentENS_7CCPointE]
CCLabelBMFont::node ( ) [static]
[symbol: _ZN7cocos2d13CCLabelBMFont4nodeEv]
CCLabelBMFont::setAlignment ( enum CCTextAlignment alignment )
[symbol: _ZN7cocos2d13CCLabelBMFont12setAlignmentENS_15CCTextAlignmentE]
CCLabelBMFont::setFntFile ( char const* fntFile )
[symbol: _ZN7cocos2d13CCLabelBMFont10setFntFileEPKc]
CCLabelBMFont::setLineBreakWithoutSpace ( bool breakWithoutSpace )
[symbol: _ZN7cocos2d13CCLabelBMFont24setLineBreakWithoutSpaceEb]
CCLabelBMFont::setOpacityModifyRGB ( bool isOpacityModifyRGB )
[symbol: _ZN7cocos2d13CCLabelBMFont19setOpacityModifyRGBEb]
CCLabelBMFont::setScale ( float scale )
[symbol: _ZN7cocos2d13CCLabelBMFont8setScaleEf]
CCLabelBMFont::setScaleX ( float scaleX )
[symbol: _ZN7cocos2d13CCLabelBMFont9setScaleXEf]
CCLabelBMFont::setScaleY ( float scaleY )
[symbol: _ZN7cocos2d13CCLabelBMFont9setScaleYEf]
CCLabelBMFont::setString ( char const* label, bool fromUpdate )
[symbol: _ZN7cocos2d13CCLabelBMFont9setStringEPKcb]
CCLabelBMFont::setWidth ( float width )
[symbol: _ZN7cocos2d13CCLabelBMFont8setWidthEf]
CCLabelBMFont::updateLabel ( )
[symbol: _ZN7cocos2d13CCLabelBMFont11updateLabelEv]
CCLabelBMFont::updateString ( bool fromUpdate )
[symbol: _ZN7cocos2d13CCLabelBMFont12updateStringEb]
CCLabelTTF.h,
libcocos2d.so
namespace cocos2d
CCLabelTTF::create ( ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF6createEv]
CCLabelTTF::create ( char const* string, char const* fontName, float fontSize ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF6createEPKcS2_f]
CCLabelTTF::create ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF6createEPKcS2_fRKNS_6CCSizeENS_15CCTextAlignmentE]
CCLabelTTF::create ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF6createEPKcS2_fRKNS_6CCSizeENS_15CCTextAlignmentENS_23CCVerticalTextAlignmentE]
CCLabelTTF::getDimensions ( )
[symbol: _ZN7cocos2d10CCLabelTTF13getDimensionsEv]
CCLabelTTF::getFontName ( )
[symbol: _ZN7cocos2d10CCLabelTTF11getFontNameEv]
CCLabelTTF::getFontSize ( )
[symbol: _ZN7cocos2d10CCLabelTTF11getFontSizeEv]
CCLabelTTF::getHorizontalAlignment ( )
[symbol: _ZN7cocos2d10CCLabelTTF22getHorizontalAlignmentEv]
CCLabelTTF::getVerticalAlignment ( )
[symbol: _ZN7cocos2d10CCLabelTTF20getVerticalAlignmentEv]
CCLabelTTF::init ( )
[symbol: _ZN7cocos2d10CCLabelTTF4initEv]
CCLabelTTF::initWithString ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment )
[symbol: _ZN7cocos2d10CCLabelTTF14initWithStringEPKcS2_fRKNS_6CCSizeENS_15CCTextAlignmentE]
CCLabelTTF::initWithString ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment )
[symbol: _ZN7cocos2d10CCLabelTTF14initWithStringEPKcS2_fRKNS_6CCSizeENS_15CCTextAlignmentENS_23CCVerticalTextAlignmentE]
CCLabelTTF::labelWithString ( char const* string, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment, char const* fontName, float fontSize ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF15labelWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentENS_23CCVerticalTextAlignmentES2_f]
CCLabelTTF::node ( ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF4nodeEv]
CCLabelTTF::setDimensions ( CCSize const& dim )
[symbol: _ZN7cocos2d10CCLabelTTF13setDimensionsERKNS_6CCSizeE]
CCLabelTTF::setFontName ( char const* fontName )
[symbol: _ZN7cocos2d10CCLabelTTF11setFontNameEPKc]
CCLabelTTF::setFontSize ( float fontSize )
[symbol: _ZN7cocos2d10CCLabelTTF11setFontSizeEf]
CCLabelTTF::setHorizontalAlignment ( enum CCTextAlignment alignment )
[symbol: _ZN7cocos2d10CCLabelTTF22setHorizontalAlignmentENS_15CCTextAlignmentE]
CCLabelTTF::setVerticalAlignment ( enum CCVerticalTextAlignment verticalAlignment )
[symbol: _ZN7cocos2d10CCLabelTTF20setVerticalAlignmentENS_23CCVerticalTextAlignmentE]
CCLayer.h,
libcocos2d.so
namespace cocos2d
CCLayer::create ( ) [static]
[symbol: _ZN7cocos2d7CCLayer6createEv]
CCLayer::isAccelerometerEnabled ( )
[symbol: _ZN7cocos2d7CCLayer22isAccelerometerEnabledEv]
CCLayer::isKeypadEnabled ( )
[symbol: _ZN7cocos2d7CCLayer15isKeypadEnabledEv]
CCLayer::isTouchEnabled ( )
[symbol: _ZN7cocos2d7CCLayer14isTouchEnabledEv]
CCLayer::setAccelerometerEnabled ( bool value )
[symbol: _ZN7cocos2d7CCLayer23setAccelerometerEnabledEb]
CCLayer::setKeypadEnabled ( bool value )
[symbol: _ZN7cocos2d7CCLayer16setKeypadEnabledEb]
CCLayer::setTouchEnabled ( bool value )
[symbol: _ZN7cocos2d7CCLayer15setTouchEnabledEb]
CCLayerColor::create ( ccColor4B const& color ) [static]
[symbol: _ZN7cocos2d12CCLayerColor6createERKNS_10_ccColor4BE]
CCLayerColor::create ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]
[symbol: _ZN7cocos2d12CCLayerColor6createERKNS_10_ccColor4BEff]
CCLayerColor::init ( )
[symbol: _ZN7cocos2d12CCLayerColor4initEv]
CCLayerColor::initWithColor ( ccColor4B const& color, GLfloat width, GLfloat height )
[symbol: _ZN7cocos2d12CCLayerColor13initWithColorERKNS_10_ccColor4BEff]
CCLayerColor::isOpacityModifyRGB ( )
[symbol: _ZN7cocos2d12CCLayerColor18isOpacityModifyRGBEv]
CCLayerColor::layerWithColor ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]
[symbol: _ZN7cocos2d12CCLayerColor14layerWithColorERKNS_10_ccColor4BEff]
CCLayerColor::setOpacityModifyRGB ( bool bValue )
[symbol: _ZN7cocos2d12CCLayerColor19setOpacityModifyRGBEb]
CCLayerGradient::create ( ccColor4B const& start, ccColor4B const& end ) [static]
[symbol: _ZN7cocos2d15CCLayerGradient6createERKNS_10_ccColor4BES3_]
CCLayerGradient::create ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v ) [static]
[symbol: _ZN7cocos2d15CCLayerGradient6createERKNS_10_ccColor4BES3_RKNS_7CCPointE]
CCLayerGradient::isCompressedInterpolation ( )
[symbol: _ZN7cocos2d15CCLayerGradient25isCompressedInterpolationEv]
CCLayerGradient::setCompressedInterpolation ( bool bCompressedInterpolation )
[symbol: _ZN7cocos2d15CCLayerGradient26setCompressedInterpolationEb]
CCLayerMultiplex::create ( CCLayer* layer, ... ) [static]
[symbol: _ZN7cocos2d16CCLayerMultiplex6createEPNS_7CCLayerEz]
CCLayerMultiplex::createWithLayer ( CCLayer* layer ) [static]
[symbol: _ZN7cocos2d16CCLayerMultiplex15createWithLayerEPNS_7CCLayerE]
ccMacros.h,
libcocos2d.so
g_uNumberOfDraws [data]
CCMenu.h,
libcocos2d.so
namespace cocos2d
CCMenu::addChild ( CCNode* child )
[symbol: _ZN7cocos2d6CCMenu8addChildEPNS_6CCNodeE]
CCMenu::create ( ) [static]
[symbol: _ZN7cocos2d6CCMenu6createEv]
CCMenu::create ( CCMenuItem* item, ... ) [static]
[symbol: _ZN7cocos2d6CCMenu6createEPNS_10CCMenuItemEz]
CCMenu::createWithArray ( CCArray* pArrayOfItems ) [static]
[symbol: _ZN7cocos2d6CCMenu15createWithArrayEPNS_7CCArrayE]
CCMenu::createWithItem ( CCMenuItem* item ) [static]
[symbol: _ZN7cocos2d6CCMenu14createWithItemEPNS_10CCMenuItemE]
CCMenu::initWithArray ( CCArray* pArrayOfItems )
[symbol: _ZN7cocos2d6CCMenu13initWithArrayEPNS_7CCArrayE]
CCMenu::menuWithArray ( CCArray* pArrayOfItems ) [static]
[symbol: _ZN7cocos2d6CCMenu13menuWithArrayEPNS_7CCArrayE]
CCMenu::setHandlerPriority ( int newPriority )
[symbol: _ZN7cocos2d6CCMenu18setHandlerPriorityEi]
CCMenuItem.h,
libcocos2d.so
namespace cocos2d
CCMenuItem::create ( CCObject* rec, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d10CCMenuItem6createEPNS_8CCObjectEMS1_FvS2_E]
CCMenuItem::isEnabled ( )
[symbol: _ZN7cocos2d10CCMenuItem9isEnabledEv]
CCMenuItem::isSelected ( )
[symbol: _ZN7cocos2d10CCMenuItem10isSelectedEv]
CCMenuItem::setEnabled ( bool value )
[symbol: _ZN7cocos2d10CCMenuItem10setEnabledEb]
CCMenuItemAtlasFont::create ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont6createEPKcS2_iic]
CCMenuItemAtlasFont::create ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont6createEPKcS2_iicPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemAtlasFont::initWithString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont14initWithStringEPKcS2_iicPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemAtlasFont::itemWithString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont14itemWithStringEPKcS2_iic]
CCMenuItemAtlasFont::itemWithString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont14itemWithStringEPKcS2_iicPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemFont::create ( char const* value ) [static]
[symbol: _ZN7cocos2d14CCMenuItemFont6createEPKc]
CCMenuItemFont::create ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d14CCMenuItemFont6createEPKcPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemFont::initWithString ( char const* value, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d14CCMenuItemFont14initWithStringEPKcPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemFont::itemWithString ( char const* value ) [static]
[symbol: _ZN7cocos2d14CCMenuItemFont14itemWithStringEPKc]
CCMenuItemFont::itemWithString ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d14CCMenuItemFont14itemWithStringEPKcPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::create ( ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage6createEv]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage6createEPKcS2_]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage6createEPKcS2_S2_]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage6createEPKcS2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage6createEPKcS2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::init ( )
[symbol: _ZN7cocos2d15CCMenuItemImage4initEv]
CCMenuItemImage::initWithNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d15CCMenuItemImage19initWithNormalImageEPKcS2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemWithNormalImageEPKcS2_]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemWithNormalImageEPKcS2_S2_]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemWithNormalImageEPKcS2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemWithNormalImageEPKcS2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::node ( ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage4nodeEv]
CCMenuItemImage::setDisabledSpriteFrame ( CCSpriteFrame* frame )
[symbol: _ZN7cocos2d15CCMenuItemImage22setDisabledSpriteFrameEPNS_13CCSpriteFrameE]
CCMenuItemImage::setNormalSpriteFrame ( CCSpriteFrame* frame )
[symbol: _ZN7cocos2d15CCMenuItemImage20setNormalSpriteFrameEPNS_13CCSpriteFrameE]
CCMenuItemImage::setSelectedSpriteFrame ( CCSpriteFrame* frame )
[symbol: _ZN7cocos2d15CCMenuItemImage22setSelectedSpriteFrameEPNS_13CCSpriteFrameE]
CCMenuItemLabel::create ( CCNode* label ) [static]
[symbol: _ZN7cocos2d15CCMenuItemLabel6createEPNS_6CCNodeE]
CCMenuItemLabel::create ( CCNode* label, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemLabel6createEPNS_6CCNodeEPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemLabel::setEnabled ( bool enabled )
[symbol: _ZN7cocos2d15CCMenuItemLabel10setEnabledEb]
CCMenuItemSprite::create ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite6createEPNS_6CCNodeES2_S2_]
CCMenuItemSprite::create ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite6createEPNS_6CCNodeES2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::create ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite6createEPNS_6CCNodeES2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::initWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d16CCMenuItemSprite20initWithNormalSpriteEPNS_6CCNodeES2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::itemWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite20itemWithNormalSpriteEPNS_6CCNodeES2_S2_]
CCMenuItemSprite::itemWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite20itemWithNormalSpriteEPNS_6CCNodeES2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::itemWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite20itemWithNormalSpriteEPNS_6CCNodeES2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::setEnabled ( bool bEnabled )
[symbol: _ZN7cocos2d16CCMenuItemSprite10setEnabledEb]
CCMenuItemSprite::updateImagesVisibility ( )
[symbol: _ZN7cocos2d16CCMenuItemSprite22updateImagesVisibilityEv]
CCMenuItemToggle::create ( CCMenuItem* item ) [static]
[symbol: _ZN7cocos2d16CCMenuItemToggle6createEPNS_10CCMenuItemE]
CCMenuItemToggle::createWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, ... ) [static]
[symbol: _ZN7cocos2d16CCMenuItemToggle16createWithTargetEPNS_8CCObjectEMS1_FvS2_EPNS_10CCMenuItemEz]
CCMenuItemToggle::setEnabled ( bool var )
[symbol: _ZN7cocos2d16CCMenuItemToggle10setEnabledEb]
CCMenuItemToggle::setSubItems ( CCArray* var )
[symbol: _ZN7cocos2d16CCMenuItemToggle11setSubItemsEPNS_7CCArrayE]
CCMotionStreak.h,
libcocos2d.so
namespace cocos2d
CCMotionStreak::CCMotionStreak [in-charge] ( )
[symbol: _ZN7cocos2d14CCMotionStreakC1Ev]
CCMotionStreak::CCMotionStreak [not-in-charge] ( )
[symbol: _ZN7cocos2d14CCMotionStreakC2Ev]
CCMotionStreak::create ( float fade, float minSeg, float stroke, ccColor3B color, char const* path ) [static]
[symbol: _ZN7cocos2d14CCMotionStreak6createEfffNS_10_ccColor3BEPKc]
CCMotionStreak::create ( float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D* texture ) [static]
[symbol: _ZN7cocos2d14CCMotionStreak6createEfffNS_10_ccColor3BEPNS_11CCTexture2DE]
CCMotionStreak::draw ( )
[symbol: _ZN7cocos2d14CCMotionStreak4drawEv]
CCMotionStreak::getColor ( )
[symbol: _ZN7cocos2d14CCMotionStreak8getColorEv]
CCMotionStreak::getOpacity ( )
[symbol: _ZN7cocos2d14CCMotionStreak10getOpacityEv]
CCMotionStreak::initWithFade ( float fade, float minSeg, float stroke, ccColor3B color, char const* path )
[symbol: _ZN7cocos2d14CCMotionStreak12initWithFadeEfffNS_10_ccColor3BEPKc]
CCMotionStreak::initWithFade ( float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D* texture )
[symbol: _ZN7cocos2d14CCMotionStreak12initWithFadeEfffNS_10_ccColor3BEPNS_11CCTexture2DE]
CCMotionStreak::isOpacityModifyRGB ( )
[symbol: _ZN7cocos2d14CCMotionStreak18isOpacityModifyRGBEv]
CCMotionStreak::reset ( )
[symbol: _ZN7cocos2d14CCMotionStreak5resetEv]
CCMotionStreak::setColor ( ccColor3B const& color )
[symbol: _ZN7cocos2d14CCMotionStreak8setColorERKNS_10_ccColor3BE]
CCMotionStreak::setOpacity ( GLubyte opacity )
[symbol: _ZN7cocos2d14CCMotionStreak10setOpacityEh]
CCMotionStreak::setOpacityModifyRGB ( bool bValue )
[symbol: _ZN7cocos2d14CCMotionStreak19setOpacityModifyRGBEb]
CCMotionStreak::setPosition ( CCPoint const& position )
[symbol: _ZN7cocos2d14CCMotionStreak11setPositionERKNS_7CCPointE]
CCMotionStreak::streakWithFade ( float fade, float minSeg, float stroke, ccColor3B color, char const* path ) [static]
[symbol: _ZN7cocos2d14CCMotionStreak14streakWithFadeEfffNS_10_ccColor3BEPKc]
CCMotionStreak::streakWithFade ( float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D* texture ) [static]
[symbol: _ZN7cocos2d14CCMotionStreak14streakWithFadeEfffNS_10_ccColor3BEPNS_11CCTexture2DE]
CCMotionStreak::tintWithColor ( ccColor3B colors )
[symbol: _ZN7cocos2d14CCMotionStreak13tintWithColorENS_10_ccColor3BE]
CCNode.h,
libcocos2d.so
namespace cocos2d
CCNode::_setZOrder ( int z )
[symbol: _ZN7cocos2d6CCNode10_setZOrderEi]
CCNode::create ( ) [static]
[symbol: _ZN7cocos2d6CCNode6createEv]
CCNode::getActionManager ( )
[symbol: _ZN7cocos2d6CCNode16getActionManagerEv]
CCNode::getAnchorPointInPoints ( )
[symbol: _ZN7cocos2d6CCNode22getAnchorPointInPointsEv]
CCNode::getGLServerState ( ) const
[symbol: _ZNK7cocos2d6CCNode16getGLServerStateEv]
CCNode::getOrderOfArrival ( ) const
[symbol: _ZNK7cocos2d6CCNode17getOrderOfArrivalEv]
CCNode::getScheduler ( )
[symbol: _ZN7cocos2d6CCNode12getSchedulerEv]
CCNode::getShaderProgram ( ) const
[symbol: _ZNK7cocos2d6CCNode16getShaderProgramEv]
CCNode::getUserObject ( ) const
[symbol: _ZNK7cocos2d6CCNode13getUserObjectEv]
CCNode::ignoreAnchorPointForPosition ( bool isIgnoreAnchorPointForPosition )
[symbol: _ZN7cocos2d6CCNode28ignoreAnchorPointForPositionEb]
CCNode::isIgnoreAnchorPointForPosition ( )
[symbol: _ZN7cocos2d6CCNode30isIgnoreAnchorPointForPositionEv]
CCNode::isRunning ( )
[symbol: _ZN7cocos2d6CCNode9isRunningEv]
CCNode::isVisible ( )
[symbol: _ZN7cocos2d6CCNode9isVisibleEv]
CCNode::onExitTransitionDidStart ( )
[symbol: _ZN7cocos2d6CCNode24onExitTransitionDidStartEv]
CCNode::schedule ( void(CCObject::*)(float) selector, float interval, unsigned int repeat, float delay )
[symbol: _ZN7cocos2d6CCNode8scheduleEMNS_8CCObjectEFvfEfjf]
CCNode::scheduleOnce ( void(CCObject::*)(float) selector, float delay )
[symbol: _ZN7cocos2d6CCNode12scheduleOnceEMNS_8CCObjectEFvfEf]
CCNode::setActionManager ( CCActionManager* var )
[symbol: _ZN7cocos2d6CCNode16setActionManagerEPNS_15CCActionManagerE]
CCNode::setGLServerState ( enum ccGLServerState var )
[symbol: _ZN7cocos2d6CCNode16setGLServerStateENS_15ccGLServerStateE]
CCNode::setOrderOfArrival ( int var )
[symbol: _ZN7cocos2d6CCNode17setOrderOfArrivalEi]
CCNode::setScheduler ( CCScheduler* var )
[symbol: _ZN7cocos2d6CCNode12setSchedulerEPNS_11CCSchedulerE]
CCNode::setShaderProgram ( CCGLProgram* var )
[symbol: _ZN7cocos2d6CCNode16setShaderProgramEPNS_11CCGLProgramE]
CCNode::setUserObject ( CCObject* var )
[symbol: _ZN7cocos2d6CCNode13setUserObjectEPNS_8CCObjectE]
CCNode::setVisible ( bool visible )
[symbol: _ZN7cocos2d6CCNode10setVisibleEb]
CCNode::sortAllChildren ( )
[symbol: _ZN7cocos2d6CCNode15sortAllChildrenEv]
CCNotificationCenter.h,
libcocos2d.so
namespace cocos2d
CCNotificationCenter::purgeNotificationCenter ( ) [static]
[symbol: _ZN7cocos2d20CCNotificationCenter23purgeNotificationCenterEv]
CCNotificationCenter::sharedNotificationCenter ( ) [static]
[symbol: _ZN7cocos2d20CCNotificationCenter24sharedNotificationCenterEv]
CCObject.h,
libcocos2d.so
namespace cocos2d
CCObject::isSingleReference ( )
[symbol: _ZN7cocos2d8CCObject17isSingleReferenceEv]
CCParallaxNode.h,
libcocos2d.so
namespace cocos2d
CCParallaxNode::create ( ) [static]
[symbol: _ZN7cocos2d14CCParallaxNode6createEv]
CCParticleBatchNode.h,
libcocos2d.so
namespace cocos2d
CCParticleBatchNode::addChild ( CCNode* child )
[symbol: _ZN7cocos2d19CCParticleBatchNode8addChildEPNS_6CCNodeE]
CCParticleBatchNode::addChild ( CCNode* child, int zOrder )
[symbol: _ZN7cocos2d19CCParticleBatchNode8addChildEPNS_6CCNodeEi]
CCParticleBatchNode::addChild ( CCNode* child, int zOrder, int tag )
[symbol: _ZN7cocos2d19CCParticleBatchNode8addChildEPNS_6CCNodeEii]
CCParticleBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d19CCParticleBatchNode17batchNodeWithFileEPKcj]
CCParticleBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d19CCParticleBatchNode20batchNodeWithTextureEPNS_11CCTexture2DEj]
CCParticleBatchNode::CCParticleBatchNode [in-charge] ( )
[symbol: _ZN7cocos2d19CCParticleBatchNodeC1Ev]
CCParticleBatchNode::CCParticleBatchNode [not-in-charge] ( )
[symbol: _ZN7cocos2d19CCParticleBatchNodeC2Ev]
CCParticleBatchNode::create ( char const* fileImage, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d19CCParticleBatchNode6createEPKcj]
CCParticleBatchNode::createWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d19CCParticleBatchNode17createWithTextureEPNS_11CCTexture2DEj]
CCParticleBatchNode::disableParticle ( unsigned int particleIndex )
[symbol: _ZN7cocos2d19CCParticleBatchNode15disableParticleEj]
CCParticleBatchNode::draw ( )
[symbol: _ZN7cocos2d19CCParticleBatchNode4drawEv]
CCParticleBatchNode::getBlendFunc ( )
[symbol: _ZN7cocos2d19CCParticleBatchNode12getBlendFuncEv]
CCParticleBatchNode::getTexture ( )
[symbol: _ZN7cocos2d19CCParticleBatchNode10getTextureEv]
CCParticleBatchNode::getTextureAtlas ( ) const
[symbol: _ZNK7cocos2d19CCParticleBatchNode15getTextureAtlasEv]
CCParticleBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )
[symbol: _ZN7cocos2d19CCParticleBatchNode12initWithFileEPKcj]
CCParticleBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )
[symbol: _ZN7cocos2d19CCParticleBatchNode15initWithTextureEPNS_11CCTexture2DEj]
CCParticleBatchNode::insertChild ( CCParticleSystem* pSystem, unsigned int index )
[symbol: _ZN7cocos2d19CCParticleBatchNode11insertChildEPNS_16CCParticleSystemEj]
CCParticleBatchNode::removeAllChildrenWithCleanup ( bool doCleanup )
[symbol: _ZN7cocos2d19CCParticleBatchNode28removeAllChildrenWithCleanupEb]
CCParticleBatchNode::removeChild ( CCNode* child, bool cleanup )
[symbol: _ZN7cocos2d19CCParticleBatchNode11removeChildEPNS_6CCNodeEb]
CCParticleBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )
[symbol: _ZN7cocos2d19CCParticleBatchNode18removeChildAtIndexEjb]
CCParticleBatchNode::reorderChild ( CCNode* child, int zOrder )
[symbol: _ZN7cocos2d19CCParticleBatchNode12reorderChildEPNS_6CCNodeEi]
CCParticleBatchNode::setBlendFunc ( ccBlendFunc blendFunc )
[symbol: _ZN7cocos2d19CCParticleBatchNode12setBlendFuncENS_12_ccBlendFuncE]
CCParticleBatchNode::setTexture ( CCTexture2D* texture )
[symbol: _ZN7cocos2d19CCParticleBatchNode10setTextureEPNS_11CCTexture2DE]
CCParticleBatchNode::setTextureAtlas ( CCTextureAtlas* var )
[symbol: _ZN7cocos2d19CCParticleBatchNode15setTextureAtlasEPNS_14CCTextureAtlasE]
CCParticleBatchNode::visit ( )
[symbol: _ZN7cocos2d19CCParticleBatchNode5visitEv]
CCParticleBatchNode::~CCParticleBatchNode [in-charge-deleting] ( )
[symbol: _ZN7cocos2d19CCParticleBatchNodeD0Ev]
CCParticleBatchNode::~CCParticleBatchNode [in-charge] ( )
[symbol: _ZN7cocos2d19CCParticleBatchNodeD1Ev]
CCParticleBatchNode::~CCParticleBatchNode [not-in-charge] ( )
[symbol: _ZN7cocos2d19CCParticleBatchNodeD2Ev]
CCParticleSystem.h,
libcocos2d.so
namespace cocos2d
CCParticleSystem::create ( char const* plistFile ) [static]
[symbol: _ZN7cocos2d16CCParticleSystem6createEPKc]
CCParticleSystem::getAtlasIndex ( ) const
[symbol: _ZNK7cocos2d16CCParticleSystem13getAtlasIndexEv]
CCParticleSystem::getBatchNode ( )
[symbol: _ZN7cocos2d16CCParticleSystem12getBatchNodeEv]
CCParticleSystem::getOpacityModifyRGB ( )
[symbol: _ZN7cocos2d16CCParticleSystem19getOpacityModifyRGBEv]
CCParticleSystem::init ( )
[symbol: _ZN7cocos2d16CCParticleSystem4initEv]
CCParticleSystem::initWithDictionary ( CCDictionary* dictionary )
[symbol: _ZN7cocos2d16CCParticleSystem18initWithDictionaryEPNS_12CCDictionaryE]
CCParticleSystem::isActive ( )
[symbol: _ZN7cocos2d16CCParticleSystem8isActiveEv]
CCParticleSystem::isAutoRemoveOnFinish ( )
[symbol: _ZN7cocos2d16CCParticleSystem20isAutoRemoveOnFinishEv]
CCParticleSystem::isBlendAdditive ( )
[symbol: _ZN7cocos2d16CCParticleSystem15isBlendAdditiveEv]
CCParticleSystem::setAtlasIndex ( unsigned int var )
[symbol: _ZN7cocos2d16CCParticleSystem13setAtlasIndexEj]
CCParticleSystem::setAutoRemoveOnFinish ( bool var )
[symbol: _ZN7cocos2d16CCParticleSystem21setAutoRemoveOnFinishEb]
CCParticleSystem::setBatchNode ( CCParticleBatchNode* var )
[symbol: _ZN7cocos2d16CCParticleSystem12setBatchNodeEPNS_19CCParticleBatchNodeE]
CCParticleSystem::setBlendAdditive ( bool value )
[symbol: _ZN7cocos2d16CCParticleSystem16setBlendAdditiveEb]
CCParticleSystem::setOpacityModifyRGB ( bool var )
[symbol: _ZN7cocos2d16CCParticleSystem19setOpacityModifyRGBEb]
CCParticleSystem::setRotation ( float newRotation )
[symbol: _ZN7cocos2d16CCParticleSystem11setRotationEf]
CCParticleSystem::setScale ( float s )
[symbol: _ZN7cocos2d16CCParticleSystem8setScaleEf]
CCParticleSystem::setScaleX ( float newScaleX )
[symbol: _ZN7cocos2d16CCParticleSystem9setScaleXEf]
CCParticleSystem::setScaleY ( float newScaleY )
[symbol: _ZN7cocos2d16CCParticleSystem9setScaleYEf]
CCParticleSystem::updateBlendFunc ( )
[symbol: _ZN7cocos2d16CCParticleSystem15updateBlendFuncEv]
CCParticleSystem::updateWithNoTime ( )
[symbol: _ZN7cocos2d16CCParticleSystem16updateWithNoTimeEv]
CCParticleSystemQuad.h,
libcocos2d.so
namespace cocos2d
CCParticleSystemQuad::CCParticleSystemQuad [in-charge] ( )
[symbol: _ZN7cocos2d20CCParticleSystemQuadC1Ev]
CCParticleSystemQuad::CCParticleSystemQuad [not-in-charge] ( )
[symbol: _ZN7cocos2d20CCParticleSystemQuadC2Ev]
CCParticleSystemQuad::create ( ) [static]
[symbol: _ZN7cocos2d20CCParticleSystemQuad6createEv]
CCParticleSystemQuad::create ( char const* plistFile ) [static]
[symbol: _ZN7cocos2d20CCParticleSystemQuad6createEPKc]
CCParticleSystemQuad::listenBackToForeground ( CCObject* obj )
[symbol: _ZN7cocos2d20CCParticleSystemQuad22listenBackToForegroundEPNS_8CCObjectE]
CCParticleSystemQuad::node ( ) [static]
[symbol: _ZN7cocos2d20CCParticleSystemQuad4nodeEv]
CCParticleSystemQuad::setBatchNode ( CCParticleBatchNode* batchNode )
[symbol: _ZN7cocos2d20CCParticleSystemQuad12setBatchNodeEPNS_19CCParticleBatchNodeE]
CCParticleSystemQuad::setTotalParticles ( unsigned int tp )
[symbol: _ZN7cocos2d20CCParticleSystemQuad17setTotalParticlesEj]
CCParticleSystemQuad::setupIndices ( )
[symbol: _ZN7cocos2d20CCParticleSystemQuad12setupIndicesEv]
CCProfiling.h,
libcocos2d.so
namespace cocos2d
CCProfiler::createAndAddTimerWithName ( char const* timerName )
[symbol: _ZN7cocos2d10CCProfiler25createAndAddTimerWithNameEPKc]
CCProfiler::displayTimers ( )
[symbol: _ZN7cocos2d10CCProfiler13displayTimersEv]
CCProfiler::init ( )
[symbol: _ZN7cocos2d10CCProfiler4initEv]
CCProfiler::releaseAllTimers ( )
[symbol: _ZN7cocos2d10CCProfiler16releaseAllTimersEv]
CCProfiler::releaseTimer ( char const* timerName )
[symbol: _ZN7cocos2d10CCProfiler12releaseTimerEPKc]
CCProfiler::sharedProfiler ( ) [static]
[symbol: _ZN7cocos2d10CCProfiler14sharedProfilerEv]
CCProfiler::~CCProfiler [in-charge-deleting] ( )
[symbol: _ZN7cocos2d10CCProfilerD0Ev]
CCProfiler::~CCProfiler [in-charge] ( )
[symbol: _ZN7cocos2d10CCProfilerD1Ev]
CCProfiler::~CCProfiler [not-in-charge] ( )
[symbol: _ZN7cocos2d10CCProfilerD2Ev]
CCProfilingBeginTimingBlock ( char const* timerName )
[symbol: _ZN7cocos2d27CCProfilingBeginTimingBlockEPKc]
CCProfilingEndTimingBlock ( char const* timerName )
[symbol: _ZN7cocos2d25CCProfilingEndTimingBlockEPKc]
CCProfilingResetTimingBlock ( char const* timerName )
[symbol: _ZN7cocos2d27CCProfilingResetTimingBlockEPKc]
CCProfilingTimer::description ( )
[symbol: _ZN7cocos2d16CCProfilingTimer11descriptionEv]
CCProfilingTimer::initWithName ( char const* timerName )
[symbol: _ZN7cocos2d16CCProfilingTimer12initWithNameEPKc]
CCProfilingTimer::reset ( )
[symbol: _ZN7cocos2d16CCProfilingTimer5resetEv]
CCProfilingTimer::~CCProfilingTimer [in-charge-deleting] ( )
[symbol: _ZN7cocos2d16CCProfilingTimerD0Ev]
CCProfilingTimer::~CCProfilingTimer [in-charge] ( )
[symbol: _ZN7cocos2d16CCProfilingTimerD1Ev]
CCProfilingTimer::~CCProfilingTimer [not-in-charge] ( )
[symbol: _ZN7cocos2d16CCProfilingTimerD2Ev]
kCCProfilerCategoryBatchSprite [data]
[symbol: _ZN7cocos2d30kCCProfilerCategoryBatchSpriteE]
kCCProfilerCategoryParticles [data]
[symbol: _ZN7cocos2d28kCCProfilerCategoryParticlesE]
kCCProfilerCategorySprite [data]
[symbol: _ZN7cocos2d25kCCProfilerCategorySpriteE]
CCProgressTimer.h,
libcocos2d.so
namespace cocos2d
CCProgressTimer::CCProgressTimer [in-charge] ( )
[symbol: _ZN7cocos2d15CCProgressTimerC1Ev]
CCProgressTimer::CCProgressTimer [not-in-charge] ( )
[symbol: _ZN7cocos2d15CCProgressTimerC2Ev]
CCProgressTimer::create ( CCSprite* sp ) [static]
[symbol: _ZN7cocos2d15CCProgressTimer6createEPNS_8CCSpriteE]
CCProgressTimer::getBarChangeRate ( ) const
[symbol: _ZNK7cocos2d15CCProgressTimer16getBarChangeRateEv]
CCProgressTimer::getColor ( )
[symbol: _ZN7cocos2d15CCProgressTimer8getColorEv]
CCProgressTimer::getMidpoint ( )
[symbol: _ZN7cocos2d15CCProgressTimer11getMidpointEv]
CCProgressTimer::getOpacity ( )
[symbol: _ZN7cocos2d15CCProgressTimer10getOpacityEv]
CCProgressTimer::initWithSprite ( CCSprite* sp )
[symbol: _ZN7cocos2d15CCProgressTimer14initWithSpriteEPNS_8CCSpriteE]
CCProgressTimer::isOpacityModifyRGB ( )
[symbol: _ZN7cocos2d15CCProgressTimer18isOpacityModifyRGBEv]
CCProgressTimer::progressWithSprite ( CCSprite* sp ) [static]
[symbol: _ZN7cocos2d15CCProgressTimer18progressWithSpriteEPNS_8CCSpriteE]
CCProgressTimer::setAnchorPoint ( CCPoint anchorPoint )
[symbol: _ZN7cocos2d15CCProgressTimer14setAnchorPointENS_7CCPointE]
CCProgressTimer::setBarChangeRate ( CCPoint&restrict var )
[symbol: _ZN7cocos2d15CCProgressTimer16setBarChangeRateENS_7CCPointE]
CCProgressTimer::setColor ( ccColor3B const& color )
[symbol: _ZN7cocos2d15CCProgressTimer8setColorERKNS_10_ccColor3BE]
CCProgressTimer::setMidpoint ( CCPoint var )
[symbol: _ZN7cocos2d15CCProgressTimer11setMidpointENS_7CCPointE]
CCProgressTimer::setOpacity ( GLubyte opacity )
[symbol: _ZN7cocos2d15CCProgressTimer10setOpacityEh]
CCProgressTimer::setOpacityModifyRGB ( bool bValue )
[symbol: _ZN7cocos2d15CCProgressTimer19setOpacityModifyRGBEb]
CCProgressTimer::setReverseProgress ( bool reverse )
[symbol: _ZN7cocos2d15CCProgressTimer18setReverseProgressEb]
CCProgressTimer::textureCoordFromAlphaPoint ( CCPoint alpha )
[symbol: _ZN7cocos2d15CCProgressTimer26textureCoordFromAlphaPointENS_7CCPointE]
CCProgressTimer::vertexFromAlphaPoint ( CCPoint alpha )
[symbol: _ZN7cocos2d15CCProgressTimer20vertexFromAlphaPointENS_7CCPointE]
CCRenderTexture.h,
libcocos2d.so
namespace cocos2d
CCRenderTexture::beginWithClear ( float r, float g, float b, float a, float depthValue )
[symbol: _ZN7cocos2d15CCRenderTexture14beginWithClearEfffff]
CCRenderTexture::beginWithClear ( float r, float g, float b, float a, float depthValue, int stencilValue )
[symbol: _ZN7cocos2d15CCRenderTexture14beginWithClearEfffffi]
CCRenderTexture::clearDepth ( float depthValue )
[symbol: _ZN7cocos2d15CCRenderTexture10clearDepthEf]
CCRenderTexture::clearStencil ( int stencilValue )
[symbol: _ZN7cocos2d15CCRenderTexture12clearStencilEi]
CCRenderTexture::create ( int w, int h ) [static]
[symbol: _ZN7cocos2d15CCRenderTexture6createEii]
CCRenderTexture::create ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]
[symbol: _ZN7cocos2d15CCRenderTexture6createEiiNS_22CCTexture2DPixelFormatE]
CCRenderTexture::create ( int w, int h, enum CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat ) [static]
[symbol: _ZN7cocos2d15CCRenderTexture6createEiiNS_22CCTexture2DPixelFormatEj]
CCRenderTexture::end ( )
[symbol: _ZN7cocos2d15CCRenderTexture3endEv]
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat )
[symbol: _ZN7cocos2d15CCRenderTexture22initWithWidthAndHeightEiiNS_22CCTexture2DPixelFormatEj]
CCRenderTexture::listenToBackground ( CCObject* obj )
[symbol: _ZN7cocos2d15CCRenderTexture18listenToBackgroundEPNS_8CCObjectE]
CCRenderTexture::newCCImage ( )
[symbol: _ZN7cocos2d15CCRenderTexture10newCCImageEv]
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat ) [static]
[symbol: _ZN7cocos2d15CCRenderTexture31renderTextureWithWidthAndHeightEiiNS_22CCTexture2DPixelFormatEj]
CCRenderTexture::saveToFile ( char const* name, tCCImageFormat format )
[symbol: _ZN7cocos2d15CCRenderTexture10saveToFileEPKcNS_12eImageFormatE]
CCRenderTexture::saveToFile ( char const* szFilePath )
[symbol: _ZN7cocos2d15CCRenderTexture10saveToFileEPKc]
CCSAXParser.h,
libcocos2d.so
namespace cocos2d
CCSAXParser::parse ( char const* pXMLData, unsigned int uDataLength )
[symbol: _ZN7cocos2d11CCSAXParser5parseEPKcj]
CCScene.h,
libcocos2d.so
namespace cocos2d
CCScene::create ( ) [static]
[symbol: _ZN7cocos2d7CCScene6createEv]
CCScheduler.h,
libcocos2d.so
namespace cocos2d
CCScheduler::pauseAllTargets ( )
[symbol: _ZN7cocos2d11CCScheduler15pauseAllTargetsEv]
CCScheduler::pauseAllTargetsWithMinPriority ( int nMinPriority )
[symbol: _ZN7cocos2d11CCScheduler30pauseAllTargetsWithMinPriorityEi]
CCScheduler::resumeTargets ( CCSet* targetsToResume )
[symbol: _ZN7cocos2d11CCScheduler13resumeTargetsEPNS_5CCSetE]
CCScheduler::scheduleSelector ( void(CCObject::*)(float) pfnSelector, CCObject* pTarget, float fInterval, bool bPaused, unsigned int repeat, float delay )
[symbol: _ZN7cocos2d11CCScheduler16scheduleSelectorEMNS_8CCObjectEFvfEPS1_fbjf]
CCScheduler::unscheduleAllSelectorsWithMinPriority ( int nMinPriority )
[symbol: _ZN7cocos2d11CCScheduler37unscheduleAllSelectorsWithMinPriorityEi]
CCScheduler::update ( float dt )
[symbol: _ZN7cocos2d11CCScheduler6updateEf]
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(float) pfnSelector, float fSeconds, unsigned int nRepeat, float fDelay )
[symbol: _ZN7cocos2d7CCTimer14initWithTargetEPNS_8CCObjectEMS1_FvfEfjf]
CCShaderCache.h,
libcocos2d.so
namespace cocos2d
CCShaderCache::addProgram ( CCGLProgram* program, char const* key )
[symbol: _ZN7cocos2d13CCShaderCache10addProgramEPNS_11CCGLProgramEPKc]
CCShaderCache::CCShaderCache [in-charge] ( )
[symbol: _ZN7cocos2d13CCShaderCacheC1Ev]
CCShaderCache::CCShaderCache [not-in-charge] ( )
[symbol: _ZN7cocos2d13CCShaderCacheC2Ev]
CCShaderCache::loadDefaultShaders ( )
[symbol: _ZN7cocos2d13CCShaderCache18loadDefaultShadersEv]
CCShaderCache::programForKey ( char const* key )
[symbol: _ZN7cocos2d13CCShaderCache13programForKeyEPKc]
CCShaderCache::purgeSharedShaderCache ( ) [static]
[symbol: _ZN7cocos2d13CCShaderCache22purgeSharedShaderCacheEv]
CCShaderCache::reloadDefaultShaders ( )
[symbol: _ZN7cocos2d13CCShaderCache20reloadDefaultShadersEv]
CCShaderCache::sharedShaderCache ( ) [static]
[symbol: _ZN7cocos2d13CCShaderCache17sharedShaderCacheEv]
CCShaderCache::~CCShaderCache [in-charge-deleting] ( )
[symbol: _ZN7cocos2d13CCShaderCacheD0Ev]
CCShaderCache::~CCShaderCache [in-charge] ( )
[symbol: _ZN7cocos2d13CCShaderCacheD1Ev]
CCShaderCache::~CCShaderCache [not-in-charge] ( )
[symbol: _ZN7cocos2d13CCShaderCacheD2Ev]
ccShaders.h,
libcocos2d.so
namespace cocos2d
ccExSwitchMask_frag [data]
[symbol: _ZN7cocos2d19ccExSwitchMask_fragE]
ccPosition_uColor_frag [data]
[symbol: _ZN7cocos2d22ccPosition_uColor_fragE]
ccPosition_uColor_vert [data]
[symbol: _ZN7cocos2d22ccPosition_uColor_vertE]
ccPositionColor_frag [data]
[symbol: _ZN7cocos2d20ccPositionColor_fragE]
ccPositionColor_vert [data]
[symbol: _ZN7cocos2d20ccPositionColor_vertE]
ccPositionTexture_frag [data]
[symbol: _ZN7cocos2d22ccPositionTexture_fragE]
ccPositionTexture_uColor_frag [data]
[symbol: _ZN7cocos2d29ccPositionTexture_uColor_fragE]
ccPositionTexture_uColor_vert [data]
[symbol: _ZN7cocos2d29ccPositionTexture_uColor_vertE]
ccPositionTexture_vert [data]
[symbol: _ZN7cocos2d22ccPositionTexture_vertE]
ccPositionTextureA8Color_frag [data]
[symbol: _ZN7cocos2d29ccPositionTextureA8Color_fragE]
ccPositionTextureA8Color_vert [data]
[symbol: _ZN7cocos2d29ccPositionTextureA8Color_vertE]
ccPositionTextureColor_frag [data]
[symbol: _ZN7cocos2d27ccPositionTextureColor_fragE]
ccPositionTextureColor_vert [data]
[symbol: _ZN7cocos2d27ccPositionTextureColor_vertE]
ccPositionTextureColorAlphaTest_frag [data]
[symbol: _ZN7cocos2d36ccPositionTextureColorAlphaTest_fragE]
CCSprite.h,
libcocos2d.so
namespace cocos2d
CCSprite::create ( ) [static]
[symbol: _ZN7cocos2d8CCSprite6createEv]
CCSprite::create ( char const* pszFileName ) [static]
[symbol: _ZN7cocos2d8CCSprite6createEPKc]
CCSprite::create ( char const* pszFileName, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d8CCSprite6createEPKcRKNS_6CCRectE]
CCSprite::createWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]
[symbol: _ZN7cocos2d8CCSprite21createWithSpriteFrameEPNS_13CCSpriteFrameE]
CCSprite::createWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]
[symbol: _ZN7cocos2d8CCSprite25createWithSpriteFrameNameEPKc]
CCSprite::createWithTexture ( CCTexture2D* pTexture ) [static]
[symbol: _ZN7cocos2d8CCSprite17createWithTextureEPNS_11CCTexture2DE]
CCSprite::createWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d8CCSprite17createWithTextureEPNS_11CCTexture2DERKNS_6CCRectE]
CCSprite::displayFrame ( )
[symbol: _ZN7cocos2d8CCSprite12displayFrameEv]
CCSprite::getBatchNode ( )
[symbol: _ZN7cocos2d8CCSprite12getBatchNodeEv]
CCSprite::ignoreAnchorPointForPosition ( bool value )
[symbol: _ZN7cocos2d8CCSprite28ignoreAnchorPointForPositionEb]
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect, bool rotated )
[symbol: _ZN7cocos2d8CCSprite15initWithTextureEPNS_11CCTexture2DERKNS_6CCRectEb]
CCSprite::isDirty ( )
[symbol: _ZN7cocos2d8CCSprite7isDirtyEv]
CCSprite::isOpacityModifyRGB ( )
[symbol: _ZN7cocos2d8CCSprite18isOpacityModifyRGBEv]
CCSprite::node ( ) [static]
[symbol: _ZN7cocos2d8CCSprite4nodeEv]
CCSprite::setBatchNode ( CCSpriteBatchNode* pobSpriteBatchNode )
[symbol: _ZN7cocos2d8CCSprite12setBatchNodeEPNS_17CCSpriteBatchNodeE]
CCSprite::setDirty ( bool bDirty )
[symbol: _ZN7cocos2d8CCSprite8setDirtyEb]
CCSprite::setOpacityModifyRGB ( bool bValue )
[symbol: _ZN7cocos2d8CCSprite19setOpacityModifyRGBEb]
CCSprite::setReorderChildDirtyRecursively ( )
[symbol: _ZN7cocos2d8CCSprite31setReorderChildDirtyRecursivelyEv]
CCSprite::setTextureCoords ( CCRect rect )
[symbol: _ZN7cocos2d8CCSprite16setTextureCoordsENS_6CCRectE]
CCSprite::setTextureRect ( CCRect const& rect, bool rotated, CCSize const& untrimmedSize )
[symbol: _ZN7cocos2d8CCSprite14setTextureRectERKNS_6CCRectEbRKNS_6CCSizeE]
CCSprite::setVertexRect ( CCRect const& rect )
[symbol: _ZN7cocos2d8CCSprite13setVertexRectERKNS_6CCRectE]
CCSprite::setVisible ( bool bVisible )
[symbol: _ZN7cocos2d8CCSprite10setVisibleEb]
CCSprite::sortAllChildren ( )
[symbol: _ZN7cocos2d8CCSprite15sortAllChildrenEv]
CCSpriteBatchNode.h,
libcocos2d.so
namespace cocos2d
CCSpriteBatchNode::appendChild ( CCSprite* sprite )
[symbol: _ZN7cocos2d17CCSpriteBatchNode11appendChildEPNS_8CCSpriteE]
CCSpriteBatchNode::create ( char const* fileImage, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d17CCSpriteBatchNode6createEPKcj]
CCSpriteBatchNode::createWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d17CCSpriteBatchNode17createWithTextureEPNS_11CCTexture2DEj]
CCSpriteBatchNode::init ( )
[symbol: _ZN7cocos2d17CCSpriteBatchNode4initEv]
CCSpriteBatchNode::reorderBatch ( bool reorder )
[symbol: _ZN7cocos2d17CCSpriteBatchNode12reorderBatchEb]
CCSpriteBatchNode::sortAllChildren ( )
[symbol: _ZN7cocos2d17CCSpriteBatchNode15sortAllChildrenEv]
CCSpriteFrame.h,
libcocos2d.so
namespace cocos2d
CCSpriteFrame::create ( char const* filename, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d13CCSpriteFrame6createEPKcRKNS_6CCRectE]
CCSpriteFrame::create ( char const* filename, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]
[symbol: _ZN7cocos2d13CCSpriteFrame6createEPKcRKNS_6CCRectEbRKNS_7CCPointERKNS_6CCSizeE]
CCSpriteFrame::createWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d13CCSpriteFrame17createWithTextureEPNS_11CCTexture2DERKNS_6CCRectE]
CCSpriteFrame::createWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]
[symbol: _ZN7cocos2d13CCSpriteFrame17createWithTextureEPNS_11CCTexture2DERKNS_6CCRectEbRKNS_7CCPointERKNS_6CCSizeE]
CCSpriteFrame::frameWithTextureFilename ( char const* filename, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d13CCSpriteFrame24frameWithTextureFilenameEPKcRKNS_6CCRectE]
CCSpriteFrame::frameWithTextureFilename ( char const* filename, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]
[symbol: _ZN7cocos2d13CCSpriteFrame24frameWithTextureFilenameEPKcRKNS_6CCRectEbRKNS_7CCPointERKNS_6CCSizeE]
CCSpriteFrame::getOffset ( )
[symbol: _ZN7cocos2d13CCSpriteFrame9getOffsetEv]
CCSpriteFrame::getOffsetInPixels ( )
[symbol: _ZN7cocos2d13CCSpriteFrame17getOffsetInPixelsEv]
CCSpriteFrame::getTexture ( )
[symbol: _ZN7cocos2d13CCSpriteFrame10getTextureEv]
CCSpriteFrame::initWithTextureFilename ( char const* filename, CCRect const& rect )
[symbol: _ZN7cocos2d13CCSpriteFrame23initWithTextureFilenameEPKcRKNS_6CCRectE]
CCSpriteFrame::initWithTextureFilename ( char const* filename, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )
[symbol: _ZN7cocos2d13CCSpriteFrame23initWithTextureFilenameEPKcRKNS_6CCRectEbRKNS_7CCPointERKNS_6CCSizeE]
CCSpriteFrame::setOffset ( CCPoint const& offsets )
[symbol: _ZN7cocos2d13CCSpriteFrame9setOffsetERKNS_7CCPointE]
CCSpriteFrame::setOffsetInPixels ( CCPoint const& offsetInPixels )
[symbol: _ZN7cocos2d13CCSpriteFrame17setOffsetInPixelsERKNS_7CCPointE]
CCSpriteFrame::setTexture ( CCTexture2D* pobTexture )
[symbol: _ZN7cocos2d13CCSpriteFrame10setTextureEPNS_11CCTexture2DE]
CCString.h,
libcocos2d.so
namespace cocos2d
CCString::boolValue ( ) const
[symbol: _ZNK7cocos2d8CCString9boolValueEv]
CCString::CCString [in-charge] ( )
[symbol: _ZN7cocos2d8CCStringC1Ev]
CCString::CCString [in-charge] ( CCString const& str )
[symbol: _ZN7cocos2d8CCStringC1ERKS0_]
CCString::CCString [in-charge] ( std::string const& str )
[symbol: _ZN7cocos2d8CCStringC1ERKSs]
CCString::CCString [not-in-charge] ( )
[symbol: _ZN7cocos2d8CCStringC2Ev]
CCString::CCString [not-in-charge] ( CCString const& str )
[symbol: _ZN7cocos2d8CCStringC2ERKS0_]
CCString::CCString [not-in-charge] ( std::string const& str )
[symbol: _ZN7cocos2d8CCStringC2ERKSs]
CCString::compare ( char const* p1 ) const
[symbol: _ZNK7cocos2d8CCString7compareEPKc]
CCString::copyWithZone ( CCZone* pZone )
[symbol: _ZN7cocos2d8CCString12copyWithZoneEPNS_6CCZoneE]
CCString::create ( std::string const& str ) [static]
[symbol: _ZN7cocos2d8CCString6createERKSs]
CCString::createWithContentsOfFile ( char const* pszFileName ) [static]
[symbol: _ZN7cocos2d8CCString24createWithContentsOfFileEPKc]
CCString::createWithData ( unsigned char const* pData, unsigned long nLen ) [static]
[symbol: _ZN7cocos2d8CCString14createWithDataEPKhm]
CCString::createWithFormat ( char const* format, ... ) [static]
[symbol: _ZN7cocos2d8CCString16createWithFormatEPKcz]
CCString::doubleValue ( ) const
[symbol: _ZNK7cocos2d8CCString11doubleValueEv]
CCString::floatValue ( ) const
[symbol: _ZNK7cocos2d8CCString10floatValueEv]
CCString::getCString ( ) const
[symbol: _ZNK7cocos2d8CCString10getCStringEv]
CCString::initWithFormat ( char const* format, ... )
[symbol: _ZN7cocos2d8CCString14initWithFormatEPKcz]
CCString::intValue ( ) const
[symbol: _ZNK7cocos2d8CCString8intValueEv]
CCString::length ( ) const
[symbol: _ZNK7cocos2d8CCString6lengthEv]
CCString::operator = ( CCString const& other )
[symbol: _ZN7cocos2d8CCStringaSERKS0_]
CCString::stringWithContentsOfFile ( char const* pszFileName ) [static]
[symbol: _ZN7cocos2d8CCString24stringWithContentsOfFileEPKc]
CCString::stringWithCString ( char const* pStr ) [static]
[symbol: _ZN7cocos2d8CCString17stringWithCStringEPKc]
CCString::stringWithData ( unsigned char const* pData, unsigned long nLen ) [static]
[symbol: _ZN7cocos2d8CCString14stringWithDataEPKhm]
CCString::stringWithFormat ( char const* format, ... ) [static]
[symbol: _ZN7cocos2d8CCString16stringWithFormatEPKcz]
CCString::stringWithString ( std::string const& str ) [static]
[symbol: _ZN7cocos2d8CCString16stringWithStringERKSs]
CCString::uintValue ( ) const
[symbol: _ZNK7cocos2d8CCString9uintValueEv]
CCTexture2D.h,
libcocos2d.so
namespace cocos2d
CCTexture2D::bitsPerPixelForFormat ( enum CCTexture2DPixelFormat format )
[symbol: _ZN7cocos2d11CCTexture2D21bitsPerPixelForFormatENS_22CCTexture2DPixelFormatE]
CCTexture2D::getShaderProgram ( )
[symbol: _ZN7cocos2d11CCTexture2D16getShaderProgramEv]
CCTexture2D::hasMipmaps ( )
[symbol: _ZN7cocos2d11CCTexture2D10hasMipmapsEv]
CCTexture2D::hasPremultipliedAlpha ( )
[symbol: _ZN7cocos2d11CCTexture2D21hasPremultipliedAlphaEv]
CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment, char const* fontName, float fontSize )
[symbol: _ZN7cocos2d11CCTexture2D14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentENS_23CCVerticalTextAlignmentES2_f]
CCTexture2D::setShaderProgram ( CCGLProgram* var )
[symbol: _ZN7cocos2d11CCTexture2D16setShaderProgramEPNS_11CCGLProgramE]
CCTexture2D::stringForFormat ( )
[symbol: _ZN7cocos2d11CCTexture2D15stringForFormatEv]
CCTextureAtlas.h,
libcocos2d.so
namespace cocos2d
CCTextureAtlas::create ( char const* file, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d14CCTextureAtlas6createEPKcj]
CCTextureAtlas::createWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]
[symbol: _ZN7cocos2d14CCTextureAtlas17createWithTextureEPNS_11CCTexture2DEj]
CCTextureAtlas::fillWithEmptyQuadsFromIndex ( unsigned int index, unsigned int amount )
[symbol: _ZN7cocos2d14CCTextureAtlas27fillWithEmptyQuadsFromIndexEjj]
CCTextureAtlas::increaseTotalQuadsWith ( unsigned int amount )
[symbol: _ZN7cocos2d14CCTextureAtlas22increaseTotalQuadsWithEj]
CCTextureAtlas::insertQuads ( ccV3F_C4B_T2F_Quad* quads, unsigned int index, unsigned int amount )
[symbol: _ZN7cocos2d14CCTextureAtlas11insertQuadsEPNS_19_ccV3F_C4B_T2F_QuadEjj]
CCTextureAtlas::listenBackToForeground ( CCObject* obj )
[symbol: _ZN7cocos2d14CCTextureAtlas22listenBackToForegroundEPNS_8CCObjectE]
CCTextureAtlas::moveQuadsFromIndex ( unsigned int index, unsigned int newIndex )
[symbol: _ZN7cocos2d14CCTextureAtlas18moveQuadsFromIndexEjj]
CCTextureAtlas::moveQuadsFromIndex ( unsigned int oldIndex, unsigned int amount, unsigned int newIndex )
[symbol: _ZN7cocos2d14CCTextureAtlas18moveQuadsFromIndexEjjj]
CCTextureAtlas::removeQuadsAtIndex ( unsigned int index, unsigned int amount )
[symbol: _ZN7cocos2d14CCTextureAtlas18removeQuadsAtIndexEjj]
CCTextureCache.h,
libcocos2d.so
namespace cocos2d
CCTextureCache::snapshotTextures ( )
[symbol: _ZN7cocos2d14CCTextureCache16snapshotTexturesEv]
CCTexturePVR.h,
libcocos2d.so
namespace cocos2d
CCTexturePVR::create ( char const* path ) [static]
[symbol: _ZN7cocos2d12CCTexturePVR6createEPKc]
CCTileMapAtlas.h,
libcocos2d.so
namespace cocos2d
CCTileMapAtlas::create ( char const* tile, char const* mapFile, int tileWidth, int tileHeight ) [static]
[symbol: _ZN7cocos2d14CCTileMapAtlas6createEPKcS2_ii]
CCTMXLayer.h,
libcocos2d.so
namespace cocos2d
CCTMXLayer::create ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]
[symbol: _ZN7cocos2d10CCTMXLayer6createEPNS_16CCTMXTilesetInfoEPNS_14CCTMXLayerInfoEPNS_12CCTMXMapInfoE]
CCTMXLayer::listenBackToForeground ( CCObject* sender )
[symbol: _ZN7cocos2d10CCTMXLayer22listenBackToForegroundEPNS_8CCObjectE]
CCTMXLayer::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d10CCTMXLayer13setPropertiesEPNS_12CCDictionaryE]
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate, ccTMXTileFlags flags )
[symbol: _ZN7cocos2d10CCTMXLayer10setTileGIDEjRKNS_7CCPointENS_15ccTMXTileFlags_E]
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate, ccTMXTileFlags* flags )
[symbol: _ZN7cocos2d10CCTMXLayer9tileGIDAtERKNS_7CCPointEPNS_15ccTMXTileFlags_E]
CCTMXObjectGroup.h,
libcocos2d.so
namespace cocos2d
CCTMXObjectGroup::setObjects ( CCArray* var )
[symbol: _ZN7cocos2d16CCTMXObjectGroup10setObjectsEPNS_7CCArrayE]
CCTMXObjectGroup::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d16CCTMXObjectGroup13setPropertiesEPNS_12CCDictionaryE]
CCTMXTiledMap.h,
libcocos2d.so
namespace cocos2d
CCTMXTiledMap::create ( char const* tmxFile ) [static]
[symbol: _ZN7cocos2d13CCTMXTiledMap6createEPKc]
CCTMXTiledMap::createWithXML ( char const* tmxString, char const* resourcePath ) [static]
[symbol: _ZN7cocos2d13CCTMXTiledMap13createWithXMLEPKcS2_]
CCTMXTiledMap::initWithXML ( char const* tmxString, char const* resourcePath )
[symbol: _ZN7cocos2d13CCTMXTiledMap11initWithXMLEPKcS2_]
CCTMXTiledMap::setObjectGroups ( CCArray* var )
[symbol: _ZN7cocos2d13CCTMXTiledMap15setObjectGroupsEPNS_7CCArrayE]
CCTMXTiledMap::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d13CCTMXTiledMap13setPropertiesEPNS_12CCDictionaryE]
CCTMXTiledMap::tiledMapWithXML ( char const* tmxString, char const* resourcePath ) [static]
[symbol: _ZN7cocos2d13CCTMXTiledMap15tiledMapWithXMLEPKcS2_]
CCTMXXMLParser.h,
libcocos2d.so
namespace cocos2d
CCTMXLayerInfo::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d14CCTMXLayerInfo13setPropertiesEPNS_12CCDictionaryE]
CCTMXMapInfo::formatWithXML ( char const* tmxString, char const* resourcePath ) [static]
[symbol: _ZN7cocos2d12CCTMXMapInfo13formatWithXMLEPKcS2_]
CCTMXMapInfo::initWithXML ( char const* tmxString, char const* resourcePath )
[symbol: _ZN7cocos2d12CCTMXMapInfo11initWithXMLEPKcS2_]
CCTMXMapInfo::parseXMLString ( char const* xmlString )
[symbol: _ZN7cocos2d12CCTMXMapInfo14parseXMLStringEPKc]
CCTMXMapInfo::setLayers ( CCArray* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo9setLayersEPNS_7CCArrayE]
CCTMXMapInfo::setObjectGroups ( CCArray* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo15setObjectGroupsEPNS_7CCArrayE]
CCTMXMapInfo::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo13setPropertiesEPNS_12CCDictionaryE]
CCTMXMapInfo::setTileProperties ( CCDictionary* tileProperties )
[symbol: _ZN7cocos2d12CCTMXMapInfo17setTilePropertiesEPNS_12CCDictionaryE]
CCTMXMapInfo::setTilesets ( CCArray* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo11setTilesetsEPNS_7CCArrayE]
CCTouch.h,
libcocos2d.so
namespace cocos2d
CCTouch::getDelta ( ) const
[symbol: _ZNK7cocos2d7CCTouch8getDeltaEv]
CCTouch::getLocation ( ) const
[symbol: _ZNK7cocos2d7CCTouch11getLocationEv]
CCTouch::getLocationInView ( ) const
[symbol: _ZNK7cocos2d7CCTouch17getLocationInViewEv]
CCTouch::getPreviousLocation ( ) const
[symbol: _ZNK7cocos2d7CCTouch19getPreviousLocationEv]
CCTouch::getPreviousLocationInView ( ) const
[symbol: _ZNK7cocos2d7CCTouch25getPreviousLocationInViewEv]
CCTouchDispatcher.h,
libcocos2d.so
namespace cocos2d
CCTouchDispatcher::findHandler ( CCArray* pArray, CCTouchDelegate* pDelegate )
[symbol: _ZN7cocos2d17CCTouchDispatcher11findHandlerEPNS_7CCArrayEPNS_15CCTouchDelegateE]
CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCArray* pArray )
[symbol: _ZN7cocos2d17CCTouchDispatcher15forceAddHandlerEPNS_14CCTouchHandlerEPNS_7CCArrayE]
CCTouchDispatcher::rearrangeHandlers ( CCArray* pArray )
[symbol: _ZN7cocos2d17CCTouchDispatcher17rearrangeHandlersEPNS_7CCArrayE]
CCTransition.h,
libcocos2d.so
namespace cocos2d
CCTransitionFade::create ( float duration, CCScene* scene, ccColor3B const& color ) [static]
[symbol: _ZN7cocos2d16CCTransitionFade6createEfPNS_7CCSceneERKNS_10_ccColor3BE]
CCTransitionFlipAngular::create ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d23CCTransitionFlipAngular6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionFlipX::create ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d17CCTransitionFlipX6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionFlipY::create ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d17CCTransitionFlipY6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionScene::create ( float t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d17CCTransitionScene6createEfPNS_7CCSceneE]
CCTransitionSceneOriented::create ( float t, CCScene* scene, enum tOrientation orientation ) [static]
[symbol: _ZN7cocos2d25CCTransitionSceneOriented6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionZoomFlipAngular::create ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d27CCTransitionZoomFlipAngular6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionZoomFlipX::create ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d21CCTransitionZoomFlipX6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionZoomFlipY::create ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d21CCTransitionZoomFlipY6createEfPNS_7CCSceneENS_12tOrientationE]
CCTransitionPageTurn.h,
libcocos2d.so
namespace cocos2d
CCTransitionPageTurn::create ( float t, CCScene* scene, bool backwards ) [static]
[symbol: _ZN7cocos2d20CCTransitionPageTurn6createEfPNS_7CCSceneEb]
CCTransitionProgress.h,
libcocos2d.so
namespace cocos2d
CCTransitionProgress::CCTransitionProgress [in-charge] ( )
[symbol: _ZN7cocos2d20CCTransitionProgressC1Ev]
CCTransitionProgress::CCTransitionProgress [not-in-charge] ( )
[symbol: _ZN7cocos2d20CCTransitionProgressC2Ev]
CCTransitionProgress::onEnter ( )
[symbol: _ZN7cocos2d20CCTransitionProgress7onEnterEv]
CCTransitionProgress::onExit ( )
[symbol: _ZN7cocos2d20CCTransitionProgress6onExitEv]
CCTransitionProgress::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d20CCTransitionProgress34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCTransitionProgress::sceneOrder ( )
[symbol: _ZN7cocos2d20CCTransitionProgress10sceneOrderEv]
CCTransitionProgress::setupTransition ( )
[symbol: _ZN7cocos2d20CCTransitionProgress15setupTransitionEv]
CCTransitionProgress::~CCTransitionProgress [in-charge-deleting] ( )
[symbol: _ZN7cocos2d20CCTransitionProgressD0Ev]
CCTransitionProgress::~CCTransitionProgress [in-charge] ( )
[symbol: _ZN7cocos2d20CCTransitionProgressD1Ev]
CCTransitionProgressHorizontal::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d30CCTransitionProgressHorizontal34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCTransitionProgressInOut::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d25CCTransitionProgressInOut34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCTransitionProgressInOut::sceneOrder ( )
[symbol: _ZN7cocos2d25CCTransitionProgressInOut10sceneOrderEv]
CCTransitionProgressInOut::setupTransition ( )
[symbol: _ZN7cocos2d25CCTransitionProgressInOut15setupTransitionEv]
CCTransitionProgressOutIn::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d25CCTransitionProgressOutIn34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCTransitionProgressRadialCCW::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d29CCTransitionProgressRadialCCW34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCTransitionProgressRadialCW::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d28CCTransitionProgressRadialCW34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCTransitionProgressVertical::progressTimerNodeWithRenderTexture ( CCRenderTexture* texture )
[symbol: _ZN7cocos2d28CCTransitionProgressVertical34progressTimerNodeWithRenderTextureEPNS_15CCRenderTextureE]
CCVertex.h,
libcocos2d.so
namespace cocos2d
ccVertexLineIntersect ( float Ax, float Ay, float Bx, float By, float Cx, float Cy, float Dx, float Dy, float* T )
[symbol: _ZN7cocos2d21ccVertexLineIntersectEffffffffPf]
ccVertexLineToPolygon ( CCPoint* points, float stroke, ccVertex2F* vertices, unsigned int offset, unsigned int nuPoints )
[symbol: _ZN7cocos2d21ccVertexLineToPolygonEPNS_7CCPointEfPNS_11_ccVertex2FEjj]
glew.h,
libcocos2d.so
__glewBindBufferARB [data]
__glewBindFramebufferEXT [data]
__glewBufferDataARB [data]
__glewBufferSubDataARB [data]
__glewCheckFramebufferStatusEXT [data]
__glewDeleteBuffersARB [data]
__glewDeleteFramebuffersEXT [data]
__glewFramebufferTexture2DEXT [data]
__glewGenBuffersARB [data]
__glewGenerateMipmapEXT [data]
__glewGenFramebuffersEXT [data]
mat3.h,
libcocos2d.so
kmMat3Adjugate ( kmMat3* pOut, kmMat3 const* pIn )
kmMat3AreEqual ( kmMat3 const* pM1, kmMat3 const* pM2 )
kmMat3Assign ( kmMat3* pOut, kmMat3 const* pIn )
kmMat3Determinant ( kmMat3 const* pIn )
kmMat3Fill ( kmMat3* pOut, float const* pMat )
kmMat3Identity ( kmMat3* pOut )
kmMat3Inverse ( kmMat3* pOut, float const pDeterminate, kmMat3 const* pM )
kmMat3IsIdentity ( kmMat3 const* pIn )
kmMat3Multiply ( kmMat3* pOut, kmMat3 const* pM1, kmMat3 const* pM2 )
kmMat3Rotation ( kmMat3* pOut, float const radians )
kmMat3RotationAxisAngle ( kmMat3* pOut, struct kmVec3 const* axis, float radians )
kmMat3RotationQuaternion ( kmMat3* pOut, struct kmQuaternion const* pIn )
kmMat3RotationToAxisAngle ( struct kmVec3* pAxis, float* radians, kmMat3 const* pIn )
kmMat3RotationX ( kmMat3* pOut, float const radians )
kmMat3RotationY ( kmMat3* pOut, float const radians )
kmMat3RotationZ ( kmMat3* pOut, float const radians )
kmMat3ScalarMultiply ( kmMat3* pOut, kmMat3 const* pM, float const pFactor )
kmMat3Scaling ( kmMat3* pOut, float const x, float const y )
kmMat3Translation ( kmMat3* pOut, float const x, float const y )
kmMat3Transpose ( kmMat3* pOut, kmMat3 const* pIn )
mat4.h,
libcocos2d.so
kmMat4AreEqual ( kmMat4 const* pM1, kmMat4 const* pM2 )
kmMat4Assign ( kmMat4* pOut, kmMat4 const* pIn )
kmMat4ExtractPlane ( struct kmPlane* pOut, kmMat4 const* pIn, unsigned int const plane )
kmMat4ExtractRotation ( struct kmMat3* pOut, kmMat4 const* pIn )
kmMat4Fill ( kmMat4* pOut, float const* pMat )
kmMat4GetForwardVec3 ( struct kmVec3* pOut, kmMat4 const* pIn )
kmMat4GetRightVec3 ( struct kmVec3* pOut, kmMat4 const* pIn )
kmMat4GetUpVec3 ( struct kmVec3* pOut, kmMat4 const* pIn )
kmMat4Identity ( kmMat4* pOut )
kmMat4Inverse ( kmMat4* pOut, kmMat4 const* pM )
kmMat4IsIdentity ( kmMat4 const* pIn )
kmMat4LookAt ( kmMat4* pOut, struct kmVec3 const* pEye, struct kmVec3 const* pCenter, struct kmVec3 const* pUp )
kmMat4Multiply ( kmMat4* pOut, kmMat4 const* pM1, kmMat4 const* pM2 )
kmMat4OrthographicProjection ( kmMat4* pOut, float left, float right, float bottom, float top, float nearVal, float farVal )
kmMat4PerspectiveProjection ( kmMat4* pOut, float fovY, float aspect, float zNear, float zFar )
kmMat4RotationAxisAngle ( kmMat4* pOut, struct kmVec3 const* axis, float radians )
kmMat4RotationPitchYawRoll ( kmMat4* pOut, float const pitch, float const yaw, float const roll )
kmMat4RotationQuaternion ( kmMat4* pOut, struct kmQuaternion const* pQ )
kmMat4RotationToAxisAngle ( struct kmVec3* pAxis, float* radians, kmMat4 const* pIn )
kmMat4RotationTranslation ( kmMat4* pOut, struct kmMat3 const* rotation, struct kmVec3 const* translation )
kmMat4RotationX ( kmMat4* pOut, float const radians )
kmMat4RotationY ( kmMat4* pOut, float const radians )
kmMat4RotationZ ( kmMat4* pOut, float const radians )
kmMat4Scaling ( kmMat4* pOut, float const x, float const y, float const z )
kmMat4Translation ( kmMat4* pOut, float const x, float const y, float const z )
kmMat4Transpose ( kmMat4* pOut, kmMat4 const* pIn )
matrix.h,
libcocos2d.so
kmGLFreeAll ( )
kmGLGetMatrix ( kmGLEnum mode, kmMat4* pOut )
kmGLLoadIdentity ( )
kmGLLoadMatrix ( kmMat4 const* pIn )
kmGLMatrixMode ( kmGLEnum mode )
kmGLMultMatrix ( kmMat4 const* pIn )
kmGLPopMatrix ( )
kmGLPushMatrix ( )
kmGLRotatef ( float angle, float x, float y, float z )
kmGLScalef ( float x, float y, float z )
kmGLTranslatef ( float x, float y, float z )
plane.h,
libcocos2d.so
kmPlaneClassifyPoint ( kmPlane const* pIn, kmVec3 const* pP )
kmPlaneDot ( kmPlane const* pP, struct kmVec4 const* pV )
kmPlaneDotCoord ( kmPlane const* pP, struct kmVec3 const* pV )
kmPlaneDotNormal ( kmPlane const* pP, struct kmVec3 const* pV )
kmPlaneFromPointNormal ( kmPlane* pOut, struct kmVec3 const* pPoint, struct kmVec3 const* pNormal )
kmPlaneFromPoints ( kmPlane* pOut, struct kmVec3 const* p1, struct kmVec3 const* p2, struct kmVec3 const* p3 )
kmPlaneIntersectLine ( struct kmVec3* pOut, kmPlane const* pP, struct kmVec3 const* pV1, struct kmVec3 const* pV2 )
kmPlaneNormalize ( kmPlane* pOut, kmPlane const* pP )
kmPlaneScale ( kmPlane* pOut, kmPlane const* pP, float s )
platform.h,
libcocos2d.so
namespace cocos2d
CCTime::timersubCocos2d ( struct cc_timeval* start, struct cc_timeval* end ) [static]
[symbol: _ZN7cocos2d6CCTime15timersubCocos2dEPNS_10cc_timevalES2_]
quaternion.h,
libcocos2d.so
kmQuaternionAdd ( kmQuaternion* pOut, kmQuaternion const* pQ1, kmQuaternion const* pQ2 )
kmQuaternionAssign ( kmQuaternion* pOut, kmQuaternion const* pIn )
kmQuaternionConjugate ( kmQuaternion* pOut, kmQuaternion const* pIn )
kmQuaternionDot ( kmQuaternion const* q1, kmQuaternion const* q2 )
kmQuaternionExp ( kmQuaternion* pOut, kmQuaternion const* pIn )
kmQuaternionIdentity ( kmQuaternion* pOut )
kmQuaternionInverse ( kmQuaternion* pOut, kmQuaternion const* pIn )
kmQuaternionIsIdentity ( kmQuaternion const* pIn )
kmQuaternionLength ( kmQuaternion const* pIn )
kmQuaternionLengthSq ( kmQuaternion const* pIn )
kmQuaternionLn ( kmQuaternion* pOut, kmQuaternion const* pIn )
kmQuaternionMultiply ( kmQuaternion* pOut, kmQuaternion const* q1, kmQuaternion const* q2 )
kmQuaternionMultiplyVec3 ( struct kmVec3* pOut, kmQuaternion const* q, struct kmVec3 const* v )
kmQuaternionNormalize ( kmQuaternion* pOut, kmQuaternion const* pIn )
kmQuaternionRotationAxis ( kmQuaternion* pOut, struct kmVec3 const* pV, float angle )
kmQuaternionRotationBetweenVec3 ( kmQuaternion* pOut, struct kmVec3 const* vec1, struct kmVec3 const* vec2, struct kmVec3 const* fallback )
kmQuaternionRotationMatrix ( kmQuaternion* pOut, struct kmMat3 const* pIn )
kmQuaternionRotationYawPitchRoll ( kmQuaternion* pOut, float yaw, float pitch, float roll )
kmQuaternionScale ( kmQuaternion* pOut, kmQuaternion const* pIn, float s )
kmQuaternionSlerp ( kmQuaternion* pOut, kmQuaternion const* q1, kmQuaternion const* q2, float t )
kmQuaternionToAxisAngle ( kmQuaternion const* pIn, struct kmVec3* pVector, float* pAngle )
ray2.h,
libcocos2d.so
kmRay2Fill ( kmRay2* ray, float px, float py, float vx, float vy )
kmRay2IntersectCircle ( kmRay2 const* ray, kmVec2 const centre, float const radius, kmVec2* intersection )
kmRay2IntersectLineSegment ( kmRay2 const* ray, kmVec2 const* p1, kmVec2 const* p2, kmVec2* intersection )
kmRay2IntersectTriangle ( kmRay2 const* ray, kmVec2 const* p1, kmVec2 const* p2, kmVec2 const* p3, kmVec2* intersection, kmVec2* normal_out )
utility.h,
libcocos2d.so
kmAlmostEqual ( float lhs, float rhs )
kmDegreesToRadians ( float degrees )
kmMax ( float lhs, float rhs )
kmMin ( float lhs, float rhs )
kmRadiansToDegrees ( float radians )
kmSQR ( float s )
vec2.h,
libcocos2d.so
kmVec2Add ( kmVec2* pOut, kmVec2 const* pV1, kmVec2 const* pV2 )
kmVec2AreEqual ( kmVec2 const* p1, kmVec2 const* p2 )
kmVec2Dot ( kmVec2 const* pV1, kmVec2 const* pV2 )
kmVec2Fill ( kmVec2* pOut, float x, float y )
kmVec2Length ( kmVec2 const* pIn )
kmVec2LengthSq ( kmVec2 const* pIn )
kmVec2Normalize ( kmVec2* pOut, kmVec2 const* pIn )
kmVec2Scale ( kmVec2* pOut, kmVec2 const* pIn, float const s )
kmVec2Subtract ( kmVec2* pOut, kmVec2 const* pV1, kmVec2 const* pV2 )
kmVec2Transform ( kmVec2* pOut, kmVec2 const* pV1, struct kmMat3 const* pM )
kmVec2TransformCoord ( kmVec2* pOut, kmVec2 const* pV, struct kmMat3 const* pM )
vec3.h,
libcocos2d.so
kmVec3Add ( kmVec3* pOut, kmVec3 const* pV1, kmVec3 const* pV2 )
kmVec3AreEqual ( kmVec3 const* p1, kmVec3 const* p2 )
kmVec3Assign ( kmVec3* pOut, kmVec3 const* pIn )
kmVec3Cross ( kmVec3* pOut, kmVec3 const* pV1, kmVec3 const* pV2 )
kmVec3Dot ( kmVec3 const* pV1, kmVec3 const* pV2 )
kmVec3Fill ( kmVec3* pOut, float x, float y, float z )
kmVec3InverseTransform ( kmVec3* pOut, kmVec3 const* pV, struct kmMat4 const* pM )
kmVec3InverseTransformNormal ( kmVec3* pOut, kmVec3 const* pVect, struct kmMat4 const* pM )
kmVec3Length ( kmVec3 const* pIn )
kmVec3LengthSq ( kmVec3 const* pIn )
kmVec3Normalize ( kmVec3* pOut, kmVec3 const* pIn )
kmVec3Scale ( kmVec3* pOut, kmVec3 const* pIn, float const s )
kmVec3Subtract ( kmVec3* pOut, kmVec3 const* pV1, kmVec3 const* pV2 )
kmVec3Transform ( kmVec3* pOut, kmVec3 const* pV1, struct kmMat4 const* pM )
kmVec3TransformCoord ( kmVec3* pOut, kmVec3 const* pV, struct kmMat4 const* pM )
kmVec3TransformNormal ( kmVec3* pOut, kmVec3 const* pV, struct kmMat4 const* pM )
kmVec3Zero ( kmVec3* pOut )
to the top
Removed Symbols (239)
CCAction.h,
libcocos2d.so
namespace cocos2d
CCFollow::actionWithTarget ( CCNode* pFollowedNode ) [static]
[symbol: _ZN7cocos2d8CCFollow16actionWithTargetEPNS_6CCNodeE]
CCFollow::initWithTarget ( CCNode* pFollowedNode )
[symbol: _ZN7cocos2d8CCFollow14initWithTargetEPNS_6CCNodeE]
CCActionEase.h,
libcocos2d.so
namespace cocos2d
CCEaseElastic::actionWithAction ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d13CCEaseElastic16actionWithActionEPNS_16CCActionIntervalE]
CCEaseElastic::initWithAction ( CCActionInterval* pAction )
[symbol: _ZN7cocos2d13CCEaseElastic14initWithActionEPNS_16CCActionIntervalE]
CCEaseElasticIn::actionWithAction ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d15CCEaseElasticIn16actionWithActionEPNS_16CCActionIntervalE]
CCEaseElasticInOut::actionWithAction ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d18CCEaseElasticInOut16actionWithActionEPNS_16CCActionIntervalE]
CCEaseElasticOut::actionWithAction ( CCActionInterval* pAction ) [static]
[symbol: _ZN7cocos2d16CCEaseElasticOut16actionWithActionEPNS_16CCActionIntervalE]
CCActionInstant.h,
libcocos2d.so
namespace cocos2d
CCCallFunc::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d10CCCallFunc15startWithTargetEPNS_6CCNodeE]
CCFlipX::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d7CCFlipX15startWithTargetEPNS_6CCNodeE]
CCFlipY::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d7CCFlipY15startWithTargetEPNS_6CCNodeE]
CCHide::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d6CCHide15startWithTargetEPNS_6CCNodeE]
CCPlace::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d7CCPlace15startWithTargetEPNS_6CCNodeE]
CCShow::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d6CCShow15startWithTargetEPNS_6CCNodeE]
CCToggleVisibility::startWithTarget ( CCNode* pTarget )
[symbol: _ZN7cocos2d18CCToggleVisibility15startWithTargetEPNS_6CCNodeE]
CCActionInterval.h,
libcocos2d.so
namespace cocos2d
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation, bool bRestoreOriginalFrame ) [static]
[symbol: _ZN7cocos2d9CCAnimate19actionWithAnimationEPNS_11CCAnimationEb]
CCAnimate::actionWithDuration ( ccTime duration, CCAnimation* pAnimation, bool bRestoreOriginalFrame ) [static]
[symbol: _ZN7cocos2d9CCAnimate18actionWithDurationEfPNS_11CCAnimationEb]
CCAnimate::initWithAnimation ( CCAnimation* pAnimation, bool bRestoreOriginalFrame )
[symbol: _ZN7cocos2d9CCAnimate17initWithAnimationEPNS_11CCAnimationEb]
CCAnimate::initWithDuration ( ccTime duration, CCAnimation* pAnimation, bool bRestoreOriginalFrame )
[symbol: _ZN7cocos2d9CCAnimate16initWithDurationEfPNS_11CCAnimationEb]
CCSequence::actionsWithArray ( CCArray* actions ) [static]
[symbol: _ZN7cocos2d10CCSequence16actionsWithArrayEPNS_7CCArrayE]
CCSequence::initOneTwo ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo )
[symbol: _ZN7cocos2d10CCSequence10initOneTwoEPNS_18CCFiniteTimeActionES2_]
CCSpawn::actionsWithArray ( CCArray* actions ) [static]
[symbol: _ZN7cocos2d7CCSpawn16actionsWithArrayEPNS_7CCArrayE]
CCSpawn::initOneTwo ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 )
[symbol: _ZN7cocos2d7CCSpawn10initOneTwoEPNS_18CCFiniteTimeActionES2_]
CCActionManager.h,
libcocos2d.so
namespace cocos2d
CCActionManager::init ( )
[symbol: _ZN7cocos2d15CCActionManager4initEv]
CCActionManager::purgeSharedManager ( )
[symbol: _ZN7cocos2d15CCActionManager18purgeSharedManagerEv]
CCActionManager::sharedManager ( ) [static]
[symbol: _ZN7cocos2d15CCActionManager13sharedManagerEv]
CCAnimation.h,
libcocos2d.so
namespace cocos2d
CCAnimation::addFrame ( CCSpriteFrame* pFrame )
[symbol: _ZN7cocos2d11CCAnimation8addFrameEPNS_13CCSpriteFrameE]
CCAnimation::addFrameWithFileName ( char const* pszFileName )
[symbol: _ZN7cocos2d11CCAnimation20addFrameWithFileNameEPKc]
CCAnimation::addFrameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )
[symbol: _ZN7cocos2d11CCAnimation19addFrameWithTextureEPNS_11CCTexture2DERKNS_6CCRectE]
CCAnimation::animationWithFrames ( CCMutableArray<CCSpriteFrame*>* frames ) [static]
[symbol: _ZN7cocos2d11CCAnimation19animationWithFramesEPNS_14CCMutableArrayIPNS_13CCSpriteFrameEEE]
CCAnimation::animationWithFrames ( CCMutableArray<CCSpriteFrame*>* frames, float delay ) [static]
[symbol: _ZN7cocos2d11CCAnimation19animationWithFramesEPNS_14CCMutableArrayIPNS_13CCSpriteFrameEEEf]
CCAnimation::initWithFrames ( CCMutableArray<CCSpriteFrame*>* pFrames )
[symbol: _ZN7cocos2d11CCAnimation14initWithFramesEPNS_14CCMutableArrayIPNS_13CCSpriteFrameEEE]
CCAnimation::initWithFrames ( CCMutableArray<CCSpriteFrame*>* pFrames, float delay )
[symbol: _ZN7cocos2d11CCAnimation14initWithFramesEPNS_14CCMutableArrayIPNS_13CCSpriteFrameEEEf]
CCAplication_linux.h,
libcocos2d.so
namespace cocos2d
CCApplication::setOrientation ( enum CCApplication::Orientation orientation )
[symbol: _ZN7cocos2d13CCApplication14setOrientationENS0_11OrientationE]
CCApplication::statusBarFrame ( CCRect* rect )
[symbol: _ZN7cocos2d13CCApplication14statusBarFrameEPNS_6CCRectE]
CCArray.h,
libcocos2d.so
namespace cocos2d
CCArray::removeLastObject ( )
[symbol: _ZN7cocos2d7CCArray16removeLastObjectEv]
CCArray::removeObject ( CCObject* object )
[symbol: _ZN7cocos2d7CCArray12removeObjectEPNS_8CCObjectE]
CCArray::removeObjectAtIndex ( unsigned int index )
[symbol: _ZN7cocos2d7CCArray19removeObjectAtIndexEj]
CCAtlasNode.h,
libcocos2d.so
namespace cocos2d
CCAtlasNode::getIsOpacityModifyRGB ( )
[symbol: _ZN7cocos2d11CCAtlasNode21getIsOpacityModifyRGBEv]
CCAtlasNode::setIsOpacityModifyRGB ( bool var )
[symbol: _ZN7cocos2d11CCAtlasNode21setIsOpacityModifyRGBEb]
CCData.h,
libcocos2d.so
namespace cocos2d
CCData::bytes ( )
[symbol: _ZN7cocos2d6CCData5bytesEv]
CCData::CCData [in-charge] ( )
[symbol: _ZN7cocos2d6CCDataC1Ev]
CCData::CCData [not-in-charge] ( )
[symbol: _ZN7cocos2d6CCDataC2Ev]
CCData::dataWithBytes ( unsigned char* pBytes, int size ) [static]
[symbol: _ZN7cocos2d6CCData13dataWithBytesEPhi]
CCData::dataWithContentsOfFile ( std::string const& strPath ) [static]
[symbol: _ZN7cocos2d6CCData22dataWithContentsOfFileERKSs]
CCData::~CCData [in-charge-deleting] ( )
[symbol: _ZN7cocos2d6CCDataD0Ev]
CCData::~CCData [in-charge] ( )
[symbol: _ZN7cocos2d6CCDataD1Ev]
CCData::~CCData [not-in-charge] ( )
[symbol: _ZN7cocos2d6CCDataD2Ev]
vtable for CCData [data]
[symbol: _ZTVN7cocos2d6CCDataE]
CCDirector.h,
libcocos2d.so
namespace cocos2d
CCDirector::applyOrientation ( )
[symbol: _ZN7cocos2d10CCDirector16applyOrientationEv]
CCDirector::getDeviceOrientation ( )
[symbol: _ZN7cocos2d10CCDirector20getDeviceOrientationEv]
CCDirector::getDisplaySizeInPixels ( )
[symbol: _ZN7cocos2d10CCDirector22getDisplaySizeInPixelsEv]
CCDirector::resetDirector ( )
[symbol: _ZN7cocos2d10CCDirector13resetDirectorEv]
CCDirector::setDeviceOrientation ( enum ccDeviceOrientation kDeviceOrientation )
[symbol: _ZN7cocos2d10CCDirector20setDeviceOrientationENS_19ccDeviceOrientationE]
CCDirector::setDirectorType ( enum ccDirectorType obDirectorType ) [static]
[symbol: _ZN7cocos2d10CCDirector15setDirectorTypeENS_14ccDirectorTypeE]
CCDirector::showFPS ( )
[symbol: _ZN7cocos2d10CCDirector7showFPSEv]
CCDirector::showProfilers ( )
[symbol: _ZN7cocos2d10CCDirector13showProfilersEv]
CCDrawingPrimitives.h,
libcocos2d.so
namespace cocos2d
ccDrawCircle ( CCPoint const& center, float radius, float angle, int segments, bool drawLineToCenter )
[symbol: _ZN7cocos2d12ccDrawCircleERKNS_7CCPointEffib]
ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, int segments )
[symbol: _ZN7cocos2d17ccDrawCubicBezierERKNS_7CCPointES2_S2_S2_i]
ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon )
[symbol: _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEib]
ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon, bool fill )
[symbol: _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEibb]
ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, int segments )
[symbol: _ZN7cocos2d16ccDrawQuadBezierERKNS_7CCPointES2_S2_i]
CCEGLView_linux.h,
libcocos2d.so
namespace cocos2d
CCEGLView::canSetContentScaleFactor ( )
[symbol: _ZN7cocos2d9CCEGLView24canSetContentScaleFactorEv]
CCEGLView::Create ( char const* pTitle, int iPixelWidth, int iPixelHeight, int iWidth, int iHeight, int iDepth )
[symbol: _ZN7cocos2d9CCEGLView6CreateEPKciiiii]
CCEGLView::getSize ( )
[symbol: _ZN7cocos2d9CCEGLView7getSizeEv]
CCEGLView::release ( )
[symbol: _ZN7cocos2d9CCEGLView7releaseEv]
CCEGLView::setContentScaleFactor ( float contentScaleFactor )
[symbol: _ZN7cocos2d9CCEGLView21setContentScaleFactorEf]
CCEGLView::setDeviceOrientation ( int eOritation )
[symbol: _ZN7cocos2d9CCEGLView20setDeviceOrientationEi]
CCEGLView::setScissorInPoints ( float x, float y, float w, float h )
[symbol: _ZN7cocos2d9CCEGLView18setScissorInPointsEffff]
CCEGLView::setTouchDelegate ( EGLTouchDelegate* pDelegate )
[symbol: _ZN7cocos2d9CCEGLView16setTouchDelegateEPNS_16EGLTouchDelegateE]
CCEGLView::setViewPortInPoints ( float x, float y, float w, float h )
[symbol: _ZN7cocos2d9CCEGLView19setViewPortInPointsEffff]
CCFileUtils.h,
libcocos2d.so
namespace cocos2d
CCFileUtils::ccLoadFileIntoMemory ( char const* filename, unsigned char** out ) [static]
[symbol: _ZN7cocos2d11CCFileUtils20ccLoadFileIntoMemoryEPKcPPh]
CCFileUtils::ccRemoveHDSuffixFromFile ( std::string& path ) [static]
[symbol: _ZN7cocos2d11CCFileUtils24ccRemoveHDSuffixFromFileERSs]
CCFileUtils::dictionaryWithContentsOfFile ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d11CCFileUtils28dictionaryWithContentsOfFileEPKc]
CCFileUtils::dictionaryWithContentsOfFileThreadSafe ( char const* pFileName ) [static]
[symbol: _ZN7cocos2d11CCFileUtils38dictionaryWithContentsOfFileThreadSafeEPKc]
CCFileUtils::getIsPopupNotify ( ) [static]
[symbol: _ZN7cocos2d11CCFileUtils16getIsPopupNotifyEv]
CCFileUtils::setIsPopupNotify ( bool bNotify ) [static]
[symbol: _ZN7cocos2d11CCFileUtils16setIsPopupNotifyEb]
CCFileUtils::setResource ( char const* pszZipFileName ) [static]
[symbol: _ZN7cocos2d11CCFileUtils11setResourceEPKc]
CCFileUtils::setResourcePath ( char const* pszResourcePath ) [static]
[symbol: _ZN7cocos2d11CCFileUtils15setResourcePathEPKc]
CCGeometry.h,
libcocos2d.so
namespace cocos2d
CCRect::CCRectGetMaxX ( CCRect const& rect ) [static]
[symbol: _ZN7cocos2d6CCRect13CCRectGetMaxXERKS0_]
CCRect::CCRectGetMaxY ( CCRect const& rect ) [static]
[symbol: _ZN7cocos2d6CCRect13CCRectGetMaxYERKS0_]
CCRect::CCRectGetMidX ( CCRect const& rect ) [static]
[symbol: _ZN7cocos2d6CCRect13CCRectGetMidXERKS0_]
CCRect::CCRectGetMidY ( CCRect const& rect ) [static]
[symbol: _ZN7cocos2d6CCRect13CCRectGetMidYERKS0_]
CCRect::CCRectGetMinX ( CCRect const& rect ) [static]
[symbol: _ZN7cocos2d6CCRect13CCRectGetMinXERKS0_]
CCRect::CCRectGetMinY ( CCRect const& rect ) [static]
[symbol: _ZN7cocos2d6CCRect13CCRectGetMinYERKS0_]
CCGL.h,
libcocos2d.so
namespace cocos2d
gluLookAt ( GLfloat fEyeX, GLfloat fEyeY, GLfloat fEyeZ, GLfloat fLookAtX, GLfloat fLookAtY, GLfloat fLookAtZ, GLfloat fUpX, GLfloat fUpY, GLfloat fUpZ )
[symbol: _ZN7cocos2d9gluLookAtEfffffffff]
gluPerspective ( GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar )
[symbol: _ZN7cocos2d14gluPerspectiveEffff]
CCLabelAtlas.h,
libcocos2d.so
namespace cocos2d
CCLabelAtlas::initWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap )
[symbol: _ZN7cocos2d12CCLabelAtlas14initWithStringEPKcS2_jjh]
CCLabelAtlas::labelWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) [static]
[symbol: _ZN7cocos2d12CCLabelAtlas15labelWithStringEPKcS2_jjh]
CCLabelBMFont.h,
libcocos2d.so
namespace cocos2d
CCLabelBMFont::getIsOpacityModifyRGB ( )
[symbol: _ZN7cocos2d13CCLabelBMFont21getIsOpacityModifyRGBEv]
CCLabelBMFont::initWithString ( char const* str, char const* fntFile )
[symbol: _ZN7cocos2d13CCLabelBMFont14initWithStringEPKcS2_]
CCLabelBMFont::labelWithString ( char const* str, char const* fntFile ) [static]
[symbol: _ZN7cocos2d13CCLabelBMFont15labelWithStringEPKcS2_]
CCLabelBMFont::setIsOpacityModifyRGB ( bool var )
[symbol: _ZN7cocos2d13CCLabelBMFont21setIsOpacityModifyRGBEb]
CCLabelTTF.h,
libcocos2d.so
namespace cocos2d
CCLabelTTF::convertToLabelProtocol ( )
[symbol: _ZN7cocos2d10CCLabelTTF22convertToLabelProtocolEv]
CCLabelTTF::initWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )
[symbol: _ZN7cocos2d10CCLabelTTF14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f]
CCLayer.h,
libcocos2d.so
namespace cocos2d
CCLayer::getIsAccelerometerEnabled ( )
[symbol: _ZN7cocos2d7CCLayer25getIsAccelerometerEnabledEv]
CCLayer::getIsKeypadEnabled ( )
[symbol: _ZN7cocos2d7CCLayer18getIsKeypadEnabledEv]
CCLayer::getIsTouchEnabled ( )
[symbol: _ZN7cocos2d7CCLayer17getIsTouchEnabledEv]
CCLayer::setIsAccelerometerEnabled ( bool var )
[symbol: _ZN7cocos2d7CCLayer25setIsAccelerometerEnabledEb]
CCLayer::setIsKeypadEnabled ( bool var )
[symbol: _ZN7cocos2d7CCLayer18setIsKeypadEnabledEb]
CCLayer::setIsTouchEnabled ( bool var )
[symbol: _ZN7cocos2d7CCLayer17setIsTouchEnabledEb]
CCLayerColor::getIsOpacityModifyRGB ( )
[symbol: _ZN7cocos2d12CCLayerColor21getIsOpacityModifyRGBEv]
CCLayerColor::initWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height )
[symbol: _ZN7cocos2d12CCLayerColor24initWithColorWidthHeightERKNS_10_ccColor4BEff]
CCLayerColor::layerWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]
[symbol: _ZN7cocos2d12CCLayerColor25layerWithColorWidthHeightERKNS_10_ccColor4BEff]
CCLayerColor::setIsOpacityModifyRGB ( bool bValue )
[symbol: _ZN7cocos2d12CCLayerColor21setIsOpacityModifyRGBEb]
CCLayerGradient::getIsCompressedInterpolation ( )
[symbol: _ZN7cocos2d15CCLayerGradient28getIsCompressedInterpolationEv]
CCLayerGradient::setIsCompressedInterpolation ( bool var )
[symbol: _ZN7cocos2d15CCLayerGradient28setIsCompressedInterpolationEb]
CCLayerMultiplex::initWithLayer ( CCLayer* layer )
[symbol: _ZN7cocos2d16CCLayerMultiplex13initWithLayerEPNS_7CCLayerE]
CCMenuItem.h,
libcocos2d.so
namespace cocos2d
CCMenuItem::getIsEnabled ( )
[symbol: _ZN7cocos2d10CCMenuItem12getIsEnabledEv]
CCMenuItem::getIsSelected ( )
[symbol: _ZN7cocos2d10CCMenuItem13getIsSelectedEv]
CCMenuItem::setIsEnabled ( bool var )
[symbol: _ZN7cocos2d10CCMenuItem12setIsEnabledEb]
CCMenuItemAtlasFont::initFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont14initFromStringEPKcS2_iicPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemAtlasFont::itemFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont14itemFromStringEPKcS2_iic]
CCMenuItemAtlasFont::itemFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d19CCMenuItemAtlasFont14itemFromStringEPKcS2_iicPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemFont::initFromString ( char const* value, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d14CCMenuItemFont14initFromStringEPKcPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemFont::itemFromString ( char const* value ) [static]
[symbol: _ZN7cocos2d14CCMenuItemFont14itemFromStringEPKc]
CCMenuItemFont::itemFromString ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d14CCMenuItemFont14itemFromStringEPKcPNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::initFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d15CCMenuItemImage19initFromNormalImageEPKcS2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemFromNormalImageEPKcS2_]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemFromNormalImageEPKcS2_S2_]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemFromNormalImageEPKcS2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d15CCMenuItemImage19itemFromNormalImageEPKcS2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemLabel::setIsEnabled ( bool enabled )
[symbol: _ZN7cocos2d15CCMenuItemLabel12setIsEnabledEb]
CCMenuItemSprite::initFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector )
[symbol: _ZN7cocos2d16CCMenuItemSprite20initFromNormalSpriteEPNS_6CCNodeES2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite20itemFromNormalSpriteEPNS_6CCNodeES2_S2_]
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite20itemFromNormalSpriteEPNS_6CCNodeES2_S2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]
[symbol: _ZN7cocos2d16CCMenuItemSprite20itemFromNormalSpriteEPNS_6CCNodeES2_PNS_8CCObjectEMS3_FvS4_E]
CCMenuItemSprite::setIsEnabled ( bool bEnabled )
[symbol: _ZN7cocos2d16CCMenuItemSprite12setIsEnabledEb]
CCMenuItemToggle::setIsEnabled ( bool var )
[symbol: _ZN7cocos2d16CCMenuItemToggle12setIsEnabledEb]
CCMenuItemToggle::setSubItems ( CCMutableArray<CCMenuItem*>* var )
[symbol: _ZN7cocos2d16CCMenuItemToggle11setSubItemsEPNS_14CCMutableArrayIPNS_10CCMenuItemEEE]
CCMotionStreak.h,
libcocos2d.so
namespace cocos2d
CCMotionStreak::getRibbon ( )
[symbol: _ZN7cocos2d14CCMotionStreak9getRibbonEv]
CCMotionStreak::initWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color )
[symbol: _ZN7cocos2d14CCMotionStreak12initWithFadeEffPKcffRKNS_10_ccColor4BE]
CCMotionStreak::streakWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) [static]
[symbol: _ZN7cocos2d14CCMotionStreak14streakWithFadeEffPKcffRKNS_10_ccColor4BE]
CCMutableArray.h,
libcocos2d.so
namespace cocos2d
CCMutableArray<CCSpriteFrame*>::~CCMutableArray [in-charge-deleting] ( )
[symbol: _ZN7cocos2d14CCMutableArrayIPNS_13CCSpriteFrameEED0Ev]
CCMutableArray<CCSpriteFrame*>::~CCMutableArray [in-charge] ( )
[symbol: _ZN7cocos2d14CCMutableArrayIPNS_13CCSpriteFrameEED1Ev]
CCMutableDictionary.h,
libcocos2d.so
namespace cocos2d
CCMutableDictionary<std::string,CCObject*>::~CCMutableDictionary [in-charge-deleting] ( )
[symbol: _ZN7cocos2d19CCMutableDictionaryISsPNS_8CCObjectEED0Ev]
CCMutableDictionary<std::string,CCObject*>::~CCMutableDictionary [in-charge] ( )
[symbol: _ZN7cocos2d19CCMutableDictionaryISsPNS_8CCObjectEED1Ev]
CCNode.h,
libcocos2d.so
namespace cocos2d
CCNode::boundingBoxInPixels ( )
[symbol: _ZN7cocos2d6CCNode19boundingBoxInPixelsEv]
CCNode::getAnchorPointInPixels ( )
[symbol: _ZN7cocos2d6CCNode22getAnchorPointInPixelsEv]
CCNode::getContentSizeInPixels ( )
[symbol: _ZN7cocos2d6CCNode22getContentSizeInPixelsEv]
CCNode::getIsRelativeAnchorPoint ( )
[symbol: _ZN7cocos2d6CCNode24getIsRelativeAnchorPointEv]
CCNode::getIsRunning ( )
[symbol: _ZN7cocos2d6CCNode12getIsRunningEv]
CCNode::getIsVisible ( )
[symbol: _ZN7cocos2d6CCNode12getIsVisibleEv]
CCNode::getPositionInPixels ( )
[symbol: _ZN7cocos2d6CCNode19getPositionInPixelsEv]
CCNode::setContentSizeInPixels ( CCSize const& var )
[symbol: _ZN7cocos2d6CCNode22setContentSizeInPixelsERKNS_6CCSizeE]
CCNode::setIsRelativeAnchorPoint ( bool var )
[symbol: _ZN7cocos2d6CCNode24setIsRelativeAnchorPointEb]
CCNode::setIsVisible ( bool var )
[symbol: _ZN7cocos2d6CCNode12setIsVisibleEb]
CCNode::setPositionInPixels ( CCPoint const& var )
[symbol: _ZN7cocos2d6CCNode19setPositionInPixelsERKNS_7CCPointE]
CCNode::setPositionInPixels ( float x, float y )
[symbol: _ZN7cocos2d6CCNode19setPositionInPixelsEff]
CCNotificationCenter.h,
libcocos2d.so
namespace cocos2d
CCNotificationCenter::purgeNotifCenter ( ) [static]
[symbol: _ZN7cocos2d20CCNotificationCenter16purgeNotifCenterEv]
CCNotificationCenter::sharedNotifCenter ( ) [static]
[symbol: _ZN7cocos2d20CCNotificationCenter17sharedNotifCenterEv]
CCObject.h,
libcocos2d.so
namespace cocos2d
CCObject::isSingleRefrence ( )
[symbol: _ZN7cocos2d8CCObject16isSingleRefrenceEv]
CCParticleSystem.h,
libcocos2d.so
namespace cocos2d
CCParticleSystem::getIsActive ( )
[symbol: _ZN7cocos2d16CCParticleSystem11getIsActiveEv]
CCParticleSystem::getIsAutoRemoveOnFinish ( )
[symbol: _ZN7cocos2d16CCParticleSystem23getIsAutoRemoveOnFinishEv]
CCParticleSystem::getIsBlendAdditive ( )
[symbol: _ZN7cocos2d16CCParticleSystem18getIsBlendAdditiveEv]
CCParticleSystem::initWithDictionary ( CCMutableDictionary<std::string, CCObject*>* dictionary )
[symbol: _ZN7cocos2d16CCParticleSystem18initWithDictionaryEPNS_19CCMutableDictionaryISsPNS_8CCObjectEEE]
CCParticleSystem::setIsAutoRemoveOnFinish ( bool var )
[symbol: _ZN7cocos2d16CCParticleSystem23setIsAutoRemoveOnFinishEb]
CCParticleSystem::setIsBlendAdditive ( bool var )
[symbol: _ZN7cocos2d16CCParticleSystem18setIsBlendAdditiveEb]
CCParticleSystemQuad.h,
libcocos2d.so
namespace cocos2d
CCParticleSystemQuad::initIndices ( )
[symbol: _ZN7cocos2d20CCParticleSystemQuad11initIndicesEv]
CCProgressTimer.h,
libcocos2d.so
namespace cocos2d
CCProgressTimer::initWithFile ( char const* pszFileName )
[symbol: _ZN7cocos2d15CCProgressTimer12initWithFileEPKc]
CCProgressTimer::initWithTexture ( CCTexture2D* pTexture )
[symbol: _ZN7cocos2d15CCProgressTimer15initWithTextureEPNS_11CCTexture2DE]
CCProgressTimer::progressWithFile ( char const* pszFileName ) [static]
[symbol: _ZN7cocos2d15CCProgressTimer16progressWithFileEPKc]
CCProgressTimer::progressWithTexture ( CCTexture2D* pTexture ) [static]
[symbol: _ZN7cocos2d15CCProgressTimer19progressWithTextureEPNS_11CCTexture2DE]
CCProgressTimer::vertexFromTexCoord ( CCPoint const& texCoord )
[symbol: _ZN7cocos2d15CCProgressTimer18vertexFromTexCoordERKNS_7CCPointE]
CCRenderTexture.h,
libcocos2d.so
namespace cocos2d
CCRenderTexture::end ( bool bIsTOCacheTexture )
[symbol: _ZN7cocos2d15CCRenderTexture3endEb]
CCRenderTexture::getUIImageAsDataFromBuffer ( int format )
[symbol: _ZN7cocos2d15CCRenderTexture26getUIImageAsDataFromBufferEi]
CCRenderTexture::getUIImageFromBuffer ( CCImage* pImage, int x, int y, int nWidth, int nHeight )
[symbol: _ZN7cocos2d15CCRenderTexture20getUIImageFromBufferEPNS_7CCImageEiiii]
CCRenderTexture::saveBuffer ( char const* szFilePath, int x, int y, int nWidth, int nHeight )
[symbol: _ZN7cocos2d15CCRenderTexture10saveBufferEPKciiii]
CCRenderTexture::saveBuffer ( int format, char const* name, int x, int y, int nWidth, int nHeight )
[symbol: _ZN7cocos2d15CCRenderTexture10saveBufferEiPKciiii]
CCScheduler.h,
libcocos2d.so
namespace cocos2d
CCScheduler::purgeSharedScheduler ( ) [static]
[symbol: _ZN7cocos2d11CCScheduler20purgeSharedSchedulerEv]
CCScheduler::sharedScheduler ( ) [static]
[symbol: _ZN7cocos2d11CCScheduler15sharedSchedulerEv]
CCScheduler::tick ( ccTime dt )
[symbol: _ZN7cocos2d11CCScheduler4tickEf]
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds )
[symbol: _ZN7cocos2d7CCTimer14initWithTargetEPNS_8CCObjectEMS1_FvfEf]
CCSprite.h,
libcocos2d.so
namespace cocos2d
CCSprite::displayedFrame ( )
[symbol: _ZN7cocos2d8CCSprite14displayedFrameEv]
CCSprite::getIsOpacityModifyRGB ( )
[symbol: _ZN7cocos2d8CCSprite21getIsOpacityModifyRGBEv]
CCSprite::getTransformValues ( struct transformValues_* tv )
[symbol: _ZN7cocos2d8CCSprite18getTransformValuesEPNS_16transformValues_E]
CCSprite::initWithBatchNode ( CCSpriteBatchNode* batchNode, CCRect const& rect )
[symbol: _ZN7cocos2d8CCSprite17initWithBatchNodeEPNS_17CCSpriteBatchNodeERKNS_6CCRectE]
CCSprite::initWithBatchNodeRectInPixels ( CCSpriteBatchNode* batchNode, CCRect const& rect )
[symbol: _ZN7cocos2d8CCSprite29initWithBatchNodeRectInPixelsEPNS_17CCSpriteBatchNodeERKNS_6CCRectE]
CCSprite::setIsOpacityModifyRGB ( bool bValue )
[symbol: _ZN7cocos2d8CCSprite21setIsOpacityModifyRGBEb]
CCSprite::setIsRelativeAnchorPoint ( bool bRelative )
[symbol: _ZN7cocos2d8CCSprite24setIsRelativeAnchorPointEb]
CCSprite::setIsVisible ( bool bVisible )
[symbol: _ZN7cocos2d8CCSprite12setIsVisibleEb]
CCSprite::setPositionInPixels ( CCPoint const& pos )
[symbol: _ZN7cocos2d8CCSprite19setPositionInPixelsERKNS_7CCPointE]
CCSprite::setTextureRectInPixels ( CCRect const& rect, bool rotated, CCSize const& size )
[symbol: _ZN7cocos2d8CCSprite22setTextureRectInPixelsERKNS_6CCRectEbRKNS_6CCSizeE]
CCSprite::spriteWithBatchNode ( CCSpriteBatchNode* batchNode, CCRect const& rect ) [static]
[symbol: _ZN7cocos2d8CCSprite19spriteWithBatchNodeEPNS_17CCSpriteBatchNodeERKNS_6CCRectE]
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect, CCPoint const& offset ) [static]
[symbol: _ZN7cocos2d8CCSprite17spriteWithTextureEPNS_11CCTexture2DERKNS_6CCRectERKNS_7CCPointE]
CCSprite::updateTextureCoords ( CCRect const& rect )
[symbol: _ZN7cocos2d8CCSprite19updateTextureCoordsERKNS_6CCRectE]
CCSprite::useBatchNode ( CCSpriteBatchNode* batchNode )
[symbol: _ZN7cocos2d8CCSprite12useBatchNodeEPNS_17CCSpriteBatchNodeE]
CCSprite::useSelfRender ( )
[symbol: _ZN7cocos2d8CCSprite13useSelfRenderEv]
CCSpriteBatchNode.h,
libcocos2d.so
namespace cocos2d
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage ) [static]
[symbol: _ZN7cocos2d17CCSpriteBatchNode17batchNodeWithFileEPKc]
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex ) [static]
[symbol: _ZN7cocos2d17CCSpriteBatchNode20batchNodeWithTextureEPNS_11CCTexture2DE]
CCSpriteFrameCache.h,
libcocos2d.so
namespace cocos2d
CCSpriteFrameCache::addSpriteFramesWithDictionary ( CCMutableDictionary<std::string, CCObject*>* pobDictionary, CCTexture2D* pobTexture )
[symbol: _ZN7cocos2d18CCSpriteFrameCache29addSpriteFramesWithDictionaryEPNS_19CCMutableDictionaryISsPNS_8CCObjectEEEPNS_11CCTexture2DE]
CCSpriteFrameCache::removeSpriteFramesFromDictionary ( CCMutableDictionary<std::string, CCSpriteFrame*>* dictionary )
[symbol: _ZN7cocos2d18CCSpriteFrameCache32removeSpriteFramesFromDictionaryEPNS_19CCMutableDictionaryISsPNS_13CCSpriteFrameEEE]
CCTexture2D.h,
libcocos2d.so
namespace cocos2d
CCTexture2D::getHasPremultipliedAlpha ( )
[symbol: _ZN7cocos2d11CCTexture2D24getHasPremultipliedAlphaEv]
CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )
[symbol: _ZN7cocos2d11CCTexture2D14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f]
CCTexturePVR.h,
libcocos2d.so
namespace cocos2d
CCTexturePVR::getHasAlpha ( )
[symbol: _ZN7cocos2d12CCTexturePVR11getHasAlphaEv]
CCTexturePVR::getRetainName ( )
[symbol: _ZN7cocos2d12CCTexturePVR13getRetainNameEv]
CCTMXLayer.h,
libcocos2d.so
namespace cocos2d
CCTMXLayer::draw ( )
[symbol: _ZN7cocos2d10CCTMXLayer4drawEv]
CCTMXLayer::setProperties ( CCStringToStringDictionary* var )
[symbol: _ZN7cocos2d10CCTMXLayer13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
CCTMXObjectGroup.h,
libcocos2d.so
namespace cocos2d
CCTMXObjectGroup::setObjects ( CCMutableArray<CCStringToStringDictionary*>* var )
[symbol: _ZN7cocos2d16CCTMXObjectGroup10setObjectsEPNS_14CCMutableArrayIPNS_19CCMutableDictionaryISsPNS_8CCStringEEEEE]
CCTMXObjectGroup::setProperties ( CCStringToStringDictionary* var )
[symbol: _ZN7cocos2d16CCTMXObjectGroup13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
CCTMXTiledMap.h,
libcocos2d.so
namespace cocos2d
CCTMXTiledMap::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var )
[symbol: _ZN7cocos2d13CCTMXTiledMap15setObjectGroupsEPNS_14CCMutableArrayIPNS_16CCTMXObjectGroupEEE]
CCTMXTiledMap::setProperties ( CCStringToStringDictionary* var )
[symbol: _ZN7cocos2d13CCTMXTiledMap13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
CCTMXXMLParser.h,
libcocos2d.so
namespace cocos2d
CCTMXLayerInfo::setProperties ( CCStringToStringDictionary* var )
[symbol: _ZN7cocos2d14CCTMXLayerInfo13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
CCTMXMapInfo::setLayers ( CCMutableArray<CCTMXLayerInfo*>* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo9setLayersEPNS_14CCMutableArrayIPNS_14CCTMXLayerInfoEEE]
CCTMXMapInfo::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo15setObjectGroupsEPNS_14CCMutableArrayIPNS_16CCTMXObjectGroupEEE]
CCTMXMapInfo::setProperties ( CCStringToStringDictionary* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
CCTMXMapInfo::setTileProperties ( CCMutableDictionary<int, CCStringToStringDictionary*>* tileProperties )
[symbol: _ZN7cocos2d12CCTMXMapInfo17setTilePropertiesEPNS_19CCMutableDictionaryIiPNS1_ISsPNS_8CCStringEEEEE]
CCTMXMapInfo::setTilesets ( CCMutableArray<CCTMXTilesetInfo*>* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo11setTilesetsEPNS_14CCMutableArrayIPNS_16CCTMXTilesetInfoEEE]
CCTouchDispatcher.h,
libcocos2d.so
namespace cocos2d
CCTouchDispatcher::findHandler ( CCMutableArray<CCTouchHandler*>* pArray, CCTouchDelegate* pDelegate )
[symbol: _ZN7cocos2d17CCTouchDispatcher11findHandlerEPNS_14CCMutableArrayIPNS_14CCTouchHandlerEEEPNS_15CCTouchDelegateE]
CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCMutableArray<CCTouchHandler*>* pArray )
[symbol: _ZN7cocos2d17CCTouchDispatcher15forceAddHandlerEPNS_14CCTouchHandlerEPNS_14CCMutableArrayIS2_EE]
CCTouchDispatcher::rearrangeHandlers ( CCMutableArray<CCTouchHandler*>* pArray )
[symbol: _ZN7cocos2d17CCTouchDispatcher17rearrangeHandlersEPNS_14CCMutableArrayIPNS_14CCTouchHandlerEEE]
CCTouchDispatcher::sharedDispatcher ( ) [static]
[symbol: _ZN7cocos2d17CCTouchDispatcher16sharedDispatcherEv]
CCTransition.h,
libcocos2d.so
namespace cocos2d
CCTransitionCrossFade::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d21CCTransitionCrossFade22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionFadeBL::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d18CCTransitionFadeBL22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionFadeDown::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionFadeDown22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionFadeTR::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d18CCTransitionFadeTR22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionFadeUp::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d18CCTransitionFadeUp22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionJumpZoom::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionJumpZoom22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionMoveInB::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d19CCTransitionMoveInB22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionMoveInL::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d19CCTransitionMoveInL22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionMoveInR::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d19CCTransitionMoveInR22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionMoveInT::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d19CCTransitionMoveInT22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionRotoZoom::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionRotoZoom22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionShrinkGrow::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d22CCTransitionShrinkGrow22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionSlideInB::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionSlideInB22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionSlideInL::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionSlideInL22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionSlideInR::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionSlideInR22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionSlideInT::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionSlideInT22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionSplitCols::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d21CCTransitionSplitCols22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionSplitRows::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d21CCTransitionSplitRows22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionTurnOffTiles::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d24CCTransitionTurnOffTiles22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionRadial.h,
libcocos2d.so
namespace cocos2d
CCTransitionRadialCCW::onEnter ( )
[symbol: _ZN7cocos2d21CCTransitionRadialCCW7onEnterEv]
CCTransitionRadialCCW::onExit ( )
[symbol: _ZN7cocos2d21CCTransitionRadialCCW6onExitEv]
CCTransitionRadialCCW::radialType ( )
[symbol: _ZN7cocos2d21CCTransitionRadialCCW10radialTypeEv]
CCTransitionRadialCCW::sceneOrder ( )
[symbol: _ZN7cocos2d21CCTransitionRadialCCW10sceneOrderEv]
CCTransitionRadialCCW::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d21CCTransitionRadialCCW22transitionWithDurationEfPNS_7CCSceneE]
CCTransitionRadialCW::radialType ( )
[symbol: _ZN7cocos2d20CCTransitionRadialCW10radialTypeEv]
CCTransitionRadialCW::transitionWithDuration ( ccTime t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d20CCTransitionRadialCW22transitionWithDurationEfPNS_7CCSceneE]
vtable for CCTransitionRadialCCW [data]
[symbol: _ZTVN7cocos2d21CCTransitionRadialCCWE]
vtable for CCTransitionRadialCW [data]
[symbol: _ZTVN7cocos2d20CCTransitionRadialCWE]
to the top
Problems with Data Types, High Severity (221)
CCAction.h
namespace cocos2d
[+] class CCFollow (1)
| Change |
Effect |
1 | Size of this class has been changed from 72 bytes to 112 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (7)
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Return value (pointer) has base type 'CCFollow'.
CCFollow::copyWithZone ( CCZone* pZone )This method is from 'CCFollow' class.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )This method is from 'CCFollow' class.
CCFollow::isDone ( )This method is from 'CCFollow' class.
CCFollow::step ( ccTime dt )This method is from 'CCFollow' class.
CCFollow::stop ( )This method is from 'CCFollow' class.
CCFollow::~CCFollow [in-charge] ( )This method is from 'CCFollow' class.
CCActionGrid3D.h
namespace cocos2d
[+] class CCLens3D (2)
| Change |
Effect |
1 | Field m_positionInPixels has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been changed from 80 bytes to 92 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCLens3D::actionWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) [static]Return value (pointer) has base type 'CCLens3D'.
CCLens3D::copyWithZone ( CCZone* pZone )This method is from 'CCLens3D' class.
CCLens3D::initWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration )This method is from 'CCLens3D' class.
CCLens3D::setPosition ( CCPoint const& position )This method is from 'CCLens3D' class.
CCLens3D::update ( ccTime time )This method is from 'CCLens3D' class.
CCLens3D::~CCLens3D [in-charge] ( )This method is from 'CCLens3D' class.
[+] class CCRipple3D (1)
| Change |
Effect |
1 | Size of this class has been changed from 84 bytes to 96 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCRipple3D::actionWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static]Return value (pointer) has base type 'CCRipple3D'.
CCRipple3D::copyWithZone ( CCZone* pZone )This method is from 'CCRipple3D' class.
CCRipple3D::initWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration )This method is from 'CCRipple3D' class.
CCRipple3D::setPosition ( CCPoint const& position )This method is from 'CCRipple3D' class.
CCRipple3D::update ( ccTime time )This method is from 'CCRipple3D' class.
CCRipple3D::~CCRipple3D [in-charge] ( )This method is from 'CCRipple3D' class.
[+] class CCTwirl (1)
| Change |
Effect |
1 | Size of this class has been changed from 80 bytes to 92 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCTwirl::actionWithPosition ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) [static]Return value (pointer) has base type 'CCTwirl'.
CCTwirl::copyWithZone ( CCZone* pZone )This method is from 'CCTwirl' class.
CCTwirl::initWithPosition ( CCPoint const& pos, int t, float amp, ccGridSize const& gridSize, ccTime duration )This method is from 'CCTwirl' class.
CCTwirl::setPosition ( CCPoint const& position )This method is from 'CCTwirl' class.
CCTwirl::update ( ccTime time )This method is from 'CCTwirl' class.
CCTwirl::~CCTwirl [in-charge] ( )This method is from 'CCTwirl' class.
CCActionInstant.h
namespace cocos2d
[+] class CCCallFunc (1)
| Change |
Effect |
1 | Size of this class has been changed from 48 bytes to 52 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (15)
CCCallFunc::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFunc selector ) [static]Return value (pointer) has base type 'CCCallFunc'.
CCCallFunc::copyWithZone ( CCZone* pZone )This method is from 'CCCallFunc' class.
CCCallFunc::execute ( )This method is from 'CCCallFunc' class.
CCCallFunc::initWithTarget ( CCObject* pSelectorTarget )This method is from 'CCCallFunc' class.
CCCallFunc::~CCCallFunc [in-charge] ( )This method is from 'CCCallFunc' class.
CCCallFuncN::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncN selector ) [static]This method is from derived class 'CCCallFuncN'.
CCCallFuncN::copyWithZone ( CCZone* pZone )This method is from derived class 'CCCallFuncN'.
CCCallFuncN::execute ( )This method is from derived class 'CCCallFuncN'.
CCCallFuncN::initWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncN selector )This method is from derived class 'CCCallFuncN'.
CCCallFuncO::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncO selector, CCObject* pObject ) [static]This method is from derived class 'CCCallFuncO'.
CCCallFuncO::CCCallFuncO [in-charge] ( )This constructor is from derived class 'CCCallFuncO'.
CCCallFuncO::copyWithZone ( CCZone* pZone )This method is from derived class 'CCCallFuncO'.
CCCallFuncO::execute ( )This method is from derived class 'CCCallFuncO'.
CCCallFuncO::initWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncO selector, CCObject* pObject )This method is from derived class 'CCCallFuncO'.
CCCallFuncO::~CCCallFuncO [in-charge] ( )This method is from derived class 'CCCallFuncO'.
[+] class CCCallFuncN (1)
| Change |
Effect |
1 | Size of this class has been changed from 48 bytes to 52 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
CCCallFuncN::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncN selector ) [static]Return value (pointer) has base type 'CCCallFuncN'.
CCCallFuncN::copyWithZone ( CCZone* pZone )This method is from 'CCCallFuncN' class.
CCCallFuncN::execute ( )This method is from 'CCCallFuncN' class.
CCCallFuncN::initWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncN selector )This method is from 'CCCallFuncN' class.
CCCallFuncN::~CCCallFuncN [in-charge] ( )This method is from 'CCCallFuncN' class.
CCCallFuncND::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncND selector, void* d ) [static]This method is from derived class 'CCCallFuncND'.
CCCallFuncND::copyWithZone ( CCZone* pZone )This method is from derived class 'CCCallFuncND'.
CCCallFuncND::execute ( )This method is from derived class 'CCCallFuncND'.
CCCallFuncND::initWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncND selector, void* d )This method is from derived class 'CCCallFuncND'.
[+] class CCCallFuncND (1)
| Change |
Effect |
1 | Size of this class has been changed from 52 bytes to 56 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCCallFuncND::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncND selector, void* d ) [static]Return value (pointer) has base type 'CCCallFuncND'.
CCCallFuncND::copyWithZone ( CCZone* pZone )This method is from 'CCCallFuncND' class.
CCCallFuncND::execute ( )This method is from 'CCCallFuncND' class.
CCCallFuncND::initWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncND selector, void* d )This method is from 'CCCallFuncND' class.
CCCallFuncND::~CCCallFuncND [in-charge] ( )This method is from 'CCCallFuncND' class.
[+] class CCCallFuncO (1)
| Change |
Effect |
1 | Size of this class has been increased from 52 bytes to 56 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCCallFuncO::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncO selector, CCObject* pObject ) [static]Return value (pointer) has base type 'CCCallFuncO'.
CCCallFuncO::CCCallFuncO [in-charge] ( )This constructor is from 'CCCallFuncO' class.
CCCallFuncO::copyWithZone ( CCZone* pZone )This method is from 'CCCallFuncO' class.
CCCallFuncO::execute ( )This method is from 'CCCallFuncO' class.
CCCallFuncO::initWithTarget ( CCObject* pSelectorTarget, SEL_CallFuncO selector, CCObject* pObject )This method is from 'CCCallFuncO' class.
CCCallFuncO::~CCCallFuncO [in-charge] ( )This method is from 'CCCallFuncO' class.
[+] class CCPlace (1)
| Change |
Effect |
1 | Size of this class has been changed from 44 bytes to 64 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCPlace::actionWithPosition ( CCPoint const& pos ) [static]Return value (pointer) has base type 'CCPlace'.
CCPlace::copyWithZone ( CCZone* pZone )This method is from 'CCPlace' class.
CCPlace::initWithPosition ( CCPoint const& pos )This method is from 'CCPlace' class.
CCPlace::~CCPlace [in-charge] ( )This method is from 'CCPlace' class.
CCActionInterval.h
namespace cocos2d
[+] class CCAnimate (1)
| Change |
Effect |
1 | Size of this class has been changed from 56 bytes to 64 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (8)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Return value (pointer) has base type 'CCAnimate'.
CCAnimate::copyWithZone ( CCZone* pZone )This method is from 'CCAnimate' class.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )This method is from 'CCAnimate' class.
CCAnimate::reverse ( )This method is from 'CCAnimate' class.
CCAnimate::startWithTarget ( CCNode* pTarget )This method is from 'CCAnimate' class.
CCAnimate::stop ( )This method is from 'CCAnimate' class.
CCAnimate::update ( ccTime time )This method is from 'CCAnimate' class.
CCAnimate::~CCAnimate [in-charge] ( )This method is from 'CCAnimate' class.
[+] class CCBezierBy (1)
| Change |
Effect |
1 | Size of this class has been changed from 76 bytes to 156 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]Return value (pointer) has base type 'CCBezierBy'.
CCBezierBy::copyWithZone ( CCZone* pZone )This method is from 'CCBezierBy' class.
CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c )This method is from 'CCBezierBy' class.
CCBezierBy::reverse ( )This method is from 'CCBezierBy' class.
CCBezierBy::startWithTarget ( CCNode* pTarget )This method is from 'CCBezierBy' class.
CCBezierBy::update ( ccTime time )This method is from 'CCBezierBy' class.
CCBezierBy::~CCBezierBy [in-charge] ( )This method is from 'CCBezierBy' class.
CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]This method is from derived class 'CCBezierTo'.
CCBezierTo::copyWithZone ( CCZone* pZone )This method is from derived class 'CCBezierTo'.
CCBezierTo::startWithTarget ( CCNode* pTarget )This method is from derived class 'CCBezierTo'.
[+] class CCBezierTo (1)
| Change |
Effect |
1 | Size of this class has been changed from 76 bytes to 156 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]Return value (pointer) has base type 'CCBezierTo'.
CCBezierTo::copyWithZone ( CCZone* pZone )This method is from 'CCBezierTo' class.
CCBezierTo::startWithTarget ( CCNode* pTarget )This method is from 'CCBezierTo' class.
CCBezierTo::~CCBezierTo [in-charge] ( )This method is from 'CCBezierTo' class.
[+] class CCJumpBy (1)
| Change |
Effect |
1 | Size of this class has been changed from 68 bytes to 108 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
CCJumpBy::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) [static]Return value (pointer) has base type 'CCJumpBy'.
CCJumpBy::copyWithZone ( CCZone* pZone )This method is from 'CCJumpBy' class.
CCJumpBy::initWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps )This method is from 'CCJumpBy' class.
CCJumpBy::reverse ( )This method is from 'CCJumpBy' class.
CCJumpBy::startWithTarget ( CCNode* pTarget )This method is from 'CCJumpBy' class.
CCJumpBy::update ( ccTime time )This method is from 'CCJumpBy' class.
CCJumpBy::~CCJumpBy [in-charge] ( )This method is from 'CCJumpBy' class.
CCJumpTo::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, int jumps ) [static]This method is from derived class 'CCJumpTo'.
CCJumpTo::copyWithZone ( CCZone* pZone )This method is from derived class 'CCJumpTo'.
CCJumpTo::startWithTarget ( CCNode* pTarget )This method is from derived class 'CCJumpTo'.
[+] class CCJumpTo (1)
| Change |
Effect |
1 | Size of this class has been changed from 68 bytes to 108 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCJumpTo::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, int jumps ) [static]Return value (pointer) has base type 'CCJumpTo'.
CCJumpTo::copyWithZone ( CCZone* pZone )This method is from 'CCJumpTo' class.
CCJumpTo::startWithTarget ( CCNode* pTarget )This method is from 'CCJumpTo' class.
CCJumpTo::~CCJumpTo [in-charge] ( )This method is from 'CCJumpTo' class.
[+] class CCMoveBy (1)
| Change |
Effect |
1 | Size of this class has been changed from 68 bytes to 128 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCMoveBy::actionWithDuration ( ccTime duration, CCPoint const& position ) [static]Return value (pointer) has base type 'CCMoveBy'.
CCMoveBy::copyWithZone ( CCZone* pZone )This method is from 'CCMoveBy' class.
CCMoveBy::initWithDuration ( ccTime duration, CCPoint const& position )This method is from 'CCMoveBy' class.
CCMoveBy::reverse ( )This method is from 'CCMoveBy' class.
CCMoveBy::startWithTarget ( CCNode* pTarget )This method is from 'CCMoveBy' class.
CCMoveBy::~CCMoveBy [in-charge] ( )This method is from 'CCMoveBy' class.
[+] class CCMoveTo (1)
| Change |
Effect |
1 | Size of this class has been changed from 68 bytes to 128 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (11)
CCMoveBy::actionWithDuration ( ccTime duration, CCPoint const& position ) [static]This method is from derived class 'CCMoveBy'.
CCMoveBy::copyWithZone ( CCZone* pZone )This method is from derived class 'CCMoveBy'.
CCMoveBy::initWithDuration ( ccTime duration, CCPoint const& position )This method is from derived class 'CCMoveBy'.
CCMoveBy::reverse ( )This method is from derived class 'CCMoveBy'.
CCMoveBy::startWithTarget ( CCNode* pTarget )This method is from derived class 'CCMoveBy'.
CCMoveTo::actionWithDuration ( ccTime duration, CCPoint const& position ) [static]Return value (pointer) has base type 'CCMoveTo'.
CCMoveTo::copyWithZone ( CCZone* pZone )This method is from 'CCMoveTo' class.
CCMoveTo::initWithDuration ( ccTime duration, CCPoint const& position )This method is from 'CCMoveTo' class.
CCMoveTo::startWithTarget ( CCNode* pTarget )This method is from 'CCMoveTo' class.
CCMoveTo::update ( ccTime time )This method is from 'CCMoveTo' class.
CCMoveTo::~CCMoveTo [in-charge] ( )This method is from 'CCMoveTo' class.
[+] class CCRepeat (1)
| Change |
Effect |
1 | Size of this class has been changed from 56 bytes to 64 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
CCRepeat::actionWithAction ( CCFiniteTimeAction* pAction, unsigned int times ) [static]Return value (pointer) has base type 'CCRepeat'.
CCRepeat::copyWithZone ( CCZone* pZone )This method is from 'CCRepeat' class.
CCRepeat::initWithAction ( CCFiniteTimeAction* pAction, unsigned int times )This method is from 'CCRepeat' class.
CCRepeat::isDone ( )This method is from 'CCRepeat' class.
CCRepeat::reverse ( )This method is from 'CCRepeat' class.
CCRepeat::startWithTarget ( CCNode* pTarget )This method is from 'CCRepeat' class.
CCRepeat::stop ( )This method is from 'CCRepeat' class.
CCRepeat::update ( ccTime time )This method is from 'CCRepeat' class.
CCRepeat::~CCRepeat [in-charge] ( )This method is from 'CCRepeat' class.
CCActionTiledGrid.h
namespace cocos2d
[+] class CCSplitCols (1)
| Change |
Effect |
1 | Size of this class has been changed from 64 bytes to 84 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCSplitCols::actionWithCols ( int nCols, ccTime duration ) [static]Return value (pointer) has base type 'CCSplitCols'.
CCSplitCols::copyWithZone ( CCZone* pZone )This method is from 'CCSplitCols' class.
CCSplitCols::initWithCols ( int nCols, ccTime duration )This method is from 'CCSplitCols' class.
CCSplitCols::startWithTarget ( CCNode* pTarget )This method is from 'CCSplitCols' class.
CCSplitCols::update ( ccTime time )This method is from 'CCSplitCols' class.
CCSplitCols::~CCSplitCols [in-charge] ( )This method is from 'CCSplitCols' class.
[+] class CCSplitRows (1)
| Change |
Effect |
1 | Size of this class has been changed from 64 bytes to 84 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCSplitRows::actionWithRows ( int nRows, ccTime duration ) [static]Return value (pointer) has base type 'CCSplitRows'.
CCSplitRows::copyWithZone ( CCZone* pZone )This method is from 'CCSplitRows' class.
CCSplitRows::initWithRows ( int nRows, ccTime duration )This method is from 'CCSplitRows' class.
CCSplitRows::startWithTarget ( CCNode* pTarget )This method is from 'CCSplitRows' class.
CCSplitRows::update ( ccTime time )This method is from 'CCSplitRows' class.
CCSplitRows::~CCSplitRows [in-charge] ( )This method is from 'CCSplitRows' class.
CCAnimation.h
namespace cocos2d
[+] class CCAnimation (1)
| Change |
Effect |
1 | Size of this class has been changed from 32 bytes to 44 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (13)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]1st parameter 'pAnimation' (pointer) has base type 'CCAnimation'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )1st parameter 'pAnimation' (pointer) has base type 'CCAnimation'.
CCAnimate::reverse ( )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::stop ( )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::update ( ccTime time )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimation::animation ( ) [static]Return value (pointer) has base type 'CCAnimation'.
CCAnimation::init ( )This method is from 'CCAnimation' class.
CCAnimation::~CCAnimation [in-charge] ( )This method is from 'CCAnimation' class.
CCAnimationCache::addAnimation ( CCAnimation* animation, char const* name )1st parameter 'animation' (pointer) has base type 'CCAnimation'.
CCAnimationCache::animationByName ( char const* name )Return value (pointer) has base type 'CCAnimation'.
CCAplication_linux.h
namespace cocos2d
[+] class CCApplication (1)
| Change |
Effect |
1 | Base class CCApplicationProtocol has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 4 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~CCApplication |
~CCApplication |
12 |
~CCApplication |
~CCApplication |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
CCApplication::setAnimationInterval |
32 |
|
CCApplication::getCurrentLanguage |
36 |
|
CCApplication::getTargetPlatform |
[+] affected symbols (13)
CCApplication::applicationDidEnterBackground ( )This method is from 'CCApplication' class.
CCApplication::applicationDidFinishLaunching ( )This method is from 'CCApplication' class.
CCApplication::applicationWillEnterForeground ( )This method is from 'CCApplication' class.
CCApplication::CCApplication [in-charge] ( )This constructor is from 'CCApplication' class.
CCApplication::getCurrentLanguage ( ) [static]This method is from 'CCApplication' class.
CCApplication::initInstance ( )This method is from 'CCApplication' class.
CCApplication::run ( )This method is from 'CCApplication' class.
CCApplication::setAnimationInterval ( double interval )This method is from 'CCApplication' class.
CCApplication::setOrientation ( enum CCApplication::Orientation orientation )This method is from 'CCApplication' class.
CCApplication::sharedApplication ( ) [static]This method is from 'CCApplication' class.
CCApplication::sm_pSharedApplication [data]This method is from 'CCApplication' class.
CCApplication::statusBarFrame ( CCRect* rect )This method is from 'CCApplication' class.
CCApplication::~CCApplication [in-charge] ( )This method is from 'CCApplication' class.
CCAtlasNode.h
namespace cocos2d
[+] class CCAtlasNode (1)
| Change |
Effect |
1 | Size of this class has been increased from 304 bytes to 332 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (32)
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Return value (pointer) has base type 'CCAtlasNode'.
CCAtlasNode::CCAtlasNode [in-charge] ( )This constructor is from 'CCAtlasNode' class.
CCAtlasNode::draw ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getBlendFunc ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getColor ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getOpacity ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getQuadsToDraw ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getTexture ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getTextureAtlas ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )This method is from 'CCAtlasNode' class.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setColor ( ccColor3B const& var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setOpacity ( GLubyte var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setQuadsToDraw ( unsigned int var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setTexture ( CCTexture2D* texture )This method is from 'CCAtlasNode' class.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )This method is from 'CCAtlasNode' class.
CCAtlasNode::updateAtlasValues ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::~CCAtlasNode [in-charge] ( )This method is from 'CCAtlasNode' class.
CCLabelAtlas::getString ( )This method is from derived class 'CCLabelAtlas'.
CCLabelAtlas::initWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap )This method is from derived class 'CCLabelAtlas'.
CCLabelAtlas::labelWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) [static]This method is from derived class 'CCLabelAtlas'.
CCLabelAtlas::setString ( char const* label )This method is from derived class 'CCLabelAtlas'.
CCLabelAtlas::updateAtlasValues ( )This method is from derived class 'CCLabelAtlas'.
CCTileMapAtlas::CCTileMapAtlas [in-charge] ( )This constructor is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::getTGAInfo ( )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::initWithTileFile ( char const* tile, char const* mapFile, int tileWidth, int tileHeight )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::releaseMap ( )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::setTGAInfo ( struct sImageTGA* var )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::setTile ( ccColor3B const& tile, ccGridSize const& position )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::tileAt ( ccGridSize const& position )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::tileMapAtlasWithTileFile ( char const* tile, char const* mapFile, int tileWidth, int tileHeight ) [static]This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::~CCTileMapAtlas [in-charge] ( )This method is from derived class 'CCTileMapAtlas'.
CCCamera.h
namespace cocos2d
[+] class CCCamera (1)
| Change |
Effect |
1 | Size of this class has been increased from 60 bytes to 124 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (196)
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCAction::action ( ) [static]Field 'retval->m_pTarget->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::description ( )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::isDone ( )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCAction::step ( ccTime dt )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::stop ( )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::update ( ccTime time )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCActionCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionEase::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionInterval::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pTarget->m_pCamera' in 2nd parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pTarget->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCBezierTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCCamera::CCCamera [in-charge] ( )This constructor is from 'CCCamera' class.
CCCamera::description ( )This method is from 'CCCamera' class.
CCCamera::getCenterXYZ ( float* pCenterX, float* pCenterY, float* pCenterZ )This method is from 'CCCamera' class.
CCCamera::getEyeXYZ ( float* pEyeX, float* pEyeY, float* pEyeZ )This method is from 'CCCamera' class.
CCCamera::getUpXYZ ( float* pUpX, float* pUpY, float* pUpZ )This method is from 'CCCamera' class.
CCCamera::init ( )This method is from 'CCCamera' class.
CCCamera::locate ( )This method is from 'CCCamera' class.
CCCamera::restore ( )This method is from 'CCCamera' class.
CCCamera::setCenterXYZ ( float fCenterX, float fCenterY, float fCenterZ )This method is from 'CCCamera' class.
CCCamera::setEyeXYZ ( float fEyeX, float fEyeY, float fEyeZ )This method is from 'CCCamera' class.
CCCamera::setUpXYZ ( float fUpX, float fUpY, float fUpZ )This method is from 'CCCamera' class.
CCCamera::~CCCamera [in-charge] ( )This method is from 'CCCamera' class.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::end ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getNotificationNode ( )Field 'retval->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::init ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::pause ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::resume ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setNotificationNode ( CCNode* node )Field 'node->m_pCamera' in 1st parameter 'node' (pointer) has base type 'CCCamera'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFadeTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Field 'pFollowedNode->m_pCamera' in 1st parameter 'pFollowedNode' (pointer) has base type 'CCCamera'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )Field 'pFollowedNode->m_pCamera' in 1st parameter 'pFollowedNode' (pointer) has base type 'CCCamera'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCGridAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCJumpBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCJumpTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCMoveBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCMoveTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCNode::addChild ( CCNode* child )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::boundingBox ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::CCNode [in-charge] ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::cleanup ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::description ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::draw ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getActionByTag ( int tag )Field 'retval->m_pTarget->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCNode::getAnchorPoint ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getCamera ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getChildByTag ( int tag )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getChildren ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getChildrenCount ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getContentSize ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getGrid ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getParent ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPosition ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPosition ( float* x, float* y )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPositionLua ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPositionX ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPositionY ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getRotation ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getScale ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getScaleX ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getScaleY ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getSkewX ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getSkewY ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getTag ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getUserData ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getVertexZ ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getZOrder ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::nodeToParentTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::nodeToWorldTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::numberOfRunningActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::onEnter ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::onEnterTransitionDidFinish ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::onExit ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::parentToNodeTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::pauseSchedulerAndActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::registerScriptHandler ( int nHandler )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeChildByTag ( int tag, bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeFromParentAndCleanup ( bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::resumeSchedulerAndActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_pCamera' in 1st parameter 'action' (pointer) has base type 'CCCamera'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::scheduleUpdate ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::scheduleUpdateWithPriority ( int priority )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setAnchorPoint ( CCPoint const& var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setContentSize ( CCSize const& var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setGrid ( struct CCGridBase* var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setParent ( CCNode* var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPosition ( CCPoint const& var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPosition ( float x, float y )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPositionX ( float x )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPositionY ( float y )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setRotation ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setScale ( float scale )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setScaleX ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setScaleY ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setSkewX ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setSkewY ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setTag ( int var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setUserData ( void* var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setVertexZ ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::stopAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_pCamera' in 1st parameter 'action' (pointer) has base type 'CCCamera'.
CCNode::stopActionByTag ( int tag )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::stopAllActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::transform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::transformAncestors ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unregisterScriptHandler ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unscheduleAllSelectors ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unscheduleUpdate ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::visit ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::worldToNodeTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::~CCNode [in-charge] ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCProgressTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRepeat::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCReverseTime::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRotateBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRotateTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCScaleBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCScaleTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSequence::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSkewBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSkewTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSpawn::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSpeed::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSplitCols::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSplitRows::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCStopGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCTintBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCTintTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCDirector.h
namespace cocos2d
[+] class CCDirector (12)
| Change |
Effect |
1 | Field m_eDeviceOrientation has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been changed from 140 bytes to 212 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
3 | Virtual method CCDirector::getAccelerometer ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method CCDirector::getActionManager ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method CCDirector::getKeypadDispatcher ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method CCDirector::getScheduler ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method CCDirector::getTouchDispatcher ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method CCDirector::setAccelerometer ( CCAccelerometer* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method CCDirector::setActionManager ( CCActionManager* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method CCDirector::setKeypadDispatcher ( CCKeypadDispatcher* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method CCDirector::setScheduler ( CCScheduler* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Virtual method CCDirector::setTouchDispatcher ( CCTouchDispatcher* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 12 entries | Virtual Table (New) - 22 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCDirector |
~CCDirector |
16 |
~CCDirector |
~CCDirector |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCDirector::init |
CCDirector::init |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
|
CCDirector::getScheduler |
52 |
|
CCDirector::setScheduler |
56 |
|
CCDirector::getActionManager |
60 |
|
CCDirector::setActionManager |
64 |
|
CCDirector::getTouchDispatcher |
68 |
|
CCDirector::setTouchDispatcher |
72 |
|
CCDirector::getKeypadDispatcher |
76 |
|
CCDirector::setKeypadDispatcher |
80 |
|
CCDirector::getAccelerometer |
84 |
|
CCDirector::setAccelerometer |
[+] affected symbols (41)
CCDirector::calculateDeltaTime ( )This method is from 'CCDirector' class.
CCDirector::convertToGL ( CCPoint const& obPoint )This method is from 'CCDirector' class.
CCDirector::convertToUI ( CCPoint const& obPoint )This method is from 'CCDirector' class.
CCDirector::drawScene ( )This method is from 'CCDirector' class.
CCDirector::enableRetinaDisplay ( bool enabled )This method is from 'CCDirector' class.
CCDirector::end ( )This method is from 'CCDirector' class.
CCDirector::getContentScaleFactor ( )This method is from 'CCDirector' class.
CCDirector::getNotificationNode ( )This method is from 'CCDirector' class.
CCDirector::getWinSize ( )This method is from 'CCDirector' class.
CCDirector::getWinSizeInPixels ( )This method is from 'CCDirector' class.
CCDirector::getZEye ( )This method is from 'CCDirector' class.
CCDirector::init ( )This method is from 'CCDirector' class.
CCDirector::mainLoop ( )This method is from 'CCDirector' class.
CCDirector::pause ( )This method is from 'CCDirector' class.
CCDirector::popScene ( )This method is from 'CCDirector' class.
CCDirector::purgeCachedData ( )This method is from 'CCDirector' class.
CCDirector::purgeDirector ( )This method is from 'CCDirector' class.
CCDirector::pushScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::replaceScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )This method is from 'CCDirector' class.
CCDirector::resume ( )This method is from 'CCDirector' class.
CCDirector::runWithScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::setAlphaBlending ( bool bOn )This method is from 'CCDirector' class.
CCDirector::setAnimationInterval ( double dValue )This method is from 'CCDirector' class.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )This method is from 'CCDirector' class.
CCDirector::setDepthTest ( bool bOn )This method is from 'CCDirector' class.
CCDirector::setGLDefaultValues ( )This method is from 'CCDirector' class.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )This method is from 'CCDirector' class.
CCDirector::setNextScene ( )This method is from 'CCDirector' class.
CCDirector::setNotificationNode ( CCNode* node )This method is from 'CCDirector' class.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )This method is from 'CCDirector' class.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )This method is from 'CCDirector' class.
CCDirector::sharedDirector ( ) [static]This method is from 'CCDirector' class.
CCDirector::startAnimation ( )This method is from 'CCDirector' class.
CCDirector::stopAnimation ( )This method is from 'CCDirector' class.
CCDirector::updateContentScaleFactor ( )This method is from 'CCDirector' class.
CCDirector::~CCDirector [in-charge] ( )This method is from 'CCDirector' class.
CCDisplayLinkDirector::mainLoop ( )This method is from derived class 'CCDisplayLinkDirector'.
CCDisplayLinkDirector::setAnimationInterval ( double dValue )This method is from derived class 'CCDisplayLinkDirector'.
CCDisplayLinkDirector::startAnimation ( )This method is from derived class 'CCDisplayLinkDirector'.
CCDisplayLinkDirector::stopAnimation ( )This method is from derived class 'CCDisplayLinkDirector'.
[+] class CCDisplayLinkDirector (1)
| Change |
Effect |
1 | Size of this class has been changed from 140 bytes to 212 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCDisplayLinkDirector::mainLoop ( )This method is from 'CCDisplayLinkDirector' class.
CCDisplayLinkDirector::setAnimationInterval ( double dValue )This method is from 'CCDisplayLinkDirector' class.
CCDisplayLinkDirector::startAnimation ( )This method is from 'CCDisplayLinkDirector' class.
CCDisplayLinkDirector::stopAnimation ( )This method is from 'CCDisplayLinkDirector' class.
CCDisplayLinkDirector::~CCDisplayLinkDirector [in-charge] ( )This method is from 'CCDisplayLinkDirector' class.
CCEGLView_linux.h
namespace cocos2d
[+] class CCEGLView (2)
| Change |
Effect |
1 | Base class CCEGLViewProtocol has been added. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 72 bytes to 240 bytes. 3) The memory layout in this class has been shifted by 208 bytes. |
2 | Size of this class has been increased from 72 bytes to 240 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 23 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~CCEGLView |
~CCEGLView |
12 |
~CCEGLView |
~CCEGLView |
16 |
CCEGLView::Create |
CCEGLView::end |
20 |
|
CCEGLView::isOpenGLReady |
24 |
|
CCEGLView::swapBuffers |
28 |
|
CCEGLView::setIMEKeyboardState |
32 |
|
CCEGLViewProtocol::getSize |
36 |
|
CCEGLViewProtocol::getFrameSize |
40 |
|
CCEGLView::setFrameSize |
44 |
|
CCEGLViewProtocol::getVisibleSize |
48 |
|
CCEGLViewProtocol::getVisibleOrigin |
52 |
|
CCEGLViewProtocol::setDesignResolutionSize |
56 |
|
CCEGLViewProtocol::setTouchDelegate |
60 |
|
CCEGLViewProtocol::setContentScaleFactor |
64 |
|
CCEGLViewProtocol::setViewPortInPoints |
68 |
|
CCEGLViewProtocol::setScissorInPoints |
72 |
|
CCEGLViewProtocol::enableRetina |
76 |
|
CCEGLViewProtocol::handleTouchesBegin |
80 |
|
CCEGLViewProtocol::handleTouchesMove |
84 |
|
CCEGLViewProtocol::handleTouchesEnd |
88 |
|
CCEGLViewProtocol::handleTouchesCancel |
[+] affected symbols (48)
CCDirector::calculateDeltaTime ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::drawScene ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::end ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getNotificationNode ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getWinSize ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getZEye ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::init ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::pause ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::popScene ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::purgeCachedData ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::purgeDirector ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::resume ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setNextScene ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )1st parameter 'pobOpenGLView' (pointer) has base type 'CCEGLView'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pobOpenGLView' in return value (pointer) has base type 'CCEGLView'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCEGLView::canSetContentScaleFactor ( )This method is from 'CCEGLView' class.
CCEGLView::CCEGLView [in-charge] ( )This constructor is from 'CCEGLView' class.
CCEGLView::Create ( char const* pTitle, int iPixelWidth, int iPixelHeight, int iWidth, int iHeight, int iDepth )This method is from 'CCEGLView' class.
CCEGLView::getSize ( )This method is from 'CCEGLView' class.
CCEGLView::isOpenGLReady ( )This method is from 'CCEGLView' class.
CCEGLView::release ( )This method is from 'CCEGLView' class.
CCEGLView::setContentScaleFactor ( float contentScaleFactor )This method is from 'CCEGLView' class.
CCEGLView::setDeviceOrientation ( int eOritation )This method is from 'CCEGLView' class.
CCEGLView::setIMEKeyboardState ( bool bOpen )This method is from 'CCEGLView' class.
CCEGLView::setScissorInPoints ( float x, float y, float w, float h )This method is from 'CCEGLView' class.
CCEGLView::setTouchDelegate ( EGLTouchDelegate* pDelegate )This method is from 'CCEGLView' class.
CCEGLView::setViewPortInPoints ( float x, float y, float w, float h )This method is from 'CCEGLView' class.
CCEGLView::sharedOpenGLView ( ) [static]This method is from 'CCEGLView' class.
CCEGLView::swapBuffers ( )This method is from 'CCEGLView' class.
CCEGLView::~CCEGLView [in-charge] ( )This method is from 'CCEGLView' class.
CCGeometry.h
namespace cocos2d
[+] class CCPoint (2)
| Change |
Effect |
1 | Size of this class has been increased from 8 bytes to 28 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Base class CCObject has been added. | The memory layout in this class has been shifted by 20 bytes. |
[+] affected symbols (522)
__CCPointApplyAffineTransform ( CCPoint const& point, CCAffineTransform const& t )1st parameter 'point' (reference) has base type 'CCPoint'.
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCAction::action ( ) [static]Field 'retval->m_pOriginalTarget->m_tPosition' in return value (pointer) has type 'CCPoint'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::description ( )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::isDone ( )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCAction::step ( ccTime dt )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::stop ( )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::update ( ccTime time )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pOriginalTarget->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCActionCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCActionEase::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCActionInterval::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pOriginalTarget->m_tPosition' in return value (pointer) has type 'CCPoint'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_obRect->origin' in return value (pointer) has type 'CCPoint'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]Field 'c->controlPoint_1' in 2nd parameter 'c' (reference) has type 'CCPoint'.
CCBezierBy::copyWithZone ( CCZone* pZone )Field 'this->m_sConfig->endPosition' in the object of this method has type 'CCPoint'.
CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c )Field 'c->controlPoint_1' in 2nd parameter 'c' (reference) has type 'CCPoint'.
CCBezierBy::reverse ( )Field 'this->m_sConfig->endPosition' in the object of this method has type 'CCPoint'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCBezierBy::update ( ccTime time )Field 'this->m_sConfig->endPosition' in the object of this method has type 'CCPoint'.
CCBezierBy::~CCBezierBy [in-charge] ( )Field 'this->m_sConfig->endPosition' in the object of this method has type 'CCPoint'.
CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]Field 'c->controlPoint_1' in 2nd parameter 'c' (reference) has type 'CCPoint'.
CCBezierTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tPosition' in 1st parameter 'pAction' (pointer) has type 'CCPoint'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::convertToGL ( CCPoint const& obPoint )1st parameter 'obPoint' (reference) has base type 'CCPoint'.
CCDirector::convertToUI ( CCPoint const& obPoint )1st parameter 'obPoint' (reference) has base type 'CCPoint'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::end ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::getNotificationNode ( )Field 'retval->m_tPosition' in return value (pointer) has type 'CCPoint'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::init ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::pause ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::resume ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setNotificationNode ( CCNode* node )Field 'node->m_tPosition' in 1st parameter 'node' (pointer) has type 'CCPoint'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode->m_tPosition' in return value (pointer) has type 'CCPoint'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode->m_tPosition' in the object of this method has type 'CCPoint'.
ccDrawLine ( CCPoint const& origin, CCPoint const& destination )1st parameter 'origin' (reference) has base type 'CCPoint'.
ccDrawPoint ( CCPoint const& point )1st parameter 'point' (reference) has base type 'CCPoint'.
ccDrawPoints ( CCPoint const* points, unsigned int numberOfPoints )1st parameter 'points' (pointer) has base type 'CCPoint'.
CCFadeTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Field 'pFollowedNode->m_tAnchorPoint' in 1st parameter 'pFollowedNode' (pointer) has type 'CCPoint'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )Field 'pFollowedNode->m_tAnchorPoint' in 1st parameter 'pFollowedNode' (pointer) has type 'CCPoint'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode->m_tPosition' in the object of this method has type 'CCPoint'.
CCGridAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin->origin' in 1st parameter 'info' (reference) has type 'CCPoint'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin->origin' in 1st parameter 'info' (reference) has type 'CCPoint'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin->origin' in 1st parameter 'info' (reference) has type 'CCPoint'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin->origin' in 1st parameter 'info' (reference) has type 'CCPoint'.
CCJumpBy::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) [static]2nd parameter 'position' (reference) has base type 'CCPoint'.
CCJumpBy::copyWithZone ( CCZone* pZone )Field 'this->m_delta' in the object of this method has type 'CCPoint'.
CCJumpBy::initWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps )2nd parameter 'position' (reference) has base type 'CCPoint'.
CCJumpBy::reverse ( )Field 'this->m_delta' in the object of this method has type 'CCPoint'.
CCJumpBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCJumpBy::update ( ccTime time )Field 'this->m_delta' in the object of this method has type 'CCPoint'.
CCJumpBy::~CCJumpBy [in-charge] ( )Field 'this->m_delta' in the object of this method has type 'CCPoint'.
CCJumpTo::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, int jumps ) [static]2nd parameter 'position' (reference) has base type 'CCPoint'.
CCJumpTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCLayerGradient::getEndColor ( )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::getEndOpacity ( )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::getStartColor ( )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::getStartOpacity ( )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::getVector ( )Return value (reference) has base type 'CCPoint'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v )3rd parameter 'v' (reference) has base type 'CCPoint'.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end ) [static]Field 'retval->m_AlongVector' in return value (pointer) has type 'CCPoint'.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v ) [static]3rd parameter 'v' (reference) has base type 'CCPoint'.
CCLayerGradient::setEndColor ( ccColor3B const& var )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::setEndOpacity ( GLubyte var )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::setStartColor ( ccColor3B const& var )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::setStartOpacity ( GLubyte var )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::setVector ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCLayerGradient::updateColor ( )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLayerGradient::~CCLayerGradient [in-charge] ( )Field 'this->m_AlongVector' in the object of this method has type 'CCPoint'.
CCLens3D::actionWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) [static]1st parameter 'pos' (reference) has base type 'CCPoint'.
CCLens3D::copyWithZone ( CCZone* pZone )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCLens3D::initWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration )1st parameter 'pos' (reference) has base type 'CCPoint'.
CCLens3D::setPosition ( CCPoint const& position )1st parameter 'position' (reference) has base type 'CCPoint'.
CCLens3D::update ( ccTime time )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCLens3D::~CCLens3D [in-charge] ( )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCMenuItem::rect ( )Field 'retval->origin' in return value has type 'CCPoint'.
CCMoveBy::actionWithDuration ( ccTime duration, CCPoint const& position ) [static]2nd parameter 'position' (reference) has base type 'CCPoint'.
CCMoveBy::initWithDuration ( ccTime duration, CCPoint const& position )2nd parameter 'position' (reference) has base type 'CCPoint'.
CCMoveBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCMoveTo::actionWithDuration ( ccTime duration, CCPoint const& position ) [static]2nd parameter 'position' (reference) has base type 'CCPoint'.
CCMoveTo::copyWithZone ( CCZone* pZone )Field 'this->m_endPosition' in the object of this method has type 'CCPoint'.
CCMoveTo::initWithDuration ( ccTime duration, CCPoint const& position )2nd parameter 'position' (reference) has base type 'CCPoint'.
CCMoveTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCMoveTo::update ( ccTime time )Field 'this->m_endPosition' in the object of this method has type 'CCPoint'.
CCMoveTo::~CCMoveTo [in-charge] ( )Field 'this->m_endPosition' in the object of this method has type 'CCPoint'.
CCNode::addChild ( CCNode* child )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::addChild ( CCNode* child, int zOrder )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::boundingBox ( )Field 'this->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCNode::CCNode [in-charge] ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::cleanup ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )1st parameter 'worldPoint' (reference) has base type 'CCPoint'.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )1st parameter 'worldPoint' (reference) has base type 'CCPoint'.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )Return value has type 'CCPoint'.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )Return value has type 'CCPoint'.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )1st parameter 'nodePoint' (reference) has base type 'CCPoint'.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )1st parameter 'nodePoint' (reference) has base type 'CCPoint'.
CCNode::description ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::draw ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getActionByTag ( int tag )Field 'this->m_tAnchorPoint' in the object of this method has type 'CCPoint'.
CCNode::getAnchorPoint ( )Return value (reference) has base type 'CCPoint'.
CCNode::getCamera ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getChildByTag ( int tag )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getChildren ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getChildrenCount ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getContentSize ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getGrid ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getParent ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getPosition ( )Return value (reference) has base type 'CCPoint'.
CCNode::getPosition ( float* x, float* y )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getPositionLua ( )Return value (reference) has base type 'CCPoint'.
CCNode::getPositionX ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getPositionY ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getRotation ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getScale ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getScaleX ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getScaleY ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getSkewX ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getSkewY ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getTag ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getUserData ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getVertexZ ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::getZOrder ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::nodeToParentTransform ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::nodeToWorldTransform ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::numberOfRunningActions ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::onEnter ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::onEnterTransitionDidFinish ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::onExit ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::parentToNodeTransform ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::pauseSchedulerAndActions ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::registerScriptHandler ( int nHandler )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::removeChildByTag ( int tag, bool cleanup )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::removeFromParentAndCleanup ( bool cleanup )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::resumeSchedulerAndActions ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_tAnchorPoint' in 1st parameter 'action' (pointer) has type 'CCPoint'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::scheduleUpdate ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::scheduleUpdateWithPriority ( int priority )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setAnchorPoint ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCNode::setContentSize ( CCSize const& var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setGrid ( struct CCGridBase* var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setParent ( CCNode* var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setPosition ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCNode::setPosition ( float x, float y )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setPositionX ( float x )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setPositionY ( float y )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setRotation ( float var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setScale ( float scale )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setScaleX ( float var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setScaleY ( float var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setSkewX ( float var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setSkewY ( float var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setTag ( int var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setUserData ( void* var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::setVertexZ ( float var )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::stopAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_tAnchorPoint' in 1st parameter 'action' (pointer) has type 'CCPoint'.
CCNode::stopActionByTag ( int tag )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::stopAllActions ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::transform ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::transformAncestors ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::unregisterScriptHandler ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::unscheduleAllSelectors ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::unscheduleUpdate ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::visit ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::worldToNodeTransform ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCNode::~CCNode [in-charge] ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
ccpAngle ( CCPoint const& a, CCPoint const& b )1st parameter 'a' (reference) has base type 'CCPoint'.
ccpAngleSigned ( CCPoint const& a, CCPoint const& b )1st parameter 'a' (reference) has base type 'CCPoint'.
CCParallaxNode::addChild ( CCNode* child, unsigned int z, CCPoint const& parallaxRatio, CCPoint const& positionOffset )3rd parameter 'parallaxRatio' (reference) has base type 'CCPoint'.
CCParallaxNode::addChild ( CCNode* child, unsigned int zOrder, int tag )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::CCParallaxNode [in-charge] ( )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::getParallaxArray ( ) constField 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::node ( ) [static]Field 'retval->m_tLastPosition' in return value (pointer) has type 'CCPoint'.
CCParallaxNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::setParallaxArray ( struct _ccArray* var )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::visit ( )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParallaxNode::~CCParallaxNode [in-charge] ( )Field 'this->m_tLastPosition' in the object of this method has type 'CCPoint'.
CCParticleSystem::addParticle ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getAngle ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getDuration ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndColor ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndSize ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getGravity ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getLife ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getPositionType ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getPosVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getSpeed ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartColor ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartSize ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getTexture ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'particle->modeA->dir' in 1st parameter 'particle' (pointer) has type 'CCPoint'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::isFull ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_tPosVar' in return value (pointer) has type 'CCPoint'.
CCParticleSystem::postStep ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::resetSystem ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setGravity ( CCPoint const& g )1st parameter 'g' (reference) has base type 'CCPoint'.
CCParticleSystem::setLife ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setPosVar ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::stopSystem ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'particle->modeA->dir' in 1st parameter 'particle' (pointer) has type 'CCPoint'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pParticles->startPos' in the object of this method has type 'CCPoint'.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )Field 'rect->origin' in 1st parameter 'rect' (reference) has type 'CCPoint'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_obRect->origin' in 1st parameter 'spriteFrame' (pointer) has type 'CCPoint'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )2nd parameter 'newPosition' (reference) has base type 'CCPoint'.
ccpClamp ( CCPoint const& p, CCPoint const& from, CCPoint const& to )2nd parameter 'from' (reference) has base type 'CCPoint'.
ccpCompMult ( CCPoint const& a, CCPoint const& b )1st parameter 'a' (reference) has base type 'CCPoint'.
ccpCompOp ( CCPoint const& p, float(*opFunc)(float) )1st parameter 'p' (reference) has base type 'CCPoint'.
ccpDistance ( CCPoint const& v1, CCPoint const& v2 )1st parameter 'v1' (reference) has base type 'CCPoint'.
ccpForAngle ( CGFloat const a )Return value has type 'CCPoint'.
ccpFromSize ( CCSize const& s )Return value has type 'CCPoint'.
ccpFuzzyEqual ( CCPoint const& a, CCPoint const& b, float variance )1st parameter 'a' (reference) has base type 'CCPoint'.
ccpIntersectPoint ( CCPoint const& A, CCPoint const& B, CCPoint const& C, CCPoint const& D )4th parameter 'D' (reference) has base type 'CCPoint'.
CCPlace::actionWithPosition ( CCPoint const& pos ) [static]1st parameter 'pos' (reference) has base type 'CCPoint'.
CCPlace::copyWithZone ( CCZone* pZone )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
CCPlace::initWithPosition ( CCPoint const& pos )1st parameter 'pos' (reference) has base type 'CCPoint'.
CCPlace::~CCPlace [in-charge] ( )Field 'this->m_tPosition' in the object of this method has type 'CCPoint'.
ccpLength ( CCPoint const& v )1st parameter 'v' (reference) has base type 'CCPoint'.
ccpLerp ( CCPoint const& a, CCPoint const& b, float alpha )1st parameter 'a' (reference) has base type 'CCPoint'.
ccpLineIntersect ( CCPoint const& p1, CCPoint const& p2, CCPoint const& p3, CCPoint const& p4, float* s, float* t )4th parameter 'p4' (reference) has base type 'CCPoint'.
ccpNormalize ( CCPoint const& v )1st parameter 'v' (reference) has base type 'CCPoint'.
CCPoint::CCPoint [in-charge] ( )This constructor is from 'CCPoint' class.
CCPoint::CCPoint [in-charge] ( float x, float y )This constructor is from 'CCPoint' class.
CCPoint::CCPointEqualToPoint ( CCPoint const& point1, CCPoint const& point2 ) [static]1st parameter 'point1' (reference) has base type 'CCPoint'.
CCPointZero [data]Return value has base type 'CCPoint'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'pSprite' (pointer) has type 'CCPoint'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCProgressTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
ccpRotateByAngle ( CCPoint const& v, CCPoint const& pivot, float angle )2nd parameter 'pivot' (reference) has base type 'CCPoint'.
ccpSegmentIntersect ( CCPoint const& A, CCPoint const& B, CCPoint const& C, CCPoint const& D )4th parameter 'D' (reference) has base type 'CCPoint'.
ccpToAngle ( CCPoint const& v )1st parameter 'v' (reference) has base type 'CCPoint'.
CCRect::CCRect [in-charge] ( )Field 'this->origin' in the object of this method has type 'CCPoint'.
CCRect::CCRect [in-charge] ( float x, float y, float width, float height )Field 'this->origin' in the object of this method has type 'CCPoint'.
CCRect::CCRectContainsPoint ( CCRect const& rect, CCPoint const& point ) [static]Field 'rect->origin' in 1st parameter 'rect' (reference) has type 'CCPoint'.
CCRect::CCRectEqualToRect ( CCRect const& rect1, CCRect const& rect2 ) [static]Field 'rect1->origin' in 1st parameter 'rect1' (reference) has type 'CCPoint'.
CCRect::CCRectIntersectsRect ( CCRect const& rectA, CCRect const& rectB ) [static]Field 'rectB->origin' in 2nd parameter 'rectB' (reference) has type 'CCPoint'.
CCRectApplyAffineTransform ( CCRect const& rect, CCAffineTransform const& anAffineTransform )Field 'rect->origin' in 1st parameter 'rect' (reference) has type 'CCPoint'.
CCRectZero [data]Field 'retval->origin' in return value has type 'CCPoint'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCRenderTexture::getSprite ( )Field 'retval->m_obRect->origin' in return value (pointer) has type 'CCPoint'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in return value (pointer) has type 'CCPoint'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in return value (pointer) has type 'CCPoint'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_obRect->origin' in 1st parameter 'var' (pointer) has type 'CCPoint'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCRepeat::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCReverseTime::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCRipple3D::actionWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static]1st parameter 'pos' (reference) has base type 'CCPoint'.
CCRipple3D::copyWithZone ( CCZone* pZone )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCRipple3D::initWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration )1st parameter 'pos' (reference) has base type 'CCPoint'.
CCRipple3D::setPosition ( CCPoint const& position )1st parameter 'position' (reference) has base type 'CCPoint'.
CCRipple3D::update ( ccTime time )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCRipple3D::~CCRipple3D [in-charge] ( )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCRotateBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCRotateTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCScaleBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCScaleTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSequence::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSkewBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSkewTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSpawn::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSpeed::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSplitCols::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSplitRows::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::draw ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::getBlendFunc ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::getColor ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::getOpacity ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::getTexture ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::init ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_obRectInPixels->origin' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCPoint'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSprite::isFlipX ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::isFlipY ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_obRectInPixels->origin' in 1st parameter 'pFrame' (pointer) has type 'CCPoint'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )1st parameter 'anchor' (reference) has base type 'CCPoint'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_obRect->origin' in 1st parameter 'pNewFrame' (pointer) has type 'CCPoint'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setPosition ( CCPoint const& pos )1st parameter 'pos' (reference) has base type 'CCPoint'.
CCSprite::setRotation ( float fRotation )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setScale ( float fScale )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setSkewX ( float sx )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setSkewY ( float sy )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'rect->origin' in 1st parameter 'rect' (reference) has type 'CCPoint'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_obUnflippedOffsetPositionFromCenter' in return value (pointer) has type 'CCPoint'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_obRectInPixels->origin' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCPoint'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_obUnflippedOffsetPositionFromCenter' in return value (pointer) has type 'CCPoint'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'retval->m_obUnflippedOffsetPositionFromCenter' in return value (pointer) has type 'CCPoint'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSprite::updateBlendFunc ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::updateColor ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::updateTransform ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_obRect->origin' in the object of this method has type 'CCPoint'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'sprite' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_obRect->origin' in 1st parameter 'child' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'sprite' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'sprite' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'child' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'sprite' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'parent' (pointer) has type 'CCPoint'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_obUnflippedOffsetPositionFromCenter' in 1st parameter 'sprite' (pointer) has type 'CCPoint'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_obOffsetInPixels' in the object of this method has type 'CCPoint'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )Field 'rect->origin' in 2nd parameter 'rect' (reference) has type 'CCPoint'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'rect->origin' in 1st parameter 'rect' (reference) has type 'CCPoint'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'rectInPixels->origin' in 1st parameter 'rectInPixels' (reference) has type 'CCPoint'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_obOffsetInPixels' in the object of this method has type 'CCPoint'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_obRect->origin' in 1st parameter 'pobFrame' (pointer) has type 'CCPoint'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_obRectInPixels->origin' in return value (pointer) has type 'CCPoint'.
CCStopGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCTexture2D::drawAtPoint ( CCPoint const& point )1st parameter 'point' (reference) has base type 'CCPoint'.
CCTexture2D::drawInRect ( CCRect const& rect )Field 'rect->origin' in 1st parameter 'rect' (reference) has type 'CCPoint'.
CCTintBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCTintTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'layerInfo->m_tOffset' in 2nd parameter 'layerInfo' (pointer) has type 'CCPoint'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'layerInfo->m_tOffset' in 2nd parameter 'layerInfo' (pointer) has type 'CCPoint'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )1st parameter 'tileCoordinate' (reference) has base type 'CCPoint'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )1st parameter 'tileCoordinate' (reference) has base type 'CCPoint'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )2nd parameter 'tileCoordinate' (reference) has base type 'CCPoint'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )1st parameter 'tileCoordinate' (reference) has base type 'CCPoint'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )1st parameter 'tileCoordinate' (reference) has base type 'CCPoint'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in the object of this method has type 'CCPoint'.
CCTMXLayerInfo::CCTMXLayerInfo [in-charge] ( )Field 'this->m_tOffset' in the object of this method has type 'CCPoint'.
CCTMXLayerInfo::getProperties ( )Field 'this->m_tOffset' in the object of this method has type 'CCPoint'.
CCTMXLayerInfo::~CCTMXLayerInfo [in-charge] ( )Field 'this->m_tOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::CCTMXObjectGroup [in-charge] ( )Field 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::getObjects ( )Field 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::getPositionOffset ( ) constField 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::getProperties ( )Field 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::objectNamed ( char const* objectName )Field 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::propertyNamed ( char const* propertyName )Field 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXObjectGroup::setPositionOffset ( CCPoint const& var )1st parameter 'var' (reference) has base type 'CCPoint'.
CCTMXObjectGroup::~CCTMXObjectGroup [in-charge] ( )Field 'this->m_tPositionOffset' in the object of this method has type 'CCPoint'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_obUnflippedOffsetPositionFromCenter' in return value (pointer) has type 'CCPoint'.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )Field 'retval->m_tPositionOffset' in return value (pointer) has type 'CCPoint'.
CCTMXTilesetInfo::rectForGID ( unsigned int gid )Field 'retval->origin' in return value has type 'CCPoint'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tAnchorPoint' in 1st parameter 'pTarget' (pointer) has type 'CCPoint'.
CCTwirl::actionWithPosition ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) [static]1st parameter 'pos' has type 'CCPoint'.
CCTwirl::copyWithZone ( CCZone* pZone )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCTwirl::initWithPosition ( CCPoint const& pos, int t, float amp, ccGridSize const& gridSize, ccTime duration )1st parameter 'pos' (reference) has base type 'CCPoint'.
CCTwirl::setPosition ( CCPoint const& position )1st parameter 'position' (reference) has base type 'CCPoint'.
CCTwirl::update ( ccTime time )Field 'this->m_position' in the object of this method has type 'CCPoint'.
CCTwirl::~CCTwirl [in-charge] ( )Field 'this->m_position' in the object of this method has type 'CCPoint'.
[+] class CCRect (2)
| Change |
Effect |
1 | Size of this class has been increased from 16 bytes to 76 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Base class CCObject has been added. | The memory layout in this class has been shifted by 20 bytes. |
[+] affected symbols (149)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_obRectInPixels' in return value (pointer) has type 'CCRect'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end' in 1st parameter 'info' (reference) has type 'CCRect'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end' in 1st parameter 'info' (reference) has type 'CCRect'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end' in 1st parameter 'info' (reference) has type 'CCRect'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end' in 1st parameter 'info' (reference) has type 'CCRect'.
CCMenuItem::rect ( )Return value has type 'CCRect'.
CCNode::boundingBox ( )Return value has type 'CCRect'.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_obRectInPixels' in 1st parameter 'spriteFrame' (pointer) has type 'CCRect'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_obRect' in 1st parameter 'pSprite' (pointer) has type 'CCRect'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRect::CCRect [in-charge] ( )This constructor is from 'CCRect' class.
CCRect::CCRect [in-charge] ( float x, float y, float width, float height )This constructor is from 'CCRect' class.
CCRect::CCRectContainsPoint ( CCRect const& rect, CCPoint const& point ) [static]1st parameter 'rect' (reference) has base type 'CCRect'.
CCRect::CCRectEqualToRect ( CCRect const& rect1, CCRect const& rect2 ) [static]2nd parameter 'rect2' (reference) has base type 'CCRect'.
CCRect::CCRectGetMaxX ( CCRect const& rect ) [static]This method is from 'CCRect' class.
CCRect::CCRectGetMaxY ( CCRect const& rect ) [static]This method is from 'CCRect' class.
CCRect::CCRectGetMidX ( CCRect const& rect ) [static]This method is from 'CCRect' class.
CCRect::CCRectGetMidY ( CCRect const& rect ) [static]This method is from 'CCRect' class.
CCRect::CCRectGetMinX ( CCRect const& rect ) [static]This method is from 'CCRect' class.
CCRect::CCRectGetMinY ( CCRect const& rect ) [static]This method is from 'CCRect' class.
CCRect::CCRectIntersectsRect ( CCRect const& rectA, CCRect const& rectB ) [static]2nd parameter 'rectB' (reference) has base type 'CCRect'.
CCRectApplyAffineTransform ( CCRect const& rect, CCAffineTransform const& anAffineTransform )1st parameter 'rect' (reference) has base type 'CCRect'.
CCRectZero [data]Return value has base type 'CCRect'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_obRect' in return value (pointer) has type 'CCRect'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite->m_obRect' in return value (pointer) has type 'CCRect'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_obRect' in 1st parameter 'var' (pointer) has type 'CCRect'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::draw ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getBlendFunc ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getColor ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getOpacity ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getTexture ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::init ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_obRect' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCRect'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::isFlipX ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::isFlipY ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_obRect' in 1st parameter 'pFrame' (pointer) has type 'CCRect'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_obRectInPixels' in 1st parameter 'pNewFrame' (pointer) has type 'CCRect'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setRotation ( float fRotation )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setScale ( float fScale )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setSkewX ( float sx )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setSkewY ( float sy )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setTextureRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_obRect' in return value (pointer) has type 'CCRect'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_obRect' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCRect'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_obRect' in return value (pointer) has type 'CCRect'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'retval->m_obRect' in return value (pointer) has type 'CCRect'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::updateBlendFunc ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::updateColor ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::updateTransform ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_obRect' in 1st parameter 'child' (pointer) has type 'CCRect'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_obRect' in 1st parameter 'child' (pointer) has type 'CCRect'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_obRect' in 1st parameter 'parent' (pointer) has type 'CCRect'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_obRectInPixels' in the object of this method has type 'CCRect'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::setRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )1st parameter 'rectInPixels' (reference) has base type 'CCRect'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_obRectInPixels' in the object of this method has type 'CCRect'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_obRectInPixels' in 1st parameter 'pobFrame' (pointer) has type 'CCRect'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_obRectInPixels' in return value (pointer) has type 'CCRect'.
CCTexture2D::drawInRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_obRect' in return value (pointer) has type 'CCRect'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_obRect' in return value (pointer) has type 'CCRect'.
CCTMXTilesetInfo::rectForGID ( unsigned int gid )Return value has type 'CCRect'.
[+] class CCSize (2)
| Change |
Effect |
1 | Size of this class has been increased from 8 bytes to 28 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Base class CCObject has been added. | The memory layout in this class has been shifted by 20 bytes. |
[+] affected symbols (585)
__CCSizeApplyAffineTransform ( CCSize const& size, CCAffineTransform const& t )1st parameter 'size' (reference) has base type 'CCSize'.
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCAction::action ( ) [static]Field 'retval->m_pOriginalTarget->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::description ( )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::isDone ( )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCAction::step ( ccTime dt )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::stop ( )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::update ( ccTime time )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pTarget->m_tContentSize' in the object of this method has type 'CCSize'.
CCActionCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCActionEase::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCActionInterval::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pTarget->m_tContentSize' in 2nd parameter 'pTarget' (pointer) has type 'CCSize'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pOriginalTarget->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_obRect->size' in return value (pointer) has type 'CCSize'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Field 'retval->m_pTextureAtlas->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCAtlasNode::CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::draw ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::getBlendFunc ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::getColor ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::getOpacity ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::getQuadsToDraw ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::getTexture ( )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCAtlasNode::getTextureAtlas ( )Field 'retval->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::setColor ( ccColor3B const& var )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::setOpacity ( GLubyte var )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::setTexture ( CCTexture2D* texture )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )Field 'var->m_pTexture->m_tContentSize' in 1st parameter 'var' (pointer) has type 'CCSize'.
CCAtlasNode::updateAtlasValues ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCBezierTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tContentSize' in 1st parameter 'pAction' (pointer) has type 'CCSize'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCDirector::calculateDeltaTime ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::drawScene ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::end ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::getContentScaleFactor ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::getNotificationNode ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::getWinSize ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::getZEye ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::init ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::pause ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::popScene ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::purgeCachedData ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::purgeDirector ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )1st parameter 'newWindowSize' (reference) has base type 'CCSize'.
CCDirector::resume ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setGLDefaultValues ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setNextScene ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setNotificationNode ( CCNode* node )Field 'node->m_tContentSize' in 1st parameter 'node' (pointer) has type 'CCSize'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_obWinSizeInPoints' in return value (pointer) has type 'CCSize'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_obWinSizeInPixels' in the object of this method has type 'CCSize'.
CCFadeTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Field 'pFollowedNode->m_tContentSize' in 1st parameter 'pFollowedNode' (pointer) has type 'CCSize'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode->m_tContentSize' in the object of this method has type 'CCSize'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )Field 'pFollowedNode->m_tContentSize' in 1st parameter 'pFollowedNode' (pointer) has type 'CCSize'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode->m_tContentSize' in the object of this method has type 'CCSize'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode->m_tContentSize' in the object of this method has type 'CCSize'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode->m_tContentSize' in the object of this method has type 'CCSize'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode->m_tContentSize' in the object of this method has type 'CCSize'.
CCGridAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end->size' in 1st parameter 'info' (reference) has type 'CCSize'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end->size' in 1st parameter 'info' (reference) has type 'CCSize'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end->size' in 1st parameter 'info' (reference) has type 'CCSize'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->end->size' in 1st parameter 'info' (reference) has type 'CCSize'.
CCJumpBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCJumpTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCLabelTTF::CCLabelTTF [in-charge] ( )Field 'this->m_tDimensions' in the object of this method has type 'CCSize'.
CCLabelTTF::description ( )Field 'this->m_tDimensions' in the object of this method has type 'CCSize'.
CCLabelTTF::getString ( )Field 'this->m_tDimensions' in the object of this method has type 'CCSize'.
CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize )Field 'this->m_tDimensions' in the object of this method has type 'CCSize'.
CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static]Field 'retval->m_tDimensions' in return value (pointer) has type 'CCSize'.
CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]2nd parameter 'dimensions' (reference) has base type 'CCSize'.
CCLabelTTF::setString ( char const* label )Field 'this->m_tDimensions' in the object of this method has type 'CCSize'.
CCLabelTTF::~CCLabelTTF [in-charge] ( )Field 'this->m_tDimensions' in the object of this method has type 'CCSize'.
CCLayerColor::setContentSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCMenuItem::rect ( )Field 'retval->size' in return value has type 'CCSize'.
CCMotionStreak::getBlendFunc ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCMotionStreak::getTexture ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCMotionStreak::setTexture ( CCTexture2D* var )Field 'var->m_tContentSize' in 1st parameter 'var' (pointer) has type 'CCSize'.
CCMotionStreak::update ( ccTime delta )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCMotionStreak::~CCMotionStreak [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCMoveBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCMoveTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCNode::addChild ( CCNode* child )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::addChild ( CCNode* child, int zOrder )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::boundingBox ( )Field 'retval->size' in return value has type 'CCSize'.
CCNode::CCNode [in-charge] ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::cleanup ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::description ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::draw ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getActionByTag ( int tag )Field 'retval->m_pOriginalTarget->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCNode::getAnchorPoint ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getCamera ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getChildByTag ( int tag )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getChildren ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getChildrenCount ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getContentSize ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getGrid ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getParent ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getPosition ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getPosition ( float* x, float* y )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getPositionLua ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getPositionX ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getPositionY ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getRotation ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getScale ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getScaleX ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getScaleY ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getSkewX ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getSkewY ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getTag ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getUserData ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getVertexZ ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::getZOrder ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::nodeToParentTransform ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::nodeToWorldTransform ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::numberOfRunningActions ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::onEnter ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::onEnterTransitionDidFinish ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::onExit ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::parentToNodeTransform ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::pauseSchedulerAndActions ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::registerScriptHandler ( int nHandler )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::removeChildByTag ( int tag, bool cleanup )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::removeFromParentAndCleanup ( bool cleanup )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::resumeSchedulerAndActions ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_tContentSize' in 1st parameter 'action' (pointer) has type 'CCSize'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::scheduleUpdate ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::scheduleUpdateWithPriority ( int priority )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setAnchorPoint ( CCPoint const& var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setContentSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCNode::setGrid ( struct CCGridBase* var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setParent ( CCNode* var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setPosition ( CCPoint const& var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setPosition ( float x, float y )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setPositionX ( float x )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setPositionY ( float y )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setRotation ( float var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setScale ( float scale )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setScaleX ( float var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setScaleY ( float var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setSkewX ( float var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setSkewY ( float var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setTag ( int var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setUserData ( void* var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::setVertexZ ( float var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::stopAction ( CCAction* action )Field 'action->m_pTarget->m_tContentSize' in 1st parameter 'action' (pointer) has type 'CCSize'.
CCNode::stopActionByTag ( int tag )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::stopAllActions ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::transform ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::transformAncestors ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::unregisterScriptHandler ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::unscheduleAllSelectors ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::unscheduleUpdate ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::visit ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::worldToNodeTransform ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCNode::~CCNode [in-charge] ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCParticleSystem::addParticle ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getAngle ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getDuration ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndColor ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndSize ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getGravity ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getLife ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getPositionType ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getPosVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getSpeed ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartColor ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartSize ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getTexture ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::isFull ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCParticleSystem::postStep ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::resetSystem ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setLife ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'var->m_tContentSize' in 1st parameter 'var' (pointer) has type 'CCSize'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::stopSystem ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )Field 'rect->size' in 1st parameter 'rect' (reference) has type 'CCSize'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_obRectInPixels->size' in 1st parameter 'spriteFrame' (pointer) has type 'CCSize'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )Field 'rect->size' in 2nd parameter 'rect' (reference) has type 'CCSize'.
ccpFromSize ( CCSize const& s )1st parameter 's' (reference) has base type 'CCSize'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_tContentSize' in 1st parameter 'pSprite' (pointer) has type 'CCSize'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCProgressTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCRect::CCRect [in-charge] ( )Field 'this->size' in the object of this method has type 'CCSize'.
CCRect::CCRect [in-charge] ( float x, float y, float width, float height )Field 'this->size' in the object of this method has type 'CCSize'.
CCRect::CCRectContainsPoint ( CCRect const& rect, CCPoint const& point ) [static]Field 'rect->size' in 1st parameter 'rect' (reference) has type 'CCSize'.
CCRect::CCRectEqualToRect ( CCRect const& rect1, CCRect const& rect2 ) [static]Field 'rect2->size' in 2nd parameter 'rect2' (reference) has type 'CCSize'.
CCRect::CCRectIntersectsRect ( CCRect const& rectA, CCRect const& rectB ) [static]Field 'rectB->size' in 2nd parameter 'rectB' (reference) has type 'CCSize'.
CCRectApplyAffineTransform ( CCRect const& rect, CCAffineTransform const& anAffineTransform )Field 'rect->size' in 1st parameter 'rect' (reference) has type 'CCSize'.
CCRectZero [data]Field 'retval->size' in return value has type 'CCSize'.
CCRenderTexture::begin ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRenderTexture::getSprite ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_tContentSize' in 1st parameter 'var' (pointer) has type 'CCSize'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCRepeat::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCReverseTime::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCRotateBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCRotateTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCScaleBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCScaleTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSequence::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSize::CCSize [in-charge] ( )This constructor is from 'CCSize' class.
CCSize::CCSize [in-charge] ( float width, float height )This constructor is from 'CCSize' class.
CCSize::CCSizeEqualToSize ( CCSize const& size1, CCSize const& size2 ) [static]2nd parameter 'size2' (reference) has base type 'CCSize'.
CCSizeZero [data]Return value has base type 'CCSize'.
CCSkewBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSkewTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSpawn::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSpeed::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSplitCols::actionWithCols ( int nCols, ccTime duration ) [static]Field 'retval->m_winSize' in return value (pointer) has type 'CCSize'.
CCSplitCols::copyWithZone ( CCZone* pZone )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitCols::initWithCols ( int nCols, ccTime duration )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitCols::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSplitCols::update ( ccTime time )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitCols::~CCSplitCols [in-charge] ( )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitRows::actionWithRows ( int nRows, ccTime duration ) [static]Field 'retval->m_winSize' in return value (pointer) has type 'CCSize'.
CCSplitRows::copyWithZone ( CCZone* pZone )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitRows::initWithRows ( int nRows, ccTime duration )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitRows::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCSplitRows::update ( ccTime time )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSplitRows::~CCSplitRows [in-charge] ( )Field 'this->m_winSize' in the object of this method has type 'CCSize'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::draw ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::getBlendFunc ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::getColor ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::getOpacity ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::getTexture ( )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCSprite::init ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'rect->size' in 2nd parameter 'rect' (reference) has type 'CCSize'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_pobTexture->m_tContentSize' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCSize'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'pTexture->m_tContentSize' in 1st parameter 'pTexture' (pointer) has type 'CCSize'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )Field 'pTexture->m_tContentSize' in 1st parameter 'pTexture' (pointer) has type 'CCSize'.
CCSprite::isFlipX ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::isFlipY ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_obRect->size' in 1st parameter 'pFrame' (pointer) has type 'CCSize'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_obOriginalSizeInPixels' in 1st parameter 'pNewFrame' (pointer) has type 'CCSize'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setScale ( float fScale )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'rect->size' in 1st parameter 'rect' (reference) has type 'CCSize'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_obRect->size' in return value (pointer) has type 'CCSize'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'rect->size' in 2nd parameter 'rect' (reference) has type 'CCSize'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_pobTexture->m_tContentSize' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCSize'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_obRect->size' in return value (pointer) has type 'CCSize'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'pTexture->m_tContentSize' in 1st parameter 'pTexture' (pointer) has type 'CCSize'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Field 'pTexture->m_tContentSize' in 1st parameter 'pTexture' (pointer) has type 'CCSize'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::updateColor ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::updateTransform ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::addChild ( CCNode* child )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_obRect->size' in 1st parameter 'sprite' (pointer) has type 'CCSize'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_pobTexture->m_tContentSize' in 1st parameter 'child' (pointer) has type 'CCSize'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_obRect->size' in 1st parameter 'sprite' (pointer) has type 'CCSize'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]Field 'tex->m_tContentSize' in 1st parameter 'tex' (pointer) has type 'CCSize'.
CCSpriteBatchNode::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::getTexture ( )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obRect->size' in 1st parameter 'sprite' (pointer) has type 'CCSize'.
CCSpriteBatchNode::increaseAtlasCapacity ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )Field 'tex->m_tContentSize' in 1st parameter 'tex' (pointer) has type 'CCSize'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_pobTexture->m_tContentSize' in 1st parameter 'child' (pointer) has type 'CCSize'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obRect->size' in 1st parameter 'sprite' (pointer) has type 'CCSize'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_obRect->size' in 1st parameter 'parent' (pointer) has type 'CCSize'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_obRect->size' in 1st parameter 'sprite' (pointer) has type 'CCSize'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCSpriteBatchNode::visit ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Field 'pobTexture->m_tContentSize' in 1st parameter 'pobTexture' (pointer) has type 'CCSize'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]5th parameter 'originalSize' (reference) has base type 'CCSize'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )Field 'pobTexture->m_tContentSize' in 1st parameter 'pobTexture' (pointer) has type 'CCSize'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )5th parameter 'originalSize' (reference) has base type 'CCSize'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'rect->size' in 1st parameter 'rect' (reference) has type 'CCSize'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'rectInPixels->size' in 1st parameter 'rectInPixels' (reference) has type 'CCSize'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_obOriginalSizeInPixels' in the object of this method has type 'CCSize'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_obRectInPixels->size' in 1st parameter 'pobFrame' (pointer) has type 'CCSize'.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )Field 'pobTexture->m_tContentSize' in 2nd parameter 'pobTexture' (pointer) has type 'CCSize'.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_obRect->size' in return value (pointer) has type 'CCSize'.
CCStopGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCTextFieldTTF::initWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )2nd parameter 'dimensions' (reference) has base type 'CCSize'.
CCTextFieldTTF::textFieldWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]2nd parameter 'dimensions' (reference) has base type 'CCSize'.
CCTexture2D::bitsPerPixelForFormat ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::CCTexture2D [in-charge] ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::description ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::drawAtPoint ( CCPoint const& point )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::drawInRect ( CCRect const& rect )Field 'rect->size' in 1st parameter 'rect' (reference) has type 'CCSize'.
CCTexture2D::generateMipmap ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getContentSize ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getContentSizeInPixels ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getMaxS ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getMaxT ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getName ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getPixelFormat ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getPixelsHigh ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::getPixelsWide ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )5th parameter 'contentSize' (reference) has base type 'CCSize'.
CCTexture2D::initWithImage ( CCImage* uiImage )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::initWithPVRFile ( char const* file )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::keepData ( void* data, unsigned int length )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::releaseData ( void* data )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::setAliasTexParameters ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::setAntiAliasTexParameters ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::setMaxS ( GLfloat var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::setMaxT ( GLfloat var )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::setTexParameters ( ccTexParams* texParams )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTexture2D::~CCTexture2D [in-charge] ( )Field 'this->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::description ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n, unsigned int start )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::drawQuads ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::getCapacity ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::getQuads ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::getTexture ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::getTotalQuads ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::initWithFile ( char const* file, unsigned int capacity )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::initWithTexture ( CCTexture2D* texture, unsigned int capacity )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCTextureAtlas::insertQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::insertQuadFromIndex ( unsigned int fromIndex, unsigned int newIndex )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::removeAllQuads ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::removeQuadAtIndex ( unsigned int index )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::resizeCapacity ( unsigned int n )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::setQuads ( ccV3F_C4B_T2F_Quad* var )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::setTexture ( CCTexture2D* var )Field 'var->m_tContentSize' in 1st parameter 'var' (pointer) has type 'CCSize'.
CCTextureAtlas::textureAtlasWithFile ( char const* file, unsigned int capacity ) [static]Field 'retval->m_pTexture->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCTextureAtlas::textureAtlasWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCTextureAtlas::updateQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureAtlas::~CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture->m_tContentSize' in the object of this method has type 'CCSize'.
CCTextureCache::addImage ( char const* fileimage )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCTextureCache::addPVRImage ( char const* filename )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCTextureCache::removeTexture ( CCTexture2D* texture )Field 'texture->m_tContentSize' in 1st parameter 'texture' (pointer) has type 'CCSize'.
CCTextureCache::textureForKey ( char const* key )Field 'retval->m_tContentSize' in return value (pointer) has type 'CCSize'.
CCTintBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCTintTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::getProperties ( )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::getTiles ( ) constField 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::getTileSet ( )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'tilesetInfo->m_tTileSize' in 1st parameter 'tilesetInfo' (pointer) has type 'CCSize'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'tilesetInfo->m_tTileSize' in 1st parameter 'tilesetInfo' (pointer) has type 'CCSize'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::releaseMap ( )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::setLayerSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCTMXLayer::setMapTileSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'var->m_tTileSize' in 1st parameter 'var' (pointer) has type 'CCSize'.
CCTMXLayer::setupTiles ( )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pTileSet->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXLayerInfo::CCTMXLayerInfo [in-charge] ( )Field 'this->m_tLayerSize' in the object of this method has type 'CCSize'.
CCTMXLayerInfo::getProperties ( )Field 'this->m_tLayerSize' in the object of this method has type 'CCSize'.
CCTMXLayerInfo::~CCTMXLayerInfo [in-charge] ( )Field 'this->m_tLayerSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::CCTMXMapInfo [in-charge] ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::endElement ( void* ctx, char const* name )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::formatWithTMXFile ( char const* tmxFile ) [static]Field 'retval->m_tMapSize' in return value (pointer) has type 'CCSize'.
CCTMXMapInfo::getLayerAttribs ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getLayers ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getMapSize ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getObjectGroups ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getOrientation ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getParentElement ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getParentGID ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getProperties ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getStoringCharacters ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getTileProperties ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getTilesets ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::getTileSize ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::initWithTMXFile ( char const* tmxFile )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::parseXMLFile ( char const* xmlFilename )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::setLayerAttribs ( int var )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::setMapSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCTMXMapInfo::setOrientation ( int var )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::setParentElement ( int var )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::setParentGID ( unsigned int var )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::setStoringCharacters ( bool var )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::setTileSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCTMXMapInfo::startElement ( void* ctx, char const* name, char const** atts )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::textHandler ( void* ctx, char const* ch, int len )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXMapInfo::~CCTMXMapInfo [in-charge] ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::CCTMXTiledMap [in-charge] ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::getMapOrientation ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::getMapSize ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::getObjectGroups ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::getProperties ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::getTileSize ( ) constField 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::initWithTMXFile ( char const* tmxFile )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pTileSet->m_tTileSize' in return value (pointer) has type 'CCSize'.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::propertiesForGID ( int GID )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::propertyNamed ( char const* propertyName )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::setMapOrientation ( int var )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTiledMap::setMapSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCTMXTiledMap::setTileSize ( CCSize const& var )1st parameter 'var' (reference) has base type 'CCSize'.
CCTMXTiledMap::tiledMapWithTMXFile ( char const* tmxFile ) [static]Field 'retval->m_tMapSize' in return value (pointer) has type 'CCSize'.
CCTMXTiledMap::~CCTMXTiledMap [in-charge] ( )Field 'this->m_tTileSize' in the object of this method has type 'CCSize'.
CCTMXTilesetInfo::CCTMXTilesetInfo [in-charge] ( )Field 'this->m_tImageSize' in the object of this method has type 'CCSize'.
CCTMXTilesetInfo::rectForGID ( unsigned int gid )Field 'this->m_tImageSize' in the object of this method has type 'CCSize'.
CCTMXTilesetInfo::~CCTMXTilesetInfo [in-charge] ( )Field 'this->m_tImageSize' in the object of this method has type 'CCSize'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tContentSize' in 1st parameter 'pTarget' (pointer) has type 'CCSize'.
CCImage.h
namespace cocos2d
[+] class CCImage (2)
| Change |
Effect |
1 | Size of this class has been increased from 20 bytes to 36 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Base class CCObject has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 20 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCImage::getWidth |
CCCopying::copyWithZone |
12 |
CCImage::getHeight |
~CCImage |
16 |
CCImage::getBitsPerComponent |
~CCImage |
20 |
|
CCObject::isEqual |
24 |
|
CCObject::update |
28 |
|
CCImage::getWidth |
32 |
|
CCImage::getHeight |
36 |
|
CCImage::getBitsPerComponent |
[+] affected symbols (27)
CCImage::_initWithJpgData ( void* pData, int nDatalen )This method is from 'CCImage' class.
CCImage::_initWithPngData ( void* pData, int nDatalen )This method is from 'CCImage' class.
CCImage::_initWithRawData ( void* pData, int nDatalen, int nWidth, int nHeight, int nBitsPerComponent )This method is from 'CCImage' class.
CCImage::_saveImageToJPG ( char const* pszFilePath )This method is from 'CCImage' class.
CCImage::_saveImageToPNG ( char const* pszFilePath, bool bIsToRGB )This method is from 'CCImage' class.
CCImage::CCImage [in-charge] ( )This constructor is from 'CCImage' class.
CCImage::getBitsPerComponent ( ) constThis method is from 'CCImage' class.
CCImage::getHeight ( ) constThis method is from 'CCImage' class.
CCImage::getWidth ( ) constThis method is from 'CCImage' class.
CCImage::initWithImageData ( void* pData, int nDataLen, enum CCImage::EImageFormat eFmt, int nWidth, int nHeight, int nBitsPerComponent )This method is from 'CCImage' class.
CCImage::initWithImageFile ( char const* strPath, enum CCImage::EImageFormat imageType )This method is from 'CCImage' class.
CCImage::initWithImageFileThreadSafe ( char const* fullpath, enum CCImage::EImageFormat imageType )This method is from 'CCImage' class.
CCImage::initWithString ( char const* pText, int nWidth, int nHeight, enum CCImage::ETextAlign eAlignMask, char const* pFontName, int nSize )This method is from 'CCImage' class.
CCImage::saveToFile ( char const* pszFilePath, bool bIsToRGB )This method is from 'CCImage' class.
CCImage::~CCImage [in-charge] ( )This method is from 'CCImage' class.
CCRenderTexture::begin ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::getSprite ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pUITextureImage' in return value (pointer) has base type 'CCImage'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pUITextureImage' in return value (pointer) has base type 'CCImage'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCTexture2D::initWithImage ( CCImage* uiImage )1st parameter 'uiImage' (pointer) has base type 'CCImage'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )1st parameter 'image' (pointer) has base type 'CCImage'.
CCLabelAtlas.h
namespace cocos2d
[+] class CCLabelAtlas (1)
| Change |
Effect |
1 | Size of this class has been changed from 316 bytes to 344 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCLabelAtlas::getString ( )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::setString ( char const* label )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::updateAtlasValues ( )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::~CCLabelAtlas [in-charge] ( )This method is from 'CCLabelAtlas' class.
CCLabelBMFont.h
namespace cocos2d
[+] class CCLabelBMFont (2)
| Change |
Effect |
1 | Size of this class has been changed from 296 bytes to 368 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCLabelBMFont::setString ( char const*, bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 91 entries | Virtual Table (New) - 109 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLabelBMFont |
~CCLabelBMFont |
16 |
~CCLabelBMFont |
~CCLabelBMFont |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCLabelBMFont::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCLabelBMFont::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCLabelBMFont::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCLabelBMFont::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSpriteBatchNode::addChild |
CCNode::onEnter |
208 |
CCSpriteBatchNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCSpriteBatchNode::addChild |
CCNode::onExit |
216 |
CCSpriteBatchNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSpriteBatchNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSpriteBatchNode::addChild |
232 |
CCSpriteBatchNode::draw |
CCSpriteBatchNode::addChild |
236 |
CCSpriteBatchNode::visit |
CCSpriteBatchNode::addChild |
240 |
CCSpriteBatchNode::getTexture |
CCSpriteBatchNode::removeChild |
244 |
CCSpriteBatchNode::setTexture |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
248 |
CCSpriteBatchNode::setBlendFunc |
CCSpriteBatchNode::reorderChild |
252 |
CCSpriteBatchNode::getBlendFunc |
CCSpriteBatchNode::sortAllChildren |
256 |
CCLabelBMFont::getOpacity |
CCNode::cleanup |
260 |
CCLabelBMFont::setOpacity |
CCSpriteBatchNode::draw |
264 |
CCLabelBMFont::getColor |
CCSpriteBatchNode::visit |
268 |
CCLabelBMFont::setColor |
CCNode::nodeToParentTransform |
272 |
CCLabelBMFont::getIsOpacityModifyRGB |
CCNode::parentToNodeTransform |
276 |
CCLabelBMFont::setIsOpacityModifyRGB |
CCNode::nodeToWorldTransform |
280 |
CCLabelBMFont::setString |
CCNode::worldToNodeTransform |
284 |
CCLabelBMFont::getString |
CCSpriteBatchNode::getTexture |
288 |
CCLabelBMFont::setCString |
CCSpriteBatchNode::setTexture |
292 |
-0x0000000fc |
CCSpriteBatchNode::setBlendFunc |
296 |
(int (*)(...))(& typeinfo) |
CCSpriteBatchNode::getBlendFunc |
300 |
non-virtual thunk |
CCLabelBMFont::getOpacity |
304 |
non-virtual thunk |
CCLabelBMFont::setOpacity |
308 |
non-virtual thunk |
CCLabelBMFont::getColor |
312 |
non-virtual thunk |
CCLabelBMFont::setColor |
316 |
-0x000000110 |
CCLabelBMFont::isOpacityModifyRGB |
320 |
(int (*)(...))(& typeinfo) |
CCLabelBMFont::setOpacityModifyRGB |
324 |
non-virtual thunk |
CCLabelBMFont::setString |
328 |
non-virtual thunk |
CCLabelBMFont::setString |
332 |
-0x000000114 |
CCLabelBMFont::updateString |
336 |
(int (*)(...))(& typeinfo) |
CCLabelBMFont::getString |
340 |
non-virtual thunk |
CCLabelBMFont::setCString |
344 |
non-virtual thunk |
CCLabelBMFont::updateLabel |
348 |
non-virtual thunk |
CCLabelBMFont::setAlignment |
352 |
non-virtual thunk |
CCLabelBMFont::setWidth |
356 |
non-virtual thunk |
CCLabelBMFont::setLineBreakWithoutSpace |
360 |
non-virtual thunk |
CCLabelBMFont::setScale |
364 |
|
-0x000000114 |
368 |
|
(int (*)(...))(& typeinfo) |
372 |
|
non-virtual thunk |
376 |
|
non-virtual thunk |
380 |
|
non-virtual thunk |
384 |
|
non-virtual thunk |
388 |
|
-0x000000128 |
392 |
|
(int (*)(...))(& typeinfo) |
396 |
|
non-virtual thunk |
400 |
|
non-virtual thunk |
404 |
|
-0x00000012c |
408 |
|
(int (*)(...))(& typeinfo) |
412 |
|
non-virtual thunk |
416 |
|
non-virtual thunk |
420 |
|
non-virtual thunk |
424 |
|
non-virtual thunk |
428 |
|
non-virtual thunk |
432 |
|
non-virtual thunk |
[+] affected symbols (10)
CCLabelBMFont::createFontChars ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getColor ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getOpacity ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getString ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setColor ( ccColor3B const& var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setCString ( char const* label )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setOpacity ( GLubyte var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setString ( char const* label )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::~CCLabelBMFont [in-charge] ( )This method is from 'CCLabelBMFont' class.
CCLabelTTF.h
namespace cocos2d
[+] class CCLabelTTF (2)
| Change |
Effect |
1 | Size of this class has been increased from 484 bytes to 632 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCLabelTTF::convertToLabelProtocol ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 94 entries | Virtual Table (New) - 127 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLabelTTF |
~CCLabelTTF |
16 |
~CCLabelTTF |
~CCLabelTTF |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCSprite::setVertexZ |
CCSprite::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCSprite::setRotation |
CCSprite::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCSprite::setScaleX |
CCSprite::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCSprite::setScaleY |
CCSprite::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCSprite::setPosition |
CCSprite::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCSprite::setPositionInPixels |
CCSprite::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCSprite::setSkewX |
CCSprite::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCSprite::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCSprite::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCSprite::setIsVisible |
CCSprite::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCSprite::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCSprite::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSprite::addChild |
CCNode::onEnter |
208 |
CCSprite::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCSprite::addChild |
CCNode::onExit |
216 |
CCSprite::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSprite::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSprite::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSprite::addChild |
232 |
CCSprite::draw |
CCSprite::addChild |
236 |
CCNode::visit |
CCSprite::addChild |
240 |
CCSprite::getOpacity |
CCSprite::removeChild |
244 |
CCSprite::setOpacity |
CCSprite::removeAllChildrenWithCleanup |
248 |
CCSprite::getColor |
CCSprite::reorderChild |
252 |
CCSprite::setColor |
CCSprite::sortAllChildren |
256 |
CCSprite::getBlendFunc |
CCNode::cleanup |
260 |
CCSprite::setBlendFunc |
CCSprite::draw |
264 |
CCSprite::init |
CCNode::visit |
268 |
CCSprite::setDirtyRecursively |
CCNode::nodeToParentTransform |
272 |
CCSprite::setScale |
CCNode::parentToNodeTransform |
276 |
CCSprite::setIsOpacityModifyRGB |
CCNode::nodeToWorldTransform |
280 |
CCSprite::getIsOpacityModifyRGB |
CCNode::worldToNodeTransform |
284 |
CCSprite::setTexture |
CCSprite::getOpacity |
288 |
CCSprite::getTexture |
CCSprite::setOpacity |
292 |
CCLabelTTF::setString |
CCSprite::getColor |
296 |
CCLabelTTF::getString |
CCSprite::setColor |
300 |
CCLabelTTF::convertToLabelProtocol |
CCSprite::isDirty |
304 |
-0x0000000fc |
CCSprite::setDirty |
308 |
(int (*)(...))(& typeinfo) |
CCSprite::getBlendFunc |
312 |
non-virtual thunk |
CCSprite::setBlendFunc |
316 |
non-virtual thunk |
CCLabelTTF::init |
320 |
non-virtual thunk |
CCSprite::setDirtyRecursively |
324 |
non-virtual thunk |
CCSprite::setScale |
328 |
-0x000000100 |
CCSprite::ignoreAnchorPointForPosition |
332 |
(int (*)(...))(& typeinfo) |
CCSprite::setOpacityModifyRGB |
336 |
non-virtual thunk |
CCSprite::isOpacityModifyRGB |
340 |
non-virtual thunk |
CCSprite::setTexture |
344 |
non-virtual thunk |
CCSprite::getTexture |
348 |
non-virtual thunk |
CCSprite::initWithTexture |
352 |
non-virtual thunk |
CCSprite::initWithTexture |
356 |
non-virtual thunk |
CCSprite::initWithTexture |
360 |
-0x0000001c8 |
CCSprite::initWithSpriteFrame |
364 |
(int (*)(...))(& typeinfo) |
CCSprite::initWithSpriteFrameName |
368 |
non-virtual thunk |
CCSprite::initWithFile |
372 |
non-virtual thunk |
CCSprite::initWithFile |
376 |
|
CCSprite::updateTransform |
380 |
|
CCSprite::setTextureRect |
384 |
|
CCSprite::setTextureRect |
388 |
|
CCSprite::setVertexRect |
392 |
|
CCSprite::setDisplayFrame |
396 |
|
CCSprite::isFrameDisplayed |
400 |
|
CCSprite::displayFrame |
404 |
|
CCSprite::getBatchNode |
408 |
|
CCSprite::setBatchNode |
412 |
|
CCSprite::setDisplayFrameWithAnimationName |
416 |
|
CCSprite::setTextureCoords |
420 |
|
CCSprite::updateBlendFunc |
424 |
|
CCSprite::setReorderChildDirtyRecursively |
428 |
|
CCLabelTTF::setString |
432 |
|
CCLabelTTF::getString |
436 |
|
-0x000000114 |
440 |
|
(int (*)(...))(& typeinfo) |
444 |
|
non-virtual thunk |
448 |
|
non-virtual thunk |
452 |
|
non-virtual thunk |
456 |
|
non-virtual thunk |
460 |
|
-0x000000118 |
464 |
|
(int (*)(...))(& typeinfo) |
468 |
|
non-virtual thunk |
472 |
|
non-virtual thunk |
476 |
|
non-virtual thunk |
480 |
|
non-virtual thunk |
484 |
|
non-virtual thunk |
488 |
|
non-virtual thunk |
492 |
|
-0x000000244 |
496 |
|
(int (*)(...))(& typeinfo) |
500 |
|
non-virtual thunk |
504 |
|
non-virtual thunk |
[+] affected symbols (125)
CCBlendProtocol::getBlendFunc ( )This method is from derived class 'CCBlendProtocol'.
CCBlendProtocol::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCBlendProtocol'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::drawScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::end ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getNotificationNode ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getWinSize ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getZEye ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::init ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::pause ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::popScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::purgeCachedData ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::purgeDirector ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::resume ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNextScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pFPSLabel' in return value (pointer) has base type 'CCLabelTTF'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCIMEDelegate::attachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::canAttachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::canDetachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::deleteBackward ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::detachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::didAttachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::didDetachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::getContentText ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::insertText ( char const* text, int len )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::~CCIMEDelegate [in-charge] ( )This method is from derived class 'CCIMEDelegate'.
CCLabelProtocol::getString ( )This method is from derived class 'CCLabelProtocol'.
CCLabelProtocol::setString ( char const* label )This method is from derived class 'CCLabelProtocol'.
CCLabelTTF::CCLabelTTF [in-charge] ( )This constructor is from 'CCLabelTTF' class.
CCLabelTTF::description ( )This method is from 'CCLabelTTF' class.
CCLabelTTF::getString ( )This method is from 'CCLabelTTF' class.
CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize )This method is from 'CCLabelTTF' class.
CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCLabelTTF'.
CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCLabelTTF'.
CCLabelTTF::setString ( char const* label )This method is from 'CCLabelTTF' class.
CCLabelTTF::~CCLabelTTF [in-charge] ( )This method is from 'CCLabelTTF' class.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
CCSprite::init ( )This method is from derived class 'CCSprite'.
CCSprite::setDirtyRecursively ( bool bValue )This method is from derived class 'CCSprite'.
CCSprite::setScale ( float fScale )This method is from derived class 'CCSprite'.
CCTextFieldTTF::attachWithIME ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::canAttachWithIME ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::canDetachWithIME ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::CCTextFieldTTF [in-charge] ( )This constructor is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::deleteBackward ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::detachWithIME ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::draw ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getCharCount ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getColorSpaceHolder ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getContentText ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getDelegate ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getPlaceHolder ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getString ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::initWithPlaceHolder ( char const* placeholder, char const* fontName, float fontSize )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::initWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::insertText ( char const* text, int len )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setColorSpaceHolder ( ccColor3B const& var )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setDelegate ( CCTextFieldDelegate* var )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setPlaceHolder ( char const* text )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setString ( char const* text )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::textFieldWithPlaceHolder ( char const* placeholder, char const* fontName, float fontSize ) [static]This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::textFieldWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::~CCTextFieldTTF [in-charge] ( )This method is from derived class 'CCTextFieldTTF'.
CCTextureProtocol::getTexture ( )This method is from derived class 'CCTextureProtocol'.
CCTextureProtocol::setTexture ( CCTexture2D* texture )This method is from derived class 'CCTextureProtocol'.
CCLayer.h
namespace cocos2d
[+] class CCLayer (7)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCLayer::getIsAccelerometerEnabled ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method CCLayer::getIsKeypadEnabled ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method CCLayer::getIsTouchEnabled ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method CCLayer::setIsAccelerometerEnabled ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method CCLayer::setIsKeypadEnabled ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method CCLayer::setIsTouchEnabled ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 95 entries | Virtual Table (New) - 100 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLayer |
~CCLayer |
16 |
~CCLayer |
~CCLayer |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCLayer::onEnter |
CCNode::setGLServerState |
188 |
CCLayer::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCLayer::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCLayer::onEnter |
208 |
CCNode::addChild |
CCLayer::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCLayer::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCLayer::ccTouchBegan |
CCNode::removeChild |
244 |
CCLayer::ccTouchMoved |
CCNode::removeAllChildrenWithCleanup |
248 |
CCLayer::ccTouchEnded |
CCNode::reorderChild |
252 |
CCLayer::ccTouchCancelled |
CCNode::sortAllChildren |
256 |
CCLayer::ccTouchesBegan |
CCNode::cleanup |
260 |
CCLayer::ccTouchesMoved |
CCNode::draw |
264 |
CCLayer::ccTouchesEnded |
CCNode::visit |
268 |
CCLayer::ccTouchesCancelled |
CCNode::nodeToParentTransform |
272 |
CCLayer::didAccelerate |
CCNode::parentToNodeTransform |
276 |
CCLayer::registerWithTouchDispatcher |
CCNode::nodeToWorldTransform |
280 |
CCLayer::getIsTouchEnabled |
CCNode::worldToNodeTransform |
284 |
CCLayer::setIsTouchEnabled |
CCLayer::ccTouchBegan |
288 |
CCLayer::getIsAccelerometerEnabled |
CCLayer::ccTouchMoved |
292 |
CCLayer::setIsAccelerometerEnabled |
CCLayer::ccTouchEnded |
296 |
CCLayer::getIsKeypadEnabled |
CCLayer::ccTouchCancelled |
300 |
CCLayer::setIsKeypadEnabled |
CCLayer::ccTouchesBegan |
304 |
-0x0000000fc |
CCLayer::ccTouchesMoved |
308 |
(int (*)(...))(& typeinfo) |
CCLayer::ccTouchesEnded |
312 |
non-virtual thunk |
CCLayer::ccTouchesCancelled |
316 |
non-virtual thunk |
CCLayer::didAccelerate |
320 |
non-virtual thunk |
CCLayer::registerWithTouchDispatcher |
324 |
non-virtual thunk |
-0x000000114 |
328 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
332 |
non-virtual thunk |
non-virtual thunk |
336 |
non-virtual thunk |
non-virtual thunk |
340 |
non-virtual thunk |
non-virtual thunk |
344 |
non-virtual thunk |
non-virtual thunk |
348 |
non-virtual thunk |
non-virtual thunk |
352 |
-0x000000100 |
non-virtual thunk |
356 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
360 |
non-virtual thunk |
non-virtual thunk |
364 |
-0x000000104 |
non-virtual thunk |
368 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
372 |
CCKeypadDelegate::keyBackClicked |
-0x000000118 |
376 |
CCKeypadDelegate::keyMenuClicked |
(int (*)(...))(& typeinfo) |
380 |
|
non-virtual thunk |
384 |
|
-0x00000011c |
388 |
|
(int (*)(...))(& typeinfo) |
392 |
|
CCKeypadDelegate::keyBackClicked |
396 |
|
CCKeypadDelegate::keyMenuClicked |
[+] affected symbols (138)
CCAccelerometerDelegate::didAccelerate ( struct CCAcceleration* pAccelerationValue )This method is from derived class 'CCAccelerometerDelegate'.
CCBlendProtocol::getBlendFunc ( )This method is from derived class 'CCBlendProtocol'.
CCBlendProtocol::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCBlendProtocol'.
CCKeypadDelegate::keyBackClicked ( )This method is from derived class 'CCKeypadDelegate'.
CCKeypadDelegate::keyMenuClicked ( )This method is from derived class 'CCKeypadDelegate'.
CCLayer::CCLayer [in-charge] ( )This constructor is from 'CCLayer' class.
CCLayer::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchesBegan ( CCSet* pTouches, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchesCancelled ( CCSet* pTouches, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchesEnded ( CCSet* pTouches, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchesMoved ( CCSet* pTouches, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )This method is from 'CCLayer' class.
CCLayer::didAccelerate ( struct CCAcceleration* pAccelerationValue )This method is from 'CCLayer' class.
CCLayer::init ( )This method is from 'CCLayer' class.
CCLayer::node ( ) [static]Return value (pointer) has base type 'CCLayer'.
CCLayer::onEnter ( )This method is from 'CCLayer' class.
CCLayer::onEnterTransitionDidFinish ( )This method is from 'CCLayer' class.
CCLayer::onExit ( )This method is from 'CCLayer' class.
CCLayer::registerScriptTouchHandler ( int nHandler, bool bIsMultiTouches, int nPriority, bool bSwallowsTouches )This method is from 'CCLayer' class.
CCLayer::registerWithTouchDispatcher ( )This method is from 'CCLayer' class.
CCLayer::unregisterScriptTouchHandler ( )This method is from 'CCLayer' class.
CCLayer::~CCLayer [in-charge] ( )This method is from 'CCLayer' class.
CCLayerColor::CCLayerColor [in-charge] ( )This constructor is from derived class 'CCLayerColor'.
CCLayerColor::changeHeight ( GLfloat h )This method is from derived class 'CCLayerColor'.
CCLayerColor::changeWidth ( GLfloat w )This method is from derived class 'CCLayerColor'.
CCLayerColor::changeWidthAndHeight ( GLfloat w, GLfloat h )This method is from derived class 'CCLayerColor'.
CCLayerColor::draw ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::getBlendFunc ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::getColor ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::getIsOpacityModifyRGB ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::getOpacity ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::initWithColor ( ccColor4B const& color )This method is from derived class 'CCLayerColor'.
CCLayerColor::initWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height )This method is from derived class 'CCLayerColor'.
CCLayerColor::layerWithColor ( ccColor4B const& color ) [static]This method is from derived class 'CCLayerColor'.
CCLayerColor::layerWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]This method is from derived class 'CCLayerColor'.
CCLayerColor::setBlendFunc ( ccBlendFunc var )This method is from derived class 'CCLayerColor'.
CCLayerColor::setColor ( ccColor3B const& var )This method is from derived class 'CCLayerColor'.
CCLayerColor::setContentSize ( CCSize const& var )This method is from derived class 'CCLayerColor'.
CCLayerColor::setIsOpacityModifyRGB ( bool bValue )This method is from derived class 'CCLayerColor'.
CCLayerColor::setOpacity ( GLubyte var )This method is from derived class 'CCLayerColor'.
CCLayerColor::updateColor ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::~CCLayerColor [in-charge] ( )This method is from derived class 'CCLayerColor'.
CCLayerGradient::getEndColor ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getEndOpacity ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getStartColor ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getStartOpacity ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getVector ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setEndColor ( ccColor3B const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setEndOpacity ( GLubyte var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setStartColor ( ccColor3B const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setStartOpacity ( GLubyte var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setVector ( CCPoint const& var )This method is from derived class 'CCLayerGradient'.
CCLayerMultiplex::addLayer ( CCLayer* layer )1st parameter 'layer' (pointer) has base type 'CCLayer'.
CCLayerMultiplex::CCLayerMultiplex [in-charge] ( )This constructor is from derived class 'CCLayerMultiplex'.
CCLayerMultiplex::initWithLayer ( CCLayer* layer )This method is from derived class 'CCLayerMultiplex'.
CCLayerMultiplex::initWithLayers ( CCLayer* layer, va_list params )1st parameter 'layer' (pointer) has base type 'CCLayer'.
CCLayerMultiplex::layerWithLayer ( CCLayer* layer ) [static]1st parameter 'layer' (pointer) has base type 'CCLayer'.
CCLayerMultiplex::layerWithLayers ( CCLayer* layer, ... ) [static]1st parameter 'layer' (pointer) has base type 'CCLayer'.
CCLayerMultiplex::switchTo ( unsigned int n )This method is from derived class 'CCLayerMultiplex'.
CCLayerMultiplex::switchToAndReleaseMe ( unsigned int n )This method is from derived class 'CCLayerMultiplex'.
CCLayerMultiplex::~CCLayerMultiplex [in-charge] ( )This method is from derived class 'CCLayerMultiplex'.
CCMenu::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCMenu'.
CCMenu::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCMenu'.
CCMenu::alignItemsHorizontally ( )This method is from derived class 'CCMenu'.
CCMenu::alignItemsHorizontallyWithPadding ( float padding )This method is from derived class 'CCMenu'.
CCMenu::alignItemsInColumns ( unsigned int columns, ... )This method is from derived class 'CCMenu'.
CCMenu::alignItemsInColumns ( unsigned int columns, va_list args )This method is from derived class 'CCMenu'.
CCMenu::alignItemsInRows ( unsigned int rows, ... )This method is from derived class 'CCMenu'.
CCMenu::alignItemsInRows ( unsigned int rows, va_list args )This method is from derived class 'CCMenu'.
CCMenu::alignItemsVertically ( )This method is from derived class 'CCMenu'.
CCMenu::alignItemsVerticallyWithPadding ( float padding )This method is from derived class 'CCMenu'.
CCMenu::ccTouchBegan ( CCTouch* touch, CCEvent* event )This method is from derived class 'CCMenu'.
CCMenu::ccTouchCancelled ( CCTouch* touch, CCEvent* event )This method is from derived class 'CCMenu'.
CCMenu::ccTouchEnded ( CCTouch* touch, CCEvent* event )This method is from derived class 'CCMenu'.
CCMenu::ccTouchMoved ( CCTouch* touch, CCEvent* event )This method is from derived class 'CCMenu'.
CCMenu::getColor ( )This method is from derived class 'CCMenu'.
CCMenu::getOpacity ( )This method is from derived class 'CCMenu'.
CCMenu::init ( )This method is from derived class 'CCMenu'.
CCMenu::initWithItems ( CCMenuItem* item, va_list args )This method is from derived class 'CCMenu'.
CCMenu::itemForTouch ( CCTouch* touch )This method is from derived class 'CCMenu'.
CCMenu::menuWithItem ( CCMenuItem* item ) [static]This method is from derived class 'CCMenu'.
CCMenu::menuWithItems ( CCMenuItem* item, ... ) [static]This method is from derived class 'CCMenu'.
CCMenu::node ( ) [static]This method is from derived class 'CCMenu'.
CCMenu::onExit ( )This method is from derived class 'CCMenu'.
CCMenu::registerWithTouchDispatcher ( )This method is from derived class 'CCMenu'.
CCMenu::setColor ( ccColor3B const& var )This method is from derived class 'CCMenu'.
CCMenu::setOpacity ( GLubyte var )This method is from derived class 'CCMenu'.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
CCTouchDelegate::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesBegan ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesCancelled ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesEnded ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesMoved ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::~CCTouchDelegate [in-charge] ( )This method is from derived class 'CCTouchDelegate'.
[+] class CCLayerColor (2)
| Change |
Effect |
1 | Size of this class has been increased from 340 bytes to 412 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCLayerColor::initWithColor ( ccColor4B const&, GLfloat, GLfloat ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 118 entries | Virtual Table (New) - 124 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLayerColor |
~CCLayerColor |
16 |
~CCLayerColor |
~CCLayerColor |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCLayerColor::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCLayerColor::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCLayer::onEnter |
CCNode::setGLServerState |
188 |
CCLayer::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCLayer::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCLayer::onEnter |
208 |
CCNode::addChild |
CCLayer::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCLayer::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCLayerColor::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCLayer::ccTouchBegan |
CCNode::removeChild |
244 |
CCLayer::ccTouchMoved |
CCNode::removeAllChildrenWithCleanup |
248 |
CCLayer::ccTouchEnded |
CCNode::reorderChild |
252 |
CCLayer::ccTouchCancelled |
CCNode::sortAllChildren |
256 |
CCLayer::ccTouchesBegan |
CCNode::cleanup |
260 |
CCLayer::ccTouchesMoved |
CCLayerColor::draw |
264 |
CCLayer::ccTouchesEnded |
CCNode::visit |
268 |
CCLayer::ccTouchesCancelled |
CCNode::nodeToParentTransform |
272 |
CCLayer::didAccelerate |
CCNode::parentToNodeTransform |
276 |
CCLayer::registerWithTouchDispatcher |
CCNode::nodeToWorldTransform |
280 |
CCLayer::getIsTouchEnabled |
CCNode::worldToNodeTransform |
284 |
CCLayer::setIsTouchEnabled |
CCLayer::ccTouchBegan |
288 |
CCLayer::getIsAccelerometerEnabled |
CCLayer::ccTouchMoved |
292 |
CCLayer::setIsAccelerometerEnabled |
CCLayer::ccTouchEnded |
296 |
CCLayer::getIsKeypadEnabled |
CCLayer::ccTouchCancelled |
300 |
CCLayer::setIsKeypadEnabled |
CCLayer::ccTouchesBegan |
304 |
CCLayerColor::initWithColorWidthHeight |
CCLayer::ccTouchesMoved |
308 |
CCLayerColor::initWithColor |
CCLayer::ccTouchesEnded |
312 |
CCLayerColor::getOpacity |
CCLayer::ccTouchesCancelled |
316 |
CCLayerColor::setOpacity |
CCLayer::didAccelerate |
320 |
CCLayerColor::getColor |
CCLayer::registerWithTouchDispatcher |
324 |
CCLayerColor::setColor |
CCLayerColor::init |
328 |
CCLayerColor::getBlendFunc |
CCLayerColor::initWithColor |
332 |
CCLayerColor::setBlendFunc |
CCLayerColor::initWithColor |
336 |
CCLayerColor::setIsOpacityModifyRGB |
CCLayerColor::getOpacity |
340 |
CCLayerColor::getIsOpacityModifyRGB |
CCLayerColor::setOpacity |
344 |
CCLayerColor::updateColor |
CCLayerColor::getColor |
348 |
-0x0000000fc |
CCLayerColor::setColor |
352 |
(int (*)(...))(& typeinfo) |
CCLayerColor::getBlendFunc |
356 |
non-virtual thunk |
CCLayerColor::setBlendFunc |
360 |
non-virtual thunk |
CCLayerColor::setOpacityModifyRGB |
364 |
non-virtual thunk |
CCLayerColor::isOpacityModifyRGB |
368 |
non-virtual thunk |
CCLayerColor::updateColor |
372 |
non-virtual thunk |
-0x000000114 |
376 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
380 |
non-virtual thunk |
non-virtual thunk |
384 |
non-virtual thunk |
non-virtual thunk |
388 |
non-virtual thunk |
non-virtual thunk |
392 |
non-virtual thunk |
non-virtual thunk |
396 |
-0x000000100 |
non-virtual thunk |
400 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
404 |
non-virtual thunk |
non-virtual thunk |
408 |
-0x000000104 |
non-virtual thunk |
412 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
416 |
CCKeypadDelegate::keyBackClicked |
non-virtual thunk |
420 |
CCKeypadDelegate::keyMenuClicked |
-0x000000118 |
424 |
-0x000000110 |
(int (*)(...))(& typeinfo) |
428 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
432 |
non-virtual thunk |
-0x00000011c |
436 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
440 |
non-virtual thunk |
CCKeypadDelegate::keyBackClicked |
444 |
non-virtual thunk |
CCKeypadDelegate::keyMenuClicked |
448 |
non-virtual thunk |
-0x000000128 |
452 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
456 |
-0x000000114 |
non-virtual thunk |
460 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
464 |
non-virtual thunk |
non-virtual thunk |
468 |
non-virtual thunk |
non-virtual thunk |
472 |
|
non-virtual thunk |
476 |
|
non-virtual thunk |
480 |
|
-0x00000012c |
484 |
|
(int (*)(...))(& typeinfo) |
488 |
|
non-virtual thunk |
492 |
|
non-virtual thunk |
[+] affected symbols (86)
CCAccelerometerDelegate::didAccelerate ( struct CCAcceleration* pAccelerationValue )This method is from derived class 'CCAccelerometerDelegate'.
CCBlendProtocol::getBlendFunc ( )This method is from derived class 'CCBlendProtocol'.
CCBlendProtocol::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCBlendProtocol'.
CCKeypadDelegate::keyBackClicked ( )This method is from derived class 'CCKeypadDelegate'.
CCKeypadDelegate::keyMenuClicked ( )This method is from derived class 'CCKeypadDelegate'.
CCLayer::registerWithTouchDispatcher ( )This method is from derived class 'CCLayer'.
CCLayerColor::CCLayerColor [in-charge] ( )This constructor is from 'CCLayerColor' class.
CCLayerColor::changeHeight ( GLfloat h )This method is from 'CCLayerColor' class.
CCLayerColor::changeWidth ( GLfloat w )This method is from 'CCLayerColor' class.
CCLayerColor::changeWidthAndHeight ( GLfloat w, GLfloat h )This method is from 'CCLayerColor' class.
CCLayerColor::draw ( )This method is from 'CCLayerColor' class.
CCLayerColor::getBlendFunc ( )This method is from 'CCLayerColor' class.
CCLayerColor::getColor ( )This method is from 'CCLayerColor' class.
CCLayerColor::getOpacity ( )This method is from 'CCLayerColor' class.
CCLayerColor::initWithColor ( ccColor4B const& color )This method is from 'CCLayerColor' class.
CCLayerColor::layerWithColor ( ccColor4B const& color ) [static]Return value (pointer) has base type 'CCLayerColor'.
CCLayerColor::setBlendFunc ( ccBlendFunc var )This method is from 'CCLayerColor' class.
CCLayerColor::setColor ( ccColor3B const& var )This method is from 'CCLayerColor' class.
CCLayerColor::setContentSize ( CCSize const& var )This method is from 'CCLayerColor' class.
CCLayerColor::setOpacity ( GLubyte var )This method is from 'CCLayerColor' class.
CCLayerColor::updateColor ( )This method is from 'CCLayerColor' class.
CCLayerColor::~CCLayerColor [in-charge] ( )This method is from 'CCLayerColor' class.
CCLayerGradient::getEndColor ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getEndOpacity ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getIsCompressedInterpolation ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getStartColor ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getStartOpacity ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getVector ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end ) [static]This method is from derived class 'CCLayerGradient'.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v ) [static]This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setEndColor ( ccColor3B const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setEndOpacity ( GLubyte var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setIsCompressedInterpolation ( bool var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setStartColor ( ccColor3B const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setStartOpacity ( GLubyte var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setVector ( CCPoint const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::updateColor ( )This method is from derived class 'CCLayerGradient'.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
CCTouchDelegate::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesBegan ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesCancelled ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesEnded ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesMoved ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::~CCTouchDelegate [in-charge] ( )This method is from derived class 'CCTouchDelegate'.
[+] class CCLayerGradient (1)
| Change |
Effect |
1 | Size of this class has been changed from 360 bytes to 452 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (16)
CCLayerGradient::getEndColor ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getEndOpacity ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getStartColor ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getStartOpacity ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getVector ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end )This method is from 'CCLayerGradient' class.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v )This method is from 'CCLayerGradient' class.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end ) [static]Return value (pointer) has base type 'CCLayerGradient'.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v ) [static]Return value (pointer) has base type 'CCLayerGradient'.
CCLayerGradient::setEndColor ( ccColor3B const& var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setEndOpacity ( GLubyte var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setStartColor ( ccColor3B const& var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setStartOpacity ( GLubyte var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setVector ( CCPoint const& var )This method is from 'CCLayerGradient' class.
CCLayerGradient::updateColor ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::~CCLayerGradient [in-charge] ( )This method is from 'CCLayerGradient' class.
[+] class CCLayerMultiplex (1)
| Change |
Effect |
1 | Size of this class has been increased from 280 bytes to 304 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (8)
CCLayerMultiplex::addLayer ( CCLayer* layer )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::CCLayerMultiplex [in-charge] ( )This constructor is from 'CCLayerMultiplex' class.
CCLayerMultiplex::initWithLayers ( CCLayer* layer, va_list params )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::layerWithLayer ( CCLayer* layer ) [static]Return value (pointer) has base type 'CCLayerMultiplex'.
CCLayerMultiplex::layerWithLayers ( CCLayer* layer, ... ) [static]Return value (pointer) has base type 'CCLayerMultiplex'.
CCLayerMultiplex::switchTo ( unsigned int n )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::switchToAndReleaseMe ( unsigned int n )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::~CCLayerMultiplex [in-charge] ( )This method is from 'CCLayerMultiplex' class.
CCMenu.h
namespace cocos2d
[+] class CCMenu (1)
| Change |
Effect |
1 | Size of this class has been changed from 288 bytes to 316 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (27)
CCMenu::addChild ( CCNode* child, int zOrder )This method is from 'CCMenu' class.
CCMenu::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCMenu' class.
CCMenu::alignItemsHorizontally ( )This method is from 'CCMenu' class.
CCMenu::alignItemsHorizontallyWithPadding ( float padding )This method is from 'CCMenu' class.
CCMenu::alignItemsInColumns ( unsigned int columns, ... )This method is from 'CCMenu' class.
CCMenu::alignItemsInColumns ( unsigned int columns, va_list args )This method is from 'CCMenu' class.
CCMenu::alignItemsInRows ( unsigned int rows, ... )This method is from 'CCMenu' class.
CCMenu::alignItemsInRows ( unsigned int rows, va_list args )This method is from 'CCMenu' class.
CCMenu::alignItemsVertically ( )This method is from 'CCMenu' class.
CCMenu::alignItemsVerticallyWithPadding ( float padding )This method is from 'CCMenu' class.
CCMenu::ccTouchBegan ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::ccTouchCancelled ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::ccTouchEnded ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::ccTouchMoved ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::getColor ( )This method is from 'CCMenu' class.
CCMenu::getOpacity ( )This method is from 'CCMenu' class.
CCMenu::init ( )This method is from 'CCMenu' class.
CCMenu::initWithItems ( CCMenuItem* item, va_list args )This method is from 'CCMenu' class.
CCMenu::itemForTouch ( CCTouch* touch )This method is from 'CCMenu' class.
CCMenu::menuWithItem ( CCMenuItem* item ) [static]Return value (pointer) has base type 'CCMenu'.
CCMenu::menuWithItems ( CCMenuItem* item, ... ) [static]Return value (pointer) has base type 'CCMenu'.
CCMenu::node ( ) [static]Return value (pointer) has base type 'CCMenu'.
CCMenu::onExit ( )This method is from 'CCMenu' class.
CCMenu::registerWithTouchDispatcher ( )This method is from 'CCMenu' class.
CCMenu::setColor ( ccColor3B const& var )This method is from 'CCMenu' class.
CCMenu::setOpacity ( GLubyte var )This method is from 'CCMenu' class.
CCMenu::~CCMenu [in-charge] ( )This method is from 'CCMenu' class.
CCMenuItem.h
namespace cocos2d
[+] class CCMenuItem (7)
| Change |
Effect |
1 | Size of this class has been changed from 272 bytes to 296 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCMenuItem::isEnabled ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method CCMenuItem::isSelected ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method CCMenuItem::setEnabled ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method CCMenuItem::getIsEnabled ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method CCMenuItem::getIsSelected ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method CCMenuItem::setIsEnabled ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 66 entries | Virtual Table (New) - 77 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCMenuItem |
~CCMenuItem |
16 |
~CCMenuItem |
~CCMenuItem |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCMenuItem::registerScriptHandler |
CCNode::getScheduler |
200 |
CCMenuItem::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCMenuItem::registerScriptHandler |
224 |
CCNode::reorderChild |
CCMenuItem::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCMenuItem::getIsSelected |
CCNode::removeChild |
244 |
CCMenuItem::getIsEnabled |
CCNode::removeAllChildrenWithCleanup |
248 |
CCMenuItem::setIsEnabled |
CCNode::reorderChild |
252 |
CCMenuItem::activate |
CCNode::sortAllChildren |
256 |
CCMenuItem::selected |
CCNode::cleanup |
260 |
CCMenuItem::unselected |
CCNode::draw |
264 |
|
CCNode::visit |
268 |
|
CCNode::nodeToParentTransform |
272 |
|
CCNode::parentToNodeTransform |
276 |
|
CCNode::nodeToWorldTransform |
280 |
|
CCNode::worldToNodeTransform |
284 |
|
CCMenuItem::activate |
288 |
|
CCMenuItem::selected |
292 |
|
CCMenuItem::unselected |
296 |
|
CCMenuItem::isEnabled |
300 |
|
CCMenuItem::setEnabled |
304 |
|
CCMenuItem::isSelected |
[+] affected symbols (128)
CCMenu::addChild ( CCNode* child, int zOrder )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsHorizontally ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsHorizontallyWithPadding ( float padding )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsInColumns ( unsigned int columns, ... )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsInColumns ( unsigned int columns, va_list args )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsInRows ( unsigned int rows, ... )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsInRows ( unsigned int rows, va_list args )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsVertically ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::alignItemsVerticallyWithPadding ( float padding )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::ccTouchBegan ( CCTouch* touch, CCEvent* event )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::ccTouchCancelled ( CCTouch* touch, CCEvent* event )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::ccTouchEnded ( CCTouch* touch, CCEvent* event )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::ccTouchMoved ( CCTouch* touch, CCEvent* event )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::getColor ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::getOpacity ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::init ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::initWithItems ( CCMenuItem* item, va_list args )1st parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenu::itemForTouch ( CCTouch* touch )Return value (pointer) has base type 'CCMenuItem'.
CCMenu::menuWithItem ( CCMenuItem* item ) [static]1st parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenu::menuWithItems ( CCMenuItem* item, ... ) [static]1st parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenu::node ( ) [static]Field 'retval->m_pSelectedItem' in return value (pointer) has base type 'CCMenuItem'.
CCMenu::onExit ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::registerWithTouchDispatcher ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::setColor ( ccColor3B const& var )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::setOpacity ( GLubyte var )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenu::~CCMenu [in-charge] ( )Field 'this->m_pSelectedItem' in the object of this method has base type 'CCMenuItem'.
CCMenuItem::activate ( )This method is from 'CCMenuItem' class.
CCMenuItem::initWithTarget ( CCObject* rec, SEL_MenuHandler selector )This method is from 'CCMenuItem' class.
CCMenuItem::itemWithTarget ( CCObject* rec, SEL_MenuHandler selector ) [static]Return value (pointer) has base type 'CCMenuItem'.
CCMenuItem::rect ( )This method is from 'CCMenuItem' class.
CCMenuItem::registerScriptHandler ( int nHandler )This method is from 'CCMenuItem' class.
CCMenuItem::selected ( )This method is from 'CCMenuItem' class.
CCMenuItem::setTarget ( CCObject* rec, SEL_MenuHandler selector )This method is from 'CCMenuItem' class.
CCMenuItem::unregisterScriptHandler ( )This method is from 'CCMenuItem' class.
CCMenuItem::unselected ( )This method is from 'CCMenuItem' class.
CCMenuItem::~CCMenuItem [in-charge] ( )This method is from 'CCMenuItem' class.
CCMenuItemLabel::activate ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::getColor ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::getDisabledColor ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::getLabel ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::getOpacity ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::initWithLabel ( CCNode* label, CCObject* target, SEL_MenuHandler selector )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::itemWithLabel ( CCNode* label ) [static]This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::itemWithLabel ( CCNode* label, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::selected ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setColor ( ccColor3B const& color )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setDisabledColor ( ccColor3B const& var )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setIsEnabled ( bool enabled )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setLabel ( CCNode* var )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setOpacity ( GLubyte opacity )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setString ( char const* label )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::unselected ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::~CCMenuItemLabel [in-charge] ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemSprite::getColor ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::getDisabledImage ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::getNormalImage ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::getOpacity ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::getSelectedImage ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::initFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::selected ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setColor ( ccColor3B const& color )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setDisabledImage ( CCNode* var )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setIsEnabled ( bool bEnabled )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setNormalImage ( CCNode* var )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setOpacity ( GLubyte opacity )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setSelectedImage ( CCNode* var )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::unselected ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemToggle::activate ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::addSubItem ( CCMenuItem* item )1st parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenuItemToggle::getColor ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::getOpacity ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::getSelectedIndex ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::getSubItems ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::initWithItem ( CCMenuItem* item )1st parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenuItemToggle::initWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, va_list args )3rd parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenuItemToggle::itemWithItem ( CCMenuItem* item ) [static]1st parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenuItemToggle::itemWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, ... ) [static]3rd parameter 'item' (pointer) has base type 'CCMenuItem'.
CCMenuItemToggle::selected ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::selectedItem ( )Return value (pointer) has base type 'CCMenuItem'.
CCMenuItemToggle::setColor ( ccColor3B const& var )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::setIsEnabled ( bool var )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::setOpacity ( GLubyte var )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::setSelectedIndex ( unsigned int var )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::setSubItems ( CCMutableArray<CCMenuItem*>* var )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::unselected ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::~CCMenuItemToggle [in-charge] ( )This method is from derived class 'CCMenuItemToggle'.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
[+] class CCMenuItemAtlasFont (1)
| Change |
Effect |
1 | Size of this class has been changed from 292 bytes to 316 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
CCMenuItemAtlasFont::~CCMenuItemAtlasFont [in-charge] ( )This method is from 'CCMenuItemAtlasFont' class.
[+] class CCMenuItemFont (1)
| Change |
Effect |
1 | Size of this class has been changed from 300 bytes to 324 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
CCMenuItemFont::fontNameObj ( )This method is from 'CCMenuItemFont' class.
CCMenuItemFont::fontSizeObj ( )This method is from 'CCMenuItemFont' class.
CCMenuItemFont::recreateLabel ( )This method is from 'CCMenuItemFont' class.
CCMenuItemFont::setFontNameObj ( char const* name )This method is from 'CCMenuItemFont' class.
CCMenuItemFont::setFontSizeObj ( unsigned int s )This method is from 'CCMenuItemFont' class.
CCMenuItemFont::~CCMenuItemFont [in-charge] ( )This method is from 'CCMenuItemFont' class.
[+] class CCMenuItemImage (1)
| Change |
Effect |
1 | Size of this class has been changed from 288 bytes to 312 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
CCMenuItemImage::~CCMenuItemImage [in-charge] ( )This method is from 'CCMenuItemImage' class.
[+] class CCMenuItemLabel (1)
| Change |
Effect |
1 | Size of this class has been changed from 292 bytes to 316 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (31)
CCMenuItemAtlasFont::initFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector )This method is from derived class 'CCMenuItemAtlasFont'.
CCMenuItemAtlasFont::itemFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]This method is from derived class 'CCMenuItemAtlasFont'.
CCMenuItemAtlasFont::itemFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemAtlasFont'.
CCMenuItemFont::fontName ( ) [static]This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::fontNameObj ( )This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::fontSize ( ) [static]This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::fontSizeObj ( )This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::initFromString ( char const* value, CCObject* target, SEL_MenuHandler selector )This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::itemFromString ( char const* value ) [static]This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::itemFromString ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::recreateLabel ( )This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::setFontName ( char const* name ) [static]This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::setFontNameObj ( char const* name )This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::setFontSize ( unsigned int s ) [static]This method is from derived class 'CCMenuItemFont'.
CCMenuItemFont::setFontSizeObj ( unsigned int s )This method is from derived class 'CCMenuItemFont'.
CCMenuItemLabel::activate ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::getColor ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::getDisabledColor ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::getLabel ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::getOpacity ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::initWithLabel ( CCNode* label, CCObject* target, SEL_MenuHandler selector )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::itemWithLabel ( CCNode* label ) [static]Return value (pointer) has base type 'CCMenuItemLabel'.
CCMenuItemLabel::itemWithLabel ( CCNode* label, CCObject* target, SEL_MenuHandler selector ) [static]Return value (pointer) has base type 'CCMenuItemLabel'.
CCMenuItemLabel::selected ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::setColor ( ccColor3B const& color )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::setDisabledColor ( ccColor3B const& var )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::setLabel ( CCNode* var )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::setOpacity ( GLubyte opacity )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::setString ( char const* label )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::unselected ( )This method is from 'CCMenuItemLabel' class.
CCMenuItemLabel::~CCMenuItemLabel [in-charge] ( )This method is from 'CCMenuItemLabel' class.
[+] class CCMenuItemSprite (2)
| Change |
Effect |
1 | Size of this class has been changed from 288 bytes to 312 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCMenuItemSprite::updateImagesVisibility ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 86 entries | Virtual Table (New) - 98 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCMenuItemSprite |
~CCMenuItemSprite |
16 |
~CCMenuItemSprite |
~CCMenuItemSprite |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCMenuItem::registerScriptHandler |
CCNode::getScheduler |
200 |
CCMenuItem::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCMenuItem::registerScriptHandler |
224 |
CCNode::reorderChild |
CCMenuItem::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCMenuItem::getIsSelected |
CCNode::removeChild |
244 |
CCMenuItem::getIsEnabled |
CCNode::removeAllChildrenWithCleanup |
248 |
CCMenuItemSprite::setIsEnabled |
CCNode::reorderChild |
252 |
CCMenuItem::activate |
CCNode::sortAllChildren |
256 |
CCMenuItemSprite::selected |
CCNode::cleanup |
260 |
CCMenuItemSprite::unselected |
CCNode::draw |
264 |
CCMenuItemSprite::getNormalImage |
CCNode::visit |
268 |
CCMenuItemSprite::setNormalImage |
CCNode::nodeToParentTransform |
272 |
CCMenuItemSprite::getSelectedImage |
CCNode::parentToNodeTransform |
276 |
CCMenuItemSprite::setSelectedImage |
CCNode::nodeToWorldTransform |
280 |
CCMenuItemSprite::getDisabledImage |
CCNode::worldToNodeTransform |
284 |
CCMenuItemSprite::setDisabledImage |
CCMenuItem::activate |
288 |
CCMenuItemSprite::setColor |
CCMenuItemSprite::selected |
292 |
CCMenuItemSprite::getColor |
CCMenuItemSprite::unselected |
296 |
CCMenuItemSprite::setOpacity |
CCMenuItem::isEnabled |
300 |
CCMenuItemSprite::getOpacity |
CCMenuItemSprite::setEnabled |
304 |
CCMenuItemSprite::setIsOpacityModifyRGB |
CCMenuItem::isSelected |
308 |
CCMenuItemSprite::getIsOpacityModifyRGB |
CCMenuItemSprite::getNormalImage |
312 |
-0x000000110 |
CCMenuItemSprite::setNormalImage |
316 |
(int (*)(...))(& typeinfo) |
CCMenuItemSprite::getSelectedImage |
320 |
non-virtual thunk |
CCMenuItemSprite::setSelectedImage |
324 |
non-virtual thunk |
CCMenuItemSprite::getDisabledImage |
328 |
non-virtual thunk |
CCMenuItemSprite::setDisabledImage |
332 |
non-virtual thunk |
CCMenuItemSprite::setColor |
336 |
non-virtual thunk |
CCMenuItemSprite::getColor |
340 |
non-virtual thunk |
CCMenuItemSprite::setOpacity |
344 |
|
CCMenuItemSprite::getOpacity |
348 |
|
CCMenuItemSprite::setOpacityModifyRGB |
352 |
|
CCMenuItemSprite::isOpacityModifyRGB |
356 |
|
CCMenuItemSprite::updateImagesVisibility |
360 |
|
-0x000000128 |
364 |
|
(int (*)(...))(& typeinfo) |
368 |
|
non-virtual thunk |
372 |
|
non-virtual thunk |
376 |
|
non-virtual thunk |
380 |
|
non-virtual thunk |
384 |
|
non-virtual thunk |
388 |
|
non-virtual thunk |
[+] affected symbols (59)
CCMenuItem::activate ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::selected ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::unselected ( )This method is from derived class 'CCMenuItem'.
CCMenuItemImage::initFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector )This method is from derived class 'CCMenuItemImage'.
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage ) [static]This method is from derived class 'CCMenuItemImage'.
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]This method is from derived class 'CCMenuItemImage'.
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemImage'.
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItemImage'.
CCMenuItemSprite::getColor ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::getDisabledImage ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::getNormalImage ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::getOpacity ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::getSelectedImage ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::selected ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::setColor ( ccColor3B const& color )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::setDisabledImage ( CCNode* var )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::setNormalImage ( CCNode* var )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::setOpacity ( GLubyte opacity )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::setSelectedImage ( CCNode* var )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::unselected ( )This method is from 'CCMenuItemSprite' class.
CCMenuItemSprite::~CCMenuItemSprite [in-charge] ( )This method is from 'CCMenuItemSprite' class.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
[+] class CCMenuItemToggle (1)
| Change |
Effect |
1 | Size of this class has been changed from 288 bytes to 312 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (17)
CCMenuItemToggle::activate ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::addSubItem ( CCMenuItem* item )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getColor ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getOpacity ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getSelectedIndex ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getSubItems ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::initWithItem ( CCMenuItem* item )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::initWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, va_list args )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::itemWithItem ( CCMenuItem* item ) [static]Return value (pointer) has base type 'CCMenuItemToggle'.
CCMenuItemToggle::itemWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, ... ) [static]Return value (pointer) has base type 'CCMenuItemToggle'.
CCMenuItemToggle::selected ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::selectedItem ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::setColor ( ccColor3B const& var )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::setOpacity ( GLubyte var )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::setSelectedIndex ( unsigned int var )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::unselected ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::~CCMenuItemToggle [in-charge] ( )This method is from 'CCMenuItemToggle' class.
CCMotionStreak.h
namespace cocos2d
[+] class CCMotionStreak (2)
| Change |
Effect |
1 | Size of this class has been changed from 288 bytes to 376 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class CCRGBAProtocol has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 28 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 71 entries | Virtual Table (New) - 95 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCMotionStreak |
~CCMotionStreak |
16 |
~CCMotionStreak |
~CCMotionStreak |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCMotionStreak::update |
CCMotionStreak::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCMotionStreak::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCMotionStreak::getRibbon |
CCNode::removeChild |
244 |
CCMotionStreak::getTexture |
CCNode::removeAllChildrenWithCleanup |
248 |
CCMotionStreak::setTexture |
CCNode::reorderChild |
252 |
CCMotionStreak::getBlendFunc |
CCNode::sortAllChildren |
256 |
CCMotionStreak::setBlendFunc |
CCNode::cleanup |
260 |
-0x0000000fc |
CCMotionStreak::draw |
264 |
(int (*)(...))(& typeinfo) |
CCNode::visit |
268 |
non-virtual thunk |
CCNode::nodeToParentTransform |
272 |
non-virtual thunk |
CCNode::parentToNodeTransform |
276 |
non-virtual thunk |
CCNode::nodeToWorldTransform |
280 |
non-virtual thunk |
CCNode::worldToNodeTransform |
284 |
|
CCMotionStreak::getTexture |
288 |
|
CCMotionStreak::setTexture |
292 |
|
CCMotionStreak::setBlendFunc |
296 |
|
CCMotionStreak::getBlendFunc |
300 |
|
CCMotionStreak::setColor |
304 |
|
CCMotionStreak::getColor |
308 |
|
CCMotionStreak::getOpacity |
312 |
|
CCMotionStreak::setOpacity |
316 |
|
CCMotionStreak::setOpacityModifyRGB |
320 |
|
CCMotionStreak::isOpacityModifyRGB |
324 |
|
-0x000000114 |
328 |
|
(int (*)(...))(& typeinfo) |
332 |
|
non-virtual thunk |
336 |
|
non-virtual thunk |
340 |
|
non-virtual thunk |
344 |
|
non-virtual thunk |
348 |
|
-0x000000118 |
352 |
|
(int (*)(...))(& typeinfo) |
356 |
|
non-virtual thunk |
360 |
|
non-virtual thunk |
364 |
|
non-virtual thunk |
368 |
|
non-virtual thunk |
372 |
|
non-virtual thunk |
376 |
|
non-virtual thunk |
[+] affected symbols (9)
CCMotionStreak::getBlendFunc ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::getRibbon ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::getTexture ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::initWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color )This method is from 'CCMotionStreak' class.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )This method is from 'CCMotionStreak' class.
CCMotionStreak::setTexture ( CCTexture2D* var )This method is from 'CCMotionStreak' class.
CCMotionStreak::streakWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) [static]This method is from 'CCMotionStreak' class.
CCMotionStreak::update ( ccTime delta )This method is from 'CCMotionStreak' class.
CCMotionStreak::~CCMotionStreak [in-charge] ( )This method is from 'CCMotionStreak' class.
CCNode.h
namespace cocos2d
[+] class CCNode (33)
| Change |
Effect |
1 | Field m_bIsRelativeAnchorPoint has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_pTransformGL has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_tAnchorPointInPixels has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_tContentSizeInPixels has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field m_tPositionInPixels has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Size of this class has been increased from 252 bytes to 276 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
7 | Virtual method CCNode::getActionManager ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method CCNode::getAnchorPointInPoints ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method CCNode::getGLServerState ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method CCNode::getOrderOfArrival ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method CCNode::getScheduler ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Virtual method CCNode::getShaderProgram ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
13 | Virtual method CCNode::isVisible ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
14 | Virtual method CCNode::nodeToParentTransform ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
15 | Virtual method CCNode::nodeToWorldTransform ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
16 | Virtual method CCNode::onExitTransitionDidStart ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
17 | Virtual method CCNode::parentToNodeTransform ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
18 | Virtual method CCNode::setActionManager ( CCActionManager* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
19 | Virtual method CCNode::setGLServerState ( enum ccGLServerState ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
20 | Virtual method CCNode::setOrderOfArrival ( int ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
21 | Virtual method CCNode::setScheduler ( CCScheduler* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
22 | Virtual method CCNode::setUserObject ( CCObject* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
23 | Virtual method CCNode::setVisible ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
24 | Virtual method CCNode::sortAllChildren ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
25 | Virtual method CCNode::worldToNodeTransform ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
26 | Virtual method CCNode::getAnchorPointInPixels ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
27 | Virtual method CCNode::getContentSizeInPixels ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
28 | Virtual method CCNode::getIsRunning ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
29 | Virtual method CCNode::getIsVisible ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
30 | Virtual method CCNode::getPositionInPixels ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
31 | Virtual method CCNode::setContentSizeInPixels ( CCSize const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
32 | Virtual method CCNode::setIsVisible ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
33 | Virtual method CCNode::setPositionInPixels ( CCPoint const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 60 entries | Virtual Table (New) - 71 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCNode |
~CCNode |
16 |
~CCNode |
~CCNode |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
|
CCNode::removeChild |
244 |
|
CCNode::removeAllChildrenWithCleanup |
248 |
|
CCNode::reorderChild |
252 |
|
CCNode::sortAllChildren |
256 |
|
CCNode::cleanup |
260 |
|
CCNode::draw |
264 |
|
CCNode::visit |
268 |
|
CCNode::nodeToParentTransform |
272 |
|
CCNode::parentToNodeTransform |
276 |
|
CCNode::nodeToWorldTransform |
280 |
|
CCNode::worldToNodeTransform |
[+] affected symbols (636)
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAccelerometerDelegate::didAccelerate ( struct CCAcceleration* pAccelerationValue )This method is from derived class 'CCAccelerometerDelegate'.
CCAction::action ( ) [static]Field 'retval->m_pTarget' in return value (pointer) has base type 'CCNode'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::description ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::isDone ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAction::step ( ccTime dt )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::stop ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::update ( ccTime time )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCActionCamera::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionEase::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionInterval::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pTarget' in return value (pointer) has base type 'CCNode'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAnimate::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]This method is from derived class 'CCAtlasNode'.
CCAtlasNode::CCAtlasNode [in-charge] ( )This constructor is from derived class 'CCAtlasNode'.
CCAtlasNode::draw ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getBlendFunc ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getColor ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getIsOpacityModifyRGB ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getOpacity ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getQuadsToDraw ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getTexture ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::getTextureAtlas ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setColor ( ccColor3B const& var )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setIsOpacityModifyRGB ( bool var )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setOpacity ( GLubyte var )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setTexture ( CCTexture2D* texture )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::updateAtlasValues ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )This method is from derived class 'CCAtlasNode'.
CCBezierBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCBezierTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCBlendProtocol::getBlendFunc ( )This method is from derived class 'CCBlendProtocol'.
CCBlendProtocol::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCBlendProtocol'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::end ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getNotificationNode ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::init ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::pause ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::resume ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNotificationNode ( CCNode* node )1st parameter 'node' (pointer) has base type 'CCNode'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode' in return value (pointer) has base type 'CCNode'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCFadeTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]1st parameter 'pFollowedNode' (pointer) has base type 'CCNode'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )1st parameter 'pFollowedNode' (pointer) has base type 'CCNode'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCGridAction::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCIMEDelegate::attachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::canAttachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::canDetachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::deleteBackward ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::detachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::didAttachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::didDetachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::getContentText ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::insertText ( char const* text, int len )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::~CCIMEDelegate [in-charge] ( )This method is from derived class 'CCIMEDelegate'.
CCJumpBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCJumpTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCKeypadDelegate::keyBackClicked ( )This method is from derived class 'CCKeypadDelegate'.
CCKeypadDelegate::keyMenuClicked ( )This method is from derived class 'CCKeypadDelegate'.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setCString ( char const* label )This method is from derived class 'CCLabelBMFont'.
CCLabelProtocol::getString ( )This method is from derived class 'CCLabelProtocol'.
CCLabelProtocol::setString ( char const* label )This method is from derived class 'CCLabelProtocol'.
CCLayer::CCLayer [in-charge] ( )This constructor is from derived class 'CCLayer'.
CCLayer::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchesBegan ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchesCancelled ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchesEnded ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchesMoved ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCLayer'.
CCLayer::didAccelerate ( struct CCAcceleration* pAccelerationValue )This method is from derived class 'CCLayer'.
CCLayer::getIsAccelerometerEnabled ( )This method is from derived class 'CCLayer'.
CCLayer::getIsKeypadEnabled ( )This method is from derived class 'CCLayer'.
CCLayer::getIsTouchEnabled ( )This method is from derived class 'CCLayer'.
CCLayer::init ( )This method is from derived class 'CCLayer'.
CCLayer::node ( ) [static]This method is from derived class 'CCLayer'.
CCLayer::onEnter ( )This method is from derived class 'CCLayer'.
CCLayer::onEnterTransitionDidFinish ( )This method is from derived class 'CCLayer'.
CCLayer::onExit ( )This method is from derived class 'CCLayer'.
CCLayer::registerScriptTouchHandler ( int nHandler, bool bIsMultiTouches, int nPriority, bool bSwallowsTouches )This method is from derived class 'CCLayer'.
CCLayer::registerWithTouchDispatcher ( )This method is from derived class 'CCLayer'.
CCLayer::setIsAccelerometerEnabled ( bool var )This method is from derived class 'CCLayer'.
CCLayer::setIsKeypadEnabled ( bool var )This method is from derived class 'CCLayer'.
CCLayer::setIsTouchEnabled ( bool var )This method is from derived class 'CCLayer'.
CCLayer::unregisterScriptTouchHandler ( )This method is from derived class 'CCLayer'.
CCLayer::~CCLayer [in-charge] ( )This method is from derived class 'CCLayer'.
CCLayerColor::draw ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::initWithColor ( ccColor4B const& color )This method is from derived class 'CCLayerColor'.
CCLayerColor::setContentSize ( CCSize const& var )This method is from derived class 'CCLayerColor'.
CCLayerColor::updateColor ( )This method is from derived class 'CCLayerColor'.
CCLayerGradient::getEndColor ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getEndOpacity ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getStartColor ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getStartOpacity ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::getVector ( )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setEndColor ( ccColor3B const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setEndOpacity ( GLubyte var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setStartColor ( ccColor3B const& var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setStartOpacity ( GLubyte var )This method is from derived class 'CCLayerGradient'.
CCLayerGradient::setVector ( CCPoint const& var )This method is from derived class 'CCLayerGradient'.
CCMenu::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCMenu'.
CCMenu::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCMenu'.
CCMenu::onExit ( )This method is from derived class 'CCMenu'.
CCMenuItem::activate ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::getIsEnabled ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::getIsSelected ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::initWithTarget ( CCObject* rec, SEL_MenuHandler selector )This method is from derived class 'CCMenuItem'.
CCMenuItem::itemWithTarget ( CCObject* rec, SEL_MenuHandler selector ) [static]This method is from derived class 'CCMenuItem'.
CCMenuItem::rect ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::registerScriptHandler ( int nHandler )This method is from derived class 'CCMenuItem'.
CCMenuItem::selected ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::setIsEnabled ( bool var )This method is from derived class 'CCMenuItem'.
CCMenuItem::setTarget ( CCObject* rec, SEL_MenuHandler selector )This method is from derived class 'CCMenuItem'.
CCMenuItem::unregisterScriptHandler ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::unselected ( )This method is from derived class 'CCMenuItem'.
CCMenuItem::~CCMenuItem [in-charge] ( )This method is from derived class 'CCMenuItem'.
CCMenuItemLabel::getDisabledColor ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::getLabel ( )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setDisabledColor ( ccColor3B const& var )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemLabel::setLabel ( CCNode* var )This method is from derived class 'CCMenuItemLabel'.
CCMenuItemSprite::getDisabledImage ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::getNormalImage ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::getSelectedImage ( )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setDisabledImage ( CCNode* var )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setNormalImage ( CCNode* var )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemSprite::setSelectedImage ( CCNode* var )This method is from derived class 'CCMenuItemSprite'.
CCMenuItemToggle::getSelectedIndex ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::getSubItems ( )This method is from derived class 'CCMenuItemToggle'.
CCMenuItemToggle::setSelectedIndex ( unsigned int var )This method is from derived class 'CCMenuItemToggle'.
CCMotionStreak::getBlendFunc ( )This method is from derived class 'CCMotionStreak'.
CCMotionStreak::getRibbon ( )This method is from derived class 'CCMotionStreak'.
CCMotionStreak::getTexture ( )This method is from derived class 'CCMotionStreak'.
CCMotionStreak::initWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color )This method is from derived class 'CCMotionStreak'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )This method is from derived class 'CCMotionStreak'.
CCMotionStreak::setTexture ( CCTexture2D* var )This method is from derived class 'CCMotionStreak'.
CCMotionStreak::streakWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) [static]This method is from derived class 'CCMotionStreak'.
CCMotionStreak::update ( ccTime delta )This method is from derived class 'CCMotionStreak'.
CCMoveBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCMoveTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCNode::addChild ( CCNode* child )This method is from 'CCNode' class.
CCNode::addChild ( CCNode* child, int zOrder )This method is from 'CCNode' class.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCNode' class.
CCNode::boundingBox ( )This method is from 'CCNode' class.
CCNode::CCNode [in-charge] ( )This constructor is from 'CCNode' class.
CCNode::cleanup ( )This method is from 'CCNode' class.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )This method is from 'CCNode' class.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )This method is from 'CCNode' class.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )This method is from 'CCNode' class.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )This method is from 'CCNode' class.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )This method is from 'CCNode' class.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )This method is from 'CCNode' class.
CCNode::description ( )This method is from 'CCNode' class.
CCNode::draw ( )This method is from 'CCNode' class.
CCNode::getActionByTag ( int tag )This method is from 'CCNode' class.
CCNode::getAnchorPoint ( )This method is from 'CCNode' class.
CCNode::getCamera ( )This method is from 'CCNode' class.
CCNode::getChildByTag ( int tag )This method is from 'CCNode' class.
CCNode::getChildren ( )This method is from 'CCNode' class.
CCNode::getChildrenCount ( )This method is from 'CCNode' class.
CCNode::getContentSize ( )This method is from 'CCNode' class.
CCNode::getGrid ( )This method is from 'CCNode' class.
CCNode::getParent ( )This method is from 'CCNode' class.
CCNode::getPosition ( )This method is from 'CCNode' class.
CCNode::getPosition ( float* x, float* y )This method is from 'CCNode' class.
CCNode::getPositionLua ( )This method is from 'CCNode' class.
CCNode::getPositionX ( )This method is from 'CCNode' class.
CCNode::getPositionY ( )This method is from 'CCNode' class.
CCNode::getRotation ( )This method is from 'CCNode' class.
CCNode::getScale ( )This method is from 'CCNode' class.
CCNode::getScaleX ( )This method is from 'CCNode' class.
CCNode::getScaleY ( )This method is from 'CCNode' class.
CCNode::getSkewX ( )This method is from 'CCNode' class.
CCNode::getSkewY ( )This method is from 'CCNode' class.
CCNode::getTag ( )This method is from 'CCNode' class.
CCNode::getUserData ( )This method is from 'CCNode' class.
CCNode::getVertexZ ( )This method is from 'CCNode' class.
CCNode::getZOrder ( )This method is from 'CCNode' class.
CCNode::node ( ) [static]This method is from 'CCNode' class.
CCNode::nodeToParentTransform ( )This method is from 'CCNode' class.
CCNode::nodeToWorldTransform ( )This method is from 'CCNode' class.
CCNode::numberOfRunningActions ( )This method is from 'CCNode' class.
CCNode::onEnter ( )This method is from 'CCNode' class.
CCNode::onEnterTransitionDidFinish ( )This method is from 'CCNode' class.
CCNode::onExit ( )This method is from 'CCNode' class.
CCNode::parentToNodeTransform ( )This method is from 'CCNode' class.
CCNode::pauseSchedulerAndActions ( )This method is from 'CCNode' class.
CCNode::registerScriptHandler ( int nHandler )This method is from 'CCNode' class.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from 'CCNode' class.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from 'CCNode' class.
CCNode::removeChildByTag ( int tag, bool cleanup )This method is from 'CCNode' class.
CCNode::removeFromParentAndCleanup ( bool cleanup )This method is from 'CCNode' class.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from 'CCNode' class.
CCNode::resumeSchedulerAndActions ( )This method is from 'CCNode' class.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget' in 1st parameter 'action' (pointer) has base type 'CCNode'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )This method is from 'CCNode' class.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )This method is from 'CCNode' class.
CCNode::scheduleUpdate ( )This method is from 'CCNode' class.
CCNode::scheduleUpdateWithPriority ( int priority )This method is from 'CCNode' class.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from 'CCNode' class.
CCNode::setContentSize ( CCSize const& var )This method is from 'CCNode' class.
CCNode::setGrid ( struct CCGridBase* var )This method is from 'CCNode' class.
CCNode::setParent ( CCNode* var )This method is from 'CCNode' class.
CCNode::setPosition ( CCPoint const& var )This method is from 'CCNode' class.
CCNode::setPosition ( float x, float y )This method is from 'CCNode' class.
CCNode::setPositionX ( float x )This method is from 'CCNode' class.
CCNode::setPositionY ( float y )This method is from 'CCNode' class.
CCNode::setRotation ( float var )This method is from 'CCNode' class.
CCNode::setScale ( float scale )This method is from 'CCNode' class.
CCNode::setScaleX ( float var )This method is from 'CCNode' class.
CCNode::setScaleY ( float var )This method is from 'CCNode' class.
CCNode::setSkewX ( float var )This method is from 'CCNode' class.
CCNode::setSkewY ( float var )This method is from 'CCNode' class.
CCNode::setTag ( int var )This method is from 'CCNode' class.
CCNode::setUserData ( void* var )This method is from 'CCNode' class.
CCNode::setVertexZ ( float var )This method is from 'CCNode' class.
CCNode::stopAction ( CCAction* action )Field 'action->m_pOriginalTarget' in 1st parameter 'action' (pointer) has base type 'CCNode'.
CCNode::stopActionByTag ( int tag )This method is from 'CCNode' class.
CCNode::stopAllActions ( )This method is from 'CCNode' class.
CCNode::transform ( )This method is from 'CCNode' class.
CCNode::transformAncestors ( )This method is from 'CCNode' class.
CCNode::unregisterScriptHandler ( )This method is from 'CCNode' class.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )This method is from 'CCNode' class.
CCNode::unscheduleAllSelectors ( )This method is from 'CCNode' class.
CCNode::unscheduleUpdate ( )This method is from 'CCNode' class.
CCNode::visit ( )This method is from 'CCNode' class.
CCNode::worldToNodeTransform ( )This method is from 'CCNode' class.
CCNode::~CCNode [in-charge] ( )This method is from 'CCNode' class.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCParallaxNode::addChild ( CCNode* child, unsigned int z, CCPoint const& parallaxRatio, CCPoint const& positionOffset )This method is from derived class 'CCParallaxNode'.
CCParallaxNode::addChild ( CCNode* child, unsigned int zOrder, int tag )This method is from derived class 'CCParallaxNode'.
CCParallaxNode::CCParallaxNode [in-charge] ( )This constructor is from derived class 'CCParallaxNode'.
CCParallaxNode::getParallaxArray ( ) constThis method is from derived class 'CCParallaxNode'.
CCParallaxNode::node ( ) [static]This method is from derived class 'CCParallaxNode'.
CCParallaxNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCParallaxNode'.
CCParallaxNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCParallaxNode'.
CCParallaxNode::setParallaxArray ( struct _ccArray* var )This method is from derived class 'CCParallaxNode'.
CCParallaxNode::visit ( )This method is from derived class 'CCParallaxNode'.
CCParallaxNode::~CCParallaxNode [in-charge] ( )This method is from derived class 'CCParallaxNode'.
CCParticleSystem::addParticle ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::CCParticleSystem [in-charge] ( )This constructor is from derived class 'CCParticleSystem'.
CCParticleSystem::getAngle ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getAngleVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getBlendFunc ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getDuration ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEmissionRate ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEmitterMode ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndColor ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndColorVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndRadius ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndRadiusVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndSize ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndSizeVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndSpin ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getEndSpinVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getGravity ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getIsActive ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getIsAutoRemoveOnFinish ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getIsBlendAdditive ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getLife ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getLifeVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getParticleCount ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getPositionType ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getPosVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getRadialAccel ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getRadialAccelVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getRotatePerSecond ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getRotatePerSecondVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getSourcePosition ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getSpeed ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getSpeedVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartColor ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartColorVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartRadius ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartRadiusVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartSize ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartSizeVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartSpin ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getStartSpinVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getTangentialAccel ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getTangentialAccelVar ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getTexture ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::getTotalParticles ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::initParticle ( tCCParticle* particle )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::initWithDictionary ( CCMutableDictionary<std::string, CCObject*>* dictionary )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::initWithFile ( char const* plistFile )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::isFull ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]This method is from derived class 'CCParticleSystem'.
CCParticleSystem::postStep ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::resetSystem ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setAngle ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setAngleVar ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setDuration ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEmissionRate ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEmitterMode ( int var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndColor ( ccColor4F const& var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndRadius ( float endRadius )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndSize ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndSizeVar ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndSpin ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setEndSpinVar ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setGravity ( CCPoint const& g )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setIsAutoRemoveOnFinish ( bool var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setIsBlendAdditive ( bool var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setLife ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setLifeVar ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setPosVar ( CCPoint const& var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setRadialAccel ( float t )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setRadialAccelVar ( float t )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setRotatePerSecond ( float degrees )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setSpeed ( float speed )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setSpeedVar ( float speed )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartColor ( ccColor4F const& var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartRadius ( float startRadius )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartSize ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartSizeVar ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartSpin ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setStartSpinVar ( float var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setTangentialAccel ( float t )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setTangentialAccelVar ( float t )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setTexture ( CCTexture2D* var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::setTotalParticles ( unsigned int var )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::stopSystem ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::update ( ccTime dt )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from derived class 'CCParticleSystem'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )This method is from derived class 'CCParticleSystem'.
CCParticleSystemQuad::draw ( )This method is from derived class 'CCParticleSystemQuad'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCProgressTimer::boundaryTexCoord ( char index )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::draw ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::initWithFile ( char const* pszFileName )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::initWithTexture ( CCTexture2D* pTexture )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::progressWithFile ( char const* pszFileName ) [static]This method is from derived class 'CCProgressTimer'.
CCProgressTimer::progressWithTexture ( CCTexture2D* pTexture ) [static]This method is from derived class 'CCProgressTimer'.
CCProgressTimer::setPercentage ( float fPercentage )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::setSprite ( CCSprite* pSprite )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::setType ( enum CCProgressTimerType type )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateBar ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateColor ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateProgress ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateRadial ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::vertexFromTexCoord ( CCPoint const& texCoord )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )This method is from derived class 'CCProgressTimer'.
CCProgressTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRenderTexture::begin ( )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::CCRenderTexture [in-charge] ( )This constructor is from derived class 'CCRenderTexture'.
CCRenderTexture::clear ( float r, float g, float b, float a )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::end ( bool bIsTOCacheTexture )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::getSprite ( )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::getUIImageAsDataFromBuffer ( int format )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::getUIImageFromBuffer ( CCImage* pImage, int x, int y, int nWidth, int nHeight )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]This method is from derived class 'CCRenderTexture'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]This method is from derived class 'CCRenderTexture'.
CCRenderTexture::saveBuffer ( char const* szFilePath, int x, int y, int nWidth, int nHeight )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::saveBuffer ( int format, char const* name, int x, int y, int nWidth, int nHeight )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::setSprite ( CCSprite* var )This method is from derived class 'CCRenderTexture'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )This method is from derived class 'CCRenderTexture'.
CCRepeat::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCReverseTime::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
CCRotateBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRotateTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScaleBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScaleTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScene::CCScene [in-charge] ( )This constructor is from derived class 'CCScene'.
CCScene::init ( )This method is from derived class 'CCScene'.
CCScene::node ( ) [static]This method is from derived class 'CCScene'.
CCScene::~CCScene [in-charge] ( )This method is from derived class 'CCScene'.
CCSequence::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSkewBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSkewTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSpawn::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSpeed::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSplitCols::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSplitRows::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSprite::addChild ( CCNode* pChild )This method is from derived class 'CCSprite'.
CCSprite::addChild ( CCNode* pChild, int zOrder )This method is from derived class 'CCSprite'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )This method is from derived class 'CCSprite'.
CCSprite::CCSprite [in-charge] ( )This constructor is from derived class 'CCSprite'.
CCSprite::displayedFrame ( )This method is from derived class 'CCSprite'.
CCSprite::draw ( )This method is from derived class 'CCSprite'.
CCSprite::getBlendFunc ( )This method is from derived class 'CCSprite'.
CCSprite::getColor ( )This method is from derived class 'CCSprite'.
CCSprite::getIsOpacityModifyRGB ( )This method is from derived class 'CCSprite'.
CCSprite::getOpacity ( )This method is from derived class 'CCSprite'.
CCSprite::getTexture ( )This method is from derived class 'CCSprite'.
CCSprite::getTransformValues ( struct transformValues_* tv )This method is from derived class 'CCSprite'.
CCSprite::init ( )This method is from derived class 'CCSprite'.
CCSprite::initWithBatchNode ( CCSpriteBatchNode* batchNode, CCRect const& rect )This method is from derived class 'CCSprite'.
CCSprite::initWithBatchNodeRectInPixels ( CCSpriteBatchNode* batchNode, CCRect const& rect )This method is from derived class 'CCSprite'.
CCSprite::initWithFile ( char const* pszFilename )This method is from derived class 'CCSprite'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )This method is from derived class 'CCSprite'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )This method is from derived class 'CCSprite'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )This method is from derived class 'CCSprite'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )This method is from derived class 'CCSprite'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )This method is from derived class 'CCSprite'.
CCSprite::isFlipX ( )This method is from derived class 'CCSprite'.
CCSprite::isFlipY ( )This method is from derived class 'CCSprite'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )This method is from derived class 'CCSprite'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )This method is from derived class 'CCSprite'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )This method is from derived class 'CCSprite'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )This method is from derived class 'CCSprite'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )This method is from derived class 'CCSprite'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCSprite'.
CCSprite::setColor ( ccColor3B const& var )This method is from derived class 'CCSprite'.
CCSprite::setDirtyRecursively ( bool bValue )This method is from derived class 'CCSprite'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )This method is from derived class 'CCSprite'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )This method is from derived class 'CCSprite'.
CCSprite::setFlipX ( bool bFlipX )This method is from derived class 'CCSprite'.
CCSprite::setFlipY ( bool bFlipY )This method is from derived class 'CCSprite'.
CCSprite::setIsOpacityModifyRGB ( bool bValue )This method is from derived class 'CCSprite'.
CCSprite::setIsRelativeAnchorPoint ( bool bRelative )This method is from derived class 'CCSprite'.
CCSprite::setIsVisible ( bool bVisible )This method is from derived class 'CCSprite'.
CCSprite::setOpacity ( GLubyte var )This method is from derived class 'CCSprite'.
CCSprite::setPosition ( CCPoint const& pos )This method is from derived class 'CCSprite'.
CCSprite::setPositionInPixels ( CCPoint const& pos )This method is from derived class 'CCSprite'.
CCSprite::setRotation ( float fRotation )This method is from derived class 'CCSprite'.
CCSprite::setScale ( float fScale )This method is from derived class 'CCSprite'.
CCSprite::setScaleX ( float fScaleX )This method is from derived class 'CCSprite'.
CCSprite::setScaleY ( float fScaleY )This method is from derived class 'CCSprite'.
CCSprite::setSkewX ( float sx )This method is from derived class 'CCSprite'.
CCSprite::setSkewY ( float sy )This method is from derived class 'CCSprite'.
CCSprite::setTexture ( CCTexture2D* texture )This method is from derived class 'CCSprite'.
CCSprite::setTextureRect ( CCRect const& rect )This method is from derived class 'CCSprite'.
CCSprite::setTextureRectInPixels ( CCRect const& rect, bool rotated, CCSize const& size )This method is from derived class 'CCSprite'.
CCSprite::setVertexZ ( float fVertexZ )This method is from derived class 'CCSprite'.
CCSprite::spriteWithBatchNode ( CCSpriteBatchNode* batchNode, CCRect const& rect ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]This method is from derived class 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect, CCPoint const& offset ) [static]This method is from derived class 'CCSprite'.
CCSprite::updateBlendFunc ( )This method is from derived class 'CCSprite'.
CCSprite::updateColor ( )This method is from derived class 'CCSprite'.
CCSprite::updateTextureCoords ( CCRect const& rect )This method is from derived class 'CCSprite'.
CCSprite::updateTransform ( )This method is from derived class 'CCSprite'.
CCSprite::useBatchNode ( CCSpriteBatchNode* batchNode )This method is from derived class 'CCSprite'.
CCSprite::useSelfRender ( )This method is from derived class 'CCSprite'.
CCSprite::~CCSprite [in-charge] ( )This method is from derived class 'CCSprite'.
CCSpriteBatchNode::addChild ( CCNode* child )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage ) [static]This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex ) [static]This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::draw ( )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::getBlendFunc ( )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::getTexture ( )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::increaseAtlasCapacity ( )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::visit ( )This method is from derived class 'CCSpriteBatchNode'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )This method is from derived class 'CCSpriteBatchNode'.
CCStopGrid::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTextFieldTTF::draw ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getCharCount ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getColorSpaceHolder ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getDelegate ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getPlaceHolder ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setColorSpaceHolder ( ccColor3B const& var )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setDelegate ( CCTextFieldDelegate* var )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setPlaceHolder ( char const* text )This method is from derived class 'CCTextFieldTTF'.
CCTextureProtocol::getTexture ( )This method is from derived class 'CCTextureProtocol'.
CCTextureProtocol::setTexture ( CCTexture2D* texture )This method is from derived class 'CCTextureProtocol'.
CCTileMapAtlas::getTGAInfo ( )This method is from derived class 'CCTileMapAtlas'.
CCTileMapAtlas::setTGAInfo ( struct sImageTGA* var )This method is from derived class 'CCTileMapAtlas'.
CCTintBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTintTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::draw ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::getLayerOrientation ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getLayerSize ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getMapTileSize ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getProperties ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::getTiles ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getTileSet ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setLayerOrientation ( unsigned int var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setLayerSize ( CCSize const& var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setMapTileSize ( CCSize const& var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setTiles ( unsigned int* var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )This method is from derived class 'CCTMXLayer'.
CCTMXTiledMap::CCTMXTiledMap [in-charge] ( )This constructor is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::getMapOrientation ( ) constThis method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::getMapSize ( ) constThis method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::getObjectGroups ( )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::getProperties ( )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::getTileSize ( ) constThis method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::initWithTMXFile ( char const* tmxFile )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::layerNamed ( char const* layerName )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::propertiesForGID ( int GID )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::propertyNamed ( char const* propertyName )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::setMapOrientation ( int var )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::setMapSize ( CCSize const& var )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::setProperties ( CCStringToStringDictionary* var )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::setTileSize ( CCSize const& var )This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::tiledMapWithTMXFile ( char const* tmxFile ) [static]This method is from derived class 'CCTMXTiledMap'.
CCTMXTiledMap::~CCTMXTiledMap [in-charge] ( )This method is from derived class 'CCTMXTiledMap'.
CCTouchDelegate::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesBegan ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesCancelled ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesEnded ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchesMoved ( CCSet* pTouches, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )This method is from derived class 'CCTouchDelegate'.
CCTouchDelegate::~CCTouchDelegate [in-charge] ( )This method is from derived class 'CCTouchDelegate'.
CCTransitionCrossFade::draw ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::onEnter ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::onExit ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionEaseScene::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionEaseScene'.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene, ccColor3B const& color )This method is from derived class 'CCTransitionFade'.
CCTransitionFade::onEnter ( )This method is from derived class 'CCTransitionFade'.
CCTransitionFade::onExit ( )This method is from derived class 'CCTransitionFade'.
CCTransitionFadeTR::actionWithSize ( ccGridSize const& size )This method is from derived class 'CCTransitionFadeTR'.
CCTransitionFlipAngular::onEnter ( )This method is from derived class 'CCTransitionFlipAngular'.
CCTransitionFlipX::onEnter ( )This method is from derived class 'CCTransitionFlipX'.
CCTransitionFlipY::onEnter ( )This method is from derived class 'CCTransitionFlipY'.
CCTransitionJumpZoom::onEnter ( )This method is from derived class 'CCTransitionJumpZoom'.
CCTransitionMoveInL::action ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::initScenes ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::onEnter ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionPageTurn::initWithDuration ( ccTime t, CCScene* scene, bool backwards )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::onEnter ( )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionRadialCCW::onEnter ( )This method is from derived class 'CCTransitionRadialCCW'.
CCTransitionRadialCCW::onExit ( )This method is from derived class 'CCTransitionRadialCCW'.
CCTransitionRotoZoom::onEnter ( )This method is from derived class 'CCTransitionRotoZoom'.
CCTransitionScene::cleanup ( )This method is from derived class 'CCTransitionScene'.
CCTransitionScene::draw ( )This method is from derived class 'CCTransitionScene'.
CCTransitionScene::initWithDuration ( ccTime t, CCScene* scene )This method is from derived class 'CCTransitionScene'.
CCTransitionScene::onEnter ( )This method is from derived class 'CCTransitionScene'.
CCTransitionScene::onExit ( )This method is from derived class 'CCTransitionScene'.
CCTransitionScene::sceneOrder ( )This method is from derived class 'CCTransitionScene'.
CCTransitionSceneOriented::initWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation )This method is from derived class 'CCTransitionSceneOriented'.
CCTransitionShrinkGrow::onEnter ( )This method is from derived class 'CCTransitionShrinkGrow'.
CCTransitionSlideInL::action ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::initScenes ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::onEnter ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSplitCols::action ( )This method is from derived class 'CCTransitionSplitCols'.
CCTransitionSplitCols::onEnter ( )This method is from derived class 'CCTransitionSplitCols'.
CCTransitionTurnOffTiles::onEnter ( )This method is from derived class 'CCTransitionTurnOffTiles'.
CCTransitionZoomFlipAngular::onEnter ( )This method is from derived class 'CCTransitionZoomFlipAngular'.
CCTransitionZoomFlipX::onEnter ( )This method is from derived class 'CCTransitionZoomFlipX'.
CCTransitionZoomFlipY::onEnter ( )This method is from derived class 'CCTransitionZoomFlipY'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCParallaxNode.h
namespace cocos2d
[+] class CCParallaxNode (1)
| Change |
Effect |
1 | Size of this class has been increased from 264 bytes to 308 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
CCParallaxNode::addChild ( CCNode* child, unsigned int z, CCPoint const& parallaxRatio, CCPoint const& positionOffset )This method is from 'CCParallaxNode' class.
CCParallaxNode::addChild ( CCNode* child, unsigned int zOrder, int tag )This method is from 'CCParallaxNode' class.
CCParallaxNode::CCParallaxNode [in-charge] ( )This constructor is from 'CCParallaxNode' class.
CCParallaxNode::getParallaxArray ( ) constThis method is from 'CCParallaxNode' class.
CCParallaxNode::node ( ) [static]Return value (pointer) has base type 'CCParallaxNode'.
CCParallaxNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from 'CCParallaxNode' class.
CCParallaxNode::removeChild ( CCNode* child, bool cleanup )This method is from 'CCParallaxNode' class.
CCParallaxNode::setParallaxArray ( struct _ccArray* var )This method is from 'CCParallaxNode' class.
CCParallaxNode::visit ( )This method is from 'CCParallaxNode' class.
CCParallaxNode::~CCParallaxNode [in-charge] ( )This method is from 'CCParallaxNode' class.
CCParticleExamples.h
namespace cocos2d
[+] class CCParticleExplosion (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleExplosion::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleExplosion' class.
CCParticleExplosion::~CCParticleExplosion [in-charge] ( )This method is from 'CCParticleExplosion' class.
[+] class CCParticleFire (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleFire::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleFire' class.
CCParticleFire::~CCParticleFire [in-charge] ( )This method is from 'CCParticleFire' class.
[+] class CCParticleFireworks (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleFireworks::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleFireworks' class.
CCParticleFireworks::~CCParticleFireworks [in-charge] ( )This method is from 'CCParticleFireworks' class.
[+] class CCParticleFlower (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleFlower::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleFlower' class.
CCParticleFlower::~CCParticleFlower [in-charge] ( )This method is from 'CCParticleFlower' class.
[+] class CCParticleGalaxy (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleGalaxy::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleGalaxy' class.
CCParticleGalaxy::~CCParticleGalaxy [in-charge] ( )This method is from 'CCParticleGalaxy' class.
[+] class CCParticleMeteor (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleMeteor::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleMeteor' class.
CCParticleMeteor::~CCParticleMeteor [in-charge] ( )This method is from 'CCParticleMeteor' class.
[+] class CCParticleRain (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleRain::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleRain' class.
CCParticleRain::~CCParticleRain [in-charge] ( )This method is from 'CCParticleRain' class.
[+] class CCParticleSmoke (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleSmoke::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSmoke' class.
CCParticleSmoke::~CCParticleSmoke [in-charge] ( )This method is from 'CCParticleSmoke' class.
[+] class CCParticleSnow (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleSnow::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSnow' class.
CCParticleSnow::~CCParticleSnow [in-charge] ( )This method is from 'CCParticleSnow' class.
[+] class CCParticleSpiral (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleSpiral::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSpiral' class.
CCParticleSpiral::~CCParticleSpiral [in-charge] ( )This method is from 'CCParticleSpiral' class.
[+] class CCParticleSun (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
CCParticleSun::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSun' class.
CCParticleSun::~CCParticleSun [in-charge] ( )This method is from 'CCParticleSun' class.
CCParticleSystem.h
namespace cocos2d
[+] class CCParticleSystem (18)
| Change |
Effect |
1 | Size of this class has been increased from 508 bytes to 608 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCParticleSystem::getAtlasIndex ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method CCParticleSystem::getOpacityModifyRGB ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method CCParticleSystem::isActive ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method CCParticleSystem::isAutoRemoveOnFinish ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method CCParticleSystem::isBlendAdditive ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method CCParticleSystem::setAtlasIndex ( unsigned int ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method CCParticleSystem::setAutoRemoveOnFinish ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method CCParticleSystem::setBatchNode ( CCParticleBatchNode* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method CCParticleSystem::setBlendAdditive ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method CCParticleSystem::setOpacityModifyRGB ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Virtual method CCParticleSystem::setScale ( float ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
13 | Virtual method CCParticleSystem::updateBlendFunc ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
14 | Virtual method CCParticleSystem::updateWithNoTime ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
15 | Virtual method CCParticleSystem::getIsAutoRemoveOnFinish ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
16 | Virtual method CCParticleSystem::getIsBlendAdditive ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
17 | Virtual method CCParticleSystem::setIsAutoRemoveOnFinish ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
18 | Virtual method CCParticleSystem::setIsBlendAdditive ( bool ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 151 entries | Virtual Table (New) - 171 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCParticleSystem |
~CCParticleSystem |
16 |
~CCParticleSystem |
~CCParticleSystem |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCParticleSystem::update |
CCParticleSystem::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCParticleSystem::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCParticleSystem::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCParticleSystem::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCParticleSystem::getIsActive |
CCNode::removeChild |
244 |
CCParticleSystem::getParticleCount |
CCNode::removeAllChildrenWithCleanup |
248 |
CCParticleSystem::getDuration |
CCNode::reorderChild |
252 |
CCParticleSystem::setDuration |
CCNode::sortAllChildren |
256 |
CCParticleSystem::getSourcePosition |
CCNode::cleanup |
260 |
CCParticleSystem::setSourcePosition |
CCNode::draw |
264 |
CCParticleSystem::getPosVar |
CCNode::visit |
268 |
CCParticleSystem::setPosVar |
CCNode::nodeToParentTransform |
272 |
CCParticleSystem::getLife |
CCNode::parentToNodeTransform |
276 |
CCParticleSystem::setLife |
CCNode::nodeToWorldTransform |
280 |
CCParticleSystem::getLifeVar |
CCNode::worldToNodeTransform |
284 |
CCParticleSystem::setLifeVar |
CCParticleSystem::getBatchNode |
288 |
CCParticleSystem::getAngle |
CCParticleSystem::setBatchNode |
292 |
CCParticleSystem::setAngle |
CCParticleSystem::getAtlasIndex |
296 |
CCParticleSystem::getAngleVar |
CCParticleSystem::setAtlasIndex |
300 |
CCParticleSystem::setAngleVar |
CCParticleSystem::getParticleCount |
304 |
CCParticleSystem::getGravity |
CCParticleSystem::getDuration |
308 |
CCParticleSystem::setGravity |
CCParticleSystem::setDuration |
312 |
CCParticleSystem::getSpeed |
CCParticleSystem::getSourcePosition |
316 |
CCParticleSystem::setSpeed |
CCParticleSystem::setSourcePosition |
320 |
CCParticleSystem::getSpeedVar |
CCParticleSystem::getPosVar |
324 |
CCParticleSystem::setSpeedVar |
CCParticleSystem::setPosVar |
328 |
CCParticleSystem::getTangentialAccel |
CCParticleSystem::getLife |
332 |
CCParticleSystem::setTangentialAccel |
CCParticleSystem::setLife |
336 |
CCParticleSystem::getTangentialAccelVar |
CCParticleSystem::getLifeVar |
340 |
CCParticleSystem::setTangentialAccelVar |
CCParticleSystem::setLifeVar |
344 |
CCParticleSystem::getRadialAccel |
CCParticleSystem::getAngle |
348 |
CCParticleSystem::setRadialAccel |
CCParticleSystem::setAngle |
352 |
CCParticleSystem::getRadialAccelVar |
CCParticleSystem::getAngleVar |
356 |
CCParticleSystem::setRadialAccelVar |
CCParticleSystem::setAngleVar |
360 |
CCParticleSystem::getStartRadius |
CCParticleSystem::getGravity |
364 |
CCParticleSystem::setStartRadius |
CCParticleSystem::setGravity |
368 |
CCParticleSystem::getStartRadiusVar |
CCParticleSystem::getSpeed |
372 |
CCParticleSystem::setStartRadiusVar |
CCParticleSystem::setSpeed |
376 |
CCParticleSystem::getEndRadius |
CCParticleSystem::getSpeedVar |
380 |
CCParticleSystem::setEndRadius |
CCParticleSystem::setSpeedVar |
384 |
CCParticleSystem::getEndRadiusVar |
CCParticleSystem::getTangentialAccel |
388 |
CCParticleSystem::setEndRadiusVar |
CCParticleSystem::setTangentialAccel |
392 |
CCParticleSystem::getRotatePerSecond |
CCParticleSystem::getTangentialAccelVar |
396 |
CCParticleSystem::setRotatePerSecond |
CCParticleSystem::setTangentialAccelVar |
400 |
CCParticleSystem::getRotatePerSecondVar |
CCParticleSystem::getRadialAccel |
404 |
CCParticleSystem::setRotatePerSecondVar |
CCParticleSystem::setRadialAccel |
408 |
CCParticleSystem::getStartSize |
CCParticleSystem::getRadialAccelVar |
412 |
CCParticleSystem::setStartSize |
CCParticleSystem::setRadialAccelVar |
416 |
CCParticleSystem::getStartSizeVar |
CCParticleSystem::getStartRadius |
420 |
CCParticleSystem::setStartSizeVar |
CCParticleSystem::setStartRadius |
424 |
CCParticleSystem::getEndSize |
CCParticleSystem::getStartRadiusVar |
428 |
CCParticleSystem::setEndSize |
CCParticleSystem::setStartRadiusVar |
432 |
CCParticleSystem::getEndSizeVar |
CCParticleSystem::getEndRadius |
436 |
CCParticleSystem::setEndSizeVar |
CCParticleSystem::setEndRadius |
440 |
CCParticleSystem::getStartColor |
CCParticleSystem::getEndRadiusVar |
444 |
CCParticleSystem::setStartColor |
CCParticleSystem::setEndRadiusVar |
448 |
CCParticleSystem::getStartColorVar |
CCParticleSystem::getRotatePerSecond |
452 |
CCParticleSystem::setStartColorVar |
CCParticleSystem::setRotatePerSecond |
456 |
CCParticleSystem::getEndColor |
CCParticleSystem::getRotatePerSecondVar |
460 |
CCParticleSystem::setEndColor |
CCParticleSystem::setRotatePerSecondVar |
464 |
CCParticleSystem::getEndColorVar |
CCParticleSystem::setScale |
468 |
CCParticleSystem::setEndColorVar |
CCParticleSystem::isActive |
472 |
CCParticleSystem::getStartSpin |
CCParticleSystem::isBlendAdditive |
476 |
CCParticleSystem::setStartSpin |
CCParticleSystem::setBlendAdditive |
480 |
CCParticleSystem::getStartSpinVar |
CCParticleSystem::getStartSize |
484 |
CCParticleSystem::setStartSpinVar |
CCParticleSystem::setStartSize |
488 |
CCParticleSystem::getEndSpin |
CCParticleSystem::getStartSizeVar |
492 |
CCParticleSystem::setEndSpin |
CCParticleSystem::setStartSizeVar |
496 |
CCParticleSystem::getEndSpinVar |
CCParticleSystem::getEndSize |
500 |
CCParticleSystem::setEndSpinVar |
CCParticleSystem::setEndSize |
504 |
CCParticleSystem::getEmissionRate |
CCParticleSystem::getEndSizeVar |
508 |
CCParticleSystem::setEmissionRate |
CCParticleSystem::setEndSizeVar |
512 |
CCParticleSystem::getTotalParticles |
CCParticleSystem::getStartColor |
516 |
CCParticleSystem::setTotalParticles |
CCParticleSystem::setStartColor |
520 |
CCParticleSystem::getTexture |
CCParticleSystem::getStartColorVar |
524 |
CCParticleSystem::setTexture |
CCParticleSystem::setStartColorVar |
528 |
CCParticleSystem::getBlendFunc |
CCParticleSystem::getEndColor |
532 |
CCParticleSystem::setBlendFunc |
CCParticleSystem::setEndColor |
536 |
CCParticleSystem::getIsBlendAdditive |
CCParticleSystem::getEndColorVar |
540 |
CCParticleSystem::setIsBlendAdditive |
CCParticleSystem::setEndColorVar |
544 |
CCParticleSystem::getPositionType |
CCParticleSystem::getStartSpin |
548 |
CCParticleSystem::setPositionType |
CCParticleSystem::setStartSpin |
552 |
CCParticleSystem::getIsAutoRemoveOnFinish |
CCParticleSystem::getStartSpinVar |
556 |
CCParticleSystem::setIsAutoRemoveOnFinish |
CCParticleSystem::setStartSpinVar |
560 |
CCParticleSystem::getEmitterMode |
CCParticleSystem::getEndSpin |
564 |
CCParticleSystem::setEmitterMode |
CCParticleSystem::setEndSpin |
568 |
CCParticleSystem::initWithTotalParticles |
CCParticleSystem::getEndSpinVar |
572 |
CCParticleSystem::updateQuadWithParticle |
CCParticleSystem::setEndSpinVar |
576 |
CCParticleSystem::postStep |
CCParticleSystem::getEmissionRate |
580 |
-0x0000000fc |
CCParticleSystem::setEmissionRate |
584 |
(int (*)(...))(& typeinfo) |
CCParticleSystem::getTotalParticles |
588 |
non-virtual thunk |
CCParticleSystem::setTotalParticles |
592 |
non-virtual thunk |
CCParticleSystem::getTexture |
596 |
non-virtual thunk |
CCParticleSystem::setTexture |
600 |
non-virtual thunk |
CCParticleSystem::getBlendFunc |
604 |
|
CCParticleSystem::setBlendFunc |
608 |
|
CCParticleSystem::getOpacityModifyRGB |
612 |
|
CCParticleSystem::setOpacityModifyRGB |
616 |
|
CCParticleSystem::getPositionType |
620 |
|
CCParticleSystem::setPositionType |
624 |
|
CCParticleSystem::isAutoRemoveOnFinish |
628 |
|
CCParticleSystem::setAutoRemoveOnFinish |
632 |
|
CCParticleSystem::getEmitterMode |
636 |
|
CCParticleSystem::setEmitterMode |
640 |
|
CCParticleSystem::initWithTotalParticles |
644 |
|
CCParticleSystem::updateQuadWithParticle |
648 |
|
CCParticleSystem::postStep |
652 |
|
CCParticleSystem::updateWithNoTime |
656 |
|
CCParticleSystem::updateBlendFunc |
660 |
|
-0x000000114 |
664 |
|
(int (*)(...))(& typeinfo) |
668 |
|
non-virtual thunk |
672 |
|
non-virtual thunk |
676 |
|
non-virtual thunk |
680 |
|
non-virtual thunk |
[+] affected symbols (149)
CCBlendProtocol::getBlendFunc ( )This method is from derived class 'CCBlendProtocol'.
CCBlendProtocol::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCBlendProtocol'.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCParticleExplosion::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleExplosion'.
CCParticleFire::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleFire'.
CCParticleFireworks::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleFireworks'.
CCParticleFlower::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleFlower'.
CCParticleGalaxy::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleGalaxy'.
CCParticleMeteor::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleMeteor'.
CCParticleSmoke::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSmoke'.
CCParticleSnow::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSnow'.
CCParticleSpiral::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSpiral'.
CCParticleSun::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSun'.
CCParticleSystem::addParticle ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::CCParticleSystem [in-charge] ( )This constructor is from 'CCParticleSystem' class.
CCParticleSystem::getAngle ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getAngleVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getBlendFunc ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getDuration ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEmissionRate ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEmitterMode ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndColor ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndColorVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndRadius ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndRadiusVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSize ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSizeVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSpin ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSpinVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getGravity ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getLife ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getLifeVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getParticleCount ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getPositionType ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getPosVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRadialAccel ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRadialAccelVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRotatePerSecond ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRotatePerSecondVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getSourcePosition ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getSpeed ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getSpeedVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartColor ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartColorVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartRadius ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartRadiusVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSize ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSizeVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSpin ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSpinVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTangentialAccel ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTangentialAccelVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTexture ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTotalParticles ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::initParticle ( tCCParticle* particle )This method is from 'CCParticleSystem' class.
CCParticleSystem::initWithFile ( char const* plistFile )This method is from 'CCParticleSystem' class.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSystem' class.
CCParticleSystem::isFull ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]This method is from 'CCParticleSystem' class.
CCParticleSystem::postStep ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::resetSystem ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::setAngle ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setAngleVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setDuration ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEmissionRate ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEmitterMode ( int var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndColor ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndRadius ( float endRadius )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSize ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSizeVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSpin ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSpinVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setGravity ( CCPoint const& g )This method is from 'CCParticleSystem' class.
CCParticleSystem::setLife ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setLifeVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setPositionType ( enum tCCPositionType var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setPosVar ( CCPoint const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRadialAccel ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRadialAccelVar ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRotatePerSecond ( float degrees )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRotatePerSecondVar ( float degrees )This method is from 'CCParticleSystem' class.
CCParticleSystem::setSourcePosition ( CCPoint const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setSpeed ( float speed )This method is from 'CCParticleSystem' class.
CCParticleSystem::setSpeedVar ( float speed )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartColor ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartRadius ( float startRadius )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSize ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSizeVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSpin ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSpinVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTangentialAccel ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTangentialAccelVar ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTexture ( CCTexture2D* var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTotalParticles ( unsigned int var )This method is from 'CCParticleSystem' class.
CCParticleSystem::stopSystem ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::update ( ccTime dt )This method is from 'CCParticleSystem' class.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from 'CCParticleSystem' class.
CCParticleSystem::~CCParticleSystem [in-charge] ( )This method is from 'CCParticleSystem' class.
CCParticleSystemQuad::draw ( )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::initIndices ( )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::particleWithFile ( char const* plistFile ) [static]This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::postStep ( )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from derived class 'CCParticleSystemQuad'.
CCParticleSystemQuad::~CCParticleSystemQuad [in-charge] ( )This method is from derived class 'CCParticleSystemQuad'.
CCTextureProtocol::getTexture ( )This method is from derived class 'CCTextureProtocol'.
CCTextureProtocol::setTexture ( CCTexture2D* texture )This method is from derived class 'CCTextureProtocol'.
CCParticleSystemQuad.h
namespace cocos2d
[+] class CCParticleSystemQuad (1)
| Change |
Effect |
1 | Size of this class has been changed from 520 bytes to 624 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (21)
CCParticleExplosion::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleExplosion'.
CCParticleFire::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleFire'.
CCParticleFireworks::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleFireworks'.
CCParticleFlower::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleFlower'.
CCParticleGalaxy::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleGalaxy'.
CCParticleMeteor::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleMeteor'.
CCParticleRain::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleRain'.
CCParticleSmoke::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSmoke'.
CCParticleSnow::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSnow'.
CCParticleSpiral::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSpiral'.
CCParticleSun::initWithTotalParticles ( unsigned int numberOfParticles )This method is from derived class 'CCParticleSun'.
CCParticleSystemQuad::draw ( )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::particleWithFile ( char const* plistFile ) [static]Return value (pointer) has base type 'CCParticleSystemQuad'.
CCParticleSystemQuad::postStep ( )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::~CCParticleSystemQuad [in-charge] ( )This method is from 'CCParticleSystemQuad' class.
CCProgressTimer.h
namespace cocos2d
[+] class CCProgressTimer (2)
| Change |
Effect |
1 | Size of this class has been changed from 272 bytes to 360 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class CCRGBAProtocol has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 28 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 60 entries | Virtual Table (New) - 89 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCProgressTimer |
~CCProgressTimer |
16 |
~CCProgressTimer |
~CCProgressTimer |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCProgressTimer::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
|
CCNode::removeChild |
244 |
|
CCNode::removeAllChildrenWithCleanup |
248 |
|
CCNode::reorderChild |
252 |
|
CCNode::sortAllChildren |
256 |
|
CCNode::cleanup |
260 |
|
CCProgressTimer::draw |
264 |
|
CCNode::visit |
268 |
|
CCNode::nodeToParentTransform |
272 |
|
CCNode::parentToNodeTransform |
276 |
|
CCNode::nodeToWorldTransform |
280 |
|
CCNode::worldToNodeTransform |
284 |
|
CCProgressTimer::setColor |
288 |
|
CCProgressTimer::getColor |
292 |
|
CCProgressTimer::getOpacity |
296 |
|
CCProgressTimer::setOpacity |
300 |
|
CCProgressTimer::setOpacityModifyRGB |
304 |
|
CCProgressTimer::isOpacityModifyRGB |
308 |
|
CCProgressTimer::getMidpoint |
312 |
|
CCProgressTimer::setMidpoint |
316 |
|
CCProgressTimer::getBarChangeRate |
320 |
|
CCProgressTimer::setBarChangeRate |
324 |
|
-0x000000114 |
328 |
|
(int (*)(...))(& typeinfo) |
332 |
|
non-virtual thunk |
336 |
|
non-virtual thunk |
340 |
|
non-virtual thunk |
344 |
|
non-virtual thunk |
348 |
|
non-virtual thunk |
352 |
|
non-virtual thunk |
[+] affected symbols (15)
CCProgressTimer::boundaryTexCoord ( char index )This method is from 'CCProgressTimer' class.
CCProgressTimer::draw ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::initWithFile ( char const* pszFileName )This method is from 'CCProgressTimer' class.
CCProgressTimer::initWithTexture ( CCTexture2D* pTexture )This method is from 'CCProgressTimer' class.
CCProgressTimer::progressWithFile ( char const* pszFileName ) [static]This method is from 'CCProgressTimer' class.
CCProgressTimer::progressWithTexture ( CCTexture2D* pTexture ) [static]This method is from 'CCProgressTimer' class.
CCProgressTimer::setPercentage ( float fPercentage )This method is from 'CCProgressTimer' class.
CCProgressTimer::setSprite ( CCSprite* pSprite )This method is from 'CCProgressTimer' class.
CCProgressTimer::setType ( enum CCProgressTimerType type )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateBar ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateColor ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateProgress ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateRadial ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::vertexFromTexCoord ( CCPoint const& texCoord )This method is from 'CCProgressTimer' class.
CCProgressTimer::~CCProgressTimer [in-charge] ( )This method is from 'CCProgressTimer' class.
CCRenderTexture.h
namespace cocos2d
[+] class CCRenderTexture (1)
| Change |
Effect |
1 | Size of this class has been increased from 276 bytes to 304 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
CCRenderTexture::begin ( )This method is from 'CCRenderTexture' class.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )This method is from 'CCRenderTexture' class.
CCRenderTexture::CCRenderTexture [in-charge] ( )This constructor is from 'CCRenderTexture' class.
CCRenderTexture::clear ( float r, float g, float b, float a )This method is from 'CCRenderTexture' class.
CCRenderTexture::getSprite ( )This method is from 'CCRenderTexture' class.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )This method is from 'CCRenderTexture' class.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Return value (pointer) has base type 'CCRenderTexture'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Return value (pointer) has base type 'CCRenderTexture'.
CCRenderTexture::setSprite ( CCSprite* var )This method is from 'CCRenderTexture' class.
CCRenderTexture::~CCRenderTexture [in-charge] ( )This method is from 'CCRenderTexture' class.
CCScene.h
namespace cocos2d
[+] class CCScene (1)
| Change |
Effect |
1 | Size of this class has been increased from 252 bytes to 276 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (61)
CCDirector::calculateDeltaTime ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::drawScene ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::end ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::getNotificationNode ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::getWinSize ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::getZEye ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::init ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::pause ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::popScene ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::purgeCachedData ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::purgeDirector ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::pushScene ( CCScene* pScene )1st parameter 'pScene' (pointer) has base type 'CCScene'.
CCDirector::replaceScene ( CCScene* pScene )1st parameter 'pScene' (pointer) has base type 'CCScene'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::resume ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::runWithScene ( CCScene* pScene )1st parameter 'pScene' (pointer) has base type 'CCScene'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setNextScene ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNextScene' in return value (pointer) has base type 'CCScene'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNextScene' in the object of this method has base type 'CCScene'.
CCScene::CCScene [in-charge] ( )This constructor is from 'CCScene' class.
CCScene::init ( )This method is from 'CCScene' class.
CCScene::node ( ) [static]Return value (pointer) has base type 'CCScene'.
CCScene::~CCScene [in-charge] ( )This method is from 'CCScene' class.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene )2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene, ccColor3B const& color )2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionFade::transitionWithDuration ( ccTime duration, CCScene* scene, ccColor3B const& color ) [static]2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]2nd parameter 's' (pointer) has base type 'CCScene'.
CCTransitionFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]2nd parameter 's' (pointer) has base type 'CCScene'.
CCTransitionFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]2nd parameter 's' (pointer) has base type 'CCScene'.
CCTransitionPageTurn::initWithDuration ( ccTime t, CCScene* scene, bool backwards )2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionPageTurn::transitionWithDuration ( ccTime t, CCScene* scene, bool backwards ) [static]2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionScene::CCTransitionScene [in-charge] ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::cleanup ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::draw ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::finish ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::hideOutShowIn ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::initWithDuration ( ccTime t, CCScene* scene )2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionScene::onEnter ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::onExit ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::sceneOrder ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionScene::transitionWithDuration ( ccTime t, CCScene* scene ) [static]2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionScene::~CCTransitionScene [in-charge] ( )Field 'this->m_pOutScene' in the object of this method has base type 'CCScene'.
CCTransitionSceneOriented::initWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation )2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionSceneOriented::transitionWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) [static]2nd parameter 'scene' (pointer) has base type 'CCScene'.
CCTransitionZoomFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]2nd parameter 's' (pointer) has base type 'CCScene'.
CCTransitionZoomFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]2nd parameter 's' (pointer) has base type 'CCScene'.
CCTransitionZoomFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]2nd parameter 's' (pointer) has base type 'CCScene'.
CCScheduler.h
namespace cocos2d
[+] class CCTimer (1)
| Change |
Effect |
1 | Size of this class has been increased from 44 bytes to 60 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (8)
CCTimer::CCTimer [in-charge] ( )This constructor is from 'CCTimer' class.
CCTimer::initWithScriptHandler ( int nHandler, ccTime fSeconds )This method is from 'CCTimer' class.
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector )This method is from 'CCTimer' class.
CCTimer::timerWithScriptHandler ( int nHandler, ccTime fSeconds ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::update ( ccTime dt )This method is from 'CCTimer' class.
CCTimer::~CCTimer [in-charge] ( )This method is from 'CCTimer' class.
CCSprite.h
namespace cocos2d
[+] class CCSprite (28)
| Change |
Effect |
1 | Field m_bUsesBatchNode has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_eHonorParentTransform has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_obOffsetPositionInPixels has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_obRectInPixels has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Size of this class has been increased from 456 bytes to 580 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
6 | Virtual method CCSprite::displayFrame ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method CCSprite::getBatchNode ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method CCSprite::ignoreAnchorPointForPosition ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method CCSprite::initWithFile ( char const* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method CCSprite::initWithFile ( char const*, CCRect const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method CCSprite::initWithSpriteFrame ( CCSpriteFrame* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Virtual method CCSprite::initWithSpriteFrameName ( char const* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
13 | Virtual method CCSprite::initWithTexture ( CCTexture2D* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
14 | Virtual method CCSprite::initWithTexture ( CCTexture2D*, CCRect const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
15 | Virtual method CCSprite::initWithTexture ( CCTexture2D*, CCRect const&, bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
16 | Virtual method CCSprite::isDirty ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
17 | Virtual method CCSprite::isFrameDisplayed ( CCSpriteFrame* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
18 | Virtual method CCSprite::setBatchNode ( CCSpriteBatchNode* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
19 | Virtual method CCSprite::setDirty ( bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
20 | Virtual method CCSprite::setDisplayFrame ( CCSpriteFrame* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
21 | Virtual method CCSprite::setDisplayFrameWithAnimationName ( char const*, int ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
22 | Virtual method CCSprite::setReorderChildDirtyRecursively ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
23 | Virtual method CCSprite::setTextureCoords ( CCRect ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
24 | Virtual method CCSprite::setTextureRect ( CCRect const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
25 | Virtual method CCSprite::setTextureRect ( CCRect const&, bool, CCSize const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
26 | Virtual method CCSprite::setVertexRect ( CCRect const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
27 | Virtual method CCSprite::updateBlendFunc ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
28 | Virtual method CCSprite::updateTransform ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 87 entries | Virtual Table (New) - 121 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCSprite |
~CCSprite |
16 |
~CCSprite |
~CCSprite |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCSprite::setVertexZ |
CCSprite::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCSprite::setRotation |
CCSprite::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCSprite::setScaleX |
CCSprite::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCSprite::setScaleY |
CCSprite::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCSprite::setPosition |
CCSprite::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCSprite::setPositionInPixels |
CCSprite::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCSprite::setSkewX |
CCSprite::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCSprite::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCSprite::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCSprite::setIsVisible |
CCSprite::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCSprite::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCSprite::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSprite::addChild |
CCNode::onEnter |
208 |
CCSprite::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCSprite::addChild |
CCNode::onExit |
216 |
CCSprite::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSprite::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSprite::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSprite::addChild |
232 |
CCSprite::draw |
CCSprite::addChild |
236 |
CCNode::visit |
CCSprite::addChild |
240 |
CCSprite::getOpacity |
CCSprite::removeChild |
244 |
CCSprite::setOpacity |
CCSprite::removeAllChildrenWithCleanup |
248 |
CCSprite::getColor |
CCSprite::reorderChild |
252 |
CCSprite::setColor |
CCSprite::sortAllChildren |
256 |
CCSprite::getBlendFunc |
CCNode::cleanup |
260 |
CCSprite::setBlendFunc |
CCSprite::draw |
264 |
CCSprite::init |
CCNode::visit |
268 |
CCSprite::setDirtyRecursively |
CCNode::nodeToParentTransform |
272 |
CCSprite::setScale |
CCNode::parentToNodeTransform |
276 |
CCSprite::setIsOpacityModifyRGB |
CCNode::nodeToWorldTransform |
280 |
CCSprite::getIsOpacityModifyRGB |
CCNode::worldToNodeTransform |
284 |
CCSprite::setTexture |
CCSprite::getOpacity |
288 |
CCSprite::getTexture |
CCSprite::setOpacity |
292 |
-0x0000000fc |
CCSprite::getColor |
296 |
(int (*)(...))(& typeinfo) |
CCSprite::setColor |
300 |
non-virtual thunk |
CCSprite::isDirty |
304 |
non-virtual thunk |
CCSprite::setDirty |
308 |
non-virtual thunk |
CCSprite::getBlendFunc |
312 |
non-virtual thunk |
CCSprite::setBlendFunc |
316 |
-0x000000100 |
CCSprite::init |
320 |
(int (*)(...))(& typeinfo) |
CCSprite::setDirtyRecursively |
324 |
non-virtual thunk |
CCSprite::setScale |
328 |
non-virtual thunk |
CCSprite::ignoreAnchorPointForPosition |
332 |
non-virtual thunk |
CCSprite::setOpacityModifyRGB |
336 |
non-virtual thunk |
CCSprite::isOpacityModifyRGB |
340 |
non-virtual thunk |
CCSprite::setTexture |
344 |
non-virtual thunk |
CCSprite::getTexture |
348 |
|
CCSprite::initWithTexture |
352 |
|
CCSprite::initWithTexture |
356 |
|
CCSprite::initWithTexture |
360 |
|
CCSprite::initWithSpriteFrame |
364 |
|
CCSprite::initWithSpriteFrameName |
368 |
|
CCSprite::initWithFile |
372 |
|
CCSprite::initWithFile |
376 |
|
CCSprite::updateTransform |
380 |
|
CCSprite::setTextureRect |
384 |
|
CCSprite::setTextureRect |
388 |
|
CCSprite::setVertexRect |
392 |
|
CCSprite::setDisplayFrame |
396 |
|
CCSprite::isFrameDisplayed |
400 |
|
CCSprite::displayFrame |
404 |
|
CCSprite::getBatchNode |
408 |
|
CCSprite::setBatchNode |
412 |
|
CCSprite::setDisplayFrameWithAnimationName |
416 |
|
CCSprite::setTextureCoords |
420 |
|
CCSprite::updateBlendFunc |
424 |
|
CCSprite::setReorderChildDirtyRecursively |
428 |
|
-0x000000114 |
432 |
|
(int (*)(...))(& typeinfo) |
436 |
|
non-virtual thunk |
440 |
|
non-virtual thunk |
444 |
|
non-virtual thunk |
448 |
|
non-virtual thunk |
452 |
|
-0x000000118 |
456 |
|
(int (*)(...))(& typeinfo) |
460 |
|
non-virtual thunk |
464 |
|
non-virtual thunk |
468 |
|
non-virtual thunk |
472 |
|
non-virtual thunk |
476 |
|
non-virtual thunk |
480 |
|
non-virtual thunk |
[+] affected symbols (180)
CCBlendProtocol::getBlendFunc ( )This method is from derived class 'CCBlendProtocol'.
CCBlendProtocol::setBlendFunc ( ccBlendFunc blendFunc )This method is from derived class 'CCBlendProtocol'.
CCIMEDelegate::attachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::canAttachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::canDetachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::deleteBackward ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::detachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::didAttachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::didDetachWithIME ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::getContentText ( )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::insertText ( char const* text, int len )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )This method is from derived class 'CCIMEDelegate'.
CCIMEDelegate::~CCIMEDelegate [in-charge] ( )This method is from derived class 'CCIMEDelegate'.
CCLabelProtocol::getString ( )This method is from derived class 'CCLabelProtocol'.
CCLabelProtocol::setString ( char const* label )This method is from derived class 'CCLabelProtocol'.
CCLabelTTF::CCLabelTTF [in-charge] ( )This constructor is from derived class 'CCLabelTTF'.
CCLabelTTF::convertToLabelProtocol ( )This method is from derived class 'CCLabelTTF'.
CCLabelTTF::description ( )This method is from derived class 'CCLabelTTF'.
CCLabelTTF::getString ( )This method is from derived class 'CCLabelTTF'.
CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize )This method is from derived class 'CCLabelTTF'.
CCLabelTTF::initWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )This method is from derived class 'CCLabelTTF'.
CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static]This method is from derived class 'CCLabelTTF'.
CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]This method is from derived class 'CCLabelTTF'.
CCLabelTTF::setString ( char const* label )This method is from derived class 'CCLabelTTF'.
CCLabelTTF::~CCLabelTTF [in-charge] ( )This method is from derived class 'CCLabelTTF'.
CCNode::addChild ( CCNode* child )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCNode'.
CCNode::cleanup ( )This method is from derived class 'CCNode'.
CCNode::draw ( )This method is from derived class 'CCNode'.
CCNode::getAnchorPoint ( )This method is from derived class 'CCNode'.
CCNode::getCamera ( )This method is from derived class 'CCNode'.
CCNode::getChildren ( )This method is from derived class 'CCNode'.
CCNode::getContentSize ( )This method is from derived class 'CCNode'.
CCNode::getGrid ( )This method is from derived class 'CCNode'.
CCNode::getParent ( )This method is from derived class 'CCNode'.
CCNode::getScaleY ( )This method is from derived class 'CCNode'.
CCNode::getSkewX ( )This method is from derived class 'CCNode'.
CCNode::getSkewY ( )This method is from derived class 'CCNode'.
CCNode::getTag ( )This method is from derived class 'CCNode'.
CCNode::getUserData ( )This method is from derived class 'CCNode'.
CCNode::onEnter ( )This method is from derived class 'CCNode'.
CCNode::onEnterTransitionDidFinish ( )This method is from derived class 'CCNode'.
CCNode::onExit ( )This method is from derived class 'CCNode'.
CCNode::registerScriptHandler ( int nHandler )This method is from derived class 'CCNode'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from derived class 'CCNode'.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCNode'.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from derived class 'CCNode'.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCNode'.
CCNode::setContentSize ( CCSize const& var )This method is from derived class 'CCNode'.
CCNode::setGrid ( struct CCGridBase* var )This method is from derived class 'CCNode'.
CCNode::setParent ( CCNode* var )This method is from derived class 'CCNode'.
CCNode::setScaleY ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewX ( float var )This method is from derived class 'CCNode'.
CCNode::setSkewY ( float var )This method is from derived class 'CCNode'.
CCNode::setTag ( int var )This method is from derived class 'CCNode'.
CCNode::setUserData ( void* var )This method is from derived class 'CCNode'.
CCNode::unregisterScriptHandler ( )This method is from derived class 'CCNode'.
CCNode::visit ( )This method is from derived class 'CCNode'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::draw ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::setSprite ( CCSprite* pSprite )1st parameter 'pSprite' (pointer) has base type 'CCSprite'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::begin ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite' in return value (pointer) has base type 'CCSprite'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite' in return value (pointer) has base type 'CCSprite'.
CCRenderTexture::setSprite ( CCSprite* var )1st parameter 'var' (pointer) has base type 'CCSprite'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRGBAProtocol::getColor ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::getOpacity ( )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setColor ( ccColor3B const& color )This method is from derived class 'CCRGBAProtocol'.
CCRGBAProtocol::setOpacity ( GLubyte opacity )This method is from derived class 'CCRGBAProtocol'.
CCSprite::addChild ( CCNode* pChild )This method is from 'CCSprite' class.
CCSprite::addChild ( CCNode* pChild, int zOrder )This method is from 'CCSprite' class.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )This method is from 'CCSprite' class.
CCSprite::CCSprite [in-charge] ( )This constructor is from 'CCSprite' class.
CCSprite::draw ( )This method is from 'CCSprite' class.
CCSprite::getBlendFunc ( )This method is from 'CCSprite' class.
CCSprite::getColor ( )This method is from 'CCSprite' class.
CCSprite::getOpacity ( )This method is from 'CCSprite' class.
CCSprite::getTexture ( )This method is from 'CCSprite' class.
CCSprite::init ( )This method is from 'CCSprite' class.
CCSprite::initWithFile ( char const* pszFilename )This method is from 'CCSprite' class.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )This method is from 'CCSprite' class.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )This method is from 'CCSprite' class.
CCSprite::initWithTexture ( CCTexture2D* pTexture )This method is from 'CCSprite' class.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::isFlipX ( )This method is from 'CCSprite' class.
CCSprite::isFlipY ( )This method is from 'CCSprite' class.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )This method is from 'CCSprite' class.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )This method is from 'CCSprite' class.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )This method is from 'CCSprite' class.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )This method is from 'CCSprite' class.
CCSprite::setAnchorPoint ( CCPoint const& anchor )This method is from 'CCSprite' class.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )This method is from 'CCSprite' class.
CCSprite::setColor ( ccColor3B const& var )This method is from 'CCSprite' class.
CCSprite::setDirtyRecursively ( bool bValue )This method is from 'CCSprite' class.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )This method is from 'CCSprite' class.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )This method is from 'CCSprite' class.
CCSprite::setFlipX ( bool bFlipX )This method is from 'CCSprite' class.
CCSprite::setFlipY ( bool bFlipY )This method is from 'CCSprite' class.
CCSprite::setOpacity ( GLubyte var )This method is from 'CCSprite' class.
CCSprite::setPosition ( CCPoint const& pos )This method is from 'CCSprite' class.
CCSprite::setRotation ( float fRotation )This method is from 'CCSprite' class.
CCSprite::setScale ( float fScale )This method is from 'CCSprite' class.
CCSprite::setScaleX ( float fScaleX )This method is from 'CCSprite' class.
CCSprite::setScaleY ( float fScaleY )This method is from 'CCSprite' class.
CCSprite::setSkewX ( float sx )This method is from 'CCSprite' class.
CCSprite::setSkewY ( float sy )This method is from 'CCSprite' class.
CCSprite::setTexture ( CCTexture2D* texture )This method is from 'CCSprite' class.
CCSprite::setTextureRect ( CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::setVertexZ ( float fVertexZ )This method is from 'CCSprite' class.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]This method is from 'CCSprite' class.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]This method is from 'CCSprite' class.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]This method is from 'CCSprite' class.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]This method is from 'CCSprite' class.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]This method is from 'CCSprite' class.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]This method is from 'CCSprite' class.
CCSprite::updateBlendFunc ( )This method is from 'CCSprite' class.
CCSprite::updateColor ( )This method is from 'CCSprite' class.
CCSprite::updateTransform ( )This method is from 'CCSprite' class.
CCSprite::~CCSprite [in-charge] ( )This method is from 'CCSprite' class.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )1st parameter 'child' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )1st parameter 'child' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )1st parameter 'parent' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCTextFieldTTF::getCharCount ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getColorSpaceHolder ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getDelegate ( ) constThis method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::getPlaceHolder ( )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setColorSpaceHolder ( ccColor3B const& var )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setDelegate ( CCTextFieldDelegate* var )This method is from derived class 'CCTextFieldTTF'.
CCTextFieldTTF::setPlaceHolder ( char const* text )This method is from derived class 'CCTextFieldTTF'.
CCTextureProtocol::getTexture ( )This method is from derived class 'CCTextureProtocol'.
CCTextureProtocol::setTexture ( CCTexture2D* texture )This method is from derived class 'CCTextureProtocol'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile' in return value (pointer) has base type 'CCSprite'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile' in return value (pointer) has base type 'CCSprite'.
CCSpriteBatchNode.h
namespace cocos2d
[+] class CCSpriteBatchNode (1)
| Change |
Effect |
1 | Size of this class has been changed from 272 bytes to 296 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (141)
CCLabelBMFont::createFontChars ( )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::getColor ( )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::getIsOpacityModifyRGB ( )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::getOpacity ( )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::getString ( )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::initWithString ( char const* str, char const* fntFile )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::labelWithString ( char const* str, char const* fntFile ) [static]This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::purgeCachedData ( ) [static]This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setColor ( ccColor3B const& var )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setCString ( char const* label )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setIsOpacityModifyRGB ( bool var )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setOpacity ( GLubyte var )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setString ( char const* label )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::~CCLabelBMFont [in-charge] ( )This method is from derived class 'CCLabelBMFont'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobBatchNode' in 1st parameter 'pSprite' (pointer) has base type 'CCSpriteBatchNode'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobBatchNode' in 1st parameter 'var' (pointer) has base type 'CCSpriteBatchNode'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::draw ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::getBlendFunc ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::getColor ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::getOpacity ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::getTexture ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::init ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::isFlipX ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::isFlipY ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setScale ( float fScale )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'retval->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'retval->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'retval->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Field 'retval->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::updateColor ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::updateTransform ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobBatchNode' in the object of this method has base type 'CCSpriteBatchNode'.
CCSpriteBatchNode::addChild ( CCNode* child )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Return value (pointer) has base type 'CCSpriteBatchNode'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]Return value (pointer) has base type 'CCSpriteBatchNode'.
CCSpriteBatchNode::draw ( )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::getBlendFunc ( )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::getTexture ( )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::increaseAtlasCapacity ( )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::visit ( )This method is from 'CCSpriteBatchNode' class.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )This method is from 'CCSpriteBatchNode' class.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::CCTMXLayer [in-charge] ( )This constructor is from derived class 'CCTMXLayer'.
CCTMXLayer::draw ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::getLayerOrientation ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getLayerSize ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getMapTileSize ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getProperties ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::getTiles ( ) constThis method is from derived class 'CCTMXLayer'.
CCTMXLayer::getTileSet ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]This method is from derived class 'CCTMXLayer'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::propertyNamed ( char const* propertyName )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::releaseMap ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setLayerOrientation ( unsigned int var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setLayerSize ( CCSize const& var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setMapTileSize ( CCSize const& var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setProperties ( CCStringToStringDictionary* var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setTiles ( unsigned int* var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::setupTiles ( )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )This method is from derived class 'CCTMXLayer'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )This method is from derived class 'CCTMXLayer'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_pobBatchNode' in return value (pointer) has base type 'CCSpriteBatchNode'.
CCSpriteFrame.h
namespace cocos2d
[+] class CCSpriteFrame (1)
| Change |
Effect |
1 | Size of this class has been changed from 76 bytes to 296 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (23)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame' in return value (pointer) has base type 'CCSpriteFrame'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )1st parameter 'spriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )1st parameter 'pSpriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )1st parameter 'pFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )1st parameter 'pNewFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]1st parameter 'pSpriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::setRect ( CCRect const& rect )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )This method is from 'CCSpriteFrame' class.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )1st parameter 'pobFrame' (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrameCache.h
namespace cocos2d
[+] class CCSpriteFrameCache (1)
| Change |
Effect |
1 | Size of this class has been changed from 28 bytes to 32 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (13)
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* plist, char const* textureFileName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::init ( )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFrameByName ( char const* pszName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFrames ( )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFramesFromFile ( char const* plist )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeUnusedSpriteFrames ( )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::sharedSpriteFrameCache ( ) [static]Return value (pointer) has base type 'CCSpriteFrameCache'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::~CCSpriteFrameCache [in-charge] ( )This method is from 'CCSpriteFrameCache' class.
CCTextFieldTTF.h
namespace cocos2d
[+] class CCTextFieldTTF (1)
| Change |
Effect |
1 | Size of this class has been increased from 512 bytes to 660 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (23)
CCTextFieldTTF::attachWithIME ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::canAttachWithIME ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::canDetachWithIME ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::CCTextFieldTTF [in-charge] ( )This constructor is from 'CCTextFieldTTF' class.
CCTextFieldTTF::deleteBackward ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::detachWithIME ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::draw ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::getCharCount ( ) constThis method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::getColorSpaceHolder ( ) constThis method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::getContentText ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::getDelegate ( ) constThis method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::getPlaceHolder ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::getString ( )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::initWithPlaceHolder ( char const* placeholder, char const* fontName, float fontSize )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::initWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::insertText ( char const* text, int len )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::setColorSpaceHolder ( ccColor3B const& var )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::setDelegate ( CCTextFieldDelegate* var )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::setPlaceHolder ( char const* text )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::setString ( char const* text )This method is from 'CCTextFieldTTF' class.
CCTextFieldTTF::textFieldWithPlaceHolder ( char const* placeholder, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCTextFieldTTF'.
CCTextFieldTTF::textFieldWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCTextFieldTTF'.
CCTextFieldTTF::~CCTextFieldTTF [in-charge] ( )This method is from 'CCTextFieldTTF' class.
CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (3)
| Change |
Effect |
1 | Size of this class has been increased from 56 bytes to 80 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method CCTexture2D::getContentSize ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method CCTexture2D::getContentSizeInPixels ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 17 entries | Virtual Table (New) - 18 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTexture2D |
~CCTexture2D |
16 |
~CCTexture2D |
~CCTexture2D |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTexture2D::getPixelFormat |
CCTexture2D::getPixelFormat |
32 |
CCTexture2D::getPixelsWide |
CCTexture2D::getPixelsWide |
36 |
CCTexture2D::getPixelsHigh |
CCTexture2D::getPixelsHigh |
40 |
CCTexture2D::getName |
CCTexture2D::getName |
44 |
CCTexture2D::getContentSizeInPixels |
CCTexture2D::getMaxS |
48 |
CCTexture2D::getMaxS |
CCTexture2D::setMaxS |
52 |
CCTexture2D::setMaxS |
CCTexture2D::getMaxT |
56 |
CCTexture2D::getMaxT |
CCTexture2D::setMaxT |
60 |
CCTexture2D::setMaxT |
CCTexture2D::getContentSize |
64 |
CCTexture2D::getHasPremultipliedAlpha |
CCTexture2D::getShaderProgram |
68 |
|
CCTexture2D::setShaderProgram |
[+] affected symbols (314)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Field 'retval->m_pTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAtlasNode::CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::draw ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getBlendFunc ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getColor ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getOpacity ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getQuadsToDraw ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getTexture ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getTextureAtlas ( )Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setColor ( ccColor3B const& var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setOpacity ( GLubyte var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )Field 'var->m_pTexture' in 1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCAtlasNode::updateAtlasValues ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::getBlendFunc ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::getTexture ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCMotionStreak::update ( ccTime delta )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::~CCMotionStreak [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::addParticle ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getAngle ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getDuration ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndColor ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSize ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getGravity ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getLife ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getPositionType ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getPosVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSpeed ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartColor ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSize ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTexture ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::isFull ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCParticleSystem::postStep ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::resetSystem ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setLife ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::stopSystem ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_pobTexture' in 1st parameter 'spriteFrame' (pointer) has base type 'CCTexture2D'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'pSprite' (pointer) has base type 'CCTexture2D'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::draw ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getBlendFunc ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getColor ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getOpacity ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getTexture ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::init ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_pobTexture' in 1st parameter 'pSpriteFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::isFlipX ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::isFlipY ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_pobTexture' in 1st parameter 'pFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_pobTexture' in 1st parameter 'pNewFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScale ( float fScale )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_pobTexture' in 1st parameter 'pSpriteFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::updateColor ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::updateTransform ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_pobTexture' in 1st parameter 'child' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]1st parameter 'tex' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::getTexture ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::increaseAtlasCapacity ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )1st parameter 'tex' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'child' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'parent' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::visit ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_pobTexture' in 1st parameter 'pobFrame' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )2nd parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTexture2D::bitsPerPixelForFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::CCTexture2D [in-charge] ( )This constructor is from 'CCTexture2D' class.
CCTexture2D::description ( )This method is from 'CCTexture2D' class.
CCTexture2D::drawAtPoint ( CCPoint const& point )This method is from 'CCTexture2D' class.
CCTexture2D::drawInRect ( CCRect const& rect )This method is from 'CCTexture2D' class.
CCTexture2D::generateMipmap ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSize ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSizeInPixels ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxS ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxT ( )This method is from 'CCTexture2D' class.
CCTexture2D::getName ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsHigh ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsWide ( )This method is from 'CCTexture2D' class.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )This method is from 'CCTexture2D' class.
CCTexture2D::initWithImage ( CCImage* uiImage )This method is from 'CCTexture2D' class.
CCTexture2D::initWithPVRFile ( char const* file )This method is from 'CCTexture2D' class.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )This method is from 'CCTexture2D' class.
CCTexture2D::keepData ( void* data, unsigned int length )This method is from 'CCTexture2D' class.
CCTexture2D::releaseData ( void* data )This method is from 'CCTexture2D' class.
CCTexture2D::setAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setAntiAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxS ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxT ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setTexParameters ( ccTexParams* texParams )This method is from 'CCTexture2D' class.
CCTexture2D::~CCTexture2D [in-charge] ( )This method is from 'CCTexture2D' class.
CCTextureAtlas::CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::description ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n, unsigned int start )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getCapacity ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getTexture ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getTotalQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::initWithFile ( char const* file, unsigned int capacity )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::initWithTexture ( CCTexture2D* texture, unsigned int capacity )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::insertQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::insertQuadFromIndex ( unsigned int fromIndex, unsigned int newIndex )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::removeAllQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::removeQuadAtIndex ( unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::resizeCapacity ( unsigned int n )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::setQuads ( ccV3F_C4B_T2F_Quad* var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::textureAtlasWithFile ( char const* file, unsigned int capacity ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::textureAtlasWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::updateQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::~CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureCache::addImage ( char const* fileimage )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::addPVRImage ( char const* filename )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::removeTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureCache::textureForKey ( char const* key )Return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTileMapAtlas.h
namespace cocos2d
[+] class CCTileMapAtlas (1)
| Change |
Effect |
1 | Size of this class has been increased from 316 bytes to 344 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
CCTileMapAtlas::CCTileMapAtlas [in-charge] ( )This constructor is from 'CCTileMapAtlas' class.
CCTileMapAtlas::getTGAInfo ( )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::initWithTileFile ( char const* tile, char const* mapFile, int tileWidth, int tileHeight )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::releaseMap ( )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::setTGAInfo ( struct sImageTGA* var )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::setTile ( ccColor3B const& tile, ccGridSize const& position )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::tileAt ( ccGridSize const& position )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::tileMapAtlasWithTileFile ( char const* tile, char const* mapFile, int tileWidth, int tileHeight ) [static]Return value (pointer) has base type 'CCTileMapAtlas'.
CCTileMapAtlas::~CCTileMapAtlas [in-charge] ( )This method is from 'CCTileMapAtlas' class.
CCTMXLayer.h
namespace cocos2d
[+] class CCTMXLayer (2)
| Change |
Effect |
1 | Field m_fAlphaFuncValue has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been increased from 344 bytes to 404 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (26)
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCTMXLayer' class.
CCTMXLayer::CCTMXLayer [in-charge] ( )This constructor is from 'CCTMXLayer' class.
CCTMXLayer::getLayerOrientation ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getLayerSize ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getMapTileSize ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getProperties ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::getTiles ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getTileSet ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )This method is from 'CCTMXLayer' class.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Return value (pointer) has base type 'CCTMXLayer'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::propertyNamed ( char const* propertyName )This method is from 'CCTMXLayer' class.
CCTMXLayer::releaseMap ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )This method is from 'CCTMXLayer' class.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::setLayerOrientation ( unsigned int var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setLayerSize ( CCSize const& var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setMapTileSize ( CCSize const& var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTiles ( unsigned int* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setupTiles ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::~CCTMXLayer [in-charge] ( )This method is from 'CCTMXLayer' class.
CCTMXTiledMap::layerNamed ( char const* layerName )Return value (pointer) has base type 'CCTMXLayer'.
CCTMXObjectGroup.h
namespace cocos2d
[+] class CCTMXObjectGroup (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 60 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
CCTMXObjectGroup::CCTMXObjectGroup [in-charge] ( )This constructor is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getObjects ( )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getPositionOffset ( ) constThis method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getProperties ( )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::objectNamed ( char const* objectName )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::propertyNamed ( char const* propertyName )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::setPositionOffset ( CCPoint const& var )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::~CCTMXObjectGroup [in-charge] ( )This method is from 'CCTMXObjectGroup' class.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )Return value (pointer) has base type 'CCTMXObjectGroup'.
CCTMXTiledMap.h
namespace cocos2d
[+] class CCTMXTiledMap (1)
| Change |
Effect |
1 | Size of this class has been increased from 288 bytes to 348 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (16)
CCTMXTiledMap::CCTMXTiledMap [in-charge] ( )This constructor is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getMapOrientation ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getMapSize ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getObjectGroups ( )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getProperties ( )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getTileSize ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::initWithTMXFile ( char const* tmxFile )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::layerNamed ( char const* layerName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::propertiesForGID ( int GID )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::propertyNamed ( char const* propertyName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setMapOrientation ( int var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setMapSize ( CCSize const& var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setTileSize ( CCSize const& var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::tiledMapWithTMXFile ( char const* tmxFile ) [static]Return value (pointer) has base type 'CCTMXTiledMap'.
CCTMXTiledMap::~CCTMXTiledMap [in-charge] ( )This method is from 'CCTMXTiledMap' class.
CCTMXXMLParser.h
namespace cocos2d
[+] class CCTMXLayerInfo (1)
| Change |
Effect |
1 | Size of this class has been increased from 60 bytes to 100 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )2nd parameter 'layerInfo' (pointer) has base type 'CCTMXLayerInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]2nd parameter 'layerInfo' (pointer) has base type 'CCTMXLayerInfo'.
CCTMXLayerInfo::CCTMXLayerInfo [in-charge] ( )This constructor is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::getProperties ( )This method is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::~CCTMXLayerInfo [in-charge] ( )This method is from 'CCTMXLayerInfo' class.
[+] class CCTMXMapInfo (1)
| Change |
Effect |
1 | Size of this class has been increased from 88 bytes to 132 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (29)
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )3rd parameter 'mapInfo' (pointer) has base type 'CCTMXMapInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]3rd parameter 'mapInfo' (pointer) has base type 'CCTMXMapInfo'.
CCTMXMapInfo::CCTMXMapInfo [in-charge] ( )This constructor is from 'CCTMXMapInfo' class.
CCTMXMapInfo::endElement ( void* ctx, char const* name )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::formatWithTMXFile ( char const* tmxFile ) [static]Return value (pointer) has base type 'CCTMXMapInfo'.
CCTMXMapInfo::getLayerAttribs ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getLayers ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getMapSize ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getObjectGroups ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getOrientation ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getParentElement ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getParentGID ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getProperties ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getStoringCharacters ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTileProperties ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTilesets ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTileSize ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::initWithTMXFile ( char const* tmxFile )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::parseXMLFile ( char const* xmlFilename )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setLayerAttribs ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setMapSize ( CCSize const& var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setOrientation ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setParentElement ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setParentGID ( unsigned int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setStoringCharacters ( bool var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setTileSize ( CCSize const& var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::startElement ( void* ctx, char const* name, char const** atts )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::textHandler ( void* ctx, char const* ch, int len )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::~CCTMXMapInfo [in-charge] ( )This method is from 'CCTMXMapInfo' class.
[+] class CCTMXTilesetInfo (1)
| Change |
Effect |
1 | Size of this class has been increased from 56 bytes to 96 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (29)
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getProperties ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getTiles ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getTileSet ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )1st parameter 'tilesetInfo' (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]1st parameter 'tilesetInfo' (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::releaseMap ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )1st parameter 'var' (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setupTiles ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pTileSet' in return value (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXTilesetInfo::CCTMXTilesetInfo [in-charge] ( )This constructor is from 'CCTMXTilesetInfo' class.
CCTMXTilesetInfo::rectForGID ( unsigned int gid )This method is from 'CCTMXTilesetInfo' class.
CCTMXTilesetInfo::~CCTMXTilesetInfo [in-charge] ( )This method is from 'CCTMXTilesetInfo' class.
CCTransition.h
namespace cocos2d
[+] class CCTransitionCrossFade (1)
| Change |
Effect |
1 | Size of this class has been increased from 268 bytes to 292 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCTransitionCrossFade::CCTransitionCrossFade [in-charge] ( )This constructor is from 'CCTransitionCrossFade' class.
CCTransitionCrossFade::draw ( )This method is from 'CCTransitionCrossFade' class.
CCTransitionCrossFade::onEnter ( )This method is from 'CCTransitionCrossFade' class.
CCTransitionCrossFade::onExit ( )This method is from 'CCTransitionCrossFade' class.
CCTransitionCrossFade::~CCTransitionCrossFade [in-charge] ( )This method is from 'CCTransitionCrossFade' class.
[+] class CCTransitionFade (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (7)
CCTransitionFade::CCTransitionFade [in-charge] ( )This constructor is from 'CCTransitionFade' class.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene )This method is from 'CCTransitionFade' class.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene, ccColor3B const& color )This method is from 'CCTransitionFade' class.
CCTransitionFade::onEnter ( )This method is from 'CCTransitionFade' class.
CCTransitionFade::onExit ( )This method is from 'CCTransitionFade' class.
CCTransitionFade::transitionWithDuration ( ccTime duration, CCScene* scene, ccColor3B const& color ) [static]Return value (pointer) has base type 'CCTransitionFade'.
CCTransitionFade::~CCTransitionFade [in-charge] ( )This method is from 'CCTransitionFade' class.
[+] class CCTransitionFadeBL (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionFadeBL::actionWithSize ( ccGridSize const& size )This method is from 'CCTransitionFadeBL' class.
CCTransitionFadeBL::CCTransitionFadeBL [in-charge] ( )This constructor is from 'CCTransitionFadeBL' class.
CCTransitionFadeBL::~CCTransitionFadeBL [in-charge] ( )This method is from 'CCTransitionFadeBL' class.
[+] class CCTransitionFadeDown (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionFadeDown::actionWithSize ( ccGridSize const& size )This method is from 'CCTransitionFadeDown' class.
CCTransitionFadeDown::CCTransitionFadeDown [in-charge] ( )This constructor is from 'CCTransitionFadeDown' class.
CCTransitionFadeDown::~CCTransitionFadeDown [in-charge] ( )This method is from 'CCTransitionFadeDown' class.
[+] class CCTransitionFadeTR (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (18)
CCTransitionFadeBL::actionWithSize ( ccGridSize const& size )This method is from derived class 'CCTransitionFadeBL'.
CCTransitionFadeBL::CCTransitionFadeBL [in-charge] ( )This constructor is from derived class 'CCTransitionFadeBL'.
CCTransitionFadeBL::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionFadeBL'.
CCTransitionFadeBL::~CCTransitionFadeBL [in-charge] ( )This method is from derived class 'CCTransitionFadeBL'.
CCTransitionFadeDown::actionWithSize ( ccGridSize const& size )This method is from derived class 'CCTransitionFadeDown'.
CCTransitionFadeDown::CCTransitionFadeDown [in-charge] ( )This constructor is from derived class 'CCTransitionFadeDown'.
CCTransitionFadeDown::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionFadeDown'.
CCTransitionFadeDown::~CCTransitionFadeDown [in-charge] ( )This method is from derived class 'CCTransitionFadeDown'.
CCTransitionFadeTR::actionWithSize ( ccGridSize const& size )This method is from 'CCTransitionFadeTR' class.
CCTransitionFadeTR::CCTransitionFadeTR [in-charge] ( )This constructor is from 'CCTransitionFadeTR' class.
CCTransitionFadeTR::easeActionWithAction ( CCActionInterval* action )This method is from 'CCTransitionFadeTR' class.
CCTransitionFadeTR::onEnter ( )This method is from 'CCTransitionFadeTR' class.
CCTransitionFadeTR::sceneOrder ( )This method is from 'CCTransitionFadeTR' class.
CCTransitionFadeTR::~CCTransitionFadeTR [in-charge] ( )This method is from 'CCTransitionFadeTR' class.
CCTransitionFadeUp::actionWithSize ( ccGridSize const& size )This method is from derived class 'CCTransitionFadeUp'.
CCTransitionFadeUp::CCTransitionFadeUp [in-charge] ( )This constructor is from derived class 'CCTransitionFadeUp'.
CCTransitionFadeUp::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionFadeUp'.
CCTransitionFadeUp::~CCTransitionFadeUp [in-charge] ( )This method is from derived class 'CCTransitionFadeUp'.
[+] class CCTransitionFadeUp (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionFadeUp::actionWithSize ( ccGridSize const& size )This method is from 'CCTransitionFadeUp' class.
CCTransitionFadeUp::CCTransitionFadeUp [in-charge] ( )This constructor is from 'CCTransitionFadeUp' class.
CCTransitionFadeUp::~CCTransitionFadeUp [in-charge] ( )This method is from 'CCTransitionFadeUp' class.
[+] class CCTransitionFlipAngular (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionFlipAngular::CCTransitionFlipAngular [in-charge] ( )This constructor is from 'CCTransitionFlipAngular' class.
CCTransitionFlipAngular::onEnter ( )This method is from 'CCTransitionFlipAngular' class.
CCTransitionFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]Return value (pointer) has base type 'CCTransitionFlipAngular'.
CCTransitionFlipAngular::~CCTransitionFlipAngular [in-charge] ( )This method is from 'CCTransitionFlipAngular' class.
[+] class CCTransitionFlipX (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionFlipX::CCTransitionFlipX [in-charge] ( )This constructor is from 'CCTransitionFlipX' class.
CCTransitionFlipX::onEnter ( )This method is from 'CCTransitionFlipX' class.
CCTransitionFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]Return value (pointer) has base type 'CCTransitionFlipX'.
CCTransitionFlipX::~CCTransitionFlipX [in-charge] ( )This method is from 'CCTransitionFlipX' class.
[+] class CCTransitionFlipY (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionFlipY::CCTransitionFlipY [in-charge] ( )This constructor is from 'CCTransitionFlipY' class.
CCTransitionFlipY::onEnter ( )This method is from 'CCTransitionFlipY' class.
CCTransitionFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]Return value (pointer) has base type 'CCTransitionFlipY'.
CCTransitionFlipY::~CCTransitionFlipY [in-charge] ( )This method is from 'CCTransitionFlipY' class.
[+] class CCTransitionJumpZoom (1)
| Change |
Effect |
1 | Size of this class has been increased from 268 bytes to 292 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionJumpZoom::CCTransitionJumpZoom [in-charge] ( )This constructor is from 'CCTransitionJumpZoom' class.
CCTransitionJumpZoom::onEnter ( )This method is from 'CCTransitionJumpZoom' class.
CCTransitionJumpZoom::~CCTransitionJumpZoom [in-charge] ( )This method is from 'CCTransitionJumpZoom' class.
[+] class CCTransitionMoveInB (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionMoveInB::CCTransitionMoveInB [in-charge] ( )This constructor is from 'CCTransitionMoveInB' class.
CCTransitionMoveInB::initScenes ( )This method is from 'CCTransitionMoveInB' class.
CCTransitionMoveInB::~CCTransitionMoveInB [in-charge] ( )This method is from 'CCTransitionMoveInB' class.
[+] class CCTransitionMoveInL (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (18)
CCTransitionMoveInB::CCTransitionMoveInB [in-charge] ( )This constructor is from derived class 'CCTransitionMoveInB'.
CCTransitionMoveInB::initScenes ( )This method is from derived class 'CCTransitionMoveInB'.
CCTransitionMoveInB::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionMoveInB'.
CCTransitionMoveInB::~CCTransitionMoveInB [in-charge] ( )This method is from derived class 'CCTransitionMoveInB'.
CCTransitionMoveInL::action ( )This method is from 'CCTransitionMoveInL' class.
CCTransitionMoveInL::CCTransitionMoveInL [in-charge] ( )This constructor is from 'CCTransitionMoveInL' class.
CCTransitionMoveInL::easeActionWithAction ( CCActionInterval* action )This method is from 'CCTransitionMoveInL' class.
CCTransitionMoveInL::initScenes ( )This method is from 'CCTransitionMoveInL' class.
CCTransitionMoveInL::onEnter ( )This method is from 'CCTransitionMoveInL' class.
CCTransitionMoveInL::~CCTransitionMoveInL [in-charge] ( )This method is from 'CCTransitionMoveInL' class.
CCTransitionMoveInR::CCTransitionMoveInR [in-charge] ( )This constructor is from derived class 'CCTransitionMoveInR'.
CCTransitionMoveInR::initScenes ( )This method is from derived class 'CCTransitionMoveInR'.
CCTransitionMoveInR::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionMoveInR'.
CCTransitionMoveInR::~CCTransitionMoveInR [in-charge] ( )This method is from derived class 'CCTransitionMoveInR'.
CCTransitionMoveInT::CCTransitionMoveInT [in-charge] ( )This constructor is from derived class 'CCTransitionMoveInT'.
CCTransitionMoveInT::initScenes ( )This method is from derived class 'CCTransitionMoveInT'.
CCTransitionMoveInT::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionMoveInT'.
CCTransitionMoveInT::~CCTransitionMoveInT [in-charge] ( )This method is from derived class 'CCTransitionMoveInT'.
[+] class CCTransitionMoveInR (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionMoveInR::CCTransitionMoveInR [in-charge] ( )This constructor is from 'CCTransitionMoveInR' class.
CCTransitionMoveInR::initScenes ( )This method is from 'CCTransitionMoveInR' class.
CCTransitionMoveInR::~CCTransitionMoveInR [in-charge] ( )This method is from 'CCTransitionMoveInR' class.
[+] class CCTransitionMoveInT (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionMoveInT::CCTransitionMoveInT [in-charge] ( )This constructor is from 'CCTransitionMoveInT' class.
CCTransitionMoveInT::initScenes ( )This method is from 'CCTransitionMoveInT' class.
CCTransitionMoveInT::~CCTransitionMoveInT [in-charge] ( )This method is from 'CCTransitionMoveInT' class.
[+] class CCTransitionRotoZoom (1)
| Change |
Effect |
1 | Size of this class has been increased from 268 bytes to 292 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionRotoZoom::CCTransitionRotoZoom [in-charge] ( )This constructor is from 'CCTransitionRotoZoom' class.
CCTransitionRotoZoom::onEnter ( )This method is from 'CCTransitionRotoZoom' class.
CCTransitionRotoZoom::~CCTransitionRotoZoom [in-charge] ( )This method is from 'CCTransitionRotoZoom' class.
[+] class CCTransitionScene (1)
| Change |
Effect |
1 | Size of this class has been increased from 268 bytes to 292 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (82)
CCTransitionCrossFade::CCTransitionCrossFade [in-charge] ( )This constructor is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::draw ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::onEnter ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::onExit ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionCrossFade'.
CCTransitionCrossFade::~CCTransitionCrossFade [in-charge] ( )This method is from derived class 'CCTransitionCrossFade'.
CCTransitionFade::CCTransitionFade [in-charge] ( )This constructor is from derived class 'CCTransitionFade'.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene )This method is from derived class 'CCTransitionFade'.
CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene, ccColor3B const& color )This method is from derived class 'CCTransitionFade'.
CCTransitionFade::onEnter ( )This method is from derived class 'CCTransitionFade'.
CCTransitionFade::onExit ( )This method is from derived class 'CCTransitionFade'.
CCTransitionFade::transitionWithDuration ( ccTime duration, CCScene* scene, ccColor3B const& color ) [static]This method is from derived class 'CCTransitionFade'.
CCTransitionFade::~CCTransitionFade [in-charge] ( )This method is from derived class 'CCTransitionFade'.
CCTransitionFadeTR::actionWithSize ( ccGridSize const& size )This method is from derived class 'CCTransitionFadeTR'.
CCTransitionFadeTR::CCTransitionFadeTR [in-charge] ( )This constructor is from derived class 'CCTransitionFadeTR'.
CCTransitionFadeTR::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionFadeTR'.
CCTransitionFadeTR::onEnter ( )This method is from derived class 'CCTransitionFadeTR'.
CCTransitionFadeTR::sceneOrder ( )This method is from derived class 'CCTransitionFadeTR'.
CCTransitionFadeTR::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionFadeTR'.
CCTransitionFadeTR::~CCTransitionFadeTR [in-charge] ( )This method is from derived class 'CCTransitionFadeTR'.
CCTransitionJumpZoom::CCTransitionJumpZoom [in-charge] ( )This constructor is from derived class 'CCTransitionJumpZoom'.
CCTransitionJumpZoom::onEnter ( )This method is from derived class 'CCTransitionJumpZoom'.
CCTransitionJumpZoom::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionJumpZoom'.
CCTransitionJumpZoom::~CCTransitionJumpZoom [in-charge] ( )This method is from derived class 'CCTransitionJumpZoom'.
CCTransitionMoveInL::action ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::CCTransitionMoveInL [in-charge] ( )This constructor is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::initScenes ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::onEnter ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionMoveInL'.
CCTransitionMoveInL::~CCTransitionMoveInL [in-charge] ( )This method is from derived class 'CCTransitionMoveInL'.
CCTransitionPageTurn::actionWithSize ( ccGridSize const& vector )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::CCTransitionPageTurn [in-charge] ( )This constructor is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::initWithDuration ( ccTime t, CCScene* scene, bool backwards )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::onEnter ( )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::sceneOrder ( )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::transitionWithDuration ( ccTime t, CCScene* scene, bool backwards ) [static]This method is from derived class 'CCTransitionPageTurn'.
CCTransitionPageTurn::~CCTransitionPageTurn [in-charge] ( )This method is from derived class 'CCTransitionPageTurn'.
CCTransitionRotoZoom::CCTransitionRotoZoom [in-charge] ( )This constructor is from derived class 'CCTransitionRotoZoom'.
CCTransitionRotoZoom::onEnter ( )This method is from derived class 'CCTransitionRotoZoom'.
CCTransitionRotoZoom::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionRotoZoom'.
CCTransitionRotoZoom::~CCTransitionRotoZoom [in-charge] ( )This method is from derived class 'CCTransitionRotoZoom'.
CCTransitionScene::CCTransitionScene [in-charge] ( )This constructor is from 'CCTransitionScene' class.
CCTransitionScene::cleanup ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::draw ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::finish ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::hideOutShowIn ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::initWithDuration ( ccTime t, CCScene* scene )This method is from 'CCTransitionScene' class.
CCTransitionScene::onEnter ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::onExit ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::sceneOrder ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::transitionWithDuration ( ccTime t, CCScene* scene ) [static]Return value (pointer) has base type 'CCTransitionScene'.
CCTransitionScene::~CCTransitionScene [in-charge] ( )This method is from 'CCTransitionScene' class.
CCTransitionSceneOriented::CCTransitionSceneOriented [in-charge] ( )This constructor is from derived class 'CCTransitionSceneOriented'.
CCTransitionSceneOriented::initWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation )This method is from derived class 'CCTransitionSceneOriented'.
CCTransitionSceneOriented::transitionWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) [static]This method is from derived class 'CCTransitionSceneOriented'.
CCTransitionSceneOriented::~CCTransitionSceneOriented [in-charge] ( )This method is from derived class 'CCTransitionSceneOriented'.
CCTransitionShrinkGrow::CCTransitionShrinkGrow [in-charge] ( )This constructor is from derived class 'CCTransitionShrinkGrow'.
CCTransitionShrinkGrow::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionShrinkGrow'.
CCTransitionShrinkGrow::onEnter ( )This method is from derived class 'CCTransitionShrinkGrow'.
CCTransitionShrinkGrow::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionShrinkGrow'.
CCTransitionShrinkGrow::~CCTransitionShrinkGrow [in-charge] ( )This method is from derived class 'CCTransitionShrinkGrow'.
CCTransitionSlideInL::action ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::CCTransitionSlideInL [in-charge] ( )This constructor is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::initScenes ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::onEnter ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::sceneOrder ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSlideInL::~CCTransitionSlideInL [in-charge] ( )This method is from derived class 'CCTransitionSlideInL'.
CCTransitionSplitCols::action ( )This method is from derived class 'CCTransitionSplitCols'.
CCTransitionSplitCols::CCTransitionSplitCols [in-charge] ( )This constructor is from derived class 'CCTransitionSplitCols'.
CCTransitionSplitCols::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionSplitCols'.
CCTransitionSplitCols::onEnter ( )This method is from derived class 'CCTransitionSplitCols'.
CCTransitionSplitCols::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionSplitCols'.
CCTransitionSplitCols::~CCTransitionSplitCols [in-charge] ( )This method is from derived class 'CCTransitionSplitCols'.
CCTransitionTurnOffTiles::CCTransitionTurnOffTiles [in-charge] ( )This constructor is from derived class 'CCTransitionTurnOffTiles'.
CCTransitionTurnOffTiles::easeActionWithAction ( CCActionInterval* action )This method is from derived class 'CCTransitionTurnOffTiles'.
CCTransitionTurnOffTiles::onEnter ( )This method is from derived class 'CCTransitionTurnOffTiles'.
CCTransitionTurnOffTiles::sceneOrder ( )This method is from derived class 'CCTransitionTurnOffTiles'.
CCTransitionTurnOffTiles::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionTurnOffTiles'.
CCTransitionTurnOffTiles::~CCTransitionTurnOffTiles [in-charge] ( )This method is from derived class 'CCTransitionTurnOffTiles'.
[+] class CCTransitionSceneOriented (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (28)
CCTransitionFlipAngular::CCTransitionFlipAngular [in-charge] ( )This constructor is from derived class 'CCTransitionFlipAngular'.
CCTransitionFlipAngular::onEnter ( )This method is from derived class 'CCTransitionFlipAngular'.
CCTransitionFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]This method is from derived class 'CCTransitionFlipAngular'.
CCTransitionFlipAngular::~CCTransitionFlipAngular [in-charge] ( )This method is from derived class 'CCTransitionFlipAngular'.
CCTransitionFlipX::CCTransitionFlipX [in-charge] ( )This constructor is from derived class 'CCTransitionFlipX'.
CCTransitionFlipX::onEnter ( )This method is from derived class 'CCTransitionFlipX'.
CCTransitionFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]This method is from derived class 'CCTransitionFlipX'.
CCTransitionFlipX::~CCTransitionFlipX [in-charge] ( )This method is from derived class 'CCTransitionFlipX'.
CCTransitionFlipY::CCTransitionFlipY [in-charge] ( )This constructor is from derived class 'CCTransitionFlipY'.
CCTransitionFlipY::onEnter ( )This method is from derived class 'CCTransitionFlipY'.
CCTransitionFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]This method is from derived class 'CCTransitionFlipY'.
CCTransitionFlipY::~CCTransitionFlipY [in-charge] ( )This method is from derived class 'CCTransitionFlipY'.
CCTransitionSceneOriented::CCTransitionSceneOriented [in-charge] ( )This constructor is from 'CCTransitionSceneOriented' class.
CCTransitionSceneOriented::initWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation )This method is from 'CCTransitionSceneOriented' class.
CCTransitionSceneOriented::transitionWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) [static]Return value (pointer) has base type 'CCTransitionSceneOriented'.
CCTransitionSceneOriented::~CCTransitionSceneOriented [in-charge] ( )This method is from 'CCTransitionSceneOriented' class.
CCTransitionZoomFlipAngular::CCTransitionZoomFlipAngular [in-charge] ( )This constructor is from derived class 'CCTransitionZoomFlipAngular'.
CCTransitionZoomFlipAngular::onEnter ( )This method is from derived class 'CCTransitionZoomFlipAngular'.
CCTransitionZoomFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]This method is from derived class 'CCTransitionZoomFlipAngular'.
CCTransitionZoomFlipAngular::~CCTransitionZoomFlipAngular [in-charge] ( )This method is from derived class 'CCTransitionZoomFlipAngular'.
CCTransitionZoomFlipX::CCTransitionZoomFlipX [in-charge] ( )This constructor is from derived class 'CCTransitionZoomFlipX'.
CCTransitionZoomFlipX::onEnter ( )This method is from derived class 'CCTransitionZoomFlipX'.
CCTransitionZoomFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]This method is from derived class 'CCTransitionZoomFlipX'.
CCTransitionZoomFlipX::~CCTransitionZoomFlipX [in-charge] ( )This method is from derived class 'CCTransitionZoomFlipX'.
CCTransitionZoomFlipY::CCTransitionZoomFlipY [in-charge] ( )This constructor is from derived class 'CCTransitionZoomFlipY'.
CCTransitionZoomFlipY::onEnter ( )This method is from derived class 'CCTransitionZoomFlipY'.
CCTransitionZoomFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]This method is from derived class 'CCTransitionZoomFlipY'.
CCTransitionZoomFlipY::~CCTransitionZoomFlipY [in-charge] ( )This method is from derived class 'CCTransitionZoomFlipY'.
[+] class CCTransitionShrinkGrow (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionShrinkGrow::CCTransitionShrinkGrow [in-charge] ( )This constructor is from 'CCTransitionShrinkGrow' class.
CCTransitionShrinkGrow::easeActionWithAction ( CCActionInterval* action )This method is from 'CCTransitionShrinkGrow' class.
CCTransitionShrinkGrow::onEnter ( )This method is from 'CCTransitionShrinkGrow' class.
CCTransitionShrinkGrow::~CCTransitionShrinkGrow [in-charge] ( )This method is from 'CCTransitionShrinkGrow' class.
[+] class CCTransitionSlideInB (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCTransitionSlideInB::action ( )This method is from 'CCTransitionSlideInB' class.
CCTransitionSlideInB::CCTransitionSlideInB [in-charge] ( )This constructor is from 'CCTransitionSlideInB' class.
CCTransitionSlideInB::initScenes ( )This method is from 'CCTransitionSlideInB' class.
CCTransitionSlideInB::sceneOrder ( )This method is from 'CCTransitionSlideInB' class.
CCTransitionSlideInB::~CCTransitionSlideInB [in-charge] ( )This method is from 'CCTransitionSlideInB' class.
[+] class CCTransitionSlideInL (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (25)
CCTransitionSlideInB::action ( )This method is from derived class 'CCTransitionSlideInB'.
CCTransitionSlideInB::CCTransitionSlideInB [in-charge] ( )This constructor is from derived class 'CCTransitionSlideInB'.
CCTransitionSlideInB::initScenes ( )This method is from derived class 'CCTransitionSlideInB'.
CCTransitionSlideInB::sceneOrder ( )This method is from derived class 'CCTransitionSlideInB'.
CCTransitionSlideInB::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionSlideInB'.
CCTransitionSlideInB::~CCTransitionSlideInB [in-charge] ( )This method is from derived class 'CCTransitionSlideInB'.
CCTransitionSlideInL::action ( )This method is from 'CCTransitionSlideInL' class.
CCTransitionSlideInL::CCTransitionSlideInL [in-charge] ( )This constructor is from 'CCTransitionSlideInL' class.
CCTransitionSlideInL::easeActionWithAction ( CCActionInterval* action )This method is from 'CCTransitionSlideInL' class.
CCTransitionSlideInL::initScenes ( )This method is from 'CCTransitionSlideInL' class.
CCTransitionSlideInL::onEnter ( )This method is from 'CCTransitionSlideInL' class.
CCTransitionSlideInL::sceneOrder ( )This method is from 'CCTransitionSlideInL' class.
CCTransitionSlideInL::~CCTransitionSlideInL [in-charge] ( )This method is from 'CCTransitionSlideInL' class.
CCTransitionSlideInR::action ( )This method is from derived class 'CCTransitionSlideInR'.
CCTransitionSlideInR::CCTransitionSlideInR [in-charge] ( )This constructor is from derived class 'CCTransitionSlideInR'.
CCTransitionSlideInR::initScenes ( )This method is from derived class 'CCTransitionSlideInR'.
CCTransitionSlideInR::sceneOrder ( )This method is from derived class 'CCTransitionSlideInR'.
CCTransitionSlideInR::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionSlideInR'.
CCTransitionSlideInR::~CCTransitionSlideInR [in-charge] ( )This method is from derived class 'CCTransitionSlideInR'.
CCTransitionSlideInT::action ( )This method is from derived class 'CCTransitionSlideInT'.
CCTransitionSlideInT::CCTransitionSlideInT [in-charge] ( )This constructor is from derived class 'CCTransitionSlideInT'.
CCTransitionSlideInT::initScenes ( )This method is from derived class 'CCTransitionSlideInT'.
CCTransitionSlideInT::sceneOrder ( )This method is from derived class 'CCTransitionSlideInT'.
CCTransitionSlideInT::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionSlideInT'.
CCTransitionSlideInT::~CCTransitionSlideInT [in-charge] ( )This method is from derived class 'CCTransitionSlideInT'.
[+] class CCTransitionSlideInR (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCTransitionSlideInR::action ( )This method is from 'CCTransitionSlideInR' class.
CCTransitionSlideInR::CCTransitionSlideInR [in-charge] ( )This constructor is from 'CCTransitionSlideInR' class.
CCTransitionSlideInR::initScenes ( )This method is from 'CCTransitionSlideInR' class.
CCTransitionSlideInR::sceneOrder ( )This method is from 'CCTransitionSlideInR' class.
CCTransitionSlideInR::~CCTransitionSlideInR [in-charge] ( )This method is from 'CCTransitionSlideInR' class.
[+] class CCTransitionSlideInT (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCTransitionSlideInT::action ( )This method is from 'CCTransitionSlideInT' class.
CCTransitionSlideInT::CCTransitionSlideInT [in-charge] ( )This constructor is from 'CCTransitionSlideInT' class.
CCTransitionSlideInT::initScenes ( )This method is from 'CCTransitionSlideInT' class.
CCTransitionSlideInT::sceneOrder ( )This method is from 'CCTransitionSlideInT' class.
CCTransitionSlideInT::~CCTransitionSlideInT [in-charge] ( )This method is from 'CCTransitionSlideInT' class.
[+] class CCTransitionSplitCols (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
CCTransitionSplitCols::action ( )This method is from 'CCTransitionSplitCols' class.
CCTransitionSplitCols::CCTransitionSplitCols [in-charge] ( )This constructor is from 'CCTransitionSplitCols' class.
CCTransitionSplitCols::easeActionWithAction ( CCActionInterval* action )This method is from 'CCTransitionSplitCols' class.
CCTransitionSplitCols::onEnter ( )This method is from 'CCTransitionSplitCols' class.
CCTransitionSplitCols::~CCTransitionSplitCols [in-charge] ( )This method is from 'CCTransitionSplitCols' class.
CCTransitionSplitRows::action ( )This method is from derived class 'CCTransitionSplitRows'.
CCTransitionSplitRows::CCTransitionSplitRows [in-charge] ( )This constructor is from derived class 'CCTransitionSplitRows'.
CCTransitionSplitRows::transitionWithDuration ( ccTime t, CCScene* scene ) [static]This method is from derived class 'CCTransitionSplitRows'.
CCTransitionSplitRows::~CCTransitionSplitRows [in-charge] ( )This method is from derived class 'CCTransitionSplitRows'.
[+] class CCTransitionSplitRows (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
CCTransitionSplitRows::action ( )This method is from 'CCTransitionSplitRows' class.
CCTransitionSplitRows::CCTransitionSplitRows [in-charge] ( )This constructor is from 'CCTransitionSplitRows' class.
CCTransitionSplitRows::~CCTransitionSplitRows [in-charge] ( )This method is from 'CCTransitionSplitRows' class.
[+] class CCTransitionTurnOffTiles (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
CCTransitionTurnOffTiles::CCTransitionTurnOffTiles [in-charge] ( )This constructor is from 'CCTransitionTurnOffTiles' class.
CCTransitionTurnOffTiles::easeActionWithAction ( CCActionInterval* action )This method is from 'CCTransitionTurnOffTiles' class.
CCTransitionTurnOffTiles::onEnter ( )This method is from 'CCTransitionTurnOffTiles' class.
CCTransitionTurnOffTiles::sceneOrder ( )This method is from 'CCTransitionTurnOffTiles' class.
CCTransitionTurnOffTiles::~CCTransitionTurnOffTiles [in-charge] ( )This method is from 'CCTransitionTurnOffTiles' class.
[+] class CCTransitionZoomFlipAngular (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionZoomFlipAngular::CCTransitionZoomFlipAngular [in-charge] ( )This constructor is from 'CCTransitionZoomFlipAngular' class.
CCTransitionZoomFlipAngular::onEnter ( )This method is from 'CCTransitionZoomFlipAngular' class.
CCTransitionZoomFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]Return value (pointer) has base type 'CCTransitionZoomFlipAngular'.
CCTransitionZoomFlipAngular::~CCTransitionZoomFlipAngular [in-charge] ( )This method is from 'CCTransitionZoomFlipAngular' class.
[+] class CCTransitionZoomFlipX (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionZoomFlipX::CCTransitionZoomFlipX [in-charge] ( )This constructor is from 'CCTransitionZoomFlipX' class.
CCTransitionZoomFlipX::onEnter ( )This method is from 'CCTransitionZoomFlipX' class.
CCTransitionZoomFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]Return value (pointer) has base type 'CCTransitionZoomFlipX'.
CCTransitionZoomFlipX::~CCTransitionZoomFlipX [in-charge] ( )This method is from 'CCTransitionZoomFlipX' class.
[+] class CCTransitionZoomFlipY (1)
| Change |
Effect |
1 | Size of this class has been increased from 272 bytes to 296 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
CCTransitionZoomFlipY::CCTransitionZoomFlipY [in-charge] ( )This constructor is from 'CCTransitionZoomFlipY' class.
CCTransitionZoomFlipY::onEnter ( )This method is from 'CCTransitionZoomFlipY' class.
CCTransitionZoomFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static]Return value (pointer) has base type 'CCTransitionZoomFlipY'.
CCTransitionZoomFlipY::~CCTransitionZoomFlipY [in-charge] ( )This method is from 'CCTransitionZoomFlipY' class.
CCTransitionPageTurn.h
namespace cocos2d
[+] class CCTransitionPageTurn (1)
| Change |
Effect |
1 | Size of this class has been increased from 268 bytes to 292 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (7)
CCTransitionPageTurn::actionWithSize ( ccGridSize const& vector )This method is from 'CCTransitionPageTurn' class.
CCTransitionPageTurn::CCTransitionPageTurn [in-charge] ( )This constructor is from 'CCTransitionPageTurn' class.
CCTransitionPageTurn::initWithDuration ( ccTime t, CCScene* scene, bool backwards )This method is from 'CCTransitionPageTurn' class.
CCTransitionPageTurn::onEnter ( )This method is from 'CCTransitionPageTurn' class.
CCTransitionPageTurn::sceneOrder ( )This method is from 'CCTransitionPageTurn' class.
CCTransitionPageTurn::transitionWithDuration ( ccTime t, CCScene* scene, bool backwards ) [static]Return value (pointer) has base type 'CCTransitionPageTurn'.
CCTransitionPageTurn::~CCTransitionPageTurn [in-charge] ( )This method is from 'CCTransitionPageTurn' class.
to the top
Problems with Symbols, High Severity (44)
CCAplication_linux.h,
libcocos2d.so
namespace cocos2d
[+] CCApplication::getCurrentLanguage ( ) [static] (1)
[symbol: _ZN7cocos2d13CCApplication18getCurrentLanguageEv]
| Change | Effect |
---|
1 | Method became non-static. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] CCApplication::sharedApplication ( ) [static] (1)
[symbol: _ZN7cocos2d13CCApplication17sharedApplicationEv]
| Change | Effect |
---|
1 | Type of return value has been changed from CCApplication& (8 bytes) to CCApplication* (4 bytes). | 1) The return value became passed in register instead of the hidden first argument (address of the space on the stack provided by the caller) and therefore the layout of parameter's stack has been shifted by 4 bytes. All the parameters will be incorrectly initialized by applications. 2) Applications will read the wrong memory block instead of the return value. |
CCArray.h,
libcocos2d.so
namespace cocos2d
[+] CCArray::removeLastObject ( ) (1)
changed to:CCArray::removeLastObject ( bool bReleaseObj )
[symbol: _ZN7cocos2d7CCArray16removeLastObjectEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d7CCArray16removeLastObjectEv to _ZN7cocos2d7CCArray16removeLastObjectEb. This may cause "undefined reference" linker error in old client applications. |
[+] CCArray::removeObject ( CCObject* object ) (1)
changed to:CCArray::removeObject ( CCObject* object, bool bReleaseObj )
[symbol: _ZN7cocos2d7CCArray12removeObjectEPNS_8CCObjectE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d7CCArray12removeObjectEPNS_8CCObjectE to _ZN7cocos2d7CCArray12removeObjectEPNS_8CCObjectEb. This may cause "undefined reference" linker error in old client applications. |
[+] CCArray::removeObjectAtIndex ( unsigned int index ) (1)
changed to:CCArray::removeObjectAtIndex ( unsigned int index, bool bReleaseObj )
[symbol: _ZN7cocos2d7CCArray19removeObjectAtIndexEj]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d7CCArray19removeObjectAtIndexEj to _ZN7cocos2d7CCArray19removeObjectAtIndexEjb. This may cause "undefined reference" linker error in old client applications. |
CCDrawingPrimitives.h,
libcocos2d.so
namespace cocos2d
[+] ccDrawCircle ( CCPoint const& center, float radius, float angle, int segments, bool drawLineToCenter ) (1)
changed to:ccDrawCircle ( CCPoint const& center, float radius, float angle, unsigned int segments, bool drawLineToCenter )
[symbol: _ZN7cocos2d12ccDrawCircleERKNS_7CCPointEffib]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12ccDrawCircleERKNS_7CCPointEffib to _ZN7cocos2d12ccDrawCircleERKNS_7CCPointEffjb. This may cause "undefined reference" linker error in old client applications. |
[+] ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, int segments ) (1)
changed to:ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, unsigned int segments )
[symbol: _ZN7cocos2d17ccDrawCubicBezierERKNS_7CCPointES2_S2_S2_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d17ccDrawCubicBezierERKNS_7CCPointES2_S2_S2_i to _ZN7cocos2d17ccDrawCubicBezierERKNS_7CCPointES2_S2_S2_j. This may cause "undefined reference" linker error in old client applications. |
[+] ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon ) (1)
changed to:ccDrawPoly ( CCPoint const* vertices, unsigned int numOfVertices, bool closePolygon )
[symbol: _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEib]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEib to _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEjb. This may cause "undefined reference" linker error in old client applications. |
[+] ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon, bool fill ) (1)
changed to:ccDrawPoly ( CCPoint const* vertices, unsigned int numOfVertices, bool closePolygon )
[symbol: _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEibb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEibb to _ZN7cocos2d10ccDrawPolyEPKNS_7CCPointEjb. This may cause "undefined reference" linker error in old client applications. |
[+] ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, int segments ) (1)
changed to:ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, unsigned int segments )
[symbol: _ZN7cocos2d16ccDrawQuadBezierERKNS_7CCPointES2_S2_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d16ccDrawQuadBezierERKNS_7CCPointES2_S2_i to _ZN7cocos2d16ccDrawQuadBezierERKNS_7CCPointES2_S2_j. This may cause "undefined reference" linker error in old client applications. |
CCEGLView_linux.h,
libcocos2d.so
namespace cocos2d
[+] CCEGLView::sharedOpenGLView ( ) [static] (1)
[symbol: _ZN7cocos2d9CCEGLView16sharedOpenGLViewEv]
| Change | Effect |
---|
1 | Type of return value has been changed from CCEGLView& (72 bytes) to CCEGLView* (4 bytes). | 1) The return value became passed in register instead of the hidden first argument (address of the space on the stack provided by the caller) and therefore the layout of parameter's stack has been shifted by 4 bytes. All the parameters will be incorrectly initialized by applications. 2) Applications will read the wrong memory block instead of the return value. |
CCFileUtils.h,
libcocos2d.so
namespace cocos2d
[+] CCFileUtils::fullPathFromRelativeFile ( char const* pszFilename, char const* pszRelativeFile ) [static] (1)
[symbol: _ZN7cocos2d11CCFileUtils24fullPathFromRelativeFileEPKcS2_]
| Change | Effect |
---|
1 | Method became non-static. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] CCFileUtils::fullPathFromRelativePath ( char const* pszRelativePath ) [static] (1)
[symbol: _ZN7cocos2d11CCFileUtils24fullPathFromRelativePathEPKc]
| Change | Effect |
---|
1 | Method became non-static. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] CCFileUtils::getFileData ( char const* pszFileName, char const* pszMode, unsigned long* pSize ) [static] (1)
[symbol: _ZN7cocos2d11CCFileUtils11getFileDataEPKcS2_Pm]
| Change | Effect |
---|
1 | Method became non-static. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] CCFileUtils::getFileDataFromZip ( char const* pszZipFilePath, char const* pszFileName, unsigned long* pSize ) [static] (1)
[symbol: _ZN7cocos2d11CCFileUtils18getFileDataFromZipEPKcS2_Pm]
| Change | Effect |
---|
1 | Method became non-static. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] CCFileUtils::getWriteablePath ( ) [static] (1)
[symbol: _ZN7cocos2d11CCFileUtils16getWriteablePathEv]
| Change | Effect |
---|
1 | Method became non-static. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
CCLabelAtlas.h,
libcocos2d.so
namespace cocos2d
[+] CCLabelAtlas::initWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) (1)
changed to:CCLabelAtlas::initWithString ( char const* string, char const* fntFile )
[symbol: _ZN7cocos2d12CCLabelAtlas14initWithStringEPKcS2_jjh]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCLabelAtlas14initWithStringEPKcS2_jjh to _ZN7cocos2d12CCLabelAtlas14initWithStringEPKcS2_. This may cause "undefined reference" linker error in old client applications. |
[+] CCLabelAtlas::labelWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) [static] (1)
changed to:CCLabelAtlas::labelWithString ( char const* string, char const* fntFile ) [static]
[symbol: _ZN7cocos2d12CCLabelAtlas15labelWithStringEPKcS2_jjh]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCLabelAtlas15labelWithStringEPKcS2_jjh to _ZN7cocos2d12CCLabelAtlas15labelWithStringEPKcS2_. This may cause "undefined reference" linker error in old client applications. |
CCLabelBMFont.h,
libcocos2d.so
namespace cocos2d
[+] CCLabelBMFont::initWithString ( char const* str, char const* fntFile ) (1)
changed to:CCLabelBMFont::initWithString ( char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset )
[symbol: _ZN7cocos2d13CCLabelBMFont14initWithStringEPKcS2_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d13CCLabelBMFont14initWithStringEPKcS2_ to _ZN7cocos2d13CCLabelBMFont14initWithStringEPKcS2_fNS_15CCTextAlignmentENS_7CCPointE. This may cause "undefined reference" linker error in old client applications. |
[+] CCLabelBMFont::labelWithString ( char const* str, char const* fntFile ) [static] (1)
changed to:CCLabelBMFont::labelWithString ( char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset ) [static]
[symbol: _ZN7cocos2d13CCLabelBMFont15labelWithStringEPKcS2_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d13CCLabelBMFont15labelWithStringEPKcS2_ to _ZN7cocos2d13CCLabelBMFont15labelWithStringEPKcS2_fNS_15CCTextAlignmentENS_7CCPointE. This may cause "undefined reference" linker error in old client applications. |
CCLabelTTF.h,
libcocos2d.so
namespace cocos2d
[+] CCLabelTTF::initWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) (1)
changed to:CCLabelTTF::initWithString ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment )
[symbol: _ZN7cocos2d10CCLabelTTF14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d10CCLabelTTF14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f to _ZN7cocos2d10CCLabelTTF14initWithStringEPKcS2_fRKNS_6CCSizeENS_15CCTextAlignmentE. This may cause "undefined reference" linker error in old client applications. |
CCMenuItem.h,
libcocos2d.so
namespace cocos2d
[+] CCMenuItemToggle::setSubItems ( CCMutableArray<CCMenuItem*>* var ) (1)
changed to:CCMenuItemToggle::setSubItems ( CCArray* var )
[symbol: _ZN7cocos2d16CCMenuItemToggle11setSubItemsEPNS_14CCMutableArrayIPNS_10CCMenuItemEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d16CCMenuItemToggle11setSubItemsEPNS_14CCMutableArrayIPNS_10CCMenuItemEEE to _ZN7cocos2d16CCMenuItemToggle11setSubItemsEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
CCMotionStreak.h,
libcocos2d.so
namespace cocos2d
[+] CCMotionStreak::initWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) (1)
changed to:CCMotionStreak::initWithFade ( float fade, float minSeg, float stroke, ccColor3B color, char const* path )
[symbol: _ZN7cocos2d14CCMotionStreak12initWithFadeEffPKcffRKNS_10_ccColor4BE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d14CCMotionStreak12initWithFadeEffPKcffRKNS_10_ccColor4BE to _ZN7cocos2d14CCMotionStreak12initWithFadeEfffNS_10_ccColor3BEPKc. This may cause "undefined reference" linker error in old client applications. |
[+] CCMotionStreak::streakWithFade ( float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) [static] (1)
changed to:CCMotionStreak::streakWithFade ( float fade, float minSeg, float stroke, ccColor3B color, char const* path ) [static]
[symbol: _ZN7cocos2d14CCMotionStreak14streakWithFadeEffPKcffRKNS_10_ccColor4BE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d14CCMotionStreak14streakWithFadeEffPKcffRKNS_10_ccColor4BE to _ZN7cocos2d14CCMotionStreak14streakWithFadeEfffNS_10_ccColor3BEPKc. This may cause "undefined reference" linker error in old client applications. |
CCParticleSystem.h,
libcocos2d.so
namespace cocos2d
[+] CCParticleSystem::initWithDictionary ( CCMutableDictionary<std::string, CCObject*>* dictionary ) (1)
changed to:CCParticleSystem::initWithDictionary ( CCDictionary* dictionary )
[symbol: _ZN7cocos2d16CCParticleSystem18initWithDictionaryEPNS_19CCMutableDictionaryISsPNS_8CCObjectEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d16CCParticleSystem18initWithDictionaryEPNS_19CCMutableDictionaryISsPNS_8CCObjectEEE to _ZN7cocos2d16CCParticleSystem18initWithDictionaryEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
CCRenderTexture.h,
libcocos2d.so
namespace cocos2d
[+] CCRenderTexture::end ( bool bIsTOCacheTexture ) (1)
changed to:CCRenderTexture::end ( )
[symbol: _ZN7cocos2d15CCRenderTexture3endEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d15CCRenderTexture3endEb to _ZN7cocos2d15CCRenderTexture3endEv. This may cause "undefined reference" linker error in old client applications. |
CCScheduler.h,
libcocos2d.so
namespace cocos2d
[+] CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) (1)
changed to:CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(float) pfnSelector, float fSeconds, unsigned int nRepeat, float fDelay )
[symbol: _ZN7cocos2d7CCTimer14initWithTargetEPNS_8CCObjectEMS1_FvfEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d7CCTimer14initWithTargetEPNS_8CCObjectEMS1_FvfEf to _ZN7cocos2d7CCTimer14initWithTargetEPNS_8CCObjectEMS1_FvfEfjf. This may cause "undefined reference" linker error in old client applications. |
CCSpriteFrameCache.h,
libcocos2d.so
namespace cocos2d
[+] CCSpriteFrameCache::addSpriteFramesWithDictionary ( CCMutableDictionary<std::string, CCObject*>* pobDictionary, CCTexture2D* pobTexture ) (1)
changed to:CCSpriteFrameCache::addSpriteFramesWithDictionary ( CCDictionary* pobDictionary, CCTexture2D* pobTexture )
[symbol: _ZN7cocos2d18CCSpriteFrameCache29addSpriteFramesWithDictionaryEPNS_19CCMutableDictionaryISsPNS_8CCObjectEEEPNS_11CCTexture2DE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d18CCSpriteFrameCache29addSpriteFramesWithDictionaryEPNS_19CCMutableDictionaryISsPNS_8CCObjectEEEPNS_11CCTexture2DE to _ZN7cocos2d18CCSpriteFrameCache29addSpriteFramesWithDictionaryEPNS_12CCDictionaryEPNS_11CCTexture2DE. This may cause "undefined reference" linker error in old client applications. |
[+] CCSpriteFrameCache::removeSpriteFramesFromDictionary ( CCMutableDictionary<std::string, CCSpriteFrame*>* dictionary ) (1)
changed to:CCSpriteFrameCache::removeSpriteFramesFromDictionary ( CCDictionary* dictionary )
[symbol: _ZN7cocos2d18CCSpriteFrameCache32removeSpriteFramesFromDictionaryEPNS_19CCMutableDictionaryISsPNS_13CCSpriteFrameEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d18CCSpriteFrameCache32removeSpriteFramesFromDictionaryEPNS_19CCMutableDictionaryISsPNS_13CCSpriteFrameEEE to _ZN7cocos2d18CCSpriteFrameCache32removeSpriteFramesFromDictionaryEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
CCTexture2D.h,
libcocos2d.so
namespace cocos2d
[+] CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) (1)
changed to:CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment, char const* fontName, float fontSize )
[symbol: _ZN7cocos2d11CCTexture2D14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d11CCTexture2D14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f to _ZN7cocos2d11CCTexture2D14initWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentENS_23CCVerticalTextAlignmentES2_f. This may cause "undefined reference" linker error in old client applications. |
CCTMXLayer.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXLayer::setProperties ( CCStringToStringDictionary* var ) (1)
changed to:CCTMXLayer::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d10CCTMXLayer13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d10CCTMXLayer13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE to _ZN7cocos2d10CCTMXLayer13setPropertiesEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
CCTMXObjectGroup.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXObjectGroup::setObjects ( CCMutableArray<CCStringToStringDictionary*>* var ) (1)
changed to:CCTMXObjectGroup::setObjects ( CCArray* var )
[symbol: _ZN7cocos2d16CCTMXObjectGroup10setObjectsEPNS_14CCMutableArrayIPNS_19CCMutableDictionaryISsPNS_8CCStringEEEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d16CCTMXObjectGroup10setObjectsEPNS_14CCMutableArrayIPNS_19CCMutableDictionaryISsPNS_8CCStringEEEEE to _ZN7cocos2d16CCTMXObjectGroup10setObjectsEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXObjectGroup::setProperties ( CCStringToStringDictionary* var ) (1)
changed to:CCTMXObjectGroup::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d16CCTMXObjectGroup13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d16CCTMXObjectGroup13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE to _ZN7cocos2d16CCTMXObjectGroup13setPropertiesEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
CCTMXTiledMap.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXTiledMap::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var ) (1)
changed to:CCTMXTiledMap::setObjectGroups ( CCArray* var )
[symbol: _ZN7cocos2d13CCTMXTiledMap15setObjectGroupsEPNS_14CCMutableArrayIPNS_16CCTMXObjectGroupEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d13CCTMXTiledMap15setObjectGroupsEPNS_14CCMutableArrayIPNS_16CCTMXObjectGroupEEE to _ZN7cocos2d13CCTMXTiledMap15setObjectGroupsEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXTiledMap::setProperties ( CCStringToStringDictionary* var ) (1)
changed to:CCTMXTiledMap::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d13CCTMXTiledMap13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d13CCTMXTiledMap13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE to _ZN7cocos2d13CCTMXTiledMap13setPropertiesEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
CCTMXXMLParser.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXLayerInfo::setProperties ( CCStringToStringDictionary* var ) (1)
changed to:CCTMXLayerInfo::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d14CCTMXLayerInfo13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d14CCTMXLayerInfo13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE to _ZN7cocos2d14CCTMXLayerInfo13setPropertiesEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXMapInfo::setLayers ( CCMutableArray<CCTMXLayerInfo*>* var ) (1)
changed to:CCTMXMapInfo::setLayers ( CCArray* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo9setLayersEPNS_14CCMutableArrayIPNS_14CCTMXLayerInfoEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCTMXMapInfo9setLayersEPNS_14CCMutableArrayIPNS_14CCTMXLayerInfoEEE to _ZN7cocos2d12CCTMXMapInfo9setLayersEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXMapInfo::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var ) (1)
changed to:CCTMXMapInfo::setObjectGroups ( CCArray* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo15setObjectGroupsEPNS_14CCMutableArrayIPNS_16CCTMXObjectGroupEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCTMXMapInfo15setObjectGroupsEPNS_14CCMutableArrayIPNS_16CCTMXObjectGroupEEE to _ZN7cocos2d12CCTMXMapInfo15setObjectGroupsEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXMapInfo::setProperties ( CCStringToStringDictionary* var ) (1)
changed to:CCTMXMapInfo::setProperties ( CCDictionary* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCTMXMapInfo13setPropertiesEPNS_19CCMutableDictionaryISsPNS_8CCStringEEE to _ZN7cocos2d12CCTMXMapInfo13setPropertiesEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXMapInfo::setTileProperties ( CCMutableDictionary<int, CCStringToStringDictionary*>* tileProperties ) (1)
changed to:CCTMXMapInfo::setTileProperties ( CCDictionary* tileProperties )
[symbol: _ZN7cocos2d12CCTMXMapInfo17setTilePropertiesEPNS_19CCMutableDictionaryIiPNS1_ISsPNS_8CCStringEEEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCTMXMapInfo17setTilePropertiesEPNS_19CCMutableDictionaryIiPNS1_ISsPNS_8CCStringEEEEE to _ZN7cocos2d12CCTMXMapInfo17setTilePropertiesEPNS_12CCDictionaryE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTMXMapInfo::setTilesets ( CCMutableArray<CCTMXTilesetInfo*>* var ) (1)
changed to:CCTMXMapInfo::setTilesets ( CCArray* var )
[symbol: _ZN7cocos2d12CCTMXMapInfo11setTilesetsEPNS_14CCMutableArrayIPNS_16CCTMXTilesetInfoEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d12CCTMXMapInfo11setTilesetsEPNS_14CCMutableArrayIPNS_16CCTMXTilesetInfoEEE to _ZN7cocos2d12CCTMXMapInfo11setTilesetsEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
CCTouchDispatcher.h,
libcocos2d.so
namespace cocos2d
[+] CCTouchDispatcher::findHandler ( CCMutableArray<CCTouchHandler*>* pArray, CCTouchDelegate* pDelegate ) (1)
changed to:CCTouchDispatcher::findHandler ( CCArray* pArray, CCTouchDelegate* pDelegate )
[symbol: _ZN7cocos2d17CCTouchDispatcher11findHandlerEPNS_14CCMutableArrayIPNS_14CCTouchHandlerEEEPNS_15CCTouchDelegateE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d17CCTouchDispatcher11findHandlerEPNS_14CCMutableArrayIPNS_14CCTouchHandlerEEEPNS_15CCTouchDelegateE to _ZN7cocos2d17CCTouchDispatcher11findHandlerEPNS_7CCArrayEPNS_15CCTouchDelegateE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCMutableArray<CCTouchHandler*>* pArray ) (1)
changed to:CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCArray* pArray )
[symbol: _ZN7cocos2d17CCTouchDispatcher15forceAddHandlerEPNS_14CCTouchHandlerEPNS_14CCMutableArrayIS2_EE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d17CCTouchDispatcher15forceAddHandlerEPNS_14CCTouchHandlerEPNS_14CCMutableArrayIS2_EE to _ZN7cocos2d17CCTouchDispatcher15forceAddHandlerEPNS_14CCTouchHandlerEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
[+] CCTouchDispatcher::rearrangeHandlers ( CCMutableArray<CCTouchHandler*>* pArray ) (1)
changed to:CCTouchDispatcher::rearrangeHandlers ( CCArray* pArray )
[symbol: _ZN7cocos2d17CCTouchDispatcher17rearrangeHandlersEPNS_14CCMutableArrayIPNS_14CCTouchHandlerEEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7cocos2d17CCTouchDispatcher17rearrangeHandlersEPNS_14CCMutableArrayIPNS_14CCTouchHandlerEEE to _ZN7cocos2d17CCTouchDispatcher17rearrangeHandlersEPNS_7CCArrayE. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (197)
CCAction.h
namespace cocos2d
[+] class CCFollow (2)
| Change |
Effect |
1 | Size of field m_obFullScreenSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_obHalfScreenSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (7)
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Return value (pointer) has base type 'CCFollow'.
CCFollow::copyWithZone ( CCZone* pZone )This method is from 'CCFollow' class.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )This method is from 'CCFollow' class.
CCFollow::isDone ( )This method is from 'CCFollow' class.
CCFollow::step ( ccTime dt )This method is from 'CCFollow' class.
CCFollow::stop ( )This method is from 'CCFollow' class.
CCFollow::~CCFollow [in-charge] ( )This method is from 'CCFollow' class.
CCActionGrid3D.h
namespace cocos2d
[+] class CCLens3D (1)
| Change |
Effect |
1 | Size of field m_position has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (6)
CCLens3D::actionWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) [static]Return value (pointer) has base type 'CCLens3D'.
CCLens3D::copyWithZone ( CCZone* pZone )This method is from 'CCLens3D' class.
CCLens3D::initWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration )This method is from 'CCLens3D' class.
CCLens3D::setPosition ( CCPoint const& position )This method is from 'CCLens3D' class.
CCLens3D::update ( ccTime time )This method is from 'CCLens3D' class.
CCLens3D::~CCLens3D [in-charge] ( )This method is from 'CCLens3D' class.
[+] class CCRipple3D (2)
| Change |
Effect |
1 | Size of field m_position has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Field m_positionInPixels has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (6)
CCRipple3D::actionWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static]Return value (pointer) has base type 'CCRipple3D'.
CCRipple3D::copyWithZone ( CCZone* pZone )This method is from 'CCRipple3D' class.
CCRipple3D::initWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration )This method is from 'CCRipple3D' class.
CCRipple3D::setPosition ( CCPoint const& position )This method is from 'CCRipple3D' class.
CCRipple3D::update ( ccTime time )This method is from 'CCRipple3D' class.
CCRipple3D::~CCRipple3D [in-charge] ( )This method is from 'CCRipple3D' class.
[+] class CCTwirl (2)
| Change |
Effect |
1 | Size of field m_position has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Field m_positionInPixels has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (6)
CCTwirl::actionWithPosition ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) [static]Return value (pointer) has base type 'CCTwirl'.
CCTwirl::copyWithZone ( CCZone* pZone )This method is from 'CCTwirl' class.
CCTwirl::initWithPosition ( CCPoint const& pos, int t, float amp, ccGridSize const& gridSize, ccTime duration )This method is from 'CCTwirl' class.
CCTwirl::setPosition ( CCPoint const& position )This method is from 'CCTwirl' class.
CCTwirl::update ( ccTime time )This method is from 'CCTwirl' class.
CCTwirl::~CCTwirl [in-charge] ( )This method is from 'CCTwirl' class.
CCActionInstant.h
namespace cocos2d
[+] class CCCallFunc (1)
| Change |
Effect |
1 | Field m_nScriptHandler has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (5)
CCCallFunc::actionWithTarget ( CCObject* pSelectorTarget, SEL_CallFunc selector ) [static]Return value (pointer) has base type 'CCCallFunc'.
CCCallFunc::copyWithZone ( CCZone* pZone )This method is from 'CCCallFunc' class.
CCCallFunc::execute ( )This method is from 'CCCallFunc' class.
CCCallFunc::initWithTarget ( CCObject* pSelectorTarget )This method is from 'CCCallFunc' class.
CCCallFunc::~CCCallFunc [in-charge] ( )This method is from 'CCCallFunc' class.
[+] class CCPlace (1)
| Change |
Effect |
1 | Size of field m_tPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (4)
CCPlace::actionWithPosition ( CCPoint const& pos ) [static]Return value (pointer) has base type 'CCPlace'.
CCPlace::copyWithZone ( CCZone* pZone )This method is from 'CCPlace' class.
CCPlace::initWithPosition ( CCPoint const& pos )This method is from 'CCPlace' class.
CCPlace::~CCPlace [in-charge] ( )This method is from 'CCPlace' class.
CCActionInterval.h
namespace cocos2d
[+] class _ccBezierConfig (3)
| Change |
Effect |
1 | Size of field controlPoint_1 has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field endPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field controlPoint_2 has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (8)
CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]2nd parameter 'c' (reference) has base type '_ccBezierConfig'.
CCBezierBy::copyWithZone ( CCZone* pZone )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c )2nd parameter 'c' (reference) has base type '_ccBezierConfig'.
CCBezierBy::reverse ( )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::update ( ccTime time )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::~CCBezierBy [in-charge] ( )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]2nd parameter 'c' (reference) has base type '_ccBezierConfig'.
[+] class CCAnimate (5)
| Change |
Effect |
1 | Field m_nNextFrame has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_pSplitTimes has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_bRestoreOriginalFrame has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Virtual method CCAnimate::getAnimation ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
5 | Virtual method CCAnimate::setAnimation ( CCAnimation* ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 12 entries | Virtual Table (New) - 14 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCAnimate::copyWithZone |
CCAnimate::copyWithZone |
12 |
~CCAnimate |
~CCAnimate |
16 |
~CCAnimate |
~CCAnimate |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCAnimate::update |
CCAnimate::update |
28 |
CCActionInterval::isDone |
CCActionInterval::isDone |
32 |
CCAnimate::startWithTarget |
CCAnimate::startWithTarget |
36 |
CCAnimate::stop |
CCAnimate::stop |
40 |
CCActionInterval::step |
CCActionInterval::step |
44 |
CCAnimate::reverse |
CCAnimate::reverse |
48 |
|
CCAnimate::getAnimation |
52 |
|
CCAnimate::setAnimation |
[+] affected symbols (8)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]This method is from 'CCAnimate' class.
CCAnimate::copyWithZone ( CCZone* pZone )This method is from 'CCAnimate' class.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )This method is from 'CCAnimate' class.
CCAnimate::reverse ( )This method is from 'CCAnimate' class.
CCAnimate::startWithTarget ( CCNode* pTarget )This method is from 'CCAnimate' class.
CCAnimate::stop ( )This method is from 'CCAnimate' class.
CCAnimate::update ( ccTime time )This method is from 'CCAnimate' class.
CCAnimate::~CCAnimate [in-charge] ( )This method is from 'CCAnimate' class.
[+] class CCBezierBy (2)
| Change |
Effect |
1 | Size of field m_sConfig has been changed from 24 bytes to 84 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_startPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (7)
CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]Return value (pointer) has base type 'CCBezierBy'.
CCBezierBy::copyWithZone ( CCZone* pZone )This method is from 'CCBezierBy' class.
CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c )This method is from 'CCBezierBy' class.
CCBezierBy::reverse ( )This method is from 'CCBezierBy' class.
CCBezierBy::startWithTarget ( CCNode* pTarget )This method is from 'CCBezierBy' class.
CCBezierBy::update ( ccTime time )This method is from 'CCBezierBy' class.
CCBezierBy::~CCBezierBy [in-charge] ( )This method is from 'CCBezierBy' class.
[+] class CCJumpBy (2)
| Change |
Effect |
1 | Size of field m_delta has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_startPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (7)
CCJumpBy::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) [static]Return value (pointer) has base type 'CCJumpBy'.
CCJumpBy::copyWithZone ( CCZone* pZone )This method is from 'CCJumpBy' class.
CCJumpBy::initWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps )This method is from 'CCJumpBy' class.
CCJumpBy::reverse ( )This method is from 'CCJumpBy' class.
CCJumpBy::startWithTarget ( CCNode* pTarget )This method is from 'CCJumpBy' class.
CCJumpBy::update ( ccTime time )This method is from 'CCJumpBy' class.
CCJumpBy::~CCJumpBy [in-charge] ( )This method is from 'CCJumpBy' class.
[+] class CCMoveTo (3)
| Change |
Effect |
1 | Size of field m_endPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_startPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field m_delta has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (6)
CCMoveTo::actionWithDuration ( ccTime duration, CCPoint const& position ) [static]Return value (pointer) has base type 'CCMoveTo'.
CCMoveTo::copyWithZone ( CCZone* pZone )This method is from 'CCMoveTo' class.
CCMoveTo::initWithDuration ( ccTime duration, CCPoint const& position )This method is from 'CCMoveTo' class.
CCMoveTo::startWithTarget ( CCNode* pTarget )This method is from 'CCMoveTo' class.
CCMoveTo::update ( ccTime time )This method is from 'CCMoveTo' class.
CCMoveTo::~CCMoveTo [in-charge] ( )This method is from 'CCMoveTo' class.
[+] class CCRepeat (2)
| Change |
Effect |
1 | Field m_bActionInstant has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_fNextDt has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (9)
CCRepeat::actionWithAction ( CCFiniteTimeAction* pAction, unsigned int times ) [static]Return value (pointer) has base type 'CCRepeat'.
CCRepeat::copyWithZone ( CCZone* pZone )This method is from 'CCRepeat' class.
CCRepeat::initWithAction ( CCFiniteTimeAction* pAction, unsigned int times )This method is from 'CCRepeat' class.
CCRepeat::isDone ( )This method is from 'CCRepeat' class.
CCRepeat::reverse ( )This method is from 'CCRepeat' class.
CCRepeat::startWithTarget ( CCNode* pTarget )This method is from 'CCRepeat' class.
CCRepeat::stop ( )This method is from 'CCRepeat' class.
CCRepeat::update ( ccTime time )This method is from 'CCRepeat' class.
CCRepeat::~CCRepeat [in-charge] ( )This method is from 'CCRepeat' class.
CCActionTiledGrid.h
namespace cocos2d
[+] class CCSplitCols (1)
| Change |
Effect |
1 | Size of field m_winSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (6)
CCSplitCols::actionWithCols ( int nCols, ccTime duration ) [static]Return value (pointer) has base type 'CCSplitCols'.
CCSplitCols::copyWithZone ( CCZone* pZone )This method is from 'CCSplitCols' class.
CCSplitCols::initWithCols ( int nCols, ccTime duration )This method is from 'CCSplitCols' class.
CCSplitCols::startWithTarget ( CCNode* pTarget )This method is from 'CCSplitCols' class.
CCSplitCols::update ( ccTime time )This method is from 'CCSplitCols' class.
CCSplitCols::~CCSplitCols [in-charge] ( )This method is from 'CCSplitCols' class.
[+] class CCSplitRows (1)
| Change |
Effect |
1 | Size of field m_winSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (6)
CCSplitRows::actionWithRows ( int nRows, ccTime duration ) [static]Return value (pointer) has base type 'CCSplitRows'.
CCSplitRows::copyWithZone ( CCZone* pZone )This method is from 'CCSplitRows' class.
CCSplitRows::initWithRows ( int nRows, ccTime duration )This method is from 'CCSplitRows' class.
CCSplitRows::startWithTarget ( CCNode* pTarget )This method is from 'CCSplitRows' class.
CCSplitRows::update ( ccTime time )This method is from 'CCSplitRows' class.
CCSplitRows::~CCSplitRows [in-charge] ( )This method is from 'CCSplitRows' class.
CCAnimation.h
namespace cocos2d
[+] class CCAnimation (10)
| Change |
Effect |
1 | Virtual method CCAnimation::getDelayPerUnit ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
2 | Virtual method CCAnimation::getDuration ( ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
3 | Virtual method CCAnimation::getFrames ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
4 | Virtual method CCAnimation::getLoops ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
5 | Virtual method CCAnimation::getRestoreOriginalFrame ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
6 | Virtual method CCAnimation::getTotalDelayUnits ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
7 | Virtual method CCAnimation::setDelayPerUnit ( float ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
8 | Virtual method CCAnimation::setFrames ( CCArray* ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
9 | Virtual method CCAnimation::setLoops ( unsigned int ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
10 | Virtual method CCAnimation::setRestoreOriginalFrame ( bool ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 17 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCAnimation::copyWithZone |
12 |
~CCAnimation |
~CCAnimation |
16 |
~CCAnimation |
~CCAnimation |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
|
CCAnimation::getTotalDelayUnits |
32 |
|
CCAnimation::getDelayPerUnit |
36 |
|
CCAnimation::setDelayPerUnit |
40 |
|
CCAnimation::getDuration |
44 |
|
CCAnimation::getFrames |
48 |
|
CCAnimation::setFrames |
52 |
|
CCAnimation::getRestoreOriginalFrame |
56 |
|
CCAnimation::setRestoreOriginalFrame |
60 |
|
CCAnimation::getLoops |
64 |
|
CCAnimation::setLoops |
[+] affected symbols (3)
CCAnimation::animation ( ) [static]This method is from 'CCAnimation' class.
CCAnimation::init ( )This method is from 'CCAnimation' class.
CCAnimation::~CCAnimation [in-charge] ( )This method is from 'CCAnimation' class.
CCDirector.h
namespace cocos2d
[+] class CCDirector (12)
| Change |
Effect |
1 | Field m_fSecondsPerFrame has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_pAccelerometer has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_pActionManager has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_pDrawsLabel has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field m_pKeypadDispatcher has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field m_pSPFLabel has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field m_pScheduler has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Field m_pTouchDispatcher has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 | Size of field m_obWinSizeInPixels has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
10 | Size of field m_obWinSizeInPoints has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
11 | Field m_bDisplayFPS has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
12 | Field m_bRetinaDisplay has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
[+] affected symbols (33)
CCDirector::calculateDeltaTime ( )This method is from 'CCDirector' class.
CCDirector::convertToGL ( CCPoint const& obPoint )This method is from 'CCDirector' class.
CCDirector::convertToUI ( CCPoint const& obPoint )This method is from 'CCDirector' class.
CCDirector::drawScene ( )This method is from 'CCDirector' class.
CCDirector::enableRetinaDisplay ( bool enabled )This method is from 'CCDirector' class.
CCDirector::end ( )This method is from 'CCDirector' class.
CCDirector::getContentScaleFactor ( )This method is from 'CCDirector' class.
CCDirector::getNotificationNode ( )This method is from 'CCDirector' class.
CCDirector::getWinSize ( )This method is from 'CCDirector' class.
CCDirector::getWinSizeInPixels ( )This method is from 'CCDirector' class.
CCDirector::getZEye ( )This method is from 'CCDirector' class.
CCDirector::init ( )This method is from 'CCDirector' class.
CCDirector::pause ( )This method is from 'CCDirector' class.
CCDirector::popScene ( )This method is from 'CCDirector' class.
CCDirector::purgeCachedData ( )This method is from 'CCDirector' class.
CCDirector::purgeDirector ( )This method is from 'CCDirector' class.
CCDirector::pushScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::replaceScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )This method is from 'CCDirector' class.
CCDirector::resume ( )This method is from 'CCDirector' class.
CCDirector::runWithScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::setAlphaBlending ( bool bOn )This method is from 'CCDirector' class.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )This method is from 'CCDirector' class.
CCDirector::setDepthTest ( bool bOn )This method is from 'CCDirector' class.
CCDirector::setGLDefaultValues ( )This method is from 'CCDirector' class.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )This method is from 'CCDirector' class.
CCDirector::setNextScene ( )This method is from 'CCDirector' class.
CCDirector::setNotificationNode ( CCNode* node )This method is from 'CCDirector' class.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )This method is from 'CCDirector' class.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )This method is from 'CCDirector' class.
CCDirector::sharedDirector ( ) [static]Return value (pointer) has base type 'CCDirector'.
CCDirector::updateContentScaleFactor ( )This method is from 'CCDirector' class.
CCDirector::~CCDirector [in-charge] ( )This method is from 'CCDirector' class.
CCGeometry.h
namespace cocos2d
[+] class CCRect (2)
| Change |
Effect |
1 | Size of field origin has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field size has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (143)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_obRectInPixels' in return value (pointer) has type 'CCRect'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_obRectInPixels' in the object of this method has type 'CCRect'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_obRectInPixels' in the object of this method has type 'CCRect'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_obRectInPixels' in the object of this method has type 'CCRect'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_obRect' in the object of this method has type 'CCRect'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin' in 1st parameter 'info' (reference) has type 'CCRect'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin' in 1st parameter 'info' (reference) has type 'CCRect'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin' in 1st parameter 'info' (reference) has type 'CCRect'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )Field 'info->begin' in 1st parameter 'info' (reference) has type 'CCRect'.
CCMenuItem::rect ( )Return value has type 'CCRect'.
CCNode::boundingBox ( )Return value has type 'CCRect'.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_obRectInPixels' in 1st parameter 'spriteFrame' (pointer) has type 'CCRect'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_obRect' in 1st parameter 'pSprite' (pointer) has type 'CCRect'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRect::CCRect [in-charge] ( )This constructor is from 'CCRect' class.
CCRect::CCRect [in-charge] ( float x, float y, float width, float height )This constructor is from 'CCRect' class.
CCRect::CCRectContainsPoint ( CCRect const& rect, CCPoint const& point ) [static]1st parameter 'rect' (reference) has base type 'CCRect'.
CCRect::CCRectEqualToRect ( CCRect const& rect1, CCRect const& rect2 ) [static]2nd parameter 'rect2' (reference) has base type 'CCRect'.
CCRect::CCRectIntersectsRect ( CCRect const& rectA, CCRect const& rectB ) [static]2nd parameter 'rectB' (reference) has base type 'CCRect'.
CCRectApplyAffineTransform ( CCRect const& rect, CCAffineTransform const& anAffineTransform )1st parameter 'rect' (reference) has base type 'CCRect'.
CCRectZero [data]Return value has base type 'CCRect'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_obRect' in return value (pointer) has type 'CCRect'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite->m_obRect' in return value (pointer) has type 'CCRect'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_obRect' in 1st parameter 'var' (pointer) has type 'CCRect'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::draw ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getBlendFunc ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getColor ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getOpacity ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::getTexture ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::init ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_obRectInPixels' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCRect'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::isFlipX ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::isFlipY ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_obRect' in 1st parameter 'pFrame' (pointer) has type 'CCRect'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_obRect' in 1st parameter 'pNewFrame' (pointer) has type 'CCRect'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setRotation ( float fRotation )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setScale ( float fScale )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setSkewX ( float sx )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setSkewY ( float sy )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::setTextureRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_obRect' in return value (pointer) has type 'CCRect'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_obRectInPixels' in 1st parameter 'pSpriteFrame' (pointer) has type 'CCRect'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_obRect' in return value (pointer) has type 'CCRect'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'retval->m_obRect' in return value (pointer) has type 'CCRect'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSprite::updateBlendFunc ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::updateColor ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::updateTransform ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_obRect' in 1st parameter 'child' (pointer) has type 'CCRect'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_obRect' in 1st parameter 'child' (pointer) has type 'CCRect'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_obRect' in 1st parameter 'parent' (pointer) has type 'CCRect'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_obRect' in 1st parameter 'sprite' (pointer) has type 'CCRect'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )2nd parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::setRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )1st parameter 'rectInPixels' (reference) has base type 'CCRect'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_obRect' in the object of this method has type 'CCRect'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_obRectInPixels' in 1st parameter 'pobFrame' (pointer) has type 'CCRect'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_obRectInPixels' in return value (pointer) has type 'CCRect'.
CCTexture2D::drawInRect ( CCRect const& rect )1st parameter 'rect' (reference) has base type 'CCRect'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_obRect' in return value (pointer) has type 'CCRect'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_obRect' in the object of this method has type 'CCRect'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_obRect' in return value (pointer) has type 'CCRect'.
CCTMXTilesetInfo::rectForGID ( unsigned int gid )Return value has type 'CCRect'.
CCImage.h
namespace cocos2d
[+] enum CCImage::EImageFormat (2)
| Change |
Effect |
1 | Value of member kFmtRawData has been changed from 2 to 3. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member kFmtUnKnown has been changed from 3 to 4. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (3)
CCImage::initWithImageData ( void* pData, int nDataLen, enum CCImage::EImageFormat eFmt, int nWidth, int nHeight, int nBitsPerComponent )3rd parameter 'eFmt' has type 'enum CCImage::EImageFormat'.
CCImage::initWithImageFile ( char const* strPath, enum CCImage::EImageFormat imageType )2nd parameter 'imageType' has type 'enum CCImage::EImageFormat'.
CCImage::initWithImageFileThreadSafe ( char const* fullpath, enum CCImage::EImageFormat imageType )2nd parameter 'imageType' has type 'enum CCImage::EImageFormat'.
CCIMEDelegate.h
namespace cocos2d
[+] struct CCIMEKeyboardNotificationInfo (2)
| Change |
Effect |
1 | Size of field begin has been changed from 16 bytes to 76 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field end has been changed from 16 bytes to 76 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (4)
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCLabelAtlas.h
namespace cocos2d
[+] class CCLabelAtlas (1)
| Change |
Effect |
1 | Field m_cMapStartChar has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (4)
CCLabelAtlas::getString ( )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::setString ( char const* label )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::updateAtlasValues ( )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::~CCLabelAtlas [in-charge] ( )This method is from 'CCLabelAtlas' class.
CCLabelBMFont.h
namespace cocos2d
[+] class CCLabelBMFont (11)
| Change |
Effect |
1 | Field m_fWidth has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_pAlignment has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_sFntFile has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_sInitialString has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Virtual method CCLabelBMFont::setAlignment ( enum CCTextAlignment ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
6 | Virtual method CCLabelBMFont::setLineBreakWithoutSpace ( bool ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
7 | Virtual method CCLabelBMFont::setScale ( float ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
8 | Virtual method CCLabelBMFont::setWidth ( float ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
9 | Virtual method CCLabelBMFont::updateLabel ( ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
10 | Virtual method CCLabelBMFont::updateString ( bool ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
11 | The pointer level of field m_sString has been increased from 0 to 1. | The library functions may try to access unallocated memory by the dereferencing of old field value and therefore cause a crash of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 91 entries | Virtual Table (New) - 109 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLabelBMFont |
~CCLabelBMFont |
16 |
~CCLabelBMFont |
~CCLabelBMFont |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCLabelBMFont::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCLabelBMFont::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCLabelBMFont::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCLabelBMFont::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSpriteBatchNode::addChild |
CCNode::onEnter |
208 |
CCSpriteBatchNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCSpriteBatchNode::addChild |
CCNode::onExit |
216 |
CCSpriteBatchNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSpriteBatchNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSpriteBatchNode::addChild |
232 |
CCSpriteBatchNode::draw |
CCSpriteBatchNode::addChild |
236 |
CCSpriteBatchNode::visit |
CCSpriteBatchNode::addChild |
240 |
CCSpriteBatchNode::getTexture |
CCSpriteBatchNode::removeChild |
244 |
CCSpriteBatchNode::setTexture |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
248 |
CCSpriteBatchNode::setBlendFunc |
CCSpriteBatchNode::reorderChild |
252 |
CCSpriteBatchNode::getBlendFunc |
CCSpriteBatchNode::sortAllChildren |
256 |
CCLabelBMFont::getOpacity |
CCNode::cleanup |
260 |
CCLabelBMFont::setOpacity |
CCSpriteBatchNode::draw |
264 |
CCLabelBMFont::getColor |
CCSpriteBatchNode::visit |
268 |
CCLabelBMFont::setColor |
CCNode::nodeToParentTransform |
272 |
CCLabelBMFont::getIsOpacityModifyRGB |
CCNode::parentToNodeTransform |
276 |
CCLabelBMFont::setIsOpacityModifyRGB |
CCNode::nodeToWorldTransform |
280 |
CCLabelBMFont::setString |
CCNode::worldToNodeTransform |
284 |
CCLabelBMFont::getString |
CCSpriteBatchNode::getTexture |
288 |
CCLabelBMFont::setCString |
CCSpriteBatchNode::setTexture |
292 |
-0x0000000fc |
CCSpriteBatchNode::setBlendFunc |
296 |
(int (*)(...))(& typeinfo) |
CCSpriteBatchNode::getBlendFunc |
300 |
non-virtual thunk |
CCLabelBMFont::getOpacity |
304 |
non-virtual thunk |
CCLabelBMFont::setOpacity |
308 |
non-virtual thunk |
CCLabelBMFont::getColor |
312 |
non-virtual thunk |
CCLabelBMFont::setColor |
316 |
-0x000000110 |
CCLabelBMFont::isOpacityModifyRGB |
320 |
(int (*)(...))(& typeinfo) |
CCLabelBMFont::setOpacityModifyRGB |
324 |
non-virtual thunk |
CCLabelBMFont::setString |
328 |
non-virtual thunk |
CCLabelBMFont::setString |
332 |
-0x000000114 |
CCLabelBMFont::updateString |
336 |
(int (*)(...))(& typeinfo) |
CCLabelBMFont::getString |
340 |
non-virtual thunk |
CCLabelBMFont::setCString |
344 |
non-virtual thunk |
CCLabelBMFont::updateLabel |
348 |
non-virtual thunk |
CCLabelBMFont::setAlignment |
352 |
non-virtual thunk |
CCLabelBMFont::setWidth |
356 |
non-virtual thunk |
CCLabelBMFont::setLineBreakWithoutSpace |
360 |
non-virtual thunk |
CCLabelBMFont::setScale |
364 |
|
-0x000000114 |
368 |
|
(int (*)(...))(& typeinfo) |
372 |
|
non-virtual thunk |
376 |
|
non-virtual thunk |
380 |
|
non-virtual thunk |
384 |
|
non-virtual thunk |
388 |
|
-0x000000128 |
392 |
|
(int (*)(...))(& typeinfo) |
396 |
|
non-virtual thunk |
400 |
|
non-virtual thunk |
404 |
|
-0x00000012c |
408 |
|
(int (*)(...))(& typeinfo) |
412 |
|
non-virtual thunk |
416 |
|
non-virtual thunk |
420 |
|
non-virtual thunk |
424 |
|
non-virtual thunk |
428 |
|
non-virtual thunk |
432 |
|
non-virtual thunk |
[+] affected symbols (11)
CCLabelBMFont::createFontChars ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getColor ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getOpacity ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getString ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::purgeCachedData ( ) [static]This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setColor ( ccColor3B const& var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setCString ( char const* label )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setOpacity ( GLubyte var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setString ( char const* label )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::~CCLabelBMFont [in-charge] ( )This method is from 'CCLabelBMFont' class.
CCLabelTTF.h
namespace cocos2d
[+] class CCLabelTTF (3)
| Change |
Effect |
1 | Field m_vAlignment has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of field m_tDimensions has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Field m_pString has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (41)
CCDirector::calculateDeltaTime ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::drawScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::end ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getNotificationNode ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getWinSize ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getZEye ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::init ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::pause ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::popScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::purgeCachedData ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::purgeDirector ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::resume ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNextScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pFPSLabel' in return value (pointer) has base type 'CCLabelTTF'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCLabelTTF::CCLabelTTF [in-charge] ( )This constructor is from 'CCLabelTTF' class.
CCLabelTTF::description ( )This method is from 'CCLabelTTF' class.
CCLabelTTF::getString ( )This method is from 'CCLabelTTF' class.
CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize )This method is from 'CCLabelTTF' class.
CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCLabelTTF'.
CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCLabelTTF'.
CCLabelTTF::setString ( char const* label )This method is from 'CCLabelTTF' class.
CCLabelTTF::~CCLabelTTF [in-charge] ( )This method is from 'CCLabelTTF' class.
CCLayer.h
namespace cocos2d
[+] class CCLayerColor (2)
| Change |
Effect |
1 | Type of field m_pSquareColors has been changed from ccColor4B[4] (16 bytes) to ccColor4F[4] (64 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Virtual method CCLayerColor::init ( ) has been added to this class instead of CCLayerColor::initWithColorWidthHeight ( ccColor4B const&, GLfloat, GLfloat ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 118 entries | Virtual Table (New) - 124 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLayerColor |
~CCLayerColor |
16 |
~CCLayerColor |
~CCLayerColor |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCLayerColor::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCLayerColor::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCLayer::onEnter |
CCNode::setGLServerState |
188 |
CCLayer::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCLayer::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCLayer::onEnter |
208 |
CCNode::addChild |
CCLayer::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCLayer::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCLayerColor::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCLayer::ccTouchBegan |
CCNode::removeChild |
244 |
CCLayer::ccTouchMoved |
CCNode::removeAllChildrenWithCleanup |
248 |
CCLayer::ccTouchEnded |
CCNode::reorderChild |
252 |
CCLayer::ccTouchCancelled |
CCNode::sortAllChildren |
256 |
CCLayer::ccTouchesBegan |
CCNode::cleanup |
260 |
CCLayer::ccTouchesMoved |
CCLayerColor::draw |
264 |
CCLayer::ccTouchesEnded |
CCNode::visit |
268 |
CCLayer::ccTouchesCancelled |
CCNode::nodeToParentTransform |
272 |
CCLayer::didAccelerate |
CCNode::parentToNodeTransform |
276 |
CCLayer::registerWithTouchDispatcher |
CCNode::nodeToWorldTransform |
280 |
CCLayer::getIsTouchEnabled |
CCNode::worldToNodeTransform |
284 |
CCLayer::setIsTouchEnabled |
CCLayer::ccTouchBegan |
288 |
CCLayer::getIsAccelerometerEnabled |
CCLayer::ccTouchMoved |
292 |
CCLayer::setIsAccelerometerEnabled |
CCLayer::ccTouchEnded |
296 |
CCLayer::getIsKeypadEnabled |
CCLayer::ccTouchCancelled |
300 |
CCLayer::setIsKeypadEnabled |
CCLayer::ccTouchesBegan |
304 |
CCLayerColor::initWithColorWidthHeight |
CCLayer::ccTouchesMoved |
308 |
CCLayerColor::initWithColor |
CCLayer::ccTouchesEnded |
312 |
CCLayerColor::getOpacity |
CCLayer::ccTouchesCancelled |
316 |
CCLayerColor::setOpacity |
CCLayer::didAccelerate |
320 |
CCLayerColor::getColor |
CCLayer::registerWithTouchDispatcher |
324 |
CCLayerColor::setColor |
CCLayerColor::init |
328 |
CCLayerColor::getBlendFunc |
CCLayerColor::initWithColor |
332 |
CCLayerColor::setBlendFunc |
CCLayerColor::initWithColor |
336 |
CCLayerColor::setIsOpacityModifyRGB |
CCLayerColor::getOpacity |
340 |
CCLayerColor::getIsOpacityModifyRGB |
CCLayerColor::setOpacity |
344 |
CCLayerColor::updateColor |
CCLayerColor::getColor |
348 |
-0x0000000fc |
CCLayerColor::setColor |
352 |
(int (*)(...))(& typeinfo) |
CCLayerColor::getBlendFunc |
356 |
non-virtual thunk |
CCLayerColor::setBlendFunc |
360 |
non-virtual thunk |
CCLayerColor::setOpacityModifyRGB |
364 |
non-virtual thunk |
CCLayerColor::isOpacityModifyRGB |
368 |
non-virtual thunk |
CCLayerColor::updateColor |
372 |
non-virtual thunk |
-0x000000114 |
376 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
380 |
non-virtual thunk |
non-virtual thunk |
384 |
non-virtual thunk |
non-virtual thunk |
388 |
non-virtual thunk |
non-virtual thunk |
392 |
non-virtual thunk |
non-virtual thunk |
396 |
-0x000000100 |
non-virtual thunk |
400 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
404 |
non-virtual thunk |
non-virtual thunk |
408 |
-0x000000104 |
non-virtual thunk |
412 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
416 |
CCKeypadDelegate::keyBackClicked |
non-virtual thunk |
420 |
CCKeypadDelegate::keyMenuClicked |
-0x000000118 |
424 |
-0x000000110 |
(int (*)(...))(& typeinfo) |
428 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
432 |
non-virtual thunk |
-0x00000011c |
436 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
440 |
non-virtual thunk |
CCKeypadDelegate::keyBackClicked |
444 |
non-virtual thunk |
CCKeypadDelegate::keyMenuClicked |
448 |
non-virtual thunk |
-0x000000128 |
452 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
456 |
-0x000000114 |
non-virtual thunk |
460 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
464 |
non-virtual thunk |
non-virtual thunk |
468 |
non-virtual thunk |
non-virtual thunk |
472 |
|
non-virtual thunk |
476 |
|
non-virtual thunk |
480 |
|
-0x00000012c |
484 |
|
(int (*)(...))(& typeinfo) |
488 |
|
non-virtual thunk |
492 |
|
non-virtual thunk |
[+] affected symbols (17)
CCLayerColor::CCLayerColor [in-charge] ( )This constructor is from 'CCLayerColor' class.
CCLayerColor::changeHeight ( GLfloat h )This method is from 'CCLayerColor' class.
CCLayerColor::changeWidth ( GLfloat w )This method is from 'CCLayerColor' class.
CCLayerColor::changeWidthAndHeight ( GLfloat w, GLfloat h )This method is from 'CCLayerColor' class.
CCLayerColor::draw ( )This method is from 'CCLayerColor' class.
CCLayerColor::getBlendFunc ( )This method is from 'CCLayerColor' class.
CCLayerColor::getColor ( )This method is from 'CCLayerColor' class.
CCLayerColor::getOpacity ( )This method is from 'CCLayerColor' class.
CCLayerColor::initWithColor ( ccColor4B const& color )This method is from 'CCLayerColor' class.
CCLayerColor::initWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height )This method is from 'CCLayerColor' class.
CCLayerColor::layerWithColor ( ccColor4B const& color ) [static]Return value (pointer) has base type 'CCLayerColor'.
CCLayerColor::setBlendFunc ( ccBlendFunc var )This method is from 'CCLayerColor' class.
CCLayerColor::setColor ( ccColor3B const& var )This method is from 'CCLayerColor' class.
CCLayerColor::setContentSize ( CCSize const& var )This method is from 'CCLayerColor' class.
CCLayerColor::setOpacity ( GLubyte var )This method is from 'CCLayerColor' class.
CCLayerColor::updateColor ( )This method is from 'CCLayerColor' class.
CCLayerColor::~CCLayerColor [in-charge] ( )This method is from 'CCLayerColor' class.
[+] class CCLayerGradient (3)
| Change |
Effect |
1 | Size of field m_AlongVector has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Virtual method CCLayerGradient::isCompressedInterpolation ( ) has been added to this class instead of CCLayerGradient::setIsCompressedInterpolation ( bool ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Virtual method CCLayerGradient::setCompressedInterpolation ( bool ) has been added to this class instead of CCLayerGradient::getIsCompressedInterpolation ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 132 entries | Virtual Table (New) - 138 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLayerGradient |
~CCLayerGradient |
16 |
~CCLayerGradient |
~CCLayerGradient |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCLayerColor::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCLayerColor::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCLayer::onEnter |
CCNode::setGLServerState |
188 |
CCLayer::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCLayer::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCLayer::onEnter |
208 |
CCNode::addChild |
CCLayer::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCLayer::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCLayerColor::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCLayer::ccTouchBegan |
CCNode::removeChild |
244 |
CCLayer::ccTouchMoved |
CCNode::removeAllChildrenWithCleanup |
248 |
CCLayer::ccTouchEnded |
CCNode::reorderChild |
252 |
CCLayer::ccTouchCancelled |
CCNode::sortAllChildren |
256 |
CCLayer::ccTouchesBegan |
CCNode::cleanup |
260 |
CCLayer::ccTouchesMoved |
CCLayerColor::draw |
264 |
CCLayer::ccTouchesEnded |
CCNode::visit |
268 |
CCLayer::ccTouchesCancelled |
CCNode::nodeToParentTransform |
272 |
CCLayer::didAccelerate |
CCNode::parentToNodeTransform |
276 |
CCLayer::registerWithTouchDispatcher |
CCNode::nodeToWorldTransform |
280 |
CCLayer::getIsTouchEnabled |
CCNode::worldToNodeTransform |
284 |
CCLayer::setIsTouchEnabled |
CCLayer::ccTouchBegan |
288 |
CCLayer::getIsAccelerometerEnabled |
CCLayer::ccTouchMoved |
292 |
CCLayer::setIsAccelerometerEnabled |
CCLayer::ccTouchEnded |
296 |
CCLayer::getIsKeypadEnabled |
CCLayer::ccTouchCancelled |
300 |
CCLayer::setIsKeypadEnabled |
CCLayer::ccTouchesBegan |
304 |
CCLayerColor::initWithColorWidthHeight |
CCLayer::ccTouchesMoved |
308 |
CCLayerColor::initWithColor |
CCLayer::ccTouchesEnded |
312 |
CCLayerColor::getOpacity |
CCLayer::ccTouchesCancelled |
316 |
CCLayerColor::setOpacity |
CCLayer::didAccelerate |
320 |
CCLayerColor::getColor |
CCLayer::registerWithTouchDispatcher |
324 |
CCLayerColor::setColor |
CCLayerColor::init |
328 |
CCLayerColor::getBlendFunc |
CCLayerColor::initWithColor |
332 |
CCLayerColor::setBlendFunc |
CCLayerColor::initWithColor |
336 |
CCLayerColor::setIsOpacityModifyRGB |
CCLayerColor::getOpacity |
340 |
CCLayerColor::getIsOpacityModifyRGB |
CCLayerColor::setOpacity |
344 |
CCLayerGradient::updateColor |
CCLayerColor::getColor |
348 |
CCLayerGradient::initWithColor |
CCLayerColor::setColor |
352 |
CCLayerGradient::initWithColor |
CCLayerColor::getBlendFunc |
356 |
CCLayerGradient::getStartColor |
CCLayerColor::setBlendFunc |
360 |
CCLayerGradient::setStartColor |
CCLayerColor::setOpacityModifyRGB |
364 |
CCLayerGradient::getEndColor |
CCLayerColor::isOpacityModifyRGB |
368 |
CCLayerGradient::setEndColor |
CCLayerGradient::updateColor |
372 |
CCLayerGradient::getStartOpacity |
CCLayerGradient::initWithColor |
376 |
CCLayerGradient::setStartOpacity |
CCLayerGradient::initWithColor |
380 |
CCLayerGradient::getEndOpacity |
CCLayerGradient::getStartColor |
384 |
CCLayerGradient::setEndOpacity |
CCLayerGradient::setStartColor |
388 |
CCLayerGradient::getVector |
CCLayerGradient::getEndColor |
392 |
CCLayerGradient::setVector |
CCLayerGradient::setEndColor |
396 |
CCLayerGradient::getIsCompressedInterpolation |
CCLayerGradient::getStartOpacity |
400 |
CCLayerGradient::setIsCompressedInterpolation |
CCLayerGradient::setStartOpacity |
404 |
-0x0000000fc |
CCLayerGradient::getEndOpacity |
408 |
(int (*)(...))(& typeinfo) |
CCLayerGradient::setEndOpacity |
412 |
non-virtual thunk |
CCLayerGradient::getVector |
416 |
non-virtual thunk |
CCLayerGradient::setVector |
420 |
non-virtual thunk |
CCLayerGradient::setCompressedInterpolation |
424 |
non-virtual thunk |
CCLayerGradient::isCompressedInterpolation |
428 |
non-virtual thunk |
-0x000000114 |
432 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
436 |
non-virtual thunk |
non-virtual thunk |
440 |
non-virtual thunk |
non-virtual thunk |
444 |
non-virtual thunk |
non-virtual thunk |
448 |
non-virtual thunk |
non-virtual thunk |
452 |
-0x000000100 |
non-virtual thunk |
456 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
460 |
non-virtual thunk |
non-virtual thunk |
464 |
-0x000000104 |
non-virtual thunk |
468 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
472 |
CCKeypadDelegate::keyBackClicked |
non-virtual thunk |
476 |
CCKeypadDelegate::keyMenuClicked |
-0x000000118 |
480 |
-0x000000110 |
(int (*)(...))(& typeinfo) |
484 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
488 |
non-virtual thunk |
-0x00000011c |
492 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
496 |
non-virtual thunk |
CCKeypadDelegate::keyBackClicked |
500 |
non-virtual thunk |
CCKeypadDelegate::keyMenuClicked |
504 |
non-virtual thunk |
-0x000000128 |
508 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
512 |
-0x000000114 |
non-virtual thunk |
516 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
520 |
non-virtual thunk |
non-virtual thunk |
524 |
non-virtual thunk |
non-virtual thunk |
528 |
|
non-virtual thunk |
532 |
|
non-virtual thunk |
536 |
|
-0x00000012c |
540 |
|
(int (*)(...))(& typeinfo) |
544 |
|
non-virtual thunk |
548 |
|
non-virtual thunk |
[+] affected symbols (18)
CCLayerGradient::getEndColor ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getEndOpacity ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getIsCompressedInterpolation ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getStartColor ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getStartOpacity ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::getVector ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end )This method is from 'CCLayerGradient' class.
CCLayerGradient::initWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v )This method is from 'CCLayerGradient' class.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end ) [static]Return value (pointer) has base type 'CCLayerGradient'.
CCLayerGradient::layerWithColor ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v ) [static]Return value (pointer) has base type 'CCLayerGradient'.
CCLayerGradient::setEndColor ( ccColor3B const& var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setEndOpacity ( GLubyte var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setIsCompressedInterpolation ( bool var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setStartColor ( ccColor3B const& var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setStartOpacity ( GLubyte var )This method is from 'CCLayerGradient' class.
CCLayerGradient::setVector ( CCPoint const& var )This method is from 'CCLayerGradient' class.
CCLayerGradient::updateColor ( )This method is from 'CCLayerGradient' class.
CCLayerGradient::~CCLayerGradient [in-charge] ( )This method is from 'CCLayerGradient' class.
CCMenu.h
namespace cocos2d
[+] class CCMenu (3)
| Change |
Effect |
1 | Field m_bEnabled has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Virtual method CCMenu::isEnabled ( ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
3 | Virtual method CCMenu::setEnabled ( bool ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 109 entries | Virtual Table (New) - 116 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCMenu |
~CCMenu |
16 |
~CCMenu |
~CCMenu |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCLayer::onEnter |
CCNode::setGLServerState |
188 |
CCLayer::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCMenu::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCLayer::onEnter |
208 |
CCMenu::addChild |
CCLayer::onEnterTransitionDidFinish |
212 |
CCMenu::addChild |
CCMenu::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCMenu::addChild |
232 |
CCNode::draw |
CCMenu::addChild |
236 |
CCNode::visit |
CCMenu::addChild |
240 |
CCMenu::ccTouchBegan |
CCNode::removeChild |
244 |
CCMenu::ccTouchMoved |
CCNode::removeAllChildrenWithCleanup |
248 |
CCMenu::ccTouchEnded |
CCNode::reorderChild |
252 |
CCMenu::ccTouchCancelled |
CCNode::sortAllChildren |
256 |
CCLayer::ccTouchesBegan |
CCNode::cleanup |
260 |
CCLayer::ccTouchesMoved |
CCNode::draw |
264 |
CCLayer::ccTouchesEnded |
CCNode::visit |
268 |
CCLayer::ccTouchesCancelled |
CCNode::nodeToParentTransform |
272 |
CCLayer::didAccelerate |
CCNode::parentToNodeTransform |
276 |
CCMenu::registerWithTouchDispatcher |
CCNode::nodeToWorldTransform |
280 |
CCLayer::getIsTouchEnabled |
CCNode::worldToNodeTransform |
284 |
CCLayer::setIsTouchEnabled |
CCMenu::ccTouchBegan |
288 |
CCLayer::getIsAccelerometerEnabled |
CCMenu::ccTouchMoved |
292 |
CCLayer::setIsAccelerometerEnabled |
CCMenu::ccTouchEnded |
296 |
CCLayer::getIsKeypadEnabled |
CCMenu::ccTouchCancelled |
300 |
CCLayer::setIsKeypadEnabled |
CCLayer::ccTouchesBegan |
304 |
CCMenu::getColor |
CCLayer::ccTouchesMoved |
308 |
CCMenu::setColor |
CCLayer::ccTouchesEnded |
312 |
CCMenu::getOpacity |
CCLayer::ccTouchesCancelled |
316 |
CCMenu::setOpacity |
CCLayer::didAccelerate |
320 |
CCMenu::setIsOpacityModifyRGB |
CCMenu::registerWithTouchDispatcher |
324 |
CCMenu::getIsOpacityModifyRGB |
CCMenu::getColor |
328 |
-0x0000000fc |
CCMenu::setColor |
332 |
(int (*)(...))(& typeinfo) |
CCMenu::getOpacity |
336 |
non-virtual thunk |
CCMenu::setOpacity |
340 |
non-virtual thunk |
CCMenu::setOpacityModifyRGB |
344 |
non-virtual thunk |
CCMenu::isOpacityModifyRGB |
348 |
non-virtual thunk |
CCMenu::isEnabled |
352 |
non-virtual thunk |
CCMenu::setEnabled |
356 |
non-virtual thunk |
-0x000000114 |
360 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
364 |
non-virtual thunk |
non-virtual thunk |
368 |
non-virtual thunk |
non-virtual thunk |
372 |
non-virtual thunk |
non-virtual thunk |
376 |
-0x000000100 |
non-virtual thunk |
380 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
384 |
non-virtual thunk |
non-virtual thunk |
388 |
-0x000000104 |
non-virtual thunk |
392 |
(int (*)(...))(& typeinfo) |
non-virtual thunk |
396 |
CCKeypadDelegate::keyBackClicked |
non-virtual thunk |
400 |
CCKeypadDelegate::keyMenuClicked |
non-virtual thunk |
404 |
-0x000000110 |
-0x000000118 |
408 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
412 |
non-virtual thunk |
non-virtual thunk |
416 |
non-virtual thunk |
-0x00000011c |
420 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
424 |
non-virtual thunk |
CCKeypadDelegate::keyBackClicked |
428 |
non-virtual thunk |
CCKeypadDelegate::keyMenuClicked |
432 |
non-virtual thunk |
-0x000000128 |
436 |
|
(int (*)(...))(& typeinfo) |
440 |
|
non-virtual thunk |
444 |
|
non-virtual thunk |
448 |
|
non-virtual thunk |
452 |
|
non-virtual thunk |
456 |
|
non-virtual thunk |
460 |
|
non-virtual thunk |
[+] affected symbols (27)
CCMenu::addChild ( CCNode* child, int zOrder )This method is from 'CCMenu' class.
CCMenu::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCMenu' class.
CCMenu::alignItemsHorizontally ( )This method is from 'CCMenu' class.
CCMenu::alignItemsHorizontallyWithPadding ( float padding )This method is from 'CCMenu' class.
CCMenu::alignItemsInColumns ( unsigned int columns, ... )This method is from 'CCMenu' class.
CCMenu::alignItemsInColumns ( unsigned int columns, va_list args )This method is from 'CCMenu' class.
CCMenu::alignItemsInRows ( unsigned int rows, ... )This method is from 'CCMenu' class.
CCMenu::alignItemsInRows ( unsigned int rows, va_list args )This method is from 'CCMenu' class.
CCMenu::alignItemsVertically ( )This method is from 'CCMenu' class.
CCMenu::alignItemsVerticallyWithPadding ( float padding )This method is from 'CCMenu' class.
CCMenu::ccTouchBegan ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::ccTouchCancelled ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::ccTouchEnded ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::ccTouchMoved ( CCTouch* touch, CCEvent* event )This method is from 'CCMenu' class.
CCMenu::getColor ( )This method is from 'CCMenu' class.
CCMenu::getOpacity ( )This method is from 'CCMenu' class.
CCMenu::init ( )This method is from 'CCMenu' class.
CCMenu::initWithItems ( CCMenuItem* item, va_list args )This method is from 'CCMenu' class.
CCMenu::itemForTouch ( CCTouch* touch )This method is from 'CCMenu' class.
CCMenu::menuWithItem ( CCMenuItem* item ) [static]This method is from 'CCMenu' class.
CCMenu::menuWithItems ( CCMenuItem* item, ... ) [static]This method is from 'CCMenu' class.
CCMenu::node ( ) [static]This method is from 'CCMenu' class.
CCMenu::onExit ( )This method is from 'CCMenu' class.
CCMenu::registerWithTouchDispatcher ( )This method is from 'CCMenu' class.
CCMenu::setColor ( ccColor3B const& var )This method is from 'CCMenu' class.
CCMenu::setOpacity ( GLubyte var )This method is from 'CCMenu' class.
CCMenu::~CCMenu [in-charge] ( )This method is from 'CCMenu' class.
CCMenuItem.h
namespace cocos2d
[+] class CCMenuItemToggle (1)
| Change |
Effect |
1 | Virtual method CCMenuItemToggle::setSubItems ( CCArray* ) has been added to this class instead of CCMenuItemToggle::setSubItems ( CCMutableArray<CCMenuItem*>* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 84 entries | Virtual Table (New) - 95 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCMenuItemToggle |
~CCMenuItemToggle |
16 |
~CCMenuItemToggle |
~CCMenuItemToggle |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCMenuItem::registerScriptHandler |
CCNode::getScheduler |
200 |
CCMenuItem::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCMenuItem::registerScriptHandler |
224 |
CCNode::reorderChild |
CCMenuItem::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCMenuItem::getIsSelected |
CCNode::removeChild |
244 |
CCMenuItem::getIsEnabled |
CCNode::removeAllChildrenWithCleanup |
248 |
CCMenuItemToggle::setIsEnabled |
CCNode::reorderChild |
252 |
CCMenuItemToggle::activate |
CCNode::sortAllChildren |
256 |
CCMenuItemToggle::selected |
CCNode::cleanup |
260 |
CCMenuItemToggle::unselected |
CCNode::draw |
264 |
CCMenuItemToggle::getOpacity |
CCNode::visit |
268 |
CCMenuItemToggle::setOpacity |
CCNode::nodeToParentTransform |
272 |
CCMenuItemToggle::getColor |
CCNode::parentToNodeTransform |
276 |
CCMenuItemToggle::setColor |
CCNode::nodeToWorldTransform |
280 |
CCMenuItemToggle::getSelectedIndex |
CCNode::worldToNodeTransform |
284 |
CCMenuItemToggle::setSelectedIndex |
CCMenuItemToggle::activate |
288 |
CCMenuItemToggle::getSubItems |
CCMenuItemToggle::selected |
292 |
CCMenuItemToggle::setSubItems |
CCMenuItemToggle::unselected |
296 |
CCMenuItemToggle::setIsOpacityModifyRGB |
CCMenuItem::isEnabled |
300 |
CCMenuItemToggle::getIsOpacityModifyRGB |
CCMenuItemToggle::setEnabled |
304 |
-0x000000110 |
CCMenuItem::isSelected |
308 |
(int (*)(...))(& typeinfo) |
CCMenuItemToggle::getOpacity |
312 |
non-virtual thunk |
CCMenuItemToggle::setOpacity |
316 |
non-virtual thunk |
CCMenuItemToggle::getColor |
320 |
non-virtual thunk |
CCMenuItemToggle::setColor |
324 |
non-virtual thunk |
CCMenuItemToggle::getSelectedIndex |
328 |
non-virtual thunk |
CCMenuItemToggle::setSelectedIndex |
332 |
non-virtual thunk |
CCMenuItemToggle::getSubItems |
336 |
|
CCMenuItemToggle::setSubItems |
340 |
|
CCMenuItemToggle::setOpacityModifyRGB |
344 |
|
CCMenuItemToggle::isOpacityModifyRGB |
348 |
|
-0x000000128 |
352 |
|
(int (*)(...))(& typeinfo) |
356 |
|
non-virtual thunk |
360 |
|
non-virtual thunk |
364 |
|
non-virtual thunk |
368 |
|
non-virtual thunk |
372 |
|
non-virtual thunk |
376 |
|
non-virtual thunk |
[+] affected symbols (1)
CCMenuItemToggle::setSubItems ( CCMutableArray<CCMenuItem*>* var )This method is from 'CCMenuItemToggle' class.
CCMotionStreak.h
namespace cocos2d
[+] class CCMotionStreak (4)
| Change |
Effect |
1 | Field m_fSegThreshold has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field m_fWidth has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field m_pRibbon has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Field m_tLastLocation has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (6)
CCMotionStreak::getBlendFunc ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::getTexture ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )This method is from 'CCMotionStreak' class.
CCMotionStreak::setTexture ( CCTexture2D* var )This method is from 'CCMotionStreak' class.
CCMotionStreak::update ( ccTime delta )This method is from 'CCMotionStreak' class.
CCMotionStreak::~CCMotionStreak [in-charge] ( )This method is from 'CCMotionStreak' class.
CCNode.h
namespace cocos2d
[+] class CCNode (15)
| Change |
Effect |
1 | Field m_bIgnoreAnchorPointForPosition has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_glServerState has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_nOrderOfArrival has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_pActionManager has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field m_pScheduler has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field m_tAnchorPointInPoints has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field m_pShaderProgram has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Field m_pUserObject has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 | Size of field m_tAnchorPoint has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
10 | Size of field m_tContentSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
11 | Size of field m_tPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
12 | Base type of field m_pGrid has been changed from struct CCGridBase to CCGridBase of different format. | This field may be incorrectly initialized or accessed by applications. |
13 | Field m_bIsTransformGLDirty has been removed from this type. | Applications will access incorrect memory when attempting to access this field. |
14 | Virtual method CCNode::getUserObject ( ) const has been added to this class instead of CCNode::getIsRelativeAnchorPoint ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
15 | Virtual method CCNode::setShaderProgram ( CCGLProgram* ) has been added to this class instead of CCNode::setIsRelativeAnchorPoint ( bool ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 60 entries | Virtual Table (New) - 71 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCNode |
~CCNode |
16 |
~CCNode |
~CCNode |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
|
CCNode::removeChild |
244 |
|
CCNode::removeAllChildrenWithCleanup |
248 |
|
CCNode::reorderChild |
252 |
|
CCNode::sortAllChildren |
256 |
|
CCNode::cleanup |
260 |
|
CCNode::draw |
264 |
|
CCNode::visit |
268 |
|
CCNode::nodeToParentTransform |
272 |
|
CCNode::parentToNodeTransform |
276 |
|
CCNode::nodeToWorldTransform |
280 |
|
CCNode::worldToNodeTransform |
[+] affected symbols (186)
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAction::action ( ) [static]Field 'retval->m_pTarget' in return value (pointer) has base type 'CCNode'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::description ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::isDone ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAction::step ( ccTime dt )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::stop ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::update ( ccTime time )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCActionCamera::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionEase::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionInterval::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pTarget' in return value (pointer) has base type 'CCNode'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAnimate::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCBezierBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCBezierTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::end ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getNotificationNode ( )Return value (pointer) has base type 'CCNode'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::init ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::pause ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::resume ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNotificationNode ( CCNode* node )1st parameter 'node' (pointer) has base type 'CCNode'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode' in return value (pointer) has base type 'CCNode'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCFadeTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]1st parameter 'pFollowedNode' (pointer) has base type 'CCNode'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )1st parameter 'pFollowedNode' (pointer) has base type 'CCNode'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCGridAction::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCJumpBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCJumpTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCMoveBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCMoveTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCNode::addChild ( CCNode* child )This method is from 'CCNode' class.
CCNode::addChild ( CCNode* child, int zOrder )This method is from 'CCNode' class.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCNode' class.
CCNode::boundingBox ( )This method is from 'CCNode' class.
CCNode::CCNode [in-charge] ( )This constructor is from 'CCNode' class.
CCNode::cleanup ( )This method is from 'CCNode' class.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )This method is from 'CCNode' class.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )This method is from 'CCNode' class.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )This method is from 'CCNode' class.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )This method is from 'CCNode' class.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )This method is from 'CCNode' class.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )This method is from 'CCNode' class.
CCNode::description ( )This method is from 'CCNode' class.
CCNode::draw ( )This method is from 'CCNode' class.
CCNode::getActionByTag ( int tag )This method is from 'CCNode' class.
CCNode::getAnchorPoint ( )This method is from 'CCNode' class.
CCNode::getCamera ( )This method is from 'CCNode' class.
CCNode::getChildByTag ( int tag )This method is from 'CCNode' class.
CCNode::getChildren ( )This method is from 'CCNode' class.
CCNode::getChildrenCount ( )This method is from 'CCNode' class.
CCNode::getContentSize ( )This method is from 'CCNode' class.
CCNode::getGrid ( )This method is from 'CCNode' class.
CCNode::getIsRelativeAnchorPoint ( )This method is from 'CCNode' class.
CCNode::getParent ( )This method is from 'CCNode' class.
CCNode::getPosition ( )This method is from 'CCNode' class.
CCNode::getPosition ( float* x, float* y )This method is from 'CCNode' class.
CCNode::getPositionLua ( )This method is from 'CCNode' class.
CCNode::getPositionX ( )This method is from 'CCNode' class.
CCNode::getPositionY ( )This method is from 'CCNode' class.
CCNode::getRotation ( )This method is from 'CCNode' class.
CCNode::getScale ( )This method is from 'CCNode' class.
CCNode::getScaleX ( )This method is from 'CCNode' class.
CCNode::getScaleY ( )This method is from 'CCNode' class.
CCNode::getSkewX ( )This method is from 'CCNode' class.
CCNode::getSkewY ( )This method is from 'CCNode' class.
CCNode::getTag ( )This method is from 'CCNode' class.
CCNode::getUserData ( )This method is from 'CCNode' class.
CCNode::getVertexZ ( )This method is from 'CCNode' class.
CCNode::getZOrder ( )This method is from 'CCNode' class.
CCNode::nodeToParentTransform ( )This method is from 'CCNode' class.
CCNode::nodeToWorldTransform ( )This method is from 'CCNode' class.
CCNode::numberOfRunningActions ( )This method is from 'CCNode' class.
CCNode::onEnter ( )This method is from 'CCNode' class.
CCNode::onEnterTransitionDidFinish ( )This method is from 'CCNode' class.
CCNode::onExit ( )This method is from 'CCNode' class.
CCNode::parentToNodeTransform ( )This method is from 'CCNode' class.
CCNode::pauseSchedulerAndActions ( )This method is from 'CCNode' class.
CCNode::registerScriptHandler ( int nHandler )This method is from 'CCNode' class.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from 'CCNode' class.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from 'CCNode' class.
CCNode::removeChildByTag ( int tag, bool cleanup )This method is from 'CCNode' class.
CCNode::removeFromParentAndCleanup ( bool cleanup )This method is from 'CCNode' class.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from 'CCNode' class.
CCNode::resumeSchedulerAndActions ( )This method is from 'CCNode' class.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget' in 1st parameter 'action' (pointer) has base type 'CCNode'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )This method is from 'CCNode' class.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )This method is from 'CCNode' class.
CCNode::scheduleUpdate ( )This method is from 'CCNode' class.
CCNode::scheduleUpdateWithPriority ( int priority )This method is from 'CCNode' class.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from 'CCNode' class.
CCNode::setContentSize ( CCSize const& var )This method is from 'CCNode' class.
CCNode::setGrid ( struct CCGridBase* var )This method is from 'CCNode' class.
CCNode::setIsRelativeAnchorPoint ( bool var )This method is from 'CCNode' class.
CCNode::setParent ( CCNode* var )This method is from 'CCNode' class.
CCNode::setPosition ( CCPoint const& var )This method is from 'CCNode' class.
CCNode::setPosition ( float x, float y )This method is from 'CCNode' class.
CCNode::setPositionX ( float x )This method is from 'CCNode' class.
CCNode::setPositionY ( float y )This method is from 'CCNode' class.
CCNode::setRotation ( float var )This method is from 'CCNode' class.
CCNode::setScale ( float scale )This method is from 'CCNode' class.
CCNode::setScaleX ( float var )This method is from 'CCNode' class.
CCNode::setScaleY ( float var )This method is from 'CCNode' class.
CCNode::setSkewX ( float var )This method is from 'CCNode' class.
CCNode::setSkewY ( float var )This method is from 'CCNode' class.
CCNode::setTag ( int var )This method is from 'CCNode' class.
CCNode::setUserData ( void* var )This method is from 'CCNode' class.
CCNode::setVertexZ ( float var )This method is from 'CCNode' class.
CCNode::stopAction ( CCAction* action )Field 'action->m_pOriginalTarget' in 1st parameter 'action' (pointer) has base type 'CCNode'.
CCNode::stopActionByTag ( int tag )This method is from 'CCNode' class.
CCNode::stopAllActions ( )This method is from 'CCNode' class.
CCNode::transform ( )This method is from 'CCNode' class.
CCNode::transformAncestors ( )This method is from 'CCNode' class.
CCNode::unregisterScriptHandler ( )This method is from 'CCNode' class.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )This method is from 'CCNode' class.
CCNode::unscheduleAllSelectors ( )This method is from 'CCNode' class.
CCNode::unscheduleUpdate ( )This method is from 'CCNode' class.
CCNode::visit ( )This method is from 'CCNode' class.
CCNode::worldToNodeTransform ( )This method is from 'CCNode' class.
CCNode::~CCNode [in-charge] ( )This method is from 'CCNode' class.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCProgressTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRepeat::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCReverseTime::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRotateBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRotateTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScaleBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScaleTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSequence::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSkewBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSkewTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSpawn::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSpeed::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSplitCols::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSplitRows::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCStopGrid::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTintBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTintTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCParallaxNode.h
namespace cocos2d
[+] class CCParallaxNode (1)
| Change |
Effect |
1 | Size of field m_tLastPosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (10)
CCParallaxNode::addChild ( CCNode* child, unsigned int z, CCPoint const& parallaxRatio, CCPoint const& positionOffset )This method is from 'CCParallaxNode' class.
CCParallaxNode::addChild ( CCNode* child, unsigned int zOrder, int tag )This method is from 'CCParallaxNode' class.
CCParallaxNode::CCParallaxNode [in-charge] ( )This constructor is from 'CCParallaxNode' class.
CCParallaxNode::getParallaxArray ( ) constThis method is from 'CCParallaxNode' class.
CCParallaxNode::node ( ) [static]Return value (pointer) has base type 'CCParallaxNode'.
CCParallaxNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from 'CCParallaxNode' class.
CCParallaxNode::removeChild ( CCNode* child, bool cleanup )This method is from 'CCParallaxNode' class.
CCParallaxNode::setParallaxArray ( struct _ccArray* var )This method is from 'CCParallaxNode' class.
CCParallaxNode::visit ( )This method is from 'CCParallaxNode' class.
CCParallaxNode::~CCParallaxNode [in-charge] ( )This method is from 'CCParallaxNode' class.
CCParticleSystem.h
[+] struct anon-struct-CCParticleSystem.h-107 (1)
| Change |
Effect |
1 | Size of field dir has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (91)
CCParticleSystem::addParticle ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getAngle ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getDuration ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndColor ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSize ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getGravity ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getLife ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getPositionType ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getPosVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getSpeed ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartColor ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSize ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTexture ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'particle->modeA' in 1st parameter 'particle' (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::isFull ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pParticles->modeA' in return value (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::postStep ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::resetSystem ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setLife ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::stopSystem ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'particle->modeA' in 1st parameter 'particle' (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'particle->modeA' in 1st parameter 'particle' (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem.h
namespace cocos2d
[+] class CCParticleSystem (9)
| Change |
Effect |
1 | Field m_bOpacityModifyRGB has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_bTransformSystemDirty has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_pBatchNode has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_uAllocatedParticles has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field m_uAtlasIndex has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Size of field m_tPosVar has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
7 | Size of field m_tSourcePosition has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
8 | Size of field modeA has been changed from 32 bytes to 52 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
9 | Virtual method CCParticleSystem::getBatchNode ( ) has been added to this class instead of CCParticleSystem::getIsActive ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 151 entries | Virtual Table (New) - 171 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCParticleSystem |
~CCParticleSystem |
16 |
~CCParticleSystem |
~CCParticleSystem |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCParticleSystem::update |
CCParticleSystem::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCParticleSystem::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCParticleSystem::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCParticleSystem::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCParticleSystem::getIsActive |
CCNode::removeChild |
244 |
CCParticleSystem::getParticleCount |
CCNode::removeAllChildrenWithCleanup |
248 |
CCParticleSystem::getDuration |
CCNode::reorderChild |
252 |
CCParticleSystem::setDuration |
CCNode::sortAllChildren |
256 |
CCParticleSystem::getSourcePosition |
CCNode::cleanup |
260 |
CCParticleSystem::setSourcePosition |
CCNode::draw |
264 |
CCParticleSystem::getPosVar |
CCNode::visit |
268 |
CCParticleSystem::setPosVar |
CCNode::nodeToParentTransform |
272 |
CCParticleSystem::getLife |
CCNode::parentToNodeTransform |
276 |
CCParticleSystem::setLife |
CCNode::nodeToWorldTransform |
280 |
CCParticleSystem::getLifeVar |
CCNode::worldToNodeTransform |
284 |
CCParticleSystem::setLifeVar |
CCParticleSystem::getBatchNode |
288 |
CCParticleSystem::getAngle |
CCParticleSystem::setBatchNode |
292 |
CCParticleSystem::setAngle |
CCParticleSystem::getAtlasIndex |
296 |
CCParticleSystem::getAngleVar |
CCParticleSystem::setAtlasIndex |
300 |
CCParticleSystem::setAngleVar |
CCParticleSystem::getParticleCount |
304 |
CCParticleSystem::getGravity |
CCParticleSystem::getDuration |
308 |
CCParticleSystem::setGravity |
CCParticleSystem::setDuration |
312 |
CCParticleSystem::getSpeed |
CCParticleSystem::getSourcePosition |
316 |
CCParticleSystem::setSpeed |
CCParticleSystem::setSourcePosition |
320 |
CCParticleSystem::getSpeedVar |
CCParticleSystem::getPosVar |
324 |
CCParticleSystem::setSpeedVar |
CCParticleSystem::setPosVar |
328 |
CCParticleSystem::getTangentialAccel |
CCParticleSystem::getLife |
332 |
CCParticleSystem::setTangentialAccel |
CCParticleSystem::setLife |
336 |
CCParticleSystem::getTangentialAccelVar |
CCParticleSystem::getLifeVar |
340 |
CCParticleSystem::setTangentialAccelVar |
CCParticleSystem::setLifeVar |
344 |
CCParticleSystem::getRadialAccel |
CCParticleSystem::getAngle |
348 |
CCParticleSystem::setRadialAccel |
CCParticleSystem::setAngle |
352 |
CCParticleSystem::getRadialAccelVar |
CCParticleSystem::getAngleVar |
356 |
CCParticleSystem::setRadialAccelVar |
CCParticleSystem::setAngleVar |
360 |
CCParticleSystem::getStartRadius |
CCParticleSystem::getGravity |
364 |
CCParticleSystem::setStartRadius |
CCParticleSystem::setGravity |
368 |
CCParticleSystem::getStartRadiusVar |
CCParticleSystem::getSpeed |
372 |
CCParticleSystem::setStartRadiusVar |
CCParticleSystem::setSpeed |
376 |
CCParticleSystem::getEndRadius |
CCParticleSystem::getSpeedVar |
380 |
CCParticleSystem::setEndRadius |
CCParticleSystem::setSpeedVar |
384 |
CCParticleSystem::getEndRadiusVar |
CCParticleSystem::getTangentialAccel |
388 |
CCParticleSystem::setEndRadiusVar |
CCParticleSystem::setTangentialAccel |
392 |
CCParticleSystem::getRotatePerSecond |
CCParticleSystem::getTangentialAccelVar |
396 |
CCParticleSystem::setRotatePerSecond |
CCParticleSystem::setTangentialAccelVar |
400 |
CCParticleSystem::getRotatePerSecondVar |
CCParticleSystem::getRadialAccel |
404 |
CCParticleSystem::setRotatePerSecondVar |
CCParticleSystem::setRadialAccel |
408 |
CCParticleSystem::getStartSize |
CCParticleSystem::getRadialAccelVar |
412 |
CCParticleSystem::setStartSize |
CCParticleSystem::setRadialAccelVar |
416 |
CCParticleSystem::getStartSizeVar |
CCParticleSystem::getStartRadius |
420 |
CCParticleSystem::setStartSizeVar |
CCParticleSystem::setStartRadius |
424 |
CCParticleSystem::getEndSize |
CCParticleSystem::getStartRadiusVar |
428 |
CCParticleSystem::setEndSize |
CCParticleSystem::setStartRadiusVar |
432 |
CCParticleSystem::getEndSizeVar |
CCParticleSystem::getEndRadius |
436 |
CCParticleSystem::setEndSizeVar |
CCParticleSystem::setEndRadius |
440 |
CCParticleSystem::getStartColor |
CCParticleSystem::getEndRadiusVar |
444 |
CCParticleSystem::setStartColor |
CCParticleSystem::setEndRadiusVar |
448 |
CCParticleSystem::getStartColorVar |
CCParticleSystem::getRotatePerSecond |
452 |
CCParticleSystem::setStartColorVar |
CCParticleSystem::setRotatePerSecond |
456 |
CCParticleSystem::getEndColor |
CCParticleSystem::getRotatePerSecondVar |
460 |
CCParticleSystem::setEndColor |
CCParticleSystem::setRotatePerSecondVar |
464 |
CCParticleSystem::getEndColorVar |
CCParticleSystem::setScale |
468 |
CCParticleSystem::setEndColorVar |
CCParticleSystem::isActive |
472 |
CCParticleSystem::getStartSpin |
CCParticleSystem::isBlendAdditive |
476 |
CCParticleSystem::setStartSpin |
CCParticleSystem::setBlendAdditive |
480 |
CCParticleSystem::getStartSpinVar |
CCParticleSystem::getStartSize |
484 |
CCParticleSystem::setStartSpinVar |
CCParticleSystem::setStartSize |
488 |
CCParticleSystem::getEndSpin |
CCParticleSystem::getStartSizeVar |
492 |
CCParticleSystem::setEndSpin |
CCParticleSystem::setStartSizeVar |
496 |
CCParticleSystem::getEndSpinVar |
CCParticleSystem::getEndSize |
500 |
CCParticleSystem::setEndSpinVar |
CCParticleSystem::setEndSize |
504 |
CCParticleSystem::getEmissionRate |
CCParticleSystem::getEndSizeVar |
508 |
CCParticleSystem::setEmissionRate |
CCParticleSystem::setEndSizeVar |
512 |
CCParticleSystem::getTotalParticles |
CCParticleSystem::getStartColor |
516 |
CCParticleSystem::setTotalParticles |
CCParticleSystem::setStartColor |
520 |
CCParticleSystem::getTexture |
CCParticleSystem::getStartColorVar |
524 |
CCParticleSystem::setTexture |
CCParticleSystem::setStartColorVar |
528 |
CCParticleSystem::getBlendFunc |
CCParticleSystem::getEndColor |
532 |
CCParticleSystem::setBlendFunc |
CCParticleSystem::setEndColor |
536 |
CCParticleSystem::getIsBlendAdditive |
CCParticleSystem::getEndColorVar |
540 |
CCParticleSystem::setIsBlendAdditive |
CCParticleSystem::setEndColorVar |
544 |
CCParticleSystem::getPositionType |
CCParticleSystem::getStartSpin |
548 |
CCParticleSystem::setPositionType |
CCParticleSystem::setStartSpin |
552 |
CCParticleSystem::getIsAutoRemoveOnFinish |
CCParticleSystem::getStartSpinVar |
556 |
CCParticleSystem::setIsAutoRemoveOnFinish |
CCParticleSystem::setStartSpinVar |
560 |
CCParticleSystem::getEmitterMode |
CCParticleSystem::getEndSpin |
564 |
CCParticleSystem::setEmitterMode |
CCParticleSystem::setEndSpin |
568 |
CCParticleSystem::initWithTotalParticles |
CCParticleSystem::getEndSpinVar |
572 |
CCParticleSystem::updateQuadWithParticle |
CCParticleSystem::setEndSpinVar |
576 |
CCParticleSystem::postStep |
CCParticleSystem::getEmissionRate |
580 |
-0x0000000fc |
CCParticleSystem::setEmissionRate |
584 |
(int (*)(...))(& typeinfo) |
CCParticleSystem::getTotalParticles |
588 |
non-virtual thunk |
CCParticleSystem::setTotalParticles |
592 |
non-virtual thunk |
CCParticleSystem::getTexture |
596 |
non-virtual thunk |
CCParticleSystem::setTexture |
600 |
non-virtual thunk |
CCParticleSystem::getBlendFunc |
604 |
|
CCParticleSystem::setBlendFunc |
608 |
|
CCParticleSystem::getOpacityModifyRGB |
612 |
|
CCParticleSystem::setOpacityModifyRGB |
616 |
|
CCParticleSystem::getPositionType |
620 |
|
CCParticleSystem::setPositionType |
624 |
|
CCParticleSystem::isAutoRemoveOnFinish |
628 |
|
CCParticleSystem::setAutoRemoveOnFinish |
632 |
|
CCParticleSystem::getEmitterMode |
636 |
|
CCParticleSystem::setEmitterMode |
640 |
|
CCParticleSystem::initWithTotalParticles |
644 |
|
CCParticleSystem::updateQuadWithParticle |
648 |
|
CCParticleSystem::postStep |
652 |
|
CCParticleSystem::updateWithNoTime |
656 |
|
CCParticleSystem::updateBlendFunc |
660 |
|
-0x000000114 |
664 |
|
(int (*)(...))(& typeinfo) |
668 |
|
non-virtual thunk |
672 |
|
non-virtual thunk |
676 |
|
non-virtual thunk |
680 |
|
non-virtual thunk |
[+] affected symbols (91)
CCParticleSystem::addParticle ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::CCParticleSystem [in-charge] ( )This constructor is from 'CCParticleSystem' class.
CCParticleSystem::getAngle ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getAngleVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getBlendFunc ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getDuration ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEmissionRate ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEmitterMode ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndColor ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndColorVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndRadius ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndRadiusVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSize ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSizeVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSpin ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getEndSpinVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getGravity ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getIsActive ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getLife ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getLifeVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getParticleCount ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getPositionType ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getPosVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRadialAccel ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRadialAccelVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRotatePerSecond ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getRotatePerSecondVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getSourcePosition ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getSpeed ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getSpeedVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartColor ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartColorVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartRadius ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartRadiusVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSize ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSizeVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSpin ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getStartSpinVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTangentialAccel ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTangentialAccelVar ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTexture ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::getTotalParticles ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::initParticle ( tCCParticle* particle )This method is from 'CCParticleSystem' class.
CCParticleSystem::initWithFile ( char const* plistFile )This method is from 'CCParticleSystem' class.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSystem' class.
CCParticleSystem::isFull ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Return value (pointer) has base type 'CCParticleSystem'.
CCParticleSystem::postStep ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::resetSystem ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::setAngle ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setAngleVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setDuration ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEmissionRate ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEmitterMode ( int var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndColor ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndRadius ( float endRadius )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSize ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSizeVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSpin ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setEndSpinVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setGravity ( CCPoint const& g )This method is from 'CCParticleSystem' class.
CCParticleSystem::setLife ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setLifeVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setPositionType ( enum tCCPositionType var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setPosVar ( CCPoint const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRadialAccel ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRadialAccelVar ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRotatePerSecond ( float degrees )This method is from 'CCParticleSystem' class.
CCParticleSystem::setRotatePerSecondVar ( float degrees )This method is from 'CCParticleSystem' class.
CCParticleSystem::setSourcePosition ( CCPoint const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setSpeed ( float speed )This method is from 'CCParticleSystem' class.
CCParticleSystem::setSpeedVar ( float speed )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartColor ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartRadius ( float startRadius )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSize ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSizeVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSpin ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setStartSpinVar ( float var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTangentialAccel ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTangentialAccelVar ( float t )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTexture ( CCTexture2D* var )This method is from 'CCParticleSystem' class.
CCParticleSystem::setTotalParticles ( unsigned int var )This method is from 'CCParticleSystem' class.
CCParticleSystem::stopSystem ( )This method is from 'CCParticleSystem' class.
CCParticleSystem::update ( ccTime dt )This method is from 'CCParticleSystem' class.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from 'CCParticleSystem' class.
CCParticleSystem::~CCParticleSystem [in-charge] ( )This method is from 'CCParticleSystem' class.
[+] class CCParticleSystem::anon-struct-CCParticleSystem.h-179 (1)
| Change |
Effect |
1 | Size of field gravity has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (90)
CCParticleSystem::addParticle ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getAngle ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getAngleVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getBlendFunc ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getDuration ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEmissionRate ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEmitterMode ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndColor ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndColorVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndRadius ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSize ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSizeVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSpin ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSpinVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getGravity ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getLife ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getLifeVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getParticleCount ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getPositionType ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getPosVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRadialAccel ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getSourcePosition ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getSpeed ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getSpeedVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartColor ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartColorVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartRadius ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSize ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSizeVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSpin ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSpinVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTangentialAccel ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTexture ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTotalParticles ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::isFull ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->modeA' in return value (pointer) has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::postStep ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::resetSystem ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setAngle ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setAngleVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setDuration ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSize ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSpin ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setLife ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setLifeVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setSpeed ( float speed )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSize ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSpin ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::stopSystem ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::update ( ccTime dt )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
[+] struct sCCParticle (4)
| Change |
Effect |
1 | Field atlasIndex has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of field modeA has been changed from 16 bytes to 36 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field pos has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field startPos has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (91)
CCParticleSystem::addParticle ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getAngle ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getDuration ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndColor ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSize ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getGravity ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getLife ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getPositionType ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getPosVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getSpeed ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartColor ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSize ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTexture ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::initParticle ( tCCParticle* particle )1st parameter 'particle' (pointer) has base type 'struct sCCParticle'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::isFull ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pParticles' in return value (pointer) has base type 'struct sCCParticle'.
CCParticleSystem::postStep ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::resetSystem ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setLife ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::stopSystem ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )1st parameter 'particle' (pointer) has base type 'struct sCCParticle'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )1st parameter 'particle' (pointer) has base type 'struct sCCParticle'.
CCParticleSystemQuad.h
namespace cocos2d
[+] class CCParticleSystemQuad (1)
| Change |
Effect |
1 | Field m_uQuadsID has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (10)
CCParticleSystemQuad::draw ( )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::particleWithFile ( char const* plistFile ) [static]Return value (pointer) has base type 'CCParticleSystemQuad'.
CCParticleSystemQuad::postStep ( )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::~CCParticleSystemQuad [in-charge] ( )This method is from 'CCParticleSystemQuad' class.
CCProgressTimer.h
namespace cocos2d
[+] class CCProgressTimer (4)
| Change |
Effect |
1 | Virtual method CCProgressTimer::getBarChangeRate ( ) const has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
2 | Virtual method CCProgressTimer::getMidpoint ( ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
3 | Virtual method CCProgressTimer::setBarChangeRate ( CCPoint&restrict ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
4 | Virtual method CCProgressTimer::setMidpoint ( CCPoint ) has been added to this class. | The layout of v-table has been changed. This leaf class has no exported constructors and therefore applications will copy an old v-table of the class that will not contain a pointer to added virtual method. Call of any method in this class may result in crash or incorrect behavior of applications. NOTE: if new virtual method is called only from other new methods, then binary compatibility should not be affected. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 60 entries | Virtual Table (New) - 89 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCProgressTimer |
~CCProgressTimer |
16 |
~CCProgressTimer |
~CCProgressTimer |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCProgressTimer::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
|
CCNode::removeChild |
244 |
|
CCNode::removeAllChildrenWithCleanup |
248 |
|
CCNode::reorderChild |
252 |
|
CCNode::sortAllChildren |
256 |
|
CCNode::cleanup |
260 |
|
CCProgressTimer::draw |
264 |
|
CCNode::visit |
268 |
|
CCNode::nodeToParentTransform |
272 |
|
CCNode::parentToNodeTransform |
276 |
|
CCNode::nodeToWorldTransform |
280 |
|
CCNode::worldToNodeTransform |
284 |
|
CCProgressTimer::setColor |
288 |
|
CCProgressTimer::getColor |
292 |
|
CCProgressTimer::getOpacity |
296 |
|
CCProgressTimer::setOpacity |
300 |
|
CCProgressTimer::setOpacityModifyRGB |
304 |
|
CCProgressTimer::isOpacityModifyRGB |
308 |
|
CCProgressTimer::getMidpoint |
312 |
|
CCProgressTimer::setMidpoint |
316 |
|
CCProgressTimer::getBarChangeRate |
320 |
|
CCProgressTimer::setBarChangeRate |
324 |
|
-0x000000114 |
328 |
|
(int (*)(...))(& typeinfo) |
332 |
|
non-virtual thunk |
336 |
|
non-virtual thunk |
340 |
|
non-virtual thunk |
344 |
|
non-virtual thunk |
348 |
|
non-virtual thunk |
352 |
|
non-virtual thunk |
[+] affected symbols (10)
CCProgressTimer::boundaryTexCoord ( char index )This method is from 'CCProgressTimer' class.
CCProgressTimer::draw ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::setPercentage ( float fPercentage )This method is from 'CCProgressTimer' class.
CCProgressTimer::setSprite ( CCSprite* pSprite )This method is from 'CCProgressTimer' class.
CCProgressTimer::setType ( enum CCProgressTimerType type )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateBar ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateColor ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateProgress ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateRadial ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::~CCProgressTimer [in-charge] ( )This method is from 'CCProgressTimer' class.
CCProtocols.h
namespace cocos2d
[+] class CCRGBAProtocol (2)
| Change |
Effect |
1 | Pure virtual method CCRGBAProtocol::isOpacityModifyRGB ( ) has been added to this class instead of CCRGBAProtocol::getIsOpacityModifyRGB ( ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method CCRGBAProtocol::setOpacityModifyRGB ( bool ) has been added to this class instead of CCRGBAProtocol::setIsOpacityModifyRGB ( bool ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 8 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (8)
CCAtlasNode::getIsOpacityModifyRGB ( )This method is from derived class 'CCAtlasNode'.
CCAtlasNode::setIsOpacityModifyRGB ( bool var )This method is from derived class 'CCAtlasNode'.
CCLabelBMFont::getIsOpacityModifyRGB ( )This method is from derived class 'CCLabelBMFont'.
CCLabelBMFont::setIsOpacityModifyRGB ( bool var )This method is from derived class 'CCLabelBMFont'.
CCLayerColor::getIsOpacityModifyRGB ( )This method is from derived class 'CCLayerColor'.
CCLayerColor::setIsOpacityModifyRGB ( bool bValue )This method is from derived class 'CCLayerColor'.
CCSprite::getIsOpacityModifyRGB ( )This method is from derived class 'CCSprite'.
CCSprite::setIsOpacityModifyRGB ( bool bValue )This method is from derived class 'CCSprite'.
CCRenderTexture.h
namespace cocos2d
[+] class CCRenderTexture (1)
| Change |
Effect |
1 | Field m_uDepthRenderBufffer has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
CCRenderTexture::begin ( )This method is from 'CCRenderTexture' class.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )This method is from 'CCRenderTexture' class.
CCRenderTexture::CCRenderTexture [in-charge] ( )This constructor is from 'CCRenderTexture' class.
CCRenderTexture::clear ( float r, float g, float b, float a )This method is from 'CCRenderTexture' class.
CCRenderTexture::getSprite ( )This method is from 'CCRenderTexture' class.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )This method is from 'CCRenderTexture' class.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Return value (pointer) has base type 'CCRenderTexture'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Return value (pointer) has base type 'CCRenderTexture'.
CCRenderTexture::setSprite ( CCSprite* var )This method is from 'CCRenderTexture' class.
CCRenderTexture::~CCRenderTexture [in-charge] ( )This method is from 'CCRenderTexture' class.
CCScheduler.h
namespace cocos2d
[+] class CCTimer (4)
| Change |
Effect |
1 | Field m_bRunForever has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_fDelay has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field m_nRepeat has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field m_nTimesExecuted has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (8)
CCTimer::CCTimer [in-charge] ( )This constructor is from 'CCTimer' class.
CCTimer::initWithScriptHandler ( int nHandler, ccTime fSeconds )This method is from 'CCTimer' class.
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector )This method is from 'CCTimer' class.
CCTimer::timerWithScriptHandler ( int nHandler, ccTime fSeconds ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::update ( ccTime dt )This method is from 'CCTimer' class.
CCTimer::~CCTimer [in-charge] ( )This method is from 'CCTimer' class.
CCSprite.h
namespace cocos2d
[+] class CCSprite (4)
| Change |
Effect |
1 | Field m_obOffsetPosition has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_transformToBatch has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Size of field m_obRect has been changed from 16 bytes to 76 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field m_obUnflippedOffsetPositionFromCenter has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (105)
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::draw ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::setSprite ( CCSprite* pSprite )1st parameter 'pSprite' (pointer) has base type 'CCSprite'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::begin ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::getSprite ( )Return value (pointer) has base type 'CCSprite'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite' in return value (pointer) has base type 'CCSprite'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite' in return value (pointer) has base type 'CCSprite'.
CCRenderTexture::setSprite ( CCSprite* var )1st parameter 'var' (pointer) has base type 'CCSprite'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCSprite::addChild ( CCNode* pChild )This method is from 'CCSprite' class.
CCSprite::addChild ( CCNode* pChild, int zOrder )This method is from 'CCSprite' class.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )This method is from 'CCSprite' class.
CCSprite::CCSprite [in-charge] ( )This constructor is from 'CCSprite' class.
CCSprite::draw ( )This method is from 'CCSprite' class.
CCSprite::getBlendFunc ( )This method is from 'CCSprite' class.
CCSprite::getColor ( )This method is from 'CCSprite' class.
CCSprite::getOpacity ( )This method is from 'CCSprite' class.
CCSprite::getTexture ( )This method is from 'CCSprite' class.
CCSprite::init ( )This method is from 'CCSprite' class.
CCSprite::initWithFile ( char const* pszFilename )This method is from 'CCSprite' class.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )This method is from 'CCSprite' class.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )This method is from 'CCSprite' class.
CCSprite::initWithTexture ( CCTexture2D* pTexture )This method is from 'CCSprite' class.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::isFlipX ( )This method is from 'CCSprite' class.
CCSprite::isFlipY ( )This method is from 'CCSprite' class.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )This method is from 'CCSprite' class.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )This method is from 'CCSprite' class.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )This method is from 'CCSprite' class.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )This method is from 'CCSprite' class.
CCSprite::setAnchorPoint ( CCPoint const& anchor )This method is from 'CCSprite' class.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )This method is from 'CCSprite' class.
CCSprite::setColor ( ccColor3B const& var )This method is from 'CCSprite' class.
CCSprite::setDirtyRecursively ( bool bValue )This method is from 'CCSprite' class.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )This method is from 'CCSprite' class.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )This method is from 'CCSprite' class.
CCSprite::setFlipX ( bool bFlipX )This method is from 'CCSprite' class.
CCSprite::setFlipY ( bool bFlipY )This method is from 'CCSprite' class.
CCSprite::setOpacity ( GLubyte var )This method is from 'CCSprite' class.
CCSprite::setPosition ( CCPoint const& pos )This method is from 'CCSprite' class.
CCSprite::setRotation ( float fRotation )This method is from 'CCSprite' class.
CCSprite::setScale ( float fScale )This method is from 'CCSprite' class.
CCSprite::setScaleX ( float fScaleX )This method is from 'CCSprite' class.
CCSprite::setScaleY ( float fScaleY )This method is from 'CCSprite' class.
CCSprite::setSkewX ( float sx )This method is from 'CCSprite' class.
CCSprite::setSkewY ( float sy )This method is from 'CCSprite' class.
CCSprite::setTexture ( CCTexture2D* texture )This method is from 'CCSprite' class.
CCSprite::setTextureRect ( CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::setVertexZ ( float fVertexZ )This method is from 'CCSprite' class.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::updateBlendFunc ( )This method is from 'CCSprite' class.
CCSprite::updateColor ( )This method is from 'CCSprite' class.
CCSprite::updateTransform ( )This method is from 'CCSprite' class.
CCSprite::~CCSprite [in-charge] ( )This method is from 'CCSprite' class.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )1st parameter 'child' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )1st parameter 'child' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )1st parameter 'parent' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile' in return value (pointer) has base type 'CCSprite'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Return value (pointer) has base type 'CCSprite'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile' in return value (pointer) has base type 'CCSprite'.
CCSpriteFrame.h
namespace cocos2d
[+] class CCSpriteFrame (6)
| Change |
Effect |
1 | Field m_obOffset has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_obOriginalSize has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Size of field m_obOffsetInPixels has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Size of field m_obOriginalSizeInPixels has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
5 | Size of field m_obRect has been changed from 16 bytes to 76 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
6 | Size of field m_obRectInPixels has been changed from 16 bytes to 76 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (23)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame' in return value (pointer) has base type 'CCSpriteFrame'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )1st parameter 'spriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )1st parameter 'pSpriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )1st parameter 'pFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )1st parameter 'pNewFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]1st parameter 'pSpriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::setRect ( CCRect const& rect )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )This method is from 'CCSpriteFrame' class.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )1st parameter 'pobFrame' (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Return value (pointer) has base type 'CCSpriteFrame'.
CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (8)
| Change |
Effect |
1 | Size of field m_tContentSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | The relative position of field m_tContentSize has been changed from 4 to 7. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | The relative position of field m_uName has been changed from 3 to 4. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | The relative position of field m_bHasPremultipliedAlpha has been changed from 7 to 8. | Applications will access incorrect memory when attempting to access this field. |
5 | The relative position of field m_ePixelFormat has been changed from 0 to 1. | Applications will access incorrect memory when attempting to access this field. |
6 | The relative position of field m_uPixelsHigh has been changed from 2 to 3. | Applications will access incorrect memory when attempting to access this field. |
7 | The relative position of field m_uPixelsWide has been changed from 1 to 2. | Applications will access incorrect memory when attempting to access this field. |
8 | Virtual method CCTexture2D::getShaderProgram ( ) has been added to this class instead of CCTexture2D::getHasPremultipliedAlpha ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 17 entries | Virtual Table (New) - 18 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTexture2D |
~CCTexture2D |
16 |
~CCTexture2D |
~CCTexture2D |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTexture2D::getPixelFormat |
CCTexture2D::getPixelFormat |
32 |
CCTexture2D::getPixelsWide |
CCTexture2D::getPixelsWide |
36 |
CCTexture2D::getPixelsHigh |
CCTexture2D::getPixelsHigh |
40 |
CCTexture2D::getName |
CCTexture2D::getName |
44 |
CCTexture2D::getContentSizeInPixels |
CCTexture2D::getMaxS |
48 |
CCTexture2D::getMaxS |
CCTexture2D::setMaxS |
52 |
CCTexture2D::setMaxS |
CCTexture2D::getMaxT |
56 |
CCTexture2D::getMaxT |
CCTexture2D::setMaxT |
60 |
CCTexture2D::setMaxT |
CCTexture2D::getContentSize |
64 |
CCTexture2D::getHasPremultipliedAlpha |
CCTexture2D::getShaderProgram |
68 |
|
CCTexture2D::setShaderProgram |
[+] affected symbols (315)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Field 'retval->m_pTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAtlasNode::CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::draw ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getBlendFunc ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getColor ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getOpacity ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getQuadsToDraw ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getTexture ( )Return value (pointer) has base type 'CCTexture2D'.
CCAtlasNode::getTextureAtlas ( )Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setColor ( ccColor3B const& var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setOpacity ( GLubyte var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )Field 'var->m_pTexture' in 1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCAtlasNode::updateAtlasValues ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::getBlendFunc ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::getTexture ( )Return value (pointer) has base type 'CCTexture2D'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCMotionStreak::update ( ccTime delta )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::~CCMotionStreak [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::addParticle ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getAngle ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getDuration ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndColor ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSize ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getGravity ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getLife ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getPositionType ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getPosVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSpeed ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartColor ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSize ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTexture ( )Return value (pointer) has base type 'CCTexture2D'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::isFull ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCParticleSystem::postStep ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::resetSystem ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setLife ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::stopSystem ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_pobTexture' in 1st parameter 'spriteFrame' (pointer) has base type 'CCTexture2D'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobTexture' in 1st parameter 'pSprite' (pointer) has base type 'CCTexture2D'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobTexture' in 1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::draw ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getBlendFunc ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getColor ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getOpacity ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getTexture ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::init ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_pobTexture' in 1st parameter 'pSpriteFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::isFlipX ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::isFlipY ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_pobTexture' in 1st parameter 'pFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_pobTexture' in 1st parameter 'pNewFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScale ( float fScale )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_pobTexture' in 1st parameter 'pSpriteFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::updateColor ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::updateTransform ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_pobTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_pobTextureAtlas->m_pTexture' in 1st parameter 'child' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_pobTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]1st parameter 'tex' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::getTexture ( )Return value (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::increaseAtlasCapacity ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )1st parameter 'tex' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_pobTextureAtlas->m_pTexture' in 1st parameter 'child' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'parent' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_pobTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::visit ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_pobTexture' in 1st parameter 'pobFrame' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )2nd parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTexture2D::bitsPerPixelForFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::CCTexture2D [in-charge] ( )This constructor is from 'CCTexture2D' class.
CCTexture2D::description ( )This method is from 'CCTexture2D' class.
CCTexture2D::drawAtPoint ( CCPoint const& point )This method is from 'CCTexture2D' class.
CCTexture2D::drawInRect ( CCRect const& rect )This method is from 'CCTexture2D' class.
CCTexture2D::generateMipmap ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSize ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSizeInPixels ( )This method is from 'CCTexture2D' class.
CCTexture2D::getHasPremultipliedAlpha ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxS ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxT ( )This method is from 'CCTexture2D' class.
CCTexture2D::getName ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsHigh ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsWide ( )This method is from 'CCTexture2D' class.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )This method is from 'CCTexture2D' class.
CCTexture2D::initWithImage ( CCImage* uiImage )This method is from 'CCTexture2D' class.
CCTexture2D::initWithPVRFile ( char const* file )This method is from 'CCTexture2D' class.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )This method is from 'CCTexture2D' class.
CCTexture2D::keepData ( void* data, unsigned int length )This method is from 'CCTexture2D' class.
CCTexture2D::releaseData ( void* data )This method is from 'CCTexture2D' class.
CCTexture2D::setAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setAntiAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxS ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxT ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setTexParameters ( ccTexParams* texParams )This method is from 'CCTexture2D' class.
CCTexture2D::~CCTexture2D [in-charge] ( )This method is from 'CCTexture2D' class.
CCTextureAtlas::CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::description ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n, unsigned int start )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getCapacity ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getTexture ( )Return value (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::getTotalQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::initWithFile ( char const* file, unsigned int capacity )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::initWithTexture ( CCTexture2D* texture, unsigned int capacity )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::insertQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::insertQuadFromIndex ( unsigned int fromIndex, unsigned int newIndex )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::removeAllQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::removeQuadAtIndex ( unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::resizeCapacity ( unsigned int n )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::setQuads ( ccV3F_C4B_T2F_Quad* var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::textureAtlasWithFile ( char const* file, unsigned int capacity ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::textureAtlasWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::updateQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::~CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureCache::addImage ( char const* fileimage )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::addPVRImage ( char const* filename )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::removeTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureCache::textureForKey ( char const* key )Return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
[+] enum CCTexture2DPixelFormat (18)
| Change |
Effect |
1 | Value of member kCCTexture2DPixelFormat_A8 has been changed from 4 to 3. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member kCCTexture2DPixelFormat_AI88 has been changed from 6 to 5. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member kCCTexture2DPixelFormat_Default has been changed from 1 to 0. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member kCCTexture2DPixelFormat_I8 has been changed from 5 to 4. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member kCCTexture2DPixelFormat_PVRTC2 has been changed from 10 to 9. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member kCCTexture2DPixelFormat_PVRTC4 has been changed from 9 to 8. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member kCCTexture2DPixelFormat_RGB565 has been changed from 3 to 2. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member kCCTexture2DPixelFormat_RGB5A1 has been changed from 8 to 7. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member kCCTexture2DPixelFormat_RGB888 has been changed from 2 to 1. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member kCCTexture2DPixelFormat_RGBA4444 has been changed from 7 to 6. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member kCCTexture2DPixelFormat_RGBA8888 has been changed from 1 to 0. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member kTexture2DPixelFormat_A8 has been changed from 4 to 3. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member kTexture2DPixelFormat_Default has been changed from 1 to 0. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member kTexture2DPixelFormat_RGB565 has been changed from 3 to 2. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member kTexture2DPixelFormat_RGB5A1 has been changed from 8 to 7. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member kTexture2DPixelFormat_RGB888 has been changed from 2 to 1. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member kTexture2DPixelFormat_RGBA4444 has been changed from 7 to 6. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member kTexture2DPixelFormat_RGBA8888 has been changed from 1 to 0. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (322)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Field 'retval->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::draw ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getBlendFunc ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getColor ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getOpacity ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getQuadsToDraw ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getTexture ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getTextureAtlas ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setColor ( ccColor3B const& var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setOpacity ( GLubyte var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )Field 'var->m_pTexture->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::updateAtlasValues ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::getBlendFunc ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::getTexture ( )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::setTexture ( CCTexture2D* var )Field 'var->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::update ( ccTime delta )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::~CCMotionStreak [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::addParticle ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getAngle ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getDuration ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndColor ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSize ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getGravity ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getLife ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getPositionType ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getPosVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getSpeed ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartColor ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSize ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTexture ( )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::isFull ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::postStep ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::resetSystem ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setLife ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'var->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::stopSystem ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'spriteFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobTexture->m_ePixelFormat' in 1st parameter 'pSprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )3rd parameter 'eFormat' has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]3rd parameter 'eFormat' has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobTexture->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getColor ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getOpacity ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getTexture ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::init ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pSpriteFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::isFlipX ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::isFlipY ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pNewFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setScale ( float fScale )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pSpriteFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::updateColor ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::updateTransform ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addChild ( CCNode* child )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_pobTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'child' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_pobTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]Field 'tex->m_ePixelFormat' in 1st parameter 'tex' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::getTexture ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::increaseAtlasCapacity ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )Field 'tex->m_ePixelFormat' in 1st parameter 'tex' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'child' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'parent' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_pobTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::visit ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pobFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )Field 'pobTexture->m_ePixelFormat' in 2nd parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::bitsPerPixelForFormat ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::CCTexture2D [in-charge] ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::defaultAlphaPixelFormat ( ) [static]Return value has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::description ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::drawAtPoint ( CCPoint const& point )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::drawInRect ( CCRect const& rect )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::generateMipmap ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getContentSize ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getContentSizeInPixels ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getMaxS ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getMaxT ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getName ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getPixelFormat ( )Return value has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getPixelsHigh ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getPixelsWide ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )2nd parameter 'pixelFormat' has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithImage ( CCImage* uiImage )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithPVRFile ( char const* file )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::keepData ( void* data, unsigned int length )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::releaseData ( void* data )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setAliasTexParameters ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setAntiAliasTexParameters ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setDefaultAlphaPixelFormat ( enum CCTexture2DPixelFormat format ) [static]1st parameter 'format' has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setMaxS ( GLfloat var )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setMaxT ( GLfloat var )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setTexParameters ( ccTexParams* texParams )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::~CCTexture2D [in-charge] ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::description ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n, unsigned int start )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::drawQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getCapacity ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getTexture ( )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getTotalQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::initWithFile ( char const* file, unsigned int capacity )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::initWithTexture ( CCTexture2D* texture, unsigned int capacity )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::insertQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::insertQuadFromIndex ( unsigned int fromIndex, unsigned int newIndex )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::removeAllQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::removeQuadAtIndex ( unsigned int index )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::resizeCapacity ( unsigned int n )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::setQuads ( ccV3F_C4B_T2F_Quad* var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::setTexture ( CCTexture2D* var )Field 'var->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::textureAtlasWithFile ( char const* file, unsigned int capacity ) [static]Field 'retval->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::textureAtlasWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::updateQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::~CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::addImage ( char const* fileimage )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::addPVRImage ( char const* filename )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::removeTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::textureForKey ( char const* key )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::CCTexturePVR [in-charge] ( )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::createGLTexture ( )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::initWithContentsOfFile ( char const* path )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::pvrTextureWithContentsOfFile ( char const* path ) [static]Field 'retval->m_eFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::unpackPVRData ( unsigned char* data, unsigned int len )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::~CCTexturePVR [in-charge] ( )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR.h
namespace cocos2d
[+] class CCTexturePVR (10)
| Change |
Effect |
1 | The relative position of field m_asMipmaps has been changed from 8 to 0. | Applications will access incorrect memory when attempting to access this field. |
2 | The relative position of field m_bHasAlpha has been changed from 4 to 6. | Applications will access incorrect memory when attempting to access this field. |
3 | The relative position of field m_bRetainName has been changed from 5 to 7. | Applications will access incorrect memory when attempting to access this field. |
4 | The relative position of field m_eFormat has been changed from 3 to 8. | Applications will access incorrect memory when attempting to access this field. |
5 | The relative position of field m_uHeight has been changed from 2 to 4. | Applications will access incorrect memory when attempting to access this field. |
6 | The relative position of field m_uName has been changed from 0 to 5. | Applications will access incorrect memory when attempting to access this field. |
7 | The relative position of field m_uNumberOfMipmaps has been changed from 7 to 1. | Applications will access incorrect memory when attempting to access this field. |
8 | The relative position of field m_uTableFormatIndex has been changed from 6 to 2. | Applications will access incorrect memory when attempting to access this field. |
9 | The relative position of field m_uWidth has been changed from 1 to 3. | Applications will access incorrect memory when attempting to access this field. |
10 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 14 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTexturePVR |
~CCTexturePVR |
16 |
~CCTexturePVR |
~CCTexturePVR |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTexturePVR::getName |
|
32 |
CCTexturePVR::getWidth |
|
36 |
CCTexturePVR::getHeight |
|
40 |
CCTexturePVR::getFormat |
|
44 |
CCTexturePVR::getHasAlpha |
|
48 |
CCTexturePVR::getRetainName |
|
52 |
CCTexturePVR::setRetainName |
|
[+] affected symbols (13)
CCTexturePVR::CCTexturePVR [in-charge] ( )This constructor is from 'CCTexturePVR' class.
CCTexturePVR::createGLTexture ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::getFormat ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::getHasAlpha ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::getHeight ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::getName ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::getRetainName ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::getWidth ( )This method is from 'CCTexturePVR' class.
CCTexturePVR::initWithContentsOfFile ( char const* path )This method is from 'CCTexturePVR' class.
CCTexturePVR::pvrTextureWithContentsOfFile ( char const* path ) [static]This method is from 'CCTexturePVR' class.
CCTexturePVR::setRetainName ( bool var )This method is from 'CCTexturePVR' class.
CCTexturePVR::unpackPVRData ( unsigned char* data, unsigned int len )This method is from 'CCTexturePVR' class.
CCTexturePVR::~CCTexturePVR [in-charge] ( )This method is from 'CCTexturePVR' class.
CCTileMapAtlas.h
namespace cocos2d
[+] class CCTileMapAtlas (1)
| Change |
Effect |
1 | Base type of field m_pPosToAtlasIndex has been changed from std::map<std::string,int> to CCDictionary of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (9)
CCTileMapAtlas::CCTileMapAtlas [in-charge] ( )This constructor is from 'CCTileMapAtlas' class.
CCTileMapAtlas::getTGAInfo ( )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::initWithTileFile ( char const* tile, char const* mapFile, int tileWidth, int tileHeight )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::releaseMap ( )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::setTGAInfo ( struct sImageTGA* var )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::setTile ( ccColor3B const& tile, ccGridSize const& position )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::tileAt ( ccGridSize const& position )This method is from 'CCTileMapAtlas' class.
CCTileMapAtlas::tileMapAtlasWithTileFile ( char const* tile, char const* mapFile, int tileWidth, int tileHeight ) [static]Return value (pointer) has base type 'CCTileMapAtlas'.
CCTileMapAtlas::~CCTileMapAtlas [in-charge] ( )This method is from 'CCTileMapAtlas' class.
CCTMXLayer.h
namespace cocos2d
[+] class CCTMXLayer (3)
| Change |
Effect |
1 | Size of field m_tLayerSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_tMapTileSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Virtual method CCTMXLayer::setProperties ( CCDictionary* ) has been added to this class instead of CCTMXLayer::setProperties ( CCStringToStringDictionary* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 82 entries | Virtual Table (New) - 93 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTMXLayer |
~CCTMXLayer |
16 |
~CCTMXLayer |
~CCTMXLayer |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSpriteBatchNode::addChild |
CCNode::onEnter |
208 |
CCSpriteBatchNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCTMXLayer::addChild |
CCNode::onExit |
216 |
CCTMXLayer::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSpriteBatchNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSpriteBatchNode::addChild |
232 |
CCTMXLayer::draw |
CCSpriteBatchNode::addChild |
236 |
CCSpriteBatchNode::visit |
CCTMXLayer::addChild |
240 |
CCSpriteBatchNode::getTexture |
CCTMXLayer::removeChild |
244 |
CCSpriteBatchNode::setTexture |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
248 |
CCSpriteBatchNode::setBlendFunc |
CCSpriteBatchNode::reorderChild |
252 |
CCSpriteBatchNode::getBlendFunc |
CCSpriteBatchNode::sortAllChildren |
256 |
CCTMXLayer::getLayerSize |
CCNode::cleanup |
260 |
CCTMXLayer::setLayerSize |
CCSpriteBatchNode::draw |
264 |
CCTMXLayer::getMapTileSize |
CCSpriteBatchNode::visit |
268 |
CCTMXLayer::setMapTileSize |
CCNode::nodeToParentTransform |
272 |
CCTMXLayer::getTiles |
CCNode::parentToNodeTransform |
276 |
CCTMXLayer::setTiles |
CCNode::nodeToWorldTransform |
280 |
CCTMXLayer::getTileSet |
CCNode::worldToNodeTransform |
284 |
CCTMXLayer::setTileSet |
CCSpriteBatchNode::getTexture |
288 |
CCTMXLayer::getLayerOrientation |
CCSpriteBatchNode::setTexture |
292 |
CCTMXLayer::setLayerOrientation |
CCSpriteBatchNode::setBlendFunc |
296 |
CCTMXLayer::getProperties |
CCSpriteBatchNode::getBlendFunc |
300 |
CCTMXLayer::setProperties |
CCTMXLayer::getLayerSize |
304 |
-0x0000000fc |
CCTMXLayer::setLayerSize |
308 |
(int (*)(...))(& typeinfo) |
CCTMXLayer::getMapTileSize |
312 |
non-virtual thunk |
CCTMXLayer::setMapTileSize |
316 |
non-virtual thunk |
CCTMXLayer::getTiles |
320 |
non-virtual thunk |
CCTMXLayer::setTiles |
324 |
non-virtual thunk |
CCTMXLayer::getTileSet |
328 |
|
CCTMXLayer::setTileSet |
332 |
|
CCTMXLayer::getLayerOrientation |
336 |
|
CCTMXLayer::setLayerOrientation |
340 |
|
CCTMXLayer::getProperties |
344 |
|
CCTMXLayer::setProperties |
348 |
|
-0x000000114 |
352 |
|
(int (*)(...))(& typeinfo) |
356 |
|
non-virtual thunk |
360 |
|
non-virtual thunk |
364 |
|
non-virtual thunk |
368 |
|
non-virtual thunk |
[+] affected symbols (27)
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCTMXLayer' class.
CCTMXLayer::CCTMXLayer [in-charge] ( )This constructor is from 'CCTMXLayer' class.
CCTMXLayer::getLayerOrientation ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getLayerSize ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getMapTileSize ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getProperties ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::getTiles ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getTileSet ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )This method is from 'CCTMXLayer' class.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Return value (pointer) has base type 'CCTMXLayer'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::propertyNamed ( char const* propertyName )This method is from 'CCTMXLayer' class.
CCTMXLayer::releaseMap ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )This method is from 'CCTMXLayer' class.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::setLayerOrientation ( unsigned int var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setLayerSize ( CCSize const& var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setMapTileSize ( CCSize const& var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setProperties ( CCStringToStringDictionary* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTiles ( unsigned int* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setupTiles ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::~CCTMXLayer [in-charge] ( )This method is from 'CCTMXLayer' class.
CCTMXTiledMap::layerNamed ( char const* layerName )Return value (pointer) has base type 'CCTMXLayer'.
CCTMXObjectGroup.h
namespace cocos2d
[+] class CCTMXObjectGroup (3)
| Change |
Effect |
1 | Size of field m_tPositionOffset has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Virtual method CCTMXObjectGroup::setObjects ( CCArray* ) has been added to this class instead of CCTMXObjectGroup::setObjects ( CCMutableArray<CCStringToStringDictionary*>* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Virtual method CCTMXObjectGroup::setProperties ( CCDictionary* ) has been added to this class instead of CCTMXObjectGroup::setProperties ( CCStringToStringDictionary* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 13 entries | Virtual Table (New) - 13 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTMXObjectGroup |
~CCTMXObjectGroup |
16 |
~CCTMXObjectGroup |
~CCTMXObjectGroup |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTMXObjectGroup::getPositionOffset |
CCTMXObjectGroup::getPositionOffset |
32 |
CCTMXObjectGroup::setPositionOffset |
CCTMXObjectGroup::setPositionOffset |
36 |
CCTMXObjectGroup::getProperties |
CCTMXObjectGroup::getProperties |
40 |
CCTMXObjectGroup::setProperties |
CCTMXObjectGroup::setProperties |
44 |
CCTMXObjectGroup::getObjects |
CCTMXObjectGroup::getObjects |
48 |
CCTMXObjectGroup::setObjects |
CCTMXObjectGroup::setObjects |
[+] affected symbols (11)
CCTMXObjectGroup::CCTMXObjectGroup [in-charge] ( )This constructor is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getObjects ( )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getPositionOffset ( ) constThis method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getProperties ( )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::objectNamed ( char const* objectName )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::propertyNamed ( char const* propertyName )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::setObjects ( CCMutableArray<CCStringToStringDictionary*>* var )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::setPositionOffset ( CCPoint const& var )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::setProperties ( CCStringToStringDictionary* var )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::~CCTMXObjectGroup [in-charge] ( )This method is from 'CCTMXObjectGroup' class.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )Return value (pointer) has base type 'CCTMXObjectGroup'.
CCTMXTiledMap.h
namespace cocos2d
[+] class CCTMXTiledMap (5)
| Change |
Effect |
1 | Size of field m_tMapSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_tTileSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Field m_pTMXLayers has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Virtual method CCTMXTiledMap::setObjectGroups ( CCArray* ) has been added to this class instead of CCTMXTiledMap::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
5 | Virtual method CCTMXTiledMap::setProperties ( CCDictionary* ) has been added to this class instead of CCTMXTiledMap::setProperties ( CCStringToStringDictionary* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 70 entries | Virtual Table (New) - 81 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTMXTiledMap |
~CCTMXTiledMap |
16 |
~CCTMXTiledMap |
~CCTMXTiledMap |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCTMXTiledMap::getMapSize |
CCNode::removeChild |
244 |
CCTMXTiledMap::setMapSize |
CCNode::removeAllChildrenWithCleanup |
248 |
CCTMXTiledMap::getTileSize |
CCNode::reorderChild |
252 |
CCTMXTiledMap::setTileSize |
CCNode::sortAllChildren |
256 |
CCTMXTiledMap::getMapOrientation |
CCNode::cleanup |
260 |
CCTMXTiledMap::setMapOrientation |
CCNode::draw |
264 |
CCTMXTiledMap::getObjectGroups |
CCNode::visit |
268 |
CCTMXTiledMap::setObjectGroups |
CCNode::nodeToParentTransform |
272 |
CCTMXTiledMap::getProperties |
CCNode::parentToNodeTransform |
276 |
CCTMXTiledMap::setProperties |
CCNode::nodeToWorldTransform |
280 |
|
CCNode::worldToNodeTransform |
284 |
|
CCTMXTiledMap::getMapSize |
288 |
|
CCTMXTiledMap::setMapSize |
292 |
|
CCTMXTiledMap::getTileSize |
296 |
|
CCTMXTiledMap::setTileSize |
300 |
|
CCTMXTiledMap::getMapOrientation |
304 |
|
CCTMXTiledMap::setMapOrientation |
308 |
|
CCTMXTiledMap::getObjectGroups |
312 |
|
CCTMXTiledMap::setObjectGroups |
316 |
|
CCTMXTiledMap::getProperties |
320 |
|
CCTMXTiledMap::setProperties |
[+] affected symbols (18)
CCTMXTiledMap::CCTMXTiledMap [in-charge] ( )This constructor is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getMapOrientation ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getMapSize ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getObjectGroups ( )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getProperties ( )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getTileSize ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::initWithTMXFile ( char const* tmxFile )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::layerNamed ( char const* layerName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::propertiesForGID ( int GID )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::propertyNamed ( char const* propertyName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setMapOrientation ( int var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setMapSize ( CCSize const& var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setProperties ( CCStringToStringDictionary* var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setTileSize ( CCSize const& var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::tiledMapWithTMXFile ( char const* tmxFile ) [static]Return value (pointer) has base type 'CCTMXTiledMap'.
CCTMXTiledMap::~CCTMXTiledMap [in-charge] ( )This method is from 'CCTMXTiledMap' class.
CCTMXXMLParser.h
namespace cocos2d
[+] class CCTMXLayerInfo (3)
| Change |
Effect |
1 | Size of field m_tLayerSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_tOffset has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
3 | Virtual method CCTMXLayerInfo::setProperties ( CCDictionary* ) has been added to this class instead of CCTMXLayerInfo::setProperties ( CCStringToStringDictionary* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 9 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTMXLayerInfo |
~CCTMXLayerInfo |
16 |
~CCTMXLayerInfo |
~CCTMXLayerInfo |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTMXLayerInfo::getProperties |
CCTMXLayerInfo::getProperties |
32 |
CCTMXLayerInfo::setProperties |
CCTMXLayerInfo::setProperties |
[+] affected symbols (6)
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )2nd parameter 'layerInfo' (pointer) has base type 'CCTMXLayerInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]2nd parameter 'layerInfo' (pointer) has base type 'CCTMXLayerInfo'.
CCTMXLayerInfo::CCTMXLayerInfo [in-charge] ( )This constructor is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::getProperties ( )This method is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::setProperties ( CCStringToStringDictionary* var )This method is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::~CCTMXLayerInfo [in-charge] ( )This method is from 'CCTMXLayerInfo' class.
[+] class CCTMXMapInfo (7)
| Change |
Effect |
1 | Field m_sResources has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of field m_tMapSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
3 | Size of field m_tTileSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
4 | Virtual method CCTMXMapInfo::setLayers ( CCArray* ) has been added to this class instead of CCTMXMapInfo::setLayers ( CCMutableArray<CCTMXLayerInfo*>* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
5 | Virtual method CCTMXMapInfo::setObjectGroups ( CCArray* ) has been added to this class instead of CCTMXMapInfo::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
6 | Virtual method CCTMXMapInfo::setProperties ( CCDictionary* ) has been added to this class instead of CCTMXMapInfo::setProperties ( CCStringToStringDictionary* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
7 | Virtual method CCTMXMapInfo::setTilesets ( CCArray* ) has been added to this class instead of CCTMXMapInfo::setTilesets ( CCMutableArray<CCTMXTilesetInfo*>* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 37 entries | Virtual Table (New) - 37 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTMXMapInfo |
~CCTMXMapInfo |
16 |
~CCTMXMapInfo |
~CCTMXMapInfo |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTMXMapInfo::getOrientation |
CCTMXMapInfo::getOrientation |
32 |
CCTMXMapInfo::setOrientation |
CCTMXMapInfo::setOrientation |
36 |
CCTMXMapInfo::getMapSize |
CCTMXMapInfo::getMapSize |
40 |
CCTMXMapInfo::setMapSize |
CCTMXMapInfo::setMapSize |
44 |
CCTMXMapInfo::getTileSize |
CCTMXMapInfo::getTileSize |
48 |
CCTMXMapInfo::setTileSize |
CCTMXMapInfo::setTileSize |
52 |
CCTMXMapInfo::getLayers |
CCTMXMapInfo::getLayers |
56 |
CCTMXMapInfo::setLayers |
CCTMXMapInfo::setLayers |
60 |
CCTMXMapInfo::getTilesets |
CCTMXMapInfo::getTilesets |
64 |
CCTMXMapInfo::setTilesets |
CCTMXMapInfo::setTilesets |
68 |
CCTMXMapInfo::getObjectGroups |
CCTMXMapInfo::getObjectGroups |
72 |
CCTMXMapInfo::setObjectGroups |
CCTMXMapInfo::setObjectGroups |
76 |
CCTMXMapInfo::getParentElement |
CCTMXMapInfo::getParentElement |
80 |
CCTMXMapInfo::setParentElement |
CCTMXMapInfo::setParentElement |
84 |
CCTMXMapInfo::getParentGID |
CCTMXMapInfo::getParentGID |
88 |
CCTMXMapInfo::setParentGID |
CCTMXMapInfo::setParentGID |
92 |
CCTMXMapInfo::getLayerAttribs |
CCTMXMapInfo::getLayerAttribs |
96 |
CCTMXMapInfo::setLayerAttribs |
CCTMXMapInfo::setLayerAttribs |
100 |
CCTMXMapInfo::getStoringCharacters |
CCTMXMapInfo::getStoringCharacters |
104 |
CCTMXMapInfo::setStoringCharacters |
CCTMXMapInfo::setStoringCharacters |
108 |
CCTMXMapInfo::getProperties |
CCTMXMapInfo::getProperties |
112 |
CCTMXMapInfo::setProperties |
CCTMXMapInfo::setProperties |
116 |
CCTMXMapInfo::startElement |
CCTMXMapInfo::startElement |
120 |
CCTMXMapInfo::endElement |
CCTMXMapInfo::endElement |
124 |
CCTMXMapInfo::textHandler |
CCTMXMapInfo::textHandler |
128 |
-0x000000014 |
-0x000000014 |
132 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
136 |
non-virtual thunk |
non-virtual thunk |
140 |
non-virtual thunk |
non-virtual thunk |
144 |
non-virtual thunk |
non-virtual thunk |
[+] affected symbols (33)
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )3rd parameter 'mapInfo' (pointer) has base type 'CCTMXMapInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]3rd parameter 'mapInfo' (pointer) has base type 'CCTMXMapInfo'.
CCTMXMapInfo::CCTMXMapInfo [in-charge] ( )This constructor is from 'CCTMXMapInfo' class.
CCTMXMapInfo::endElement ( void* ctx, char const* name )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::formatWithTMXFile ( char const* tmxFile ) [static]Return value (pointer) has base type 'CCTMXMapInfo'.
CCTMXMapInfo::getLayerAttribs ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getLayers ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getMapSize ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getObjectGroups ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getOrientation ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getParentElement ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getParentGID ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getProperties ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getStoringCharacters ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTileProperties ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTilesets ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTileSize ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::initWithTMXFile ( char const* tmxFile )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::parseXMLFile ( char const* xmlFilename )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setLayerAttribs ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setLayers ( CCMutableArray<CCTMXLayerInfo*>* var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setMapSize ( CCSize const& var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setObjectGroups ( CCMutableArray<CCTMXObjectGroup*>* var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setOrientation ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setParentElement ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setParentGID ( unsigned int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setProperties ( CCStringToStringDictionary* var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setStoringCharacters ( bool var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setTilesets ( CCMutableArray<CCTMXTilesetInfo*>* var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setTileSize ( CCSize const& var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::startElement ( void* ctx, char const* name, char const** atts )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::textHandler ( void* ctx, char const* ch, int len )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::~CCTMXMapInfo [in-charge] ( )This method is from 'CCTMXMapInfo' class.
[+] class CCTMXTilesetInfo (2)
| Change |
Effect |
1 | Size of field m_tTileSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Size of field m_tImageSize has been changed from 8 bytes to 28 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field may be broken. |
[+] affected symbols (29)
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getProperties ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getTiles ( ) constField 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::getTileSet ( )Return value (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )1st parameter 'tilesetInfo' (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]1st parameter 'tilesetInfo' (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::releaseMap ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )1st parameter 'var' (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXLayer::setupTiles ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pTileSet' in the object of this method has base type 'CCTMXTilesetInfo'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pTileSet' in return value (pointer) has base type 'CCTMXTilesetInfo'.
CCTMXTilesetInfo::CCTMXTilesetInfo [in-charge] ( )This constructor is from 'CCTMXTilesetInfo' class.
CCTMXTilesetInfo::rectForGID ( unsigned int gid )This method is from 'CCTMXTilesetInfo' class.
CCTMXTilesetInfo::~CCTMXTilesetInfo [in-charge] ( )This method is from 'CCTMXTilesetInfo' class.
to the top
Problems with Symbols, Medium Severity (13)
CCAction.h,
libcocos2d.so
namespace cocos2d
[+] CCAction::description ( ) (1)
[symbol: _ZN7cocos2d8CCAction11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CCActionGrid.h,
libcocos2d.so
namespace cocos2d
[+] CCGrid3DAction::getGrid ( ) (1)
[symbol: _ZN7cocos2d14CCGrid3DAction7getGridEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from struct CCGridBase to CCGridBase of different format. | This parameter may be incorrectly initialized by applications. |
[+] CCGridAction::getGrid ( ) (1)
[symbol: _ZN7cocos2d12CCGridAction7getGridEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from struct CCGridBase to CCGridBase of different format. | This parameter may be incorrectly initialized by applications. |
[+] CCTiledGrid3DAction::getGrid ( ) (1)
[symbol: _ZN7cocos2d19CCTiledGrid3DAction7getGridEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from struct CCGridBase to CCGridBase of different format. | This parameter may be incorrectly initialized by applications. |
CCCamera.h,
libcocos2d.so
namespace cocos2d
[+] CCCamera::description ( ) (1)
[symbol: _ZN7cocos2d8CCCamera11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CCLabelBMFont.h,
libcocos2d.so
namespace cocos2d
[+] CCBMFontConfiguration::description ( ) (1)
[symbol: _ZN7cocos2d21CCBMFontConfiguration11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CCLabelTTF.h,
libcocos2d.so
namespace cocos2d
[+] CCLabelTTF::description ( ) (1)
[symbol: _ZN7cocos2d10CCLabelTTF11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CCNode.h,
libcocos2d.so
namespace cocos2d
[+] CCNode::description ( ) (1)
[symbol: _ZN7cocos2d6CCNode11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] CCNode::getGrid ( ) (1)
[symbol: _ZN7cocos2d6CCNode7getGridEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from struct CCGridBase to CCGridBase of different format. | This parameter may be incorrectly initialized by applications. |
[+] CCNode::setGrid ( struct CCGridBase* var ) (1)
changed to:CCNode::setGrid ( CCGridBase* var )
[symbol: _ZN7cocos2d6CCNode7setGridEPNS_10CCGridBaseE]
| Change | Effect |
---|
1 | Base type of parameter var has been changed from struct CCGridBase to CCGridBase of different format. | This parameter may be incorrectly initialized by applications. |
CCTexture2D.h,
libcocos2d.so
namespace cocos2d
[+] CCTexture2D::description ( ) (1)
[symbol: _ZN7cocos2d11CCTexture2D11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CCTextureAtlas.h,
libcocos2d.so
namespace cocos2d
[+] CCTextureAtlas::description ( ) (1)
[symbol: _ZN7cocos2d14CCTextureAtlas11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
CCTextureCache.h,
libcocos2d.so
namespace cocos2d
[+] CCTextureCache::description ( ) (1)
[symbol: _ZN7cocos2d14CCTextureCache11descriptionEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from char* to char const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
to the top
Problems with Data Types, Low Severity (136)
CCAction.h
namespace cocos2d
[+] class CCFiniteTimeAction (1)
| Change |
Effect |
1 | Type of field m_fDuration has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (41)
CCActionInstant::reverse ( )Return value (pointer) has base type 'CCFiniteTimeAction'.
CCFiniteTimeAction::reverse ( )Return value (pointer) has base type 'CCFiniteTimeAction'.
CCFiniteTimeAction::~CCFiniteTimeAction [in-charge] ( )This method is from 'CCFiniteTimeAction' class.
CCFlipX::reverse ( )Return value (pointer) has base type 'CCFiniteTimeAction'.
CCFlipY::reverse ( )Return value (pointer) has base type 'CCFiniteTimeAction'.
CCHide::reverse ( )Return value (pointer) has base type 'CCFiniteTimeAction'.
CCRepeat::actionWithAction ( CCFiniteTimeAction* pAction, unsigned int times ) [static]1st parameter 'pAction' (pointer) has base type 'CCFiniteTimeAction'.
CCRepeat::copyWithZone ( CCZone* pZone )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCRepeat::initWithAction ( CCFiniteTimeAction* pAction, unsigned int times )1st parameter 'pAction' (pointer) has base type 'CCFiniteTimeAction'.
CCRepeat::isDone ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCRepeat::reverse ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCRepeat::startWithTarget ( CCNode* pTarget )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCRepeat::stop ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCRepeat::update ( ccTime time )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCRepeat::~CCRepeat [in-charge] ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::actionWithAction ( CCFiniteTimeAction* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCFiniteTimeAction'.
CCReverseTime::CCReverseTime [in-charge] ( )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::copyWithZone ( CCZone* pZone )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::initWithAction ( CCFiniteTimeAction* pAction )1st parameter 'pAction' (pointer) has base type 'CCFiniteTimeAction'.
CCReverseTime::reverse ( )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::startWithTarget ( CCNode* pTarget )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::stop ( )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::update ( ccTime time )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCReverseTime::~CCReverseTime [in-charge] ( )Field 'this->m_pOther' in the object of this method has base type 'CCFiniteTimeAction'.
CCSequence::actionOneTwo ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo ) [static]2nd parameter 'pActionTwo' (pointer) has base type 'CCFiniteTimeAction'.
CCSequence::actions ( CCFiniteTimeAction* pAction1, ... ) [static]1st parameter 'pAction1' (pointer) has base type 'CCFiniteTimeAction'.
CCSequence::copyWithZone ( CCZone* pZone )Field 'this->m_pActions' in the object of this method has base type 'CCFiniteTimeAction'.
CCSequence::reverse ( )Field 'this->m_pActions' in the object of this method has base type 'CCFiniteTimeAction'.
CCSequence::startWithTarget ( CCNode* pTarget )Field 'this->m_pActions' in the object of this method has base type 'CCFiniteTimeAction'.
CCSequence::stop ( )Field 'this->m_pActions' in the object of this method has base type 'CCFiniteTimeAction'.
CCSequence::update ( ccTime time )Field 'this->m_pActions' in the object of this method has base type 'CCFiniteTimeAction'.
CCSequence::~CCSequence [in-charge] ( )Field 'this->m_pActions' in the object of this method has base type 'CCFiniteTimeAction'.
CCShow::reverse ( )Return value (pointer) has base type 'CCFiniteTimeAction'.
CCSpawn::actionOneTwo ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 ) [static]1st parameter 'pAction1' (pointer) has base type 'CCFiniteTimeAction'.
CCSpawn::actions ( CCFiniteTimeAction* pAction1, ... ) [static]1st parameter 'pAction1' (pointer) has base type 'CCFiniteTimeAction'.
CCSpawn::copyWithZone ( CCZone* pZone )Field 'this->m_pTwo' in the object of this method has base type 'CCFiniteTimeAction'.
CCSpawn::reverse ( )Field 'this->m_pTwo' in the object of this method has base type 'CCFiniteTimeAction'.
CCSpawn::startWithTarget ( CCNode* pTarget )Field 'this->m_pTwo' in the object of this method has base type 'CCFiniteTimeAction'.
CCSpawn::stop ( )Field 'this->m_pTwo' in the object of this method has base type 'CCFiniteTimeAction'.
CCSpawn::update ( ccTime time )Field 'this->m_pTwo' in the object of this method has base type 'CCFiniteTimeAction'.
CCSpawn::~CCSpawn [in-charge] ( )Field 'this->m_pTwo' in the object of this method has base type 'CCFiniteTimeAction'.
CCActionInterval.h
namespace cocos2d
[+] class _ccBezierConfig (1)
| Change |
Effect |
1 | Size of this type has been changed from 24 bytes to 84 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (8)
CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]2nd parameter 'c' (reference) has base type '_ccBezierConfig'.
CCBezierBy::copyWithZone ( CCZone* pZone )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c )2nd parameter 'c' (reference) has base type '_ccBezierConfig'.
CCBezierBy::reverse ( )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::update ( ccTime time )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierBy::~CCBezierBy [in-charge] ( )Field 'this->m_sConfig' in the object of this method has base type '_ccBezierConfig'.
CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static]2nd parameter 'c' (reference) has base type '_ccBezierConfig'.
[+] class CCActionInterval (1)
| Change |
Effect |
1 | Type of field m_elapsed has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (128)
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'retval->m_pOther' in return value (pointer) has base type 'CCActionInterval'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelAmplitude::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelAmplitude::update ( ccTime time )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelAmplitude::~CCAccelAmplitude [in-charge] ( )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'retval->m_pOther' in return value (pointer) has base type 'CCActionInterval'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelDeccelAmplitude::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelDeccelAmplitude::update ( ccTime time )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCAccelDeccelAmplitude::~CCAccelDeccelAmplitude [in-charge] ( )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCActionCamera::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCActionEase::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCActionEase::copyWithZone ( CCZone* pZone )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCActionEase::initWithAction ( CCActionInterval* pAction )1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCActionEase::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCActionEase::startWithTarget ( CCNode* pTarget )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCActionEase::stop ( )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCActionEase::update ( ccTime time )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCActionEase::~CCActionEase [in-charge] ( )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCActionInterval::actionWithDuration ( ccTime d ) [static]Return value (pointer) has base type 'CCActionInterval'.
CCActionInterval::copyWithZone ( CCZone* pZone )This method is from 'CCActionInterval' class.
CCActionInterval::getAmplitudeRate ( )This method is from 'CCActionInterval' class.
CCActionInterval::initWithDuration ( ccTime d )This method is from 'CCActionInterval' class.
CCActionInterval::isDone ( )This method is from 'CCActionInterval' class.
CCActionInterval::reverse ( )This method is from 'CCActionInterval' class.
CCActionInterval::setAmplitudeRate ( CGFloat amp )This method is from 'CCActionInterval' class.
CCActionInterval::startWithTarget ( CCNode* pTarget )This method is from 'CCActionInterval' class.
CCActionInterval::step ( ccTime dt )This method is from 'CCActionInterval' class.
CCActionInterval::~CCActionInterval [in-charge] ( )This method is from 'CCActionInterval' class.
CCAnimate::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCBezierBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCBlink::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'retval->m_pOther' in return value (pointer) has base type 'CCActionInterval'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCDeccelAmplitude::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCDeccelAmplitude::update ( ccTime time )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCDeccelAmplitude::~CCDeccelAmplitude [in-charge] ( )Field 'this->m_pOther' in the object of this method has base type 'CCActionInterval'.
CCDelayTime::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseBackIn::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBackIn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseBackInOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBackOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBackOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseBounce::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBounceIn::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBounceIn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseBounceInOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBounceOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseBounceOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseElastic::actionWithAction ( CCActionInterval* pAction, float fPeriod ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseElastic::initWithAction ( CCActionInterval* pAction, float fPeriod )1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseElastic::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseElasticIn::actionWithAction ( CCActionInterval* pAction, float fPeriod ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseElasticIn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseElasticInOut::actionWithAction ( CCActionInterval* pAction, float fPeriod ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseElasticInOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseElasticOut::actionWithAction ( CCActionInterval* pAction, float fPeriod ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseElasticOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseExponentialIn::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseExponentialIn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseExponentialInOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseExponentialOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseExponentialOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseIn::actionWithAction ( CCActionInterval* pAction, float fRate ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseInOut::actionWithAction ( CCActionInterval* pAction, float fRate ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseInOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseOut::actionWithAction ( CCActionInterval* pAction, float fRate ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseRateAction::actionWithAction ( CCActionInterval* pAction, float fRate ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseRateAction::initWithAction ( CCActionInterval* pAction, float fRate )1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseRateAction::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseSineIn::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseSineIn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCEaseSineInOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseSineOut::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCEaseSineOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCFadeIn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCFadeOut::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCGridAction::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCJumpBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCMoveBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCProgressFromTo::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCRepeat::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCRepeatForever::actionWithAction ( CCActionInterval* pAction ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCRepeatForever::copyWithZone ( CCZone* pZone )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCRepeatForever::initWithAction ( CCActionInterval* pAction )1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCRepeatForever::isDone ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCRepeatForever::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCRepeatForever::step ( ccTime dt )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCRepeatForever::~CCRepeatForever [in-charge] ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCReverseTime::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCRotateBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCScaleBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCSequence::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCSkewBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCSpawn::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCSpeed::actionWithAction ( CCActionInterval* pAction, float fRate ) [static]1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCSpeed::copyWithZone ( CCZone* pZone )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCSpeed::initWithAction ( CCActionInterval* pAction, float fRate )1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCSpeed::isDone ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCSpeed::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCSpeed::setInnerAction ( CCActionInterval* pAction )1st parameter 'pAction' (pointer) has base type 'CCActionInterval'.
CCSpeed::startWithTarget ( CCNode* pTarget )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCSpeed::step ( ccTime dt )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCSpeed::stop ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCSpeed::~CCSpeed [in-charge] ( )Field 'this->m_pInnerAction' in the object of this method has base type 'CCActionInterval'.
CCTintBy::reverse ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionFadeBL::actionWithSize ( ccGridSize const& size )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionFadeDown::actionWithSize ( ccGridSize const& size )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionFadeTR::actionWithSize ( ccGridSize const& size )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionFadeTR::easeActionWithAction ( CCActionInterval* action )1st parameter 'action' (pointer) has base type 'CCActionInterval'.
CCTransitionFadeUp::actionWithSize ( ccGridSize const& size )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionMoveInL::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionMoveInL::easeActionWithAction ( CCActionInterval* action )1st parameter 'action' (pointer) has base type 'CCActionInterval'.
CCTransitionPageTurn::actionWithSize ( ccGridSize const& vector )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionShrinkGrow::easeActionWithAction ( CCActionInterval* action )1st parameter 'action' (pointer) has base type 'CCActionInterval'.
CCTransitionSlideInB::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionSlideInL::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionSlideInL::easeActionWithAction ( CCActionInterval* action )1st parameter 'action' (pointer) has base type 'CCActionInterval'.
CCTransitionSlideInR::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionSlideInT::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionSplitCols::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionSplitCols::easeActionWithAction ( CCActionInterval* action )1st parameter 'action' (pointer) has base type 'CCActionInterval'.
CCTransitionSplitRows::action ( )Return value (pointer) has base type 'CCActionInterval'.
CCTransitionTurnOffTiles::easeActionWithAction ( CCActionInterval* action )1st parameter 'action' (pointer) has base type 'CCActionInterval'.
[+] class CCAnimate (1)
| Change |
Effect |
1 | Field m_uExecutedLoops has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (8)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Return value (pointer) has base type 'CCAnimate'.
CCAnimate::copyWithZone ( CCZone* pZone )This method is from 'CCAnimate' class.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )This method is from 'CCAnimate' class.
CCAnimate::reverse ( )This method is from 'CCAnimate' class.
CCAnimate::startWithTarget ( CCNode* pTarget )This method is from 'CCAnimate' class.
CCAnimate::stop ( )This method is from 'CCAnimate' class.
CCAnimate::update ( ccTime time )This method is from 'CCAnimate' class.
CCAnimate::~CCAnimate [in-charge] ( )This method is from 'CCAnimate' class.
[+] class CCJumpBy (1)
| Change |
Effect |
1 | Type of field m_height has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (7)
CCJumpBy::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) [static]Return value (pointer) has base type 'CCJumpBy'.
CCJumpBy::copyWithZone ( CCZone* pZone )This method is from 'CCJumpBy' class.
CCJumpBy::initWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps )This method is from 'CCJumpBy' class.
CCJumpBy::reverse ( )This method is from 'CCJumpBy' class.
CCJumpBy::startWithTarget ( CCNode* pTarget )This method is from 'CCJumpBy' class.
CCJumpBy::update ( ccTime time )This method is from 'CCJumpBy' class.
CCJumpBy::~CCJumpBy [in-charge] ( )This method is from 'CCJumpBy' class.
[+] class CCSequence (1)
| Change |
Effect |
1 | Type of field m_split has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (7)
CCSequence::actionOneTwo ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo ) [static]Return value (pointer) has base type 'CCSequence'.
CCSequence::copyWithZone ( CCZone* pZone )This method is from 'CCSequence' class.
CCSequence::reverse ( )This method is from 'CCSequence' class.
CCSequence::startWithTarget ( CCNode* pTarget )This method is from 'CCSequence' class.
CCSequence::stop ( )This method is from 'CCSequence' class.
CCSequence::update ( ccTime time )This method is from 'CCSequence' class.
CCSequence::~CCSequence [in-charge] ( )This method is from 'CCSequence' class.
CCAffineTransform.h
namespace cocos2d
[+] class CCAffineTransform (6)
| Change |
Effect |
1 | Type of field a has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field b has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Type of field c has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
4 | Type of field d has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
5 | Type of field tx has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
6 | Type of field ty has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (196)
__CCAffineTransformMake ( CGFloat a, CGFloat b, CGFloat c, CGFloat d, CGFloat tx, CGFloat ty )Return value has type 'CCAffineTransform'.
__CCPointApplyAffineTransform ( CCPoint const& point, CCAffineTransform const& t )2nd parameter 't' (reference) has base type 'CCAffineTransform'.
__CCSizeApplyAffineTransform ( CCSize const& size, CCAffineTransform const& t )2nd parameter 't' (reference) has base type 'CCAffineTransform'.
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCAction::action ( ) [static]Field 'retval->m_pTarget->m_tTransform' in return value (pointer) has type 'CCAffineTransform'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::description ( )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::isDone ( )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCAction::step ( ccTime dt )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::stop ( )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::update ( ccTime time )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pOriginalTarget->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCActionCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCActionEase::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCActionInterval::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pTarget->m_tTransform' in return value (pointer) has type 'CCAffineTransform'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCAffineTransformConcat ( CCAffineTransform const& t1, CCAffineTransform const& t2 )2nd parameter 't2' (reference) has base type 'CCAffineTransform'.
CCAffineTransformEqualToTransform ( CCAffineTransform const& t1, CCAffineTransform const& t2 )1st parameter 't1' (reference) has base type 'CCAffineTransform'.
CCAffineTransformIdentity [data]Return value has base type 'CCAffineTransform'.
CCAffineTransformInvert ( CCAffineTransform const& t )1st parameter 't' (reference) has base type 'CCAffineTransform'.
CCAffineTransformMakeIdentity ( )Return value has type 'CCAffineTransform'.
CCAffineTransformRotate ( CCAffineTransform const& aTransform, CGFloat anAngle )1st parameter 'aTransform' (reference) has base type 'CCAffineTransform'.
CCAffineTransformScale ( CCAffineTransform const& t, CGFloat sx, CGFloat sy )1st parameter 't' (reference) has base type 'CCAffineTransform'.
CCAffineTransformTranslate ( CCAffineTransform const& t, float tx, float ty )1st parameter 't' (reference) has base type 'CCAffineTransform'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCBezierTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget->m_tTransform' in 1st parameter 'pAction' (pointer) has type 'CCAffineTransform'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::end ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::getNotificationNode ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::init ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::pause ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::resume ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setNotificationNode ( CCNode* node )Field 'node->m_tInverse' in 1st parameter 'node' (pointer) has type 'CCAffineTransform'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode->m_tInverse' in return value (pointer) has type 'CCAffineTransform'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCFadeTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Field 'pFollowedNode->m_tInverse' in 1st parameter 'pFollowedNode' (pointer) has type 'CCAffineTransform'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )Field 'pFollowedNode->m_tInverse' in 1st parameter 'pFollowedNode' (pointer) has type 'CCAffineTransform'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCGridAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCJumpBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCJumpTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCMoveBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCMoveTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCNode::addChild ( CCNode* child )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::addChild ( CCNode* child, int zOrder )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::boundingBox ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::CCNode [in-charge] ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::cleanup ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::description ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::draw ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getActionByTag ( int tag )Field 'this->m_tInverse' in the object of this method has type 'CCAffineTransform'.
CCNode::getAnchorPoint ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getCamera ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getChildByTag ( int tag )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getChildren ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getChildrenCount ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getContentSize ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getGrid ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getParent ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getPosition ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getPosition ( float* x, float* y )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getPositionLua ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getPositionX ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getPositionY ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getRotation ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getScale ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getScaleX ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getScaleY ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getSkewX ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getSkewY ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getTag ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getUserData ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getVertexZ ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::getZOrder ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::nodeToParentTransform ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::nodeToWorldTransform ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::numberOfRunningActions ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::onEnter ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::onEnterTransitionDidFinish ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::onExit ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::parentToNodeTransform ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::pauseSchedulerAndActions ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::registerScriptHandler ( int nHandler )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::removeChildByTag ( int tag, bool cleanup )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::removeFromParentAndCleanup ( bool cleanup )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::resumeSchedulerAndActions ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_tInverse' in 1st parameter 'action' (pointer) has type 'CCAffineTransform'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::scheduleUpdate ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::scheduleUpdateWithPriority ( int priority )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setAnchorPoint ( CCPoint const& var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setContentSize ( CCSize const& var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setGrid ( struct CCGridBase* var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setParent ( CCNode* var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setPosition ( CCPoint const& var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setPosition ( float x, float y )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setPositionX ( float x )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setPositionY ( float y )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setRotation ( float var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setScale ( float scale )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setScaleX ( float var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setScaleY ( float var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setSkewX ( float var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setSkewY ( float var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setTag ( int var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setUserData ( void* var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::setVertexZ ( float var )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::stopAction ( CCAction* action )Field 'action->m_pOriginalTarget->m_tInverse' in 1st parameter 'action' (pointer) has type 'CCAffineTransform'.
CCNode::stopActionByTag ( int tag )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::stopAllActions ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::transform ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::transformAncestors ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::unregisterScriptHandler ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::unscheduleAllSelectors ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::unscheduleUpdate ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::visit ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::worldToNodeTransform ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCNode::~CCNode [in-charge] ( )Field 'this->m_tTransform' in the object of this method has type 'CCAffineTransform'.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCProgressTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCRectApplyAffineTransform ( CCRect const& rect, CCAffineTransform const& anAffineTransform )2nd parameter 'anAffineTransform' (reference) has base type 'CCAffineTransform'.
CCRepeat::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCReverseTime::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCRotateBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCRotateTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCScaleBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCScaleTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSequence::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSkewBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSkewTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSpawn::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSpeed::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSplitCols::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCSplitRows::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCStopGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCTintBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCTintTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_tInverse' in 1st parameter 'pTarget' (pointer) has type 'CCAffineTransform'.
CCAnimation.h
namespace cocos2d
[+] class CCAnimation (6)
| Change |
Effect |
1 | Field m_bRestoreOriginalFrame has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_uLoops has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_pFrames has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_fDelay has been renamed to m_fDelayPerUnit. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
5 | Field m_nameStr has been renamed to m_fTotalDelayUnits. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
6 | Field m_pobFrames has been renamed to m_fDuration. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (13)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]1st parameter 'pAnimation' (pointer) has base type 'CCAnimation'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )1st parameter 'pAnimation' (pointer) has base type 'CCAnimation'.
CCAnimate::reverse ( )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::stop ( )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::update ( ccTime time )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pAnimation' in the object of this method has base type 'CCAnimation'.
CCAnimation::animation ( ) [static]Return value (pointer) has base type 'CCAnimation'.
CCAnimation::init ( )This method is from 'CCAnimation' class.
CCAnimation::~CCAnimation [in-charge] ( )This method is from 'CCAnimation' class.
CCAnimationCache::addAnimation ( CCAnimation* animation, char const* name )1st parameter 'animation' (pointer) has base type 'CCAnimation'.
CCAnimationCache::animationByName ( char const* name )Return value (pointer) has base type 'CCAnimation'.
CCAtlasNode.h
namespace cocos2d
[+] class CCAtlasNode (1)
| Change |
Effect |
1 | Field m_nUniformColor has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (18)
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Return value (pointer) has base type 'CCAtlasNode'.
CCAtlasNode::CCAtlasNode [in-charge] ( )This constructor is from 'CCAtlasNode' class.
CCAtlasNode::draw ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getBlendFunc ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getColor ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getOpacity ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getQuadsToDraw ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getTexture ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::getTextureAtlas ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )This method is from 'CCAtlasNode' class.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setColor ( ccColor3B const& var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setOpacity ( GLubyte var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setQuadsToDraw ( unsigned int var )This method is from 'CCAtlasNode' class.
CCAtlasNode::setTexture ( CCTexture2D* texture )This method is from 'CCAtlasNode' class.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )This method is from 'CCAtlasNode' class.
CCAtlasNode::updateAtlasValues ( )This method is from 'CCAtlasNode' class.
CCAtlasNode::~CCAtlasNode [in-charge] ( )This method is from 'CCAtlasNode' class.
CCCamera.h
namespace cocos2d
[+] class CCCamera (1)
| Change |
Effect |
1 | Field m_lookupMatrix has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (196)
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCAction::action ( ) [static]Field 'retval->m_pTarget->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::description ( )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::isDone ( )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCAction::step ( ccTime dt )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::stop ( )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::update ( ccTime time )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pOriginalTarget->m_pCamera' in the object of this method has base type 'CCCamera'.
CCActionCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionEase::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionInterval::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pTarget->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCBezierBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCBezierTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCCamera::CCCamera [in-charge] ( )This constructor is from 'CCCamera' class.
CCCamera::description ( )This method is from 'CCCamera' class.
CCCamera::getCenterXYZ ( float* pCenterX, float* pCenterY, float* pCenterZ )This method is from 'CCCamera' class.
CCCamera::getEyeXYZ ( float* pEyeX, float* pEyeY, float* pEyeZ )This method is from 'CCCamera' class.
CCCamera::getUpXYZ ( float* pUpX, float* pUpY, float* pUpZ )This method is from 'CCCamera' class.
CCCamera::init ( )This method is from 'CCCamera' class.
CCCamera::locate ( )This method is from 'CCCamera' class.
CCCamera::restore ( )This method is from 'CCCamera' class.
CCCamera::setCenterXYZ ( float fCenterX, float fCenterY, float fCenterZ )This method is from 'CCCamera' class.
CCCamera::setEyeXYZ ( float fEyeX, float fEyeY, float fEyeZ )This method is from 'CCCamera' class.
CCCamera::setUpXYZ ( float fUpX, float fUpY, float fUpZ )This method is from 'CCCamera' class.
CCCamera::~CCCamera [in-charge] ( )This method is from 'CCCamera' class.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pTarget->m_pCamera' in 1st parameter 'pAction' (pointer) has base type 'CCCamera'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::end ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getNotificationNode ( )Field 'retval->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::init ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::pause ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::resume ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setNotificationNode ( CCNode* node )Field 'node->m_pCamera' in 1st parameter 'node' (pointer) has base type 'CCCamera'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFadeTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]Field 'pFollowedNode->m_pCamera' in 1st parameter 'pFollowedNode' (pointer) has base type 'CCCamera'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )Field 'pFollowedNode->m_pCamera' in 1st parameter 'pFollowedNode' (pointer) has base type 'CCCamera'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode->m_pCamera' in the object of this method has base type 'CCCamera'.
CCGridAction::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCJumpBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCJumpTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCMoveBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCMoveTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCNode::addChild ( CCNode* child )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::boundingBox ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::CCNode [in-charge] ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::cleanup ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::description ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::draw ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getActionByTag ( int tag )Field 'retval->m_pTarget->m_pCamera' in return value (pointer) has base type 'CCCamera'.
CCNode::getAnchorPoint ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getCamera ( )Return value (pointer) has base type 'CCCamera'.
CCNode::getChildByTag ( int tag )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getChildren ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getChildrenCount ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getContentSize ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getGrid ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getParent ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPosition ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPosition ( float* x, float* y )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPositionLua ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPositionX ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getPositionY ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getRotation ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getScale ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getScaleX ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getScaleY ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getSkewX ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getSkewY ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getTag ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getUserData ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getVertexZ ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::getZOrder ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::nodeToParentTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::nodeToWorldTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::numberOfRunningActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::onEnter ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::onEnterTransitionDidFinish ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::onExit ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::parentToNodeTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::pauseSchedulerAndActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::registerScriptHandler ( int nHandler )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeChildByTag ( int tag, bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::removeFromParentAndCleanup ( bool cleanup )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::resumeSchedulerAndActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::runAction ( CCAction* action )Field 'action->m_pTarget->m_pCamera' in 1st parameter 'action' (pointer) has base type 'CCCamera'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::scheduleUpdate ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::scheduleUpdateWithPriority ( int priority )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setAnchorPoint ( CCPoint const& var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setContentSize ( CCSize const& var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setGrid ( struct CCGridBase* var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setParent ( CCNode* var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPosition ( CCPoint const& var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPosition ( float x, float y )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPositionX ( float x )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setPositionY ( float y )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setRotation ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setScale ( float scale )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setScaleX ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setScaleY ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setSkewX ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setSkewY ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setTag ( int var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setUserData ( void* var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::setVertexZ ( float var )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::stopAction ( CCAction* action )Field 'action->m_pTarget->m_pCamera' in 1st parameter 'action' (pointer) has base type 'CCCamera'.
CCNode::stopActionByTag ( int tag )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::stopAllActions ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::transform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::transformAncestors ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unregisterScriptHandler ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unscheduleAllSelectors ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::unscheduleUpdate ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::visit ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::worldToNodeTransform ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCNode::~CCNode [in-charge] ( )Field 'this->m_pCamera' in the object of this method has base type 'CCCamera'.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCProgressTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRepeat::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCReverseTime::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRotateBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCRotateTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCScaleBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCScaleTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSequence::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSkewBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSkewTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSpawn::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSpeed::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSplitCols::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCSplitRows::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCStopGrid::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCTintBy::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCTintTo::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )Field 'pTarget->m_pCamera' in 1st parameter 'pTarget' (pointer) has base type 'CCCamera'.
CCDirector.h
namespace cocos2d
[+] class CCDirector (7)
| Change |
Effect |
1 | Field m_bDisplayStats has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Base type of field m_pProjectionDelegate has been changed from CCProjectionProtocol to CCDirectorDelegate. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field m_pobScenesStack has been changed from CCMutableArray<CCScene*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
4 | Type of field m_fAccumDt has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
5 | Type of field m_fContentScaleFactor has been changed from CGFloat to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
6 | Type of field m_fDeltaTime has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
7 | Type of field m_fFrameRate has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (33)
CCDirector::calculateDeltaTime ( )This method is from 'CCDirector' class.
CCDirector::convertToGL ( CCPoint const& obPoint )This method is from 'CCDirector' class.
CCDirector::convertToUI ( CCPoint const& obPoint )This method is from 'CCDirector' class.
CCDirector::drawScene ( )This method is from 'CCDirector' class.
CCDirector::enableRetinaDisplay ( bool enabled )This method is from 'CCDirector' class.
CCDirector::end ( )This method is from 'CCDirector' class.
CCDirector::getContentScaleFactor ( )This method is from 'CCDirector' class.
CCDirector::getNotificationNode ( )This method is from 'CCDirector' class.
CCDirector::getWinSize ( )This method is from 'CCDirector' class.
CCDirector::getWinSizeInPixels ( )This method is from 'CCDirector' class.
CCDirector::getZEye ( )This method is from 'CCDirector' class.
CCDirector::init ( )This method is from 'CCDirector' class.
CCDirector::pause ( )This method is from 'CCDirector' class.
CCDirector::popScene ( )This method is from 'CCDirector' class.
CCDirector::purgeCachedData ( )This method is from 'CCDirector' class.
CCDirector::purgeDirector ( )This method is from 'CCDirector' class.
CCDirector::pushScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::replaceScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )This method is from 'CCDirector' class.
CCDirector::resume ( )This method is from 'CCDirector' class.
CCDirector::runWithScene ( CCScene* pScene )This method is from 'CCDirector' class.
CCDirector::setAlphaBlending ( bool bOn )This method is from 'CCDirector' class.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )This method is from 'CCDirector' class.
CCDirector::setDepthTest ( bool bOn )This method is from 'CCDirector' class.
CCDirector::setGLDefaultValues ( )This method is from 'CCDirector' class.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )This method is from 'CCDirector' class.
CCDirector::setNextScene ( )This method is from 'CCDirector' class.
CCDirector::setNotificationNode ( CCNode* node )This method is from 'CCDirector' class.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )This method is from 'CCDirector' class.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )This method is from 'CCDirector' class.
CCDirector::sharedDirector ( ) [static]Return value (pointer) has base type 'CCDirector'.
CCDirector::updateContentScaleFactor ( )This method is from 'CCDirector' class.
CCDirector::~CCDirector [in-charge] ( )This method is from 'CCDirector' class.
[+] enum ccDirectorProjection (3)
| Change |
Effect |
1 | The member CCDirectorProjection2D has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
2 | The member CCDirectorProjection3D has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
3 | The member CCDirectorProjectionCustom has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
[+] affected symbols (33)
CCDirector::calculateDeltaTime ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::drawScene ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::end ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::getContentScaleFactor ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::getNotificationNode ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::getWinSize ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::getZEye ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::init ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::pause ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::popScene ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::purgeCachedData ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::purgeDirector ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::resume ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setGLDefaultValues ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setNextScene ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )1st parameter 'kProjection' has type 'enum ccDirectorProjection'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_eProjection' in return value (pointer) has type 'enum ccDirectorProjection'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_eProjection' in the object of this method has type 'enum ccDirectorProjection'.
CCEGLView_linux.h
namespace cocos2d
[+] class CCEGLView (9)
| Change |
Effect |
1 | Size of field m_mousePoint has been changed from 8 bytes to 28 bytes. | Size of the inclusive type has been changed. |
2 | Field m_eInitOrientation has been removed from this type. | Size of the inclusive type has been changed. |
3 | Field m_fScreenScaleFactor has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field m_pDelegate has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field m_pSet has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field m_pTouch has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field m_rcViewPort has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field m_sSizeInPixel has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field m_sSizeInPoint has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (38)
CCDirector::calculateDeltaTime ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::drawScene ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::end ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getNotificationNode ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getWinSize ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::getZEye ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::init ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::pause ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::popScene ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::purgeCachedData ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::purgeDirector ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::resume ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setNextScene ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )1st parameter 'pobOpenGLView' (pointer) has base type 'CCEGLView'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pobOpenGLView' in return value (pointer) has base type 'CCEGLView'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pobOpenGLView' in the object of this method has base type 'CCEGLView'.
CCEGLView::CCEGLView [in-charge] ( )This constructor is from 'CCEGLView' class.
CCEGLView::isOpenGLReady ( )This method is from 'CCEGLView' class.
CCEGLView::setIMEKeyboardState ( bool bOpen )This method is from 'CCEGLView' class.
CCEGLView::swapBuffers ( )This method is from 'CCEGLView' class.
CCEGLView::~CCEGLView [in-charge] ( )This method is from 'CCEGLView' class.
CCGeometry.h
namespace cocos2d
[+] class CCPoint (2)
| Change |
Effect |
1 | Virtual method CCCopying::copyWithZone ( CCZone* ) has been overridden by CCPoint::copyWithZone ( CCZone* ). | Method CCPoint::copyWithZone ( CCZone* ) will be called instead of CCCopying::copyWithZone ( CCZone* ) by old applications. |
2 | Virtual method CCObject::~CCObject ( ) has been overridden by CCPoint::~CCPoint ( ). | Method CCPoint::~CCPoint ( ) will be called instead of CCObject::~CCObject ( ) by old applications. |
[+] affected symbols (2)
CCCopying::copyWithZone ( CCZone* pZone )The method 'CCPoint::copyWithZone (CCZone* pZone)' will be called instead of this method.
CCObject::~CCObject [in-charge] ( )The method 'CCPoint::~CCPoint [in-charge] ()' will be called instead of this method.
[+] class CCRect (2)
| Change |
Effect |
1 | Virtual method CCCopying::copyWithZone ( CCZone* ) has been overridden by CCRect::copyWithZone ( CCZone* ). | Method CCRect::copyWithZone ( CCZone* ) will be called instead of CCCopying::copyWithZone ( CCZone* ) by old applications. |
2 | Virtual method CCObject::~CCObject ( ) has been overridden by CCRect::~CCRect ( ). | Method CCRect::~CCRect ( ) will be called instead of CCObject::~CCObject ( ) by old applications. |
[+] affected symbols (2)
CCCopying::copyWithZone ( CCZone* pZone )The method 'CCRect::copyWithZone (CCZone* pZone)' will be called instead of this method.
CCObject::~CCObject [in-charge] ( )The method 'CCRect::~CCRect [in-charge] ()' will be called instead of this method.
[+] class CCSize (2)
| Change |
Effect |
1 | Virtual method CCCopying::copyWithZone ( CCZone* ) has been overridden by CCSize::copyWithZone ( CCZone* ). | Method CCSize::copyWithZone ( CCZone* ) will be called instead of CCCopying::copyWithZone ( CCZone* ) by old applications. |
2 | Virtual method CCObject::~CCObject ( ) has been overridden by CCSize::~CCSize ( ). | Method CCSize::~CCSize ( ) will be called instead of CCObject::~CCObject ( ) by old applications. |
[+] affected symbols (2)
CCCopying::copyWithZone ( CCZone* pZone )The method 'CCSize::copyWithZone (CCZone* pZone)' will be called instead of this method.
CCObject::~CCObject [in-charge] ( )The method 'CCSize::~CCSize [in-charge] ()' will be called instead of this method.
CCImage.h
namespace cocos2d
[+] class CCImage (3)
| Change |
Effect |
1 | Type of field m_nHeight has been changed from short to unsigned short. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Type of field m_nWidth has been changed from short to unsigned short. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Virtual method CCObject::~CCObject ( ) has been overridden by CCImage::~CCImage ( ). | Method CCImage::~CCImage ( ) will be called instead of CCObject::~CCObject ( ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCImage::getWidth |
CCCopying::copyWithZone |
12 |
CCImage::getHeight |
~CCImage |
16 |
CCImage::getBitsPerComponent |
~CCImage |
20 |
|
CCObject::isEqual |
24 |
|
CCObject::update |
28 |
|
CCImage::getWidth |
32 |
|
CCImage::getHeight |
36 |
|
CCImage::getBitsPerComponent |
[+] affected symbols (27)
CCImage::_initWithJpgData ( void* pData, int nDatalen )This method is from 'CCImage' class.
CCImage::_initWithPngData ( void* pData, int nDatalen )This method is from 'CCImage' class.
CCImage::_initWithRawData ( void* pData, int nDatalen, int nWidth, int nHeight, int nBitsPerComponent )This method is from 'CCImage' class.
CCImage::_saveImageToJPG ( char const* pszFilePath )This method is from 'CCImage' class.
CCImage::_saveImageToPNG ( char const* pszFilePath, bool bIsToRGB )This method is from 'CCImage' class.
CCImage::CCImage [in-charge] ( )This constructor is from 'CCImage' class.
CCImage::getBitsPerComponent ( ) constThis method is from 'CCImage' class.
CCImage::getHeight ( ) constThis method is from 'CCImage' class.
CCImage::getWidth ( ) constThis method is from 'CCImage' class.
CCImage::initWithImageData ( void* pData, int nDataLen, enum CCImage::EImageFormat eFmt, int nWidth, int nHeight, int nBitsPerComponent )This method is from 'CCImage' class.
CCImage::initWithImageFile ( char const* strPath, enum CCImage::EImageFormat imageType )This method is from 'CCImage' class.
CCImage::initWithImageFileThreadSafe ( char const* fullpath, enum CCImage::EImageFormat imageType )This method is from 'CCImage' class.
CCImage::initWithString ( char const* pText, int nWidth, int nHeight, enum CCImage::ETextAlign eAlignMask, char const* pFontName, int nSize )This method is from 'CCImage' class.
CCImage::saveToFile ( char const* pszFilePath, bool bIsToRGB )This method is from 'CCImage' class.
CCImage::~CCImage [in-charge] ( )This method is from 'CCImage' class.
CCRenderTexture::begin ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::getSprite ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pUITextureImage' in return value (pointer) has base type 'CCImage'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pUITextureImage' in return value (pointer) has base type 'CCImage'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pUITextureImage' in the object of this method has base type 'CCImage'.
CCTexture2D::initWithImage ( CCImage* uiImage )1st parameter 'uiImage' (pointer) has base type 'CCImage'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )1st parameter 'image' (pointer) has base type 'CCImage'.
CCIMEDelegate.h
namespace cocos2d
[+] struct CCIMEKeyboardNotificationInfo (1)
| Change |
Effect |
1 | Size of this type has been changed from 36 bytes to 156 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (4)
CCIMEDelegate::keyboardDidHide ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCIMEDelegate::keyboardDidShow ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCIMEDelegate::keyboardWillHide ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCIMEDelegate::keyboardWillShow ( struct CCIMEKeyboardNotificationInfo& info )1st parameter 'info' (reference) has base type 'struct CCIMEKeyboardNotificationInfo'.
CCLabelAtlas.h
namespace cocos2d
[+] class CCLabelAtlas (1)
| Change |
Effect |
1 | Field m_uMapStartChar has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (4)
CCLabelAtlas::getString ( )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::setString ( char const* label )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::updateAtlasValues ( )This method is from 'CCLabelAtlas' class.
CCLabelAtlas::~CCLabelAtlas [in-charge] ( )This method is from 'CCLabelAtlas' class.
CCLabelBMFont.h
namespace cocos2d
[+] class CCBMFontConfiguration (2)
| Change |
Effect |
1 | Field m_pBitmapFontArray has been renamed to m_pFontDefDictionary. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field m_uCommonHeight has been renamed to m_nCommonHeight. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (16)
CCBMFontConfiguration::CCBMFontConfiguration [in-charge] ( )This constructor is from 'CCBMFontConfiguration' class.
CCBMFontConfiguration::configurationWithFNTFile ( char const* FNTfile ) [static]Return value (pointer) has base type 'CCBMFontConfiguration'.
CCBMFontConfiguration::description ( )This method is from 'CCBMFontConfiguration' class.
CCBMFontConfiguration::initWithFNTfile ( char const* FNTfile )This method is from 'CCBMFontConfiguration' class.
CCBMFontConfiguration::~CCBMFontConfiguration [in-charge] ( )This method is from 'CCBMFontConfiguration' class.
CCLabelBMFont::createFontChars ( )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::getColor ( )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::getOpacity ( )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::getString ( )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::setColor ( ccColor3B const& var )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::setCString ( char const* label )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::setOpacity ( GLubyte var )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::setString ( char const* label )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
CCLabelBMFont::~CCLabelBMFont [in-charge] ( )Field 'this->m_pConfiguration' in the object of this method has base type 'CCBMFontConfiguration'.
FNTConfigLoadFile ( char const* file )Return value (pointer) has base type 'CCBMFontConfiguration'.
[+] class CCLabelBMFont (3)
| Change |
Effect |
1 | Field m_bLineBreakWithoutSpaces has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_tImageOffset has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Type of field m_sString has been changed from std::string to unsigned short*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (10)
CCLabelBMFont::createFontChars ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getColor ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getOpacity ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::getString ( )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setAnchorPoint ( CCPoint const& var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setColor ( ccColor3B const& var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setCString ( char const* label )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setOpacity ( GLubyte var )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::setString ( char const* label )This method is from 'CCLabelBMFont' class.
CCLabelBMFont::~CCLabelBMFont [in-charge] ( )This method is from 'CCLabelBMFont' class.
CCLabelTTF.h
namespace cocos2d
[+] class CCLabelTTF (3)
| Change |
Effect |
1 | Field m_string has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Virtual method CCSprite::init ( ) has been overridden by CCLabelTTF::init ( ). | Method CCLabelTTF::init ( ) will be called instead of CCSprite::init ( ) by old applications. |
3 | Field m_eAlignment has been renamed to m_hAlignment. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 94 entries | Virtual Table (New) - 127 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCLabelTTF |
~CCLabelTTF |
16 |
~CCLabelTTF |
~CCLabelTTF |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCSprite::setVertexZ |
CCSprite::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCSprite::setRotation |
CCSprite::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCSprite::setScaleX |
CCSprite::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCSprite::setScaleY |
CCSprite::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCSprite::setPosition |
CCSprite::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCSprite::setPositionInPixels |
CCSprite::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCSprite::setSkewX |
CCSprite::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCSprite::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCSprite::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCSprite::setIsVisible |
CCSprite::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCSprite::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCSprite::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSprite::addChild |
CCNode::onEnter |
208 |
CCSprite::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCSprite::addChild |
CCNode::onExit |
216 |
CCSprite::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSprite::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSprite::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSprite::addChild |
232 |
CCSprite::draw |
CCSprite::addChild |
236 |
CCNode::visit |
CCSprite::addChild |
240 |
CCSprite::getOpacity |
CCSprite::removeChild |
244 |
CCSprite::setOpacity |
CCSprite::removeAllChildrenWithCleanup |
248 |
CCSprite::getColor |
CCSprite::reorderChild |
252 |
CCSprite::setColor |
CCSprite::sortAllChildren |
256 |
CCSprite::getBlendFunc |
CCNode::cleanup |
260 |
CCSprite::setBlendFunc |
CCSprite::draw |
264 |
CCSprite::init |
CCNode::visit |
268 |
CCSprite::setDirtyRecursively |
CCNode::nodeToParentTransform |
272 |
CCSprite::setScale |
CCNode::parentToNodeTransform |
276 |
CCSprite::setIsOpacityModifyRGB |
CCNode::nodeToWorldTransform |
280 |
CCSprite::getIsOpacityModifyRGB |
CCNode::worldToNodeTransform |
284 |
CCSprite::setTexture |
CCSprite::getOpacity |
288 |
CCSprite::getTexture |
CCSprite::setOpacity |
292 |
CCLabelTTF::setString |
CCSprite::getColor |
296 |
CCLabelTTF::getString |
CCSprite::setColor |
300 |
CCLabelTTF::convertToLabelProtocol |
CCSprite::isDirty |
304 |
-0x0000000fc |
CCSprite::setDirty |
308 |
(int (*)(...))(& typeinfo) |
CCSprite::getBlendFunc |
312 |
non-virtual thunk |
CCSprite::setBlendFunc |
316 |
non-virtual thunk |
CCLabelTTF::init |
320 |
non-virtual thunk |
CCSprite::setDirtyRecursively |
324 |
non-virtual thunk |
CCSprite::setScale |
328 |
-0x000000100 |
CCSprite::ignoreAnchorPointForPosition |
332 |
(int (*)(...))(& typeinfo) |
CCSprite::setOpacityModifyRGB |
336 |
non-virtual thunk |
CCSprite::isOpacityModifyRGB |
340 |
non-virtual thunk |
CCSprite::setTexture |
344 |
non-virtual thunk |
CCSprite::getTexture |
348 |
non-virtual thunk |
CCSprite::initWithTexture |
352 |
non-virtual thunk |
CCSprite::initWithTexture |
356 |
non-virtual thunk |
CCSprite::initWithTexture |
360 |
-0x0000001c8 |
CCSprite::initWithSpriteFrame |
364 |
(int (*)(...))(& typeinfo) |
CCSprite::initWithSpriteFrameName |
368 |
non-virtual thunk |
CCSprite::initWithFile |
372 |
non-virtual thunk |
CCSprite::initWithFile |
376 |
|
CCSprite::updateTransform |
380 |
|
CCSprite::setTextureRect |
384 |
|
CCSprite::setTextureRect |
388 |
|
CCSprite::setVertexRect |
392 |
|
CCSprite::setDisplayFrame |
396 |
|
CCSprite::isFrameDisplayed |
400 |
|
CCSprite::displayFrame |
404 |
|
CCSprite::getBatchNode |
408 |
|
CCSprite::setBatchNode |
412 |
|
CCSprite::setDisplayFrameWithAnimationName |
416 |
|
CCSprite::setTextureCoords |
420 |
|
CCSprite::updateBlendFunc |
424 |
|
CCSprite::setReorderChildDirtyRecursively |
428 |
|
CCLabelTTF::setString |
432 |
|
CCLabelTTF::getString |
436 |
|
-0x000000114 |
440 |
|
(int (*)(...))(& typeinfo) |
444 |
|
non-virtual thunk |
448 |
|
non-virtual thunk |
452 |
|
non-virtual thunk |
456 |
|
non-virtual thunk |
460 |
|
-0x000000118 |
464 |
|
(int (*)(...))(& typeinfo) |
468 |
|
non-virtual thunk |
472 |
|
non-virtual thunk |
476 |
|
non-virtual thunk |
480 |
|
non-virtual thunk |
484 |
|
non-virtual thunk |
488 |
|
non-virtual thunk |
492 |
|
-0x000000244 |
496 |
|
(int (*)(...))(& typeinfo) |
500 |
|
non-virtual thunk |
504 |
|
non-virtual thunk |
[+] affected symbols (42)
CCDirector::calculateDeltaTime ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::drawScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::end ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getNotificationNode ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getWinSize ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::getZEye ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::init ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::pause ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::popScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::purgeCachedData ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::purgeDirector ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::resume ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNextScene ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setNotificationNode ( CCNode* node )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pFPSLabel' in return value (pointer) has base type 'CCLabelTTF'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pFPSLabel' in the object of this method has base type 'CCLabelTTF'.
CCLabelTTF::CCLabelTTF [in-charge] ( )This constructor is from 'CCLabelTTF' class.
CCLabelTTF::description ( )This method is from 'CCLabelTTF' class.
CCLabelTTF::getString ( )This method is from 'CCLabelTTF' class.
CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize )This method is from 'CCLabelTTF' class.
CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCLabelTTF'.
CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]Return value (pointer) has base type 'CCLabelTTF'.
CCLabelTTF::setString ( char const* label )This method is from 'CCLabelTTF' class.
CCLabelTTF::~CCLabelTTF [in-charge] ( )This method is from 'CCLabelTTF' class.
CCSprite::init ( )The method 'CCLabelTTF::init ()' will be called instead of this method.
CCLayer.h
namespace cocos2d
[+] class CCLayerMultiplex (1)
| Change |
Effect |
1 | Base type of field m_pLayers has been changed from CCMutableArray<CCLayer*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (8)
CCLayerMultiplex::addLayer ( CCLayer* layer )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::CCLayerMultiplex [in-charge] ( )This constructor is from 'CCLayerMultiplex' class.
CCLayerMultiplex::initWithLayers ( CCLayer* layer, va_list params )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::layerWithLayer ( CCLayer* layer ) [static]Return value (pointer) has base type 'CCLayerMultiplex'.
CCLayerMultiplex::layerWithLayers ( CCLayer* layer, ... ) [static]Return value (pointer) has base type 'CCLayerMultiplex'.
CCLayerMultiplex::switchTo ( unsigned int n )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::switchToAndReleaseMe ( unsigned int n )This method is from 'CCLayerMultiplex' class.
CCLayerMultiplex::~CCLayerMultiplex [in-charge] ( )This method is from 'CCLayerMultiplex' class.
CCMenuItem.h
namespace cocos2d
[+] class CCMenuItemToggle (1)
| Change |
Effect |
1 | Base type of field m_pSubItems has been changed from CCMutableArray<CCMenuItem*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (17)
CCMenuItemToggle::activate ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::addSubItem ( CCMenuItem* item )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getColor ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getOpacity ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getSelectedIndex ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::getSubItems ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::initWithItem ( CCMenuItem* item )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::initWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, va_list args )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::itemWithItem ( CCMenuItem* item ) [static]Return value (pointer) has base type 'CCMenuItemToggle'.
CCMenuItemToggle::itemWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, ... ) [static]Return value (pointer) has base type 'CCMenuItemToggle'.
CCMenuItemToggle::selected ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::selectedItem ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::setColor ( ccColor3B const& var )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::setOpacity ( GLubyte var )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::setSelectedIndex ( unsigned int var )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::unselected ( )This method is from 'CCMenuItemToggle' class.
CCMenuItemToggle::~CCMenuItemToggle [in-charge] ( )This method is from 'CCMenuItemToggle' class.
CCMotionStreak.h
namespace cocos2d
[+] class CCMotionStreak (15)
| Change |
Effect |
1 | Field m_bFastMode has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_fFadeDelta has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_fMinSeg has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field m_fStroke has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field m_pColorPointer has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field m_pPointState has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field m_pPointVertexes has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field m_pTexCoords has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field m_pVertices has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 | Field m_tColor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
11 | Field m_tPositionR has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
12 | Field m_uMaxPoints has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
13 | Field m_uNuPoints has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
14 | Field m_uPreviousNuPoints has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
15 | Field m_bStartingPositionInitialized has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (6)
CCMotionStreak::getBlendFunc ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::getTexture ( )This method is from 'CCMotionStreak' class.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )This method is from 'CCMotionStreak' class.
CCMotionStreak::setTexture ( CCTexture2D* var )This method is from 'CCMotionStreak' class.
CCMotionStreak::update ( ccTime delta )This method is from 'CCMotionStreak' class.
CCMotionStreak::~CCMotionStreak [in-charge] ( )This method is from 'CCMotionStreak' class.
CCNode.h
namespace cocos2d
[+] class CCNode (1)
| Change |
Effect |
1 | Field m_bReorderChildDirty has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (184)
CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAccelDeccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAction::action ( ) [static]Field 'retval->m_pOriginalTarget' in return value (pointer) has base type 'CCNode'.
CCAction::CCAction [in-charge] ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::copyWithZone ( CCZone* pZone )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::description ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::isDone ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCAction::step ( ccTime dt )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::stop ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::update ( ccTime time )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCAction::~CCAction [in-charge] ( )Field 'this->m_pTarget' in the object of this method has base type 'CCNode'.
CCActionCamera::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionEase::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionInterval::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionManager::addAction ( CCAction* pAction, CCNode* pTarget, bool paused )2nd parameter 'pTarget' (pointer) has base type 'CCNode'.
CCActionManager::getActionByTag ( unsigned int tag, CCObject* pTarget )Field 'retval->m_pOriginalTarget' in return value (pointer) has base type 'CCNode'.
CCActionManager::removeAction ( CCAction* pAction )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCAnimate::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCBezierBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCBezierTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static]Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration )Field 'pAction->m_pOriginalTarget' in 1st parameter 'pAction' (pointer) has base type 'CCNode'.
CCDeccelAmplitude::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCDirector::calculateDeltaTime ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::convertToGL ( CCPoint const& obPoint )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::convertToUI ( CCPoint const& obPoint )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::drawScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::enableRetinaDisplay ( bool enabled )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::end ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getContentScaleFactor ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getNotificationNode ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getWinSize ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getWinSizeInPixels ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::getZEye ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::init ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::pause ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::popScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::purgeCachedData ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::purgeDirector ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::pushScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::replaceScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::reshapeProjection ( CCSize const& newWindowSize )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::resume ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::runWithScene ( CCScene* pScene )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setAlphaBlending ( bool bOn )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setContentScaleFactor ( CGFloat scaleFactor )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setDepthTest ( bool bOn )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setGLDefaultValues ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNextDeltaTimeZero ( bool bNextDeltaTimeZero )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNextScene ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setNotificationNode ( CCNode* node )1st parameter 'node' (pointer) has base type 'CCNode'.
CCDirector::setOpenGLView ( CCEGLView* pobOpenGLView )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::setProjection ( enum ccDirectorProjection kProjection )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::sharedDirector ( ) [static]Field 'retval->m_pNotificationNode' in return value (pointer) has base type 'CCNode'.
CCDirector::updateContentScaleFactor ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCDirector::~CCDirector [in-charge] ( )Field 'this->m_pNotificationNode' in the object of this method has base type 'CCNode'.
CCFadeTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static]1st parameter 'pFollowedNode' (pointer) has base type 'CCNode'.
CCFollow::copyWithZone ( CCZone* pZone )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect )1st parameter 'pFollowedNode' (pointer) has base type 'CCNode'.
CCFollow::isDone ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::step ( ccTime dt )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::stop ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCFollow::~CCFollow [in-charge] ( )Field 'this->m_pobFollowedNode' in the object of this method has base type 'CCNode'.
CCGridAction::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCJumpBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCJumpTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCMoveBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCMoveTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCNode::addChild ( CCNode* child )This method is from 'CCNode' class.
CCNode::addChild ( CCNode* child, int zOrder )This method is from 'CCNode' class.
CCNode::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCNode' class.
CCNode::boundingBox ( )This method is from 'CCNode' class.
CCNode::CCNode [in-charge] ( )This constructor is from 'CCNode' class.
CCNode::cleanup ( )This method is from 'CCNode' class.
CCNode::convertToNodeSpace ( CCPoint const& worldPoint )This method is from 'CCNode' class.
CCNode::convertToNodeSpaceAR ( CCPoint const& worldPoint )This method is from 'CCNode' class.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )This method is from 'CCNode' class.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )This method is from 'CCNode' class.
CCNode::convertToWorldSpace ( CCPoint const& nodePoint )This method is from 'CCNode' class.
CCNode::convertToWorldSpaceAR ( CCPoint const& nodePoint )This method is from 'CCNode' class.
CCNode::description ( )This method is from 'CCNode' class.
CCNode::draw ( )This method is from 'CCNode' class.
CCNode::getActionByTag ( int tag )This method is from 'CCNode' class.
CCNode::getAnchorPoint ( )This method is from 'CCNode' class.
CCNode::getCamera ( )This method is from 'CCNode' class.
CCNode::getChildByTag ( int tag )This method is from 'CCNode' class.
CCNode::getChildren ( )This method is from 'CCNode' class.
CCNode::getChildrenCount ( )This method is from 'CCNode' class.
CCNode::getContentSize ( )This method is from 'CCNode' class.
CCNode::getGrid ( )This method is from 'CCNode' class.
CCNode::getParent ( )This method is from 'CCNode' class.
CCNode::getPosition ( )This method is from 'CCNode' class.
CCNode::getPosition ( float* x, float* y )This method is from 'CCNode' class.
CCNode::getPositionLua ( )This method is from 'CCNode' class.
CCNode::getPositionX ( )This method is from 'CCNode' class.
CCNode::getPositionY ( )This method is from 'CCNode' class.
CCNode::getRotation ( )This method is from 'CCNode' class.
CCNode::getScale ( )This method is from 'CCNode' class.
CCNode::getScaleX ( )This method is from 'CCNode' class.
CCNode::getScaleY ( )This method is from 'CCNode' class.
CCNode::getSkewX ( )This method is from 'CCNode' class.
CCNode::getSkewY ( )This method is from 'CCNode' class.
CCNode::getTag ( )This method is from 'CCNode' class.
CCNode::getUserData ( )This method is from 'CCNode' class.
CCNode::getVertexZ ( )This method is from 'CCNode' class.
CCNode::getZOrder ( )This method is from 'CCNode' class.
CCNode::nodeToParentTransform ( )This method is from 'CCNode' class.
CCNode::nodeToWorldTransform ( )This method is from 'CCNode' class.
CCNode::numberOfRunningActions ( )This method is from 'CCNode' class.
CCNode::onEnter ( )This method is from 'CCNode' class.
CCNode::onEnterTransitionDidFinish ( )This method is from 'CCNode' class.
CCNode::onExit ( )This method is from 'CCNode' class.
CCNode::parentToNodeTransform ( )This method is from 'CCNode' class.
CCNode::pauseSchedulerAndActions ( )This method is from 'CCNode' class.
CCNode::registerScriptHandler ( int nHandler )This method is from 'CCNode' class.
CCNode::removeAllChildrenWithCleanup ( bool cleanup )This method is from 'CCNode' class.
CCNode::removeChild ( CCNode* child, bool cleanup )This method is from 'CCNode' class.
CCNode::removeChildByTag ( int tag, bool cleanup )This method is from 'CCNode' class.
CCNode::removeFromParentAndCleanup ( bool cleanup )This method is from 'CCNode' class.
CCNode::reorderChild ( CCNode* child, int zOrder )This method is from 'CCNode' class.
CCNode::resumeSchedulerAndActions ( )This method is from 'CCNode' class.
CCNode::runAction ( CCAction* action )Field 'action->m_pOriginalTarget' in 1st parameter 'action' (pointer) has base type 'CCNode'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector )This method is from 'CCNode' class.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )This method is from 'CCNode' class.
CCNode::scheduleUpdate ( )This method is from 'CCNode' class.
CCNode::scheduleUpdateWithPriority ( int priority )This method is from 'CCNode' class.
CCNode::setAnchorPoint ( CCPoint const& var )This method is from 'CCNode' class.
CCNode::setContentSize ( CCSize const& var )This method is from 'CCNode' class.
CCNode::setGrid ( struct CCGridBase* var )This method is from 'CCNode' class.
CCNode::setParent ( CCNode* var )This method is from 'CCNode' class.
CCNode::setPosition ( CCPoint const& var )This method is from 'CCNode' class.
CCNode::setPosition ( float x, float y )This method is from 'CCNode' class.
CCNode::setPositionX ( float x )This method is from 'CCNode' class.
CCNode::setPositionY ( float y )This method is from 'CCNode' class.
CCNode::setRotation ( float var )This method is from 'CCNode' class.
CCNode::setScale ( float scale )This method is from 'CCNode' class.
CCNode::setScaleX ( float var )This method is from 'CCNode' class.
CCNode::setScaleY ( float var )This method is from 'CCNode' class.
CCNode::setSkewX ( float var )This method is from 'CCNode' class.
CCNode::setSkewY ( float var )This method is from 'CCNode' class.
CCNode::setTag ( int var )This method is from 'CCNode' class.
CCNode::setUserData ( void* var )This method is from 'CCNode' class.
CCNode::setVertexZ ( float var )This method is from 'CCNode' class.
CCNode::stopAction ( CCAction* action )Field 'action->m_pOriginalTarget' in 1st parameter 'action' (pointer) has base type 'CCNode'.
CCNode::stopActionByTag ( int tag )This method is from 'CCNode' class.
CCNode::stopAllActions ( )This method is from 'CCNode' class.
CCNode::transform ( )This method is from 'CCNode' class.
CCNode::transformAncestors ( )This method is from 'CCNode' class.
CCNode::unregisterScriptHandler ( )This method is from 'CCNode' class.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )This method is from 'CCNode' class.
CCNode::unscheduleAllSelectors ( )This method is from 'CCNode' class.
CCNode::unscheduleUpdate ( )This method is from 'CCNode' class.
CCNode::visit ( )This method is from 'CCNode' class.
CCNode::worldToNodeTransform ( )This method is from 'CCNode' class.
CCNode::~CCNode [in-charge] ( )This method is from 'CCNode' class.
CCOrbitCamera::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCProgressFromTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCProgressTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRepeat::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRepeatForever::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCReuseGrid::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCReverseTime::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRotateBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCRotateTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScaleBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCScaleTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSequence::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCShuffleTiles::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSkewBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSkewTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSpawn::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSpeed::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSplitCols::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCSplitRows::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCStopGrid::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTintBy::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTintTo::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCTurnOffTiles::startWithTarget ( CCNode* pTarget )1st parameter 'pTarget' (pointer) has base type 'CCNode'.
CCObject.h
namespace cocos2d
[+] typedef SEL_SCHEDULE (1)
| Change |
Effect |
1 | Base type has been changed from void(CCObject::*)(ccTime) to void(CCObject::*)(float). | Possible incorrect initialization of parameters by applications. |
[+] affected symbols (13)
CCNode::schedule ( void(CCObject::*)(ccTime) selector )1st parameter 'selector' has type 'SEL_SCHEDULE'.
CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval )1st parameter 'selector' has type 'SEL_SCHEDULE'.
CCNode::unschedule ( void(CCObject::*)(ccTime) selector )1st parameter 'selector' has type 'SEL_SCHEDULE'.
CCScheduler::scheduleSelector ( void(CCObject::*)(ccTime) pfnSelector, CCObject* pTarget, ccTime fInterval, bool bPaused )1st parameter 'pfnSelector' has type 'SEL_SCHEDULE'.
CCScheduler::unscheduleSelector ( void(CCObject::*)(ccTime) pfnSelector, CCObject* pTarget )1st parameter 'pfnSelector' has type 'SEL_SCHEDULE'.
CCTimer::CCTimer [in-charge] ( )Field 'this->m_pfnSelector' in the object of this method has type 'SEL_SCHEDULE'.
CCTimer::initWithScriptHandler ( int nHandler, ccTime fSeconds )Field 'this->m_pfnSelector' in the object of this method has type 'SEL_SCHEDULE'.
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector )2nd parameter 'pfnSelector' has type 'SEL_SCHEDULE'.
CCTimer::timerWithScriptHandler ( int nHandler, ccTime fSeconds ) [static]Field 'retval->m_pfnSelector' in return value (pointer) has type 'SEL_SCHEDULE'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector ) [static]2nd parameter 'pfnSelector' has type 'SEL_SCHEDULE'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) [static]2nd parameter 'pfnSelector' has type 'SEL_SCHEDULE'.
CCTimer::update ( ccTime dt )Field 'this->m_pfnSelector' in the object of this method has type 'SEL_SCHEDULE'.
CCTimer::~CCTimer [in-charge] ( )Field 'this->m_pfnSelector' in the object of this method has type 'SEL_SCHEDULE'.
CCParticleSystem.h
[+] struct anon-struct-CCParticleSystem.h-107 (1)
| Change |
Effect |
1 | Size of this type has been changed from 16 bytes to 36 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (91)
CCParticleSystem::addParticle ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getAngle ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getDuration ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndColor ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSize ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getGravity ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getLife ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getPositionType ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getPosVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getSpeed ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartColor ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSize ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTexture ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'particle->modeA' in 1st parameter 'particle' (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::isFull ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pParticles->modeA' in return value (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::postStep ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::resetSystem ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setLife ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::stopSystem ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'particle->modeA' in 1st parameter 'particle' (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pParticles->modeA' in the object of this method has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'particle->modeA' in 1st parameter 'particle' (pointer) has type 'anon-struct-CCParticleSystem.h-107'.
CCParticleSystem.h
namespace cocos2d
[+] class CCParticleSystem (3)
| Change |
Effect |
1 | Virtual method CCNode::setRotation ( float ) has been overridden by CCParticleSystem::setRotation ( float ). | Method CCParticleSystem::setRotation ( float ) will be called instead of CCNode::setRotation ( float ) by old applications. |
2 | Virtual method CCNode::setScaleX ( float ) has been overridden by CCParticleSystem::setScaleX ( float ). | Method CCParticleSystem::setScaleX ( float ) will be called instead of CCNode::setScaleX ( float ) by old applications. |
3 | Virtual method CCNode::setScaleY ( float ) has been overridden by CCParticleSystem::setScaleY ( float ). | Method CCParticleSystem::setScaleY ( float ) will be called instead of CCNode::setScaleY ( float ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 151 entries | Virtual Table (New) - 171 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCParticleSystem |
~CCParticleSystem |
16 |
~CCParticleSystem |
~CCParticleSystem |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCParticleSystem::update |
CCParticleSystem::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCParticleSystem::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCParticleSystem::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCParticleSystem::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCNode::addChild |
CCNode::onEnter |
208 |
CCNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCNode::addChild |
CCNode::onExit |
216 |
CCNode::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCNode::addChild |
232 |
CCNode::draw |
CCNode::addChild |
236 |
CCNode::visit |
CCNode::addChild |
240 |
CCParticleSystem::getIsActive |
CCNode::removeChild |
244 |
CCParticleSystem::getParticleCount |
CCNode::removeAllChildrenWithCleanup |
248 |
CCParticleSystem::getDuration |
CCNode::reorderChild |
252 |
CCParticleSystem::setDuration |
CCNode::sortAllChildren |
256 |
CCParticleSystem::getSourcePosition |
CCNode::cleanup |
260 |
CCParticleSystem::setSourcePosition |
CCNode::draw |
264 |
CCParticleSystem::getPosVar |
CCNode::visit |
268 |
CCParticleSystem::setPosVar |
CCNode::nodeToParentTransform |
272 |
CCParticleSystem::getLife |
CCNode::parentToNodeTransform |
276 |
CCParticleSystem::setLife |
CCNode::nodeToWorldTransform |
280 |
CCParticleSystem::getLifeVar |
CCNode::worldToNodeTransform |
284 |
CCParticleSystem::setLifeVar |
CCParticleSystem::getBatchNode |
288 |
CCParticleSystem::getAngle |
CCParticleSystem::setBatchNode |
292 |
CCParticleSystem::setAngle |
CCParticleSystem::getAtlasIndex |
296 |
CCParticleSystem::getAngleVar |
CCParticleSystem::setAtlasIndex |
300 |
CCParticleSystem::setAngleVar |
CCParticleSystem::getParticleCount |
304 |
CCParticleSystem::getGravity |
CCParticleSystem::getDuration |
308 |
CCParticleSystem::setGravity |
CCParticleSystem::setDuration |
312 |
CCParticleSystem::getSpeed |
CCParticleSystem::getSourcePosition |
316 |
CCParticleSystem::setSpeed |
CCParticleSystem::setSourcePosition |
320 |
CCParticleSystem::getSpeedVar |
CCParticleSystem::getPosVar |
324 |
CCParticleSystem::setSpeedVar |
CCParticleSystem::setPosVar |
328 |
CCParticleSystem::getTangentialAccel |
CCParticleSystem::getLife |
332 |
CCParticleSystem::setTangentialAccel |
CCParticleSystem::setLife |
336 |
CCParticleSystem::getTangentialAccelVar |
CCParticleSystem::getLifeVar |
340 |
CCParticleSystem::setTangentialAccelVar |
CCParticleSystem::setLifeVar |
344 |
CCParticleSystem::getRadialAccel |
CCParticleSystem::getAngle |
348 |
CCParticleSystem::setRadialAccel |
CCParticleSystem::setAngle |
352 |
CCParticleSystem::getRadialAccelVar |
CCParticleSystem::getAngleVar |
356 |
CCParticleSystem::setRadialAccelVar |
CCParticleSystem::setAngleVar |
360 |
CCParticleSystem::getStartRadius |
CCParticleSystem::getGravity |
364 |
CCParticleSystem::setStartRadius |
CCParticleSystem::setGravity |
368 |
CCParticleSystem::getStartRadiusVar |
CCParticleSystem::getSpeed |
372 |
CCParticleSystem::setStartRadiusVar |
CCParticleSystem::setSpeed |
376 |
CCParticleSystem::getEndRadius |
CCParticleSystem::getSpeedVar |
380 |
CCParticleSystem::setEndRadius |
CCParticleSystem::setSpeedVar |
384 |
CCParticleSystem::getEndRadiusVar |
CCParticleSystem::getTangentialAccel |
388 |
CCParticleSystem::setEndRadiusVar |
CCParticleSystem::setTangentialAccel |
392 |
CCParticleSystem::getRotatePerSecond |
CCParticleSystem::getTangentialAccelVar |
396 |
CCParticleSystem::setRotatePerSecond |
CCParticleSystem::setTangentialAccelVar |
400 |
CCParticleSystem::getRotatePerSecondVar |
CCParticleSystem::getRadialAccel |
404 |
CCParticleSystem::setRotatePerSecondVar |
CCParticleSystem::setRadialAccel |
408 |
CCParticleSystem::getStartSize |
CCParticleSystem::getRadialAccelVar |
412 |
CCParticleSystem::setStartSize |
CCParticleSystem::setRadialAccelVar |
416 |
CCParticleSystem::getStartSizeVar |
CCParticleSystem::getStartRadius |
420 |
CCParticleSystem::setStartSizeVar |
CCParticleSystem::setStartRadius |
424 |
CCParticleSystem::getEndSize |
CCParticleSystem::getStartRadiusVar |
428 |
CCParticleSystem::setEndSize |
CCParticleSystem::setStartRadiusVar |
432 |
CCParticleSystem::getEndSizeVar |
CCParticleSystem::getEndRadius |
436 |
CCParticleSystem::setEndSizeVar |
CCParticleSystem::setEndRadius |
440 |
CCParticleSystem::getStartColor |
CCParticleSystem::getEndRadiusVar |
444 |
CCParticleSystem::setStartColor |
CCParticleSystem::setEndRadiusVar |
448 |
CCParticleSystem::getStartColorVar |
CCParticleSystem::getRotatePerSecond |
452 |
CCParticleSystem::setStartColorVar |
CCParticleSystem::setRotatePerSecond |
456 |
CCParticleSystem::getEndColor |
CCParticleSystem::getRotatePerSecondVar |
460 |
CCParticleSystem::setEndColor |
CCParticleSystem::setRotatePerSecondVar |
464 |
CCParticleSystem::getEndColorVar |
CCParticleSystem::setScale |
468 |
CCParticleSystem::setEndColorVar |
CCParticleSystem::isActive |
472 |
CCParticleSystem::getStartSpin |
CCParticleSystem::isBlendAdditive |
476 |
CCParticleSystem::setStartSpin |
CCParticleSystem::setBlendAdditive |
480 |
CCParticleSystem::getStartSpinVar |
CCParticleSystem::getStartSize |
484 |
CCParticleSystem::setStartSpinVar |
CCParticleSystem::setStartSize |
488 |
CCParticleSystem::getEndSpin |
CCParticleSystem::getStartSizeVar |
492 |
CCParticleSystem::setEndSpin |
CCParticleSystem::setStartSizeVar |
496 |
CCParticleSystem::getEndSpinVar |
CCParticleSystem::getEndSize |
500 |
CCParticleSystem::setEndSpinVar |
CCParticleSystem::setEndSize |
504 |
CCParticleSystem::getEmissionRate |
CCParticleSystem::getEndSizeVar |
508 |
CCParticleSystem::setEmissionRate |
CCParticleSystem::setEndSizeVar |
512 |
CCParticleSystem::getTotalParticles |
CCParticleSystem::getStartColor |
516 |
CCParticleSystem::setTotalParticles |
CCParticleSystem::setStartColor |
520 |
CCParticleSystem::getTexture |
CCParticleSystem::getStartColorVar |
524 |
CCParticleSystem::setTexture |
CCParticleSystem::setStartColorVar |
528 |
CCParticleSystem::getBlendFunc |
CCParticleSystem::getEndColor |
532 |
CCParticleSystem::setBlendFunc |
CCParticleSystem::setEndColor |
536 |
CCParticleSystem::getIsBlendAdditive |
CCParticleSystem::getEndColorVar |
540 |
CCParticleSystem::setIsBlendAdditive |
CCParticleSystem::setEndColorVar |
544 |
CCParticleSystem::getPositionType |
CCParticleSystem::getStartSpin |
548 |
CCParticleSystem::setPositionType |
CCParticleSystem::setStartSpin |
552 |
CCParticleSystem::getIsAutoRemoveOnFinish |
CCParticleSystem::getStartSpinVar |
556 |
CCParticleSystem::setIsAutoRemoveOnFinish |
CCParticleSystem::setStartSpinVar |
560 |
CCParticleSystem::getEmitterMode |
CCParticleSystem::getEndSpin |
564 |
CCParticleSystem::setEmitterMode |
CCParticleSystem::setEndSpin |
568 |
CCParticleSystem::initWithTotalParticles |
CCParticleSystem::getEndSpinVar |
572 |
CCParticleSystem::updateQuadWithParticle |
CCParticleSystem::setEndSpinVar |
576 |
CCParticleSystem::postStep |
CCParticleSystem::getEmissionRate |
580 |
-0x0000000fc |
CCParticleSystem::setEmissionRate |
584 |
(int (*)(...))(& typeinfo) |
CCParticleSystem::getTotalParticles |
588 |
non-virtual thunk |
CCParticleSystem::setTotalParticles |
592 |
non-virtual thunk |
CCParticleSystem::getTexture |
596 |
non-virtual thunk |
CCParticleSystem::setTexture |
600 |
non-virtual thunk |
CCParticleSystem::getBlendFunc |
604 |
|
CCParticleSystem::setBlendFunc |
608 |
|
CCParticleSystem::getOpacityModifyRGB |
612 |
|
CCParticleSystem::setOpacityModifyRGB |
616 |
|
CCParticleSystem::getPositionType |
620 |
|
CCParticleSystem::setPositionType |
624 |
|
CCParticleSystem::isAutoRemoveOnFinish |
628 |
|
CCParticleSystem::setAutoRemoveOnFinish |
632 |
|
CCParticleSystem::getEmitterMode |
636 |
|
CCParticleSystem::setEmitterMode |
640 |
|
CCParticleSystem::initWithTotalParticles |
644 |
|
CCParticleSystem::updateQuadWithParticle |
648 |
|
CCParticleSystem::postStep |
652 |
|
CCParticleSystem::updateWithNoTime |
656 |
|
CCParticleSystem::updateBlendFunc |
660 |
|
-0x000000114 |
664 |
|
(int (*)(...))(& typeinfo) |
668 |
|
non-virtual thunk |
672 |
|
non-virtual thunk |
676 |
|
non-virtual thunk |
680 |
|
non-virtual thunk |
[+] affected symbols (3)
CCNode::setRotation ( float var )The method 'CCParticleSystem::setRotation (float newRotation)' will be called instead of this method.
CCNode::setScaleX ( float var )The method 'CCParticleSystem::setScaleX (float newScaleX)' will be called instead of this method.
CCNode::setScaleY ( float var )The method 'CCParticleSystem::setScaleY (float newScaleY)' will be called instead of this method.
[+] class CCParticleSystem::anon-struct-CCParticleSystem.h-179 (1)
| Change |
Effect |
1 | Size of this type has been changed from 32 bytes to 52 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (90)
CCParticleSystem::addParticle ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getAngle ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getAngleVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getBlendFunc ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getDuration ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEmissionRate ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEmitterMode ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndColor ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndColorVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndRadius ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSize ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSizeVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSpin ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getEndSpinVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getGravity ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getLife ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getLifeVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getParticleCount ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getPositionType ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getPosVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRadialAccel ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getSourcePosition ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getSpeed ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getSpeedVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartColor ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartColorVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartRadius ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSize ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSizeVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSpin ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getStartSpinVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTangentialAccel ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTexture ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::getTotalParticles ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::isFull ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->modeA' in return value (pointer) has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::postStep ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::resetSystem ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setAngle ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setAngleVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setDuration ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSize ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSpin ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setLife ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setLifeVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setSpeed ( float speed )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSize ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSpin ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::stopSystem ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::update ( ccTime dt )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->modeA' in the object of this method has type 'CCParticleSystem::anon-struct-CCParticleSystem.h-179'.
[+] struct sCCParticle (2)
| Change |
Effect |
1 | Size of this type has been changed from 100 bytes to 164 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Type of field timeToLive has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (91)
CCParticleSystem::addParticle ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getAngle ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getDuration ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndColor ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSize ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getGravity ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getLife ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getPositionType ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getPosVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getSpeed ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartColor ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSize ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTexture ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::initParticle ( tCCParticle* particle )1st parameter 'particle' (pointer) has base type 'struct sCCParticle'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::isFull ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pParticles' in return value (pointer) has base type 'struct sCCParticle'.
CCParticleSystem::postStep ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::resetSystem ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setLife ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::stopSystem ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )1st parameter 'particle' (pointer) has base type 'struct sCCParticle'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pParticles' in the object of this method has base type 'struct sCCParticle'.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )1st parameter 'particle' (pointer) has base type 'struct sCCParticle'.
CCParticleSystemQuad.h
namespace cocos2d
[+] class CCParticleSystemQuad (2)
| Change |
Effect |
1 | Field m_pBuffersVBO has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Base type of field m_pQuads has been changed from struct _ccV2F_C4B_T2F_Quad (80 bytes) to _ccV3F_C4B_T2F_Quad (96 bytes). | Possible access of applications to incorrect memory through the pointer. |
[+] affected symbols (10)
CCParticleSystemQuad::draw ( )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::initTexCoordsWithRect ( CCRect const& rect )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::initWithTotalParticles ( unsigned int numberOfParticles )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::particleWithFile ( char const* plistFile ) [static]Return value (pointer) has base type 'CCParticleSystemQuad'.
CCParticleSystemQuad::postStep ( )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )This method is from 'CCParticleSystemQuad' class.
CCParticleSystemQuad::~CCParticleSystemQuad [in-charge] ( )This method is from 'CCParticleSystemQuad' class.
CCProgressTimer.h
namespace cocos2d
[+] class CCProgressTimer (3)
| Change |
Effect |
1 | Field m_bReverseDirection has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_tBarChangeRate has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field m_tMidpoint has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (10)
CCProgressTimer::boundaryTexCoord ( char index )This method is from 'CCProgressTimer' class.
CCProgressTimer::draw ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::setPercentage ( float fPercentage )This method is from 'CCProgressTimer' class.
CCProgressTimer::setSprite ( CCSprite* pSprite )This method is from 'CCProgressTimer' class.
CCProgressTimer::setType ( enum CCProgressTimerType type )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateBar ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateColor ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateProgress ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::updateRadial ( )This method is from 'CCProgressTimer' class.
CCProgressTimer::~CCProgressTimer [in-charge] ( )This method is from 'CCProgressTimer' class.
[+] enum CCProgressTimerType (6)
| Change |
Effect |
1 | Name of member with value 0 has been changed from kCCProgressTimerTypeRadialCCW to kCCProgressTimerTypeRadial. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Name of member with value 1 has been changed from kCCProgressTimerTypeRadialCW to kCCProgressTimerTypeBar. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | The member kCCProgressTimerTypeHorizontalBarLR has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
4 | The member kCCProgressTimerTypeHorizontalBarRL has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
5 | The member kCCProgressTimerTypeVerticalBarBT has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
6 | The member kCCProgressTimerTypeVerticalBarTB has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
[+] affected symbols (10)
CCProgressTimer::boundaryTexCoord ( char index )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::draw ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::setPercentage ( float fPercentage )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::setSprite ( CCSprite* pSprite )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::setType ( enum CCProgressTimerType type )1st parameter 'type' has type 'enum CCProgressTimerType'.
CCProgressTimer::updateBar ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateColor ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateProgress ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::updateRadial ( )This method is from derived class 'CCProgressTimer'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )This method is from derived class 'CCProgressTimer'.
CCScheduler.h
namespace cocos2d
[+] class CCScheduler (2)
| Change |
Effect |
1 | Type of field m_fTimeScale has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
2 | Virtual method CCObject::update ( float ) has been overridden by CCScheduler::update ( float ). | Method CCScheduler::update ( float ) will be called instead of CCObject::update ( float ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCScheduler |
~CCScheduler |
16 |
~CCScheduler |
~CCScheduler |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCScheduler::update |
[+] affected symbols (13)
CCObject::update ( ccTime dt )The method 'CCScheduler::update (float dt)' will be called instead of this method.
CCScheduler::isTargetPaused ( CCObject* pTarget )This method is from 'CCScheduler' class.
CCScheduler::pauseTarget ( CCObject* pTarget )This method is from 'CCScheduler' class.
CCScheduler::resumeTarget ( CCObject* pTarget )This method is from 'CCScheduler' class.
CCScheduler::scheduleScriptFunc ( unsigned int nHandler, ccTime fInterval, bool bPaused )This method is from 'CCScheduler' class.
CCScheduler::scheduleSelector ( void(CCObject::*)(ccTime) pfnSelector, CCObject* pTarget, ccTime fInterval, bool bPaused )This method is from 'CCScheduler' class.
CCScheduler::scheduleUpdateForTarget ( CCObject* pTarget, int nPriority, bool bPaused )This method is from 'CCScheduler' class.
CCScheduler::unscheduleAllSelectors ( )This method is from 'CCScheduler' class.
CCScheduler::unscheduleAllSelectorsForTarget ( CCObject* pTarget )This method is from 'CCScheduler' class.
CCScheduler::unscheduleScriptEntry ( unsigned int uScheduleScriptEntryID )This method is from 'CCScheduler' class.
CCScheduler::unscheduleSelector ( void(CCObject::*)(ccTime) pfnSelector, CCObject* pTarget )This method is from 'CCScheduler' class.
CCScheduler::unscheduleUpdateForTarget ( CCObject const* pTarget )This method is from 'CCScheduler' class.
CCScheduler::~CCScheduler [in-charge] ( )This method is from 'CCScheduler' class.
[+] class CCTimer (3)
| Change |
Effect |
1 | Field m_bUseDelay has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Type of field m_fElapsed has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Type of field m_fInterval has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (8)
CCTimer::CCTimer [in-charge] ( )This constructor is from 'CCTimer' class.
CCTimer::initWithScriptHandler ( int nHandler, ccTime fSeconds )This method is from 'CCTimer' class.
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector )This method is from 'CCTimer' class.
CCTimer::timerWithScriptHandler ( int nHandler, ccTime fSeconds ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) [static]Return value (pointer) has base type 'CCTimer'.
CCTimer::update ( ccTime dt )This method is from 'CCTimer' class.
CCTimer::~CCTimer [in-charge] ( )This method is from 'CCTimer' class.
CCSprite.h
namespace cocos2d
[+] class CCSprite (1)
| Change |
Effect |
1 | Field m_bShouldBeHidden has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (105)
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::draw ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::setSprite ( CCSprite* pSprite )1st parameter 'pSprite' (pointer) has base type 'CCSprite'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::begin ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::getSprite ( )Return value (pointer) has base type 'CCSprite'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite' in return value (pointer) has base type 'CCSprite'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pSprite' in return value (pointer) has base type 'CCSprite'.
CCRenderTexture::setSprite ( CCSprite* var )1st parameter 'var' (pointer) has base type 'CCSprite'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite' in the object of this method has base type 'CCSprite'.
CCSprite::addChild ( CCNode* pChild )This method is from 'CCSprite' class.
CCSprite::addChild ( CCNode* pChild, int zOrder )This method is from 'CCSprite' class.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )This method is from 'CCSprite' class.
CCSprite::CCSprite [in-charge] ( )This constructor is from 'CCSprite' class.
CCSprite::draw ( )This method is from 'CCSprite' class.
CCSprite::getBlendFunc ( )This method is from 'CCSprite' class.
CCSprite::getColor ( )This method is from 'CCSprite' class.
CCSprite::getOpacity ( )This method is from 'CCSprite' class.
CCSprite::getTexture ( )This method is from 'CCSprite' class.
CCSprite::init ( )This method is from 'CCSprite' class.
CCSprite::initWithFile ( char const* pszFilename )This method is from 'CCSprite' class.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )This method is from 'CCSprite' class.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )This method is from 'CCSprite' class.
CCSprite::initWithTexture ( CCTexture2D* pTexture )This method is from 'CCSprite' class.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::isFlipX ( )This method is from 'CCSprite' class.
CCSprite::isFlipY ( )This method is from 'CCSprite' class.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )This method is from 'CCSprite' class.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )This method is from 'CCSprite' class.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )This method is from 'CCSprite' class.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )This method is from 'CCSprite' class.
CCSprite::setAnchorPoint ( CCPoint const& anchor )This method is from 'CCSprite' class.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )This method is from 'CCSprite' class.
CCSprite::setColor ( ccColor3B const& var )This method is from 'CCSprite' class.
CCSprite::setDirtyRecursively ( bool bValue )This method is from 'CCSprite' class.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )This method is from 'CCSprite' class.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )This method is from 'CCSprite' class.
CCSprite::setFlipX ( bool bFlipX )This method is from 'CCSprite' class.
CCSprite::setFlipY ( bool bFlipY )This method is from 'CCSprite' class.
CCSprite::setOpacity ( GLubyte var )This method is from 'CCSprite' class.
CCSprite::setPosition ( CCPoint const& pos )This method is from 'CCSprite' class.
CCSprite::setRotation ( float fRotation )This method is from 'CCSprite' class.
CCSprite::setScale ( float fScale )This method is from 'CCSprite' class.
CCSprite::setScaleX ( float fScaleX )This method is from 'CCSprite' class.
CCSprite::setScaleY ( float fScaleY )This method is from 'CCSprite' class.
CCSprite::setSkewX ( float sx )This method is from 'CCSprite' class.
CCSprite::setSkewY ( float sy )This method is from 'CCSprite' class.
CCSprite::setTexture ( CCTexture2D* texture )This method is from 'CCSprite' class.
CCSprite::setTextureRect ( CCRect const& rect )This method is from 'CCSprite' class.
CCSprite::setVertexZ ( float fVertexZ )This method is from 'CCSprite' class.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSprite'.
CCSprite::updateBlendFunc ( )This method is from 'CCSprite' class.
CCSprite::updateColor ( )This method is from 'CCSprite' class.
CCSprite::updateTransform ( )This method is from 'CCSprite' class.
CCSprite::~CCSprite [in-charge] ( )This method is from 'CCSprite' class.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )1st parameter 'child' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )1st parameter 'child' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )1st parameter 'parent' (pointer) has base type 'CCSprite'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )1st parameter 'sprite' (pointer) has base type 'CCSprite'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile' in return value (pointer) has base type 'CCSprite'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Return value (pointer) has base type 'CCSprite'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile' in the object of this method has base type 'CCSprite'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile' in return value (pointer) has base type 'CCSprite'.
CCSpriteFrame.h
namespace cocos2d
[+] class CCSpriteFrame (1)
| Change |
Effect |
1 | Field m_strTextureFilename has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (23)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame' in return value (pointer) has base type 'CCSpriteFrame'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame' in the object of this method has base type 'CCSpriteFrame'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )1st parameter 'spriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )1st parameter 'pSpriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )1st parameter 'pFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )1st parameter 'pNewFrame' (pointer) has base type 'CCSpriteFrame'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]1st parameter 'pSpriteFrame' (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::setRect ( CCRect const& rect )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )This method is from 'CCSpriteFrame' class.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )This method is from 'CCSpriteFrame' class.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )1st parameter 'pobFrame' (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Return value (pointer) has base type 'CCSpriteFrame'.
CCSpriteFrameCache.h
namespace cocos2d
[+] class CCSpriteFrameCache (3)
| Change |
Effect |
1 | Field m_pLoadedFileNames has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Base type of field m_pSpriteFrames has been changed from CCMutableDictionary<std::string,CCSpriteFrame*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field m_pSpriteFramesAliases has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (13)
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* plist, char const* textureFileName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::init ( )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFrameByName ( char const* pszName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFrames ( )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFramesFromFile ( char const* plist )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::removeUnusedSpriteFrames ( )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::sharedSpriteFrameCache ( ) [static]Return value (pointer) has base type 'CCSpriteFrameCache'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )This method is from 'CCSpriteFrameCache' class.
CCSpriteFrameCache::~CCSpriteFrameCache [in-charge] ( )This method is from 'CCSpriteFrameCache' class.
CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (3)
| Change |
Effect |
1 | Field m_bHasMipmaps has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field m_pShaderProgram has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | The relative position of private field m_bPVRHaveAlphaPremultiplied has been changed from 8 to 0. | Size of the inclusive type has been changed. |
[+] affected symbols (314)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Field 'retval->m_pTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCAtlasNode::CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::draw ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getBlendFunc ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getColor ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getOpacity ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getQuadsToDraw ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getTexture ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::getTextureAtlas ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setColor ( ccColor3B const& var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setOpacity ( GLubyte var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )Field 'var->m_pTexture' in 1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCAtlasNode::updateAtlasValues ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::getBlendFunc ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::getTexture ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCMotionStreak::update ( ccTime delta )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCMotionStreak::~CCMotionStreak [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::addParticle ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getAngle ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getDuration ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndColor ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSize ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getGravity ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getLife ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getPositionType ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getPosVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSpeed ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartColor ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSize ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTexture ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::isFull ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCParticleSystem::postStep ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::resetSystem ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setLife ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::stopSystem ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_pobTexture' in 1st parameter 'spriteFrame' (pointer) has base type 'CCTexture2D'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'pSprite' (pointer) has base type 'CCTexture2D'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::getSprite ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobTextureAtlas->m_pTexture' in 1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::draw ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getBlendFunc ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getColor ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getOpacity ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::getTexture ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::init ( )Field 'this->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_pobTexture' in 1st parameter 'pSpriteFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::isFlipX ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::isFlipY ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_pobTexture' in 1st parameter 'pFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_pobTexture' in 1st parameter 'pNewFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScale ( float fScale )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_pobTexture' in 1st parameter 'pSpriteFrame' (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]1st parameter 'pTexture' (pointer) has base type 'CCTexture2D'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::updateColor ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::updateTransform ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_pobTextureAtlas->m_pTexture' in 1st parameter 'child' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]1st parameter 'tex' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::getTexture ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::increaseAtlasCapacity ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )1st parameter 'tex' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_pobTextureAtlas->m_pTexture' in 1st parameter 'child' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in 1st parameter 'parent' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_pobTextureAtlas->m_pTexture' in 1st parameter 'sprite' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSpriteBatchNode::visit ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )1st parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_pobTexture' in 1st parameter 'pobFrame' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )2nd parameter 'pobTexture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_pobTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTexture2D::bitsPerPixelForFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::CCTexture2D [in-charge] ( )This constructor is from 'CCTexture2D' class.
CCTexture2D::description ( )This method is from 'CCTexture2D' class.
CCTexture2D::drawAtPoint ( CCPoint const& point )This method is from 'CCTexture2D' class.
CCTexture2D::drawInRect ( CCRect const& rect )This method is from 'CCTexture2D' class.
CCTexture2D::generateMipmap ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSize ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSizeInPixels ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxS ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxT ( )This method is from 'CCTexture2D' class.
CCTexture2D::getName ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsHigh ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsWide ( )This method is from 'CCTexture2D' class.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )This method is from 'CCTexture2D' class.
CCTexture2D::initWithImage ( CCImage* uiImage )This method is from 'CCTexture2D' class.
CCTexture2D::initWithPVRFile ( char const* file )This method is from 'CCTexture2D' class.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )This method is from 'CCTexture2D' class.
CCTexture2D::keepData ( void* data, unsigned int length )This method is from 'CCTexture2D' class.
CCTexture2D::releaseData ( void* data )This method is from 'CCTexture2D' class.
CCTexture2D::setAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setAntiAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxS ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxT ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setTexParameters ( ccTexParams* texParams )This method is from 'CCTexture2D' class.
CCTexture2D::~CCTexture2D [in-charge] ( )This method is from 'CCTexture2D' class.
CCTextureAtlas::CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::description ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n, unsigned int start )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::drawQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getCapacity ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getTexture ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::getTotalQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::initWithFile ( char const* file, unsigned int capacity )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::initWithTexture ( CCTexture2D* texture, unsigned int capacity )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::insertQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::insertQuadFromIndex ( unsigned int fromIndex, unsigned int newIndex )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::removeAllQuads ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::removeQuadAtIndex ( unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::resizeCapacity ( unsigned int n )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::setQuads ( ccV3F_C4B_T2F_Quad* var )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::setTexture ( CCTexture2D* var )1st parameter 'var' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::textureAtlasWithFile ( char const* file, unsigned int capacity ) [static]Field 'retval->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::textureAtlasWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureAtlas::updateQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureAtlas::~CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTextureCache::addImage ( char const* fileimage )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::addPVRImage ( char const* filename )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )Return value (pointer) has base type 'CCTexture2D'.
CCTextureCache::removeTexture ( CCTexture2D* texture )1st parameter 'texture' (pointer) has base type 'CCTexture2D'.
CCTextureCache::textureForKey ( char const* key )Return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'retval->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobTexture' in the object of this method has base type 'CCTexture2D'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_pobTextureAtlas->m_pTexture' in return value (pointer) has base type 'CCTexture2D'.
[+] enum CCTexture2DPixelFormat (2)
| Change |
Effect |
1 | The member kCCTexture2DPixelFormat_Automatic has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
2 | The member kTexture2DPixelFormat_Automatic has been removed. | This may result in crash or incorrect behavior of applications because the library may not handle removed member anymore. |
[+] affected symbols (322)
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation ) [static]Field 'retval->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAnimate::copyWithZone ( CCZone* pZone )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::initWithAnimation ( CCAnimation* pAnimation )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::reverse ( )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::startWithTarget ( CCNode* pTarget )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::stop ( )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::update ( ccTime time )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAnimate::~CCAnimate [in-charge] ( )Field 'this->m_pOrigFrame->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::atlasWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]Field 'retval->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::draw ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getBlendFunc ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getColor ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getOpacity ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getQuadsToDraw ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getTexture ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::getTextureAtlas ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::initWithTileFile ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setColor ( ccColor3B const& var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setOpacity ( GLubyte var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setQuadsToDraw ( unsigned int var )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::setTextureAtlas ( CCTextureAtlas* var )Field 'var->m_pTexture->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::updateAtlasValues ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCAtlasNode::~CCAtlasNode [in-charge] ( )Field 'this->m_pTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::getBlendFunc ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::getTexture ( )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::setTexture ( CCTexture2D* var )Field 'var->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::update ( ccTime delta )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCMotionStreak::~CCMotionStreak [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::addParticle ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::CCParticleSystem [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getAngle ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getAngleVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getBlendFunc ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getDuration ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEmissionRate ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEmitterMode ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndColor ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndColorVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndRadius ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndRadiusVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSize ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSizeVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSpin ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getEndSpinVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getGravity ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getLife ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getLifeVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getParticleCount ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getPositionType ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getPosVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRadialAccel ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRadialAccelVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRotatePerSecond ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getRotatePerSecondVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getSourcePosition ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getSpeed ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getSpeedVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartColor ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartColorVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartRadius ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartRadiusVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSize ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSizeVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSpin ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getStartSpinVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTangentialAccel ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTangentialAccelVar ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTexture ( )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::getTotalParticles ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::initParticle ( tCCParticle* particle )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::initWithFile ( char const* plistFile )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::initWithTotalParticles ( unsigned int numberOfParticles )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::isFull ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::particleWithFile ( char const* plistFile ) [static]Field 'retval->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::postStep ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::resetSystem ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setAngle ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setAngleVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setBlendFunc ( ccBlendFunc var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setDuration ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEmissionRate ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEmitterMode ( int var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndColor ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndColorVar ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndRadius ( float endRadius )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndRadiusVar ( float endRadiusVar )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSize ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSizeVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSpin ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setEndSpinVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setGravity ( CCPoint const& g )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setLife ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setLifeVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setPositionType ( enum tCCPositionType var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setPosVar ( CCPoint const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRadialAccel ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRadialAccelVar ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRotatePerSecond ( float degrees )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setRotatePerSecondVar ( float degrees )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setSourcePosition ( CCPoint const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setSpeed ( float speed )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setSpeedVar ( float speed )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartColor ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartColorVar ( ccColor4F const& var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartRadius ( float startRadius )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartRadiusVar ( float startRadiusVar )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSize ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSizeVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSpin ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setStartSpinVar ( float var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTangentialAccel ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTangentialAccelVar ( float t )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTexture ( CCTexture2D* var )Field 'var->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::setTotalParticles ( unsigned int var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::stopSystem ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::update ( ccTime dt )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::updateQuadWithParticle ( tCCParticle* particle, CCPoint const& newPosition )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystem::~CCParticleSystem [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCParticleSystemQuad::setDisplayFrame ( CCSpriteFrame* spriteFrame )Field 'spriteFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'spriteFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystemQuad::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCParticleSystemQuad::setTextureWithRect ( CCTexture2D* texture, CCRect const& rect )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::boundaryTexCoord ( char index )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::draw ( )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::setPercentage ( float fPercentage )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::setSprite ( CCSprite* pSprite )Field 'pSprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'pSprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::setType ( enum CCProgressTimerType type )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateBar ( )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateColor ( )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateProgress ( )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::updateRadial ( )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCProgressTimer::~CCProgressTimer [in-charge] ( )Field 'this->m_pSprite->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::begin ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::beginWithClear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::clear ( float r, float g, float b, float a )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::getSprite ( )Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::initWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat )3rd parameter 'eFormat' has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h ) [static]Field 'retval->m_pSprite->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::renderTextureWithWidthAndHeight ( int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]3rd parameter 'eFormat' has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::setSprite ( CCSprite* var )Field 'var->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCRenderTexture::~CCRenderTexture [in-charge] ( )Field 'this->m_pSprite->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::addChild ( CCNode* pChild )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::addChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::addChild ( CCNode* pChild, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::CCSprite [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getColor ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getOpacity ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::getTexture ( )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::init ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithFile ( char const* pszFilename )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithFile ( char const* pszFilename, CCRect const& rect )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithSpriteFrame ( CCSpriteFrame* pSpriteFrame )Field 'pSpriteFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pSpriteFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithSpriteFrameName ( char const* pszSpriteFrameName )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithTexture ( CCTexture2D* pTexture )Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect )Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::isFlipX ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::isFlipY ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::isFrameDisplayed ( CCSpriteFrame* pFrame )Field 'pFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::removeAllChildrenWithCleanup ( bool bCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::removeChild ( CCNode* pChild, bool bCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::reorderChild ( CCNode* pChild, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setAnchorPoint ( CCPoint const& anchor )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setColor ( ccColor3B const& var )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setDirtyRecursively ( bool bValue )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setDisplayFrame ( CCSpriteFrame* pNewFrame )Field 'pNewFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pNewFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::setDisplayFrameWithAnimationName ( char const* animationName, int frameIndex )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setFlipX ( bool bFlipX )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setFlipY ( bool bFlipY )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setOpacity ( GLubyte var )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setPosition ( CCPoint const& pos )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setRotation ( float fRotation )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setScale ( float fScale )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setScaleX ( float fScaleX )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setScaleY ( float fScaleY )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setSkewX ( float sx )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setSkewY ( float sy )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::setTextureRect ( CCRect const& rect )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::setVertexZ ( float fVertexZ )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithFile ( char const* pszFileName ) [static]Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithFile ( char const* pszFileName, CCRect const& rect ) [static]Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithSpriteFrame ( CCSpriteFrame* pSpriteFrame ) [static]Field 'pSpriteFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pSpriteFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithSpriteFrameName ( char const* pszSpriteFrameName ) [static]Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture ) [static]Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]Field 'pTexture->m_ePixelFormat' in 1st parameter 'pTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSprite::updateBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::updateColor ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::updateTransform ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSprite::~CCSprite [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addChild ( CCNode* child )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addQuadFromSprite ( CCSprite* sprite, unsigned int index )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::addSpriteWithoutQuad ( CCSprite* child, unsigned int z, int aTag )Field 'child->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'child' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::atlasIndexForChild ( CCSprite* sprite, int z )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]Field 'retval->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]Field 'tex->m_ePixelFormat' in 1st parameter 'tex' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::draw ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::getBlendFunc ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::getTexture ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::highestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::increaseAtlasCapacity ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )Field 'tex->m_ePixelFormat' in 1st parameter 'tex' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::insertChild ( CCSprite* child, unsigned int index )Field 'child->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'child' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::lowestAtlasIndexInChild ( CCSprite* sprite )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::rebuildIndexInOrder ( CCSprite* parent, unsigned int index )Field 'parent->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'parent' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeAllChildrenWithCleanup ( bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::removeSpriteFromAtlas ( CCSprite* sprite )Field 'sprite->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in 1st parameter 'sprite' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::reorderChild ( CCNode* child, int zOrder )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::setBlendFunc ( ccBlendFunc blendFunc )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::setTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::visit ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteBatchNode::~CCSpriteBatchNode [in-charge] ( )Field 'this->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::copyWithZone ( CCZone* pZone )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::frameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::initWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )Field 'pobTexture->m_ePixelFormat' in 1st parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::setRect ( CCRect const& rect )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::setRectInPixels ( CCRect const& rectInPixels )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrame::~CCSpriteFrame [in-charge] ( )Field 'this->m_pobTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::addSpriteFrame ( CCSpriteFrame* pobFrame, char const* pszFrameName )Field 'pobFrame->m_pobTexture->m_ePixelFormat' in 1st parameter 'pobFrame' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::addSpriteFramesWithFile ( char const* pszPlist, CCTexture2D* pobTexture )Field 'pobTexture->m_ePixelFormat' in 2nd parameter 'pobTexture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::removeSpriteFramesFromTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCSpriteFrameCache::spriteFrameByName ( char const* pszName )Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::bitsPerPixelForFormat ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::CCTexture2D [in-charge] ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::defaultAlphaPixelFormat ( ) [static]Return value has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::description ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::drawAtPoint ( CCPoint const& point )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::drawInRect ( CCRect const& rect )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::generateMipmap ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getContentSize ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getContentSizeInPixels ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getMaxS ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getMaxT ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getName ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getPixelFormat ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getPixelsHigh ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::getPixelsWide ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )2nd parameter 'pixelFormat' has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithImage ( CCImage* uiImage )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithPVRFile ( char const* file )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::keepData ( void* data, unsigned int length )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::releaseData ( void* data )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setAliasTexParameters ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setAntiAliasTexParameters ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setDefaultAlphaPixelFormat ( enum CCTexture2DPixelFormat format ) [static]1st parameter 'format' has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setMaxS ( GLfloat var )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setMaxT ( GLfloat var )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::setTexParameters ( ccTexParams* texParams )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexture2D::~CCTexture2D [in-charge] ( )Field 'this->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::description ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::drawNumberOfQuads ( unsigned int n, unsigned int start )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::drawQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getCapacity ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getTexture ( )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::getTotalQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::initWithFile ( char const* file, unsigned int capacity )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::initWithTexture ( CCTexture2D* texture, unsigned int capacity )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::insertQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::insertQuadFromIndex ( unsigned int fromIndex, unsigned int newIndex )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::removeAllQuads ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::removeQuadAtIndex ( unsigned int index )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::resizeCapacity ( unsigned int n )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::setQuads ( ccV3F_C4B_T2F_Quad* var )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::setTexture ( CCTexture2D* var )Field 'var->m_ePixelFormat' in 1st parameter 'var' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::textureAtlasWithFile ( char const* file, unsigned int capacity ) [static]Field 'retval->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::textureAtlasWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::updateQuad ( ccV3F_C4B_T2F_Quad* quad, unsigned int index )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureAtlas::~CCTextureAtlas [in-charge] ( )Field 'this->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::addImage ( char const* fileimage )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::addPVRImage ( char const* filename )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::addUIImage ( CCImage* image, char const* key )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::removeTexture ( CCTexture2D* texture )Field 'texture->m_ePixelFormat' in 1st parameter 'texture' (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache::textureForKey ( char const* key )Field 'retval->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::CCTexturePVR [in-charge] ( )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::createGLTexture ( )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::initWithContentsOfFile ( char const* path )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::pvrTextureWithContentsOfFile ( char const* path ) [static]Field 'retval->m_eFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::unpackPVRData ( unsigned char* data, unsigned int len )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTexturePVR::~CCTexturePVR [in-charge] ( )Field 'this->m_eFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getLayerOrientation ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getLayerSize ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getMapTileSize ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getProperties ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getTiles ( ) constField 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::getTileSet ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Field 'retval->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::propertyNamed ( char const* propertyName )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::releaseMap ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setLayerOrientation ( unsigned int var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setLayerSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setMapTileSize ( CCSize const& var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setTiles ( unsigned int* var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::setupTiles ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )Field 'retval->m_pobTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXLayer::~CCTMXLayer [in-charge] ( )Field 'this->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in the object of this method has type 'enum CCTexture2DPixelFormat'.
CCTMXTiledMap::layerNamed ( char const* layerName )Field 'retval->m_pReusedTile->m_pobBatchNode->m_pobTextureAtlas->m_pTexture->m_ePixelFormat' in return value (pointer) has type 'enum CCTexture2DPixelFormat'.
CCTextureCache.h
namespace cocos2d
[+] class CCTextureCache (1)
| Change |
Effect |
1 | Base type of field m_pTextures has been changed from CCMutableDictionary<std::string,CCTexture2D*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (14)
CCTextureCache::addImage ( char const* fileimage )This method is from 'CCTextureCache' class.
CCTextureCache::addImageAsync ( char const* path, CCObject* target, SEL_CallFuncO selector )This method is from 'CCTextureCache' class.
CCTextureCache::addPVRImage ( char const* filename )This method is from 'CCTextureCache' class.
CCTextureCache::addUIImage ( CCImage* image, char const* key )This method is from 'CCTextureCache' class.
CCTextureCache::CCTextureCache [in-charge] ( )This constructor is from 'CCTextureCache' class.
CCTextureCache::description ( )This method is from 'CCTextureCache' class.
CCTextureCache::dumpCachedTextureInfo ( )This method is from 'CCTextureCache' class.
CCTextureCache::removeAllTextures ( )This method is from 'CCTextureCache' class.
CCTextureCache::removeTexture ( CCTexture2D* texture )This method is from 'CCTextureCache' class.
CCTextureCache::removeTextureForKey ( char const* textureKeyName )This method is from 'CCTextureCache' class.
CCTextureCache::removeUnusedTextures ( )This method is from 'CCTextureCache' class.
CCTextureCache::sharedTextureCache ( ) [static]Return value (pointer) has base type 'CCTextureCache'.
CCTextureCache::textureForKey ( char const* key )This method is from 'CCTextureCache' class.
CCTextureCache::~CCTextureCache [in-charge] ( )This method is from 'CCTextureCache' class.
CCTMXLayer.h
namespace cocos2d
[+] class CCTMXLayer (3)
| Change |
Effect |
1 | Base type of field m_pProperties has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Type of field m_pAtlasIndexArray has been changed from struct _ccCArray* to ccCArray*. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
3 | Virtual method CCTMXLayer::draw ( ) has been overridden by CCNode::draw ( ). | Method CCNode::draw ( ) will be called instead of CCTMXLayer::draw ( ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 82 entries | Virtual Table (New) - 93 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTMXLayer |
~CCTMXLayer |
16 |
~CCTMXLayer |
~CCTMXLayer |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCNode::getZOrder |
CCNode::getZOrder |
32 |
CCNode::getVertexZ |
CCNode::getVertexZ |
36 |
CCNode::setVertexZ |
CCNode::setVertexZ |
40 |
CCNode::getRotation |
CCNode::getRotation |
44 |
CCNode::setRotation |
CCNode::setRotation |
48 |
CCNode::getScaleX |
CCNode::getScaleX |
52 |
CCNode::setScaleX |
CCNode::setScaleX |
56 |
CCNode::getScaleY |
CCNode::getScaleY |
60 |
CCNode::setScaleY |
CCNode::setScaleY |
64 |
CCNode::getPosition |
CCNode::getPosition |
68 |
CCNode::setPosition |
CCNode::setPosition |
72 |
CCNode::getPositionInPixels |
CCNode::getSkewX |
76 |
CCNode::setPositionInPixels |
CCNode::setSkewX |
80 |
CCNode::getSkewX |
CCNode::getSkewY |
84 |
CCNode::setSkewX |
CCNode::setSkewY |
88 |
CCNode::getSkewY |
CCNode::getChildren |
92 |
CCNode::setSkewY |
CCNode::getCamera |
96 |
CCNode::getChildren |
CCNode::getGrid |
100 |
CCNode::getCamera |
CCNode::setGrid |
104 |
CCNode::getGrid |
CCNode::isVisible |
108 |
CCNode::setGrid |
CCNode::setVisible |
112 |
CCNode::getIsVisible |
CCNode::getAnchorPoint |
116 |
CCNode::setIsVisible |
CCNode::setAnchorPoint |
120 |
CCNode::getAnchorPoint |
CCNode::getAnchorPointInPoints |
124 |
CCNode::setAnchorPoint |
CCNode::getContentSize |
128 |
CCNode::getAnchorPointInPixels |
CCNode::setContentSize |
132 |
CCNode::getContentSize |
CCNode::getParent |
136 |
CCNode::setContentSize |
CCNode::setParent |
140 |
CCNode::getContentSizeInPixels |
CCNode::getTag |
144 |
CCNode::setContentSizeInPixels |
CCNode::setTag |
148 |
CCNode::getIsRunning |
CCNode::getUserData |
152 |
CCNode::getParent |
CCNode::setUserData |
156 |
CCNode::setParent |
CCNode::getUserObject |
160 |
CCNode::getIsRelativeAnchorPoint |
CCNode::setUserObject |
164 |
CCNode::setIsRelativeAnchorPoint |
CCNode::getShaderProgram |
168 |
CCNode::getTag |
CCNode::setShaderProgram |
172 |
CCNode::setTag |
CCNode::getOrderOfArrival |
176 |
CCNode::getUserData |
CCNode::setOrderOfArrival |
180 |
CCNode::setUserData |
CCNode::getGLServerState |
184 |
CCNode::onEnter |
CCNode::setGLServerState |
188 |
CCNode::onEnterTransitionDidFinish |
CCNode::getActionManager |
192 |
CCNode::onExit |
CCNode::setActionManager |
196 |
CCNode::registerScriptHandler |
CCNode::getScheduler |
200 |
CCNode::unregisterScriptHandler |
CCNode::setScheduler |
204 |
CCSpriteBatchNode::addChild |
CCNode::onEnter |
208 |
CCSpriteBatchNode::addChild |
CCNode::onEnterTransitionDidFinish |
212 |
CCTMXLayer::addChild |
CCNode::onExit |
216 |
CCTMXLayer::removeChild |
CCNode::onExitTransitionDidStart |
220 |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
CCNode::registerScriptHandler |
224 |
CCSpriteBatchNode::reorderChild |
CCNode::unregisterScriptHandler |
228 |
CCNode::cleanup |
CCSpriteBatchNode::addChild |
232 |
CCTMXLayer::draw |
CCSpriteBatchNode::addChild |
236 |
CCSpriteBatchNode::visit |
CCTMXLayer::addChild |
240 |
CCSpriteBatchNode::getTexture |
CCTMXLayer::removeChild |
244 |
CCSpriteBatchNode::setTexture |
CCSpriteBatchNode::removeAllChildrenWithCleanup |
248 |
CCSpriteBatchNode::setBlendFunc |
CCSpriteBatchNode::reorderChild |
252 |
CCSpriteBatchNode::getBlendFunc |
CCSpriteBatchNode::sortAllChildren |
256 |
CCTMXLayer::getLayerSize |
CCNode::cleanup |
260 |
CCTMXLayer::setLayerSize |
CCSpriteBatchNode::draw |
264 |
CCTMXLayer::getMapTileSize |
CCSpriteBatchNode::visit |
268 |
CCTMXLayer::setMapTileSize |
CCNode::nodeToParentTransform |
272 |
CCTMXLayer::getTiles |
CCNode::parentToNodeTransform |
276 |
CCTMXLayer::setTiles |
CCNode::nodeToWorldTransform |
280 |
CCTMXLayer::getTileSet |
CCNode::worldToNodeTransform |
284 |
CCTMXLayer::setTileSet |
CCSpriteBatchNode::getTexture |
288 |
CCTMXLayer::getLayerOrientation |
CCSpriteBatchNode::setTexture |
292 |
CCTMXLayer::setLayerOrientation |
CCSpriteBatchNode::setBlendFunc |
296 |
CCTMXLayer::getProperties |
CCSpriteBatchNode::getBlendFunc |
300 |
CCTMXLayer::setProperties |
CCTMXLayer::getLayerSize |
304 |
-0x0000000fc |
CCTMXLayer::setLayerSize |
308 |
(int (*)(...))(& typeinfo) |
CCTMXLayer::getMapTileSize |
312 |
non-virtual thunk |
CCTMXLayer::setMapTileSize |
316 |
non-virtual thunk |
CCTMXLayer::getTiles |
320 |
non-virtual thunk |
CCTMXLayer::setTiles |
324 |
non-virtual thunk |
CCTMXLayer::getTileSet |
328 |
|
CCTMXLayer::setTileSet |
332 |
|
CCTMXLayer::getLayerOrientation |
336 |
|
CCTMXLayer::setLayerOrientation |
340 |
|
CCTMXLayer::getProperties |
344 |
|
CCTMXLayer::setProperties |
348 |
|
-0x000000114 |
352 |
|
(int (*)(...))(& typeinfo) |
356 |
|
non-virtual thunk |
360 |
|
non-virtual thunk |
364 |
|
non-virtual thunk |
368 |
|
non-virtual thunk |
[+] affected symbols (27)
CCTMXLayer::addChild ( CCNode* child, int zOrder, int tag )This method is from 'CCTMXLayer' class.
CCTMXLayer::CCTMXLayer [in-charge] ( )This constructor is from 'CCTMXLayer' class.
CCTMXLayer::draw ( )The method 'CCNode::draw ()' will be called instead of this method.
CCTMXLayer::getLayerOrientation ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getLayerSize ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getMapTileSize ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getProperties ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::getTiles ( ) constThis method is from 'CCTMXLayer' class.
CCTMXLayer::getTileSet ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )This method is from 'CCTMXLayer' class.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]Return value (pointer) has base type 'CCTMXLayer'.
CCTMXLayer::positionAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::propertyNamed ( char const* propertyName )This method is from 'CCTMXLayer' class.
CCTMXLayer::releaseMap ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::removeChild ( CCNode* child, bool cleanup )This method is from 'CCTMXLayer' class.
CCTMXLayer::removeTileAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::setLayerOrientation ( unsigned int var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setLayerSize ( CCSize const& var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setMapTileSize ( CCSize const& var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTiles ( unsigned int* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setTileSet ( CCTMXTilesetInfo* var )This method is from 'CCTMXLayer' class.
CCTMXLayer::setupTiles ( )This method is from 'CCTMXLayer' class.
CCTMXLayer::tileAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate )This method is from 'CCTMXLayer' class.
CCTMXLayer::~CCTMXLayer [in-charge] ( )This method is from 'CCTMXLayer' class.
CCTMXTiledMap::layerNamed ( char const* layerName )Return value (pointer) has base type 'CCTMXLayer'.
CCTMXObjectGroup.h
namespace cocos2d
[+] class CCTMXObjectGroup (2)
| Change |
Effect |
1 | Base type of field m_pObjects has been changed from CCMutableArray<CCStringToStringDictionary*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field m_pProperties has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (9)
CCTMXObjectGroup::CCTMXObjectGroup [in-charge] ( )This constructor is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getObjects ( )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getPositionOffset ( ) constThis method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::getProperties ( )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::objectNamed ( char const* objectName )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::propertyNamed ( char const* propertyName )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::setPositionOffset ( CCPoint const& var )This method is from 'CCTMXObjectGroup' class.
CCTMXObjectGroup::~CCTMXObjectGroup [in-charge] ( )This method is from 'CCTMXObjectGroup' class.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )Return value (pointer) has base type 'CCTMXObjectGroup'.
CCTMXTiledMap.h
namespace cocos2d
[+] class CCTMXTiledMap (3)
| Change |
Effect |
1 | Base type of field m_pObjectGroups has been changed from CCMutableArray<CCTMXObjectGroup*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field m_pProperties has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field m_pTileProperties has been changed from CCMutableDictionary<int,CCStringToStringDictionary*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (16)
CCTMXTiledMap::CCTMXTiledMap [in-charge] ( )This constructor is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getMapOrientation ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getMapSize ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getObjectGroups ( )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getProperties ( )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::getTileSize ( ) constThis method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::initWithTMXFile ( char const* tmxFile )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::layerNamed ( char const* layerName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::objectGroupNamed ( char const* groupName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::propertiesForGID ( int GID )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::propertyNamed ( char const* propertyName )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setMapOrientation ( int var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setMapSize ( CCSize const& var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::setTileSize ( CCSize const& var )This method is from 'CCTMXTiledMap' class.
CCTMXTiledMap::tiledMapWithTMXFile ( char const* tmxFile ) [static]Return value (pointer) has base type 'CCTMXTiledMap'.
CCTMXTiledMap::~CCTMXTiledMap [in-charge] ( )This method is from 'CCTMXTiledMap' class.
CCTMXXMLParser.h
namespace cocos2d
[+] class CCTMXLayerInfo (1)
| Change |
Effect |
1 | Base type of field m_pProperties has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (5)
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )2nd parameter 'layerInfo' (pointer) has base type 'CCTMXLayerInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]2nd parameter 'layerInfo' (pointer) has base type 'CCTMXLayerInfo'.
CCTMXLayerInfo::CCTMXLayerInfo [in-charge] ( )This constructor is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::getProperties ( )This method is from 'CCTMXLayerInfo' class.
CCTMXLayerInfo::~CCTMXLayerInfo [in-charge] ( )This method is from 'CCTMXLayerInfo' class.
[+] class CCTMXMapInfo (5)
| Change |
Effect |
1 | Base type of field m_pLayers has been changed from CCMutableArray<CCTMXLayerInfo*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field m_pObjectGroups has been changed from CCMutableArray<CCTMXObjectGroup*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field m_pProperties has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
4 | Base type of field m_pTileProperties has been changed from CCMutableDictionary<int,CCStringToStringDictionary*> to CCDictionary. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
5 | Base type of field m_pTilesets has been changed from CCMutableArray<CCTMXTilesetInfo*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (29)
CCTMXLayer::initWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo )3rd parameter 'mapInfo' (pointer) has base type 'CCTMXMapInfo'.
CCTMXLayer::layerWithTilesetInfo ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]3rd parameter 'mapInfo' (pointer) has base type 'CCTMXMapInfo'.
CCTMXMapInfo::CCTMXMapInfo [in-charge] ( )This constructor is from 'CCTMXMapInfo' class.
CCTMXMapInfo::endElement ( void* ctx, char const* name )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::formatWithTMXFile ( char const* tmxFile ) [static]Return value (pointer) has base type 'CCTMXMapInfo'.
CCTMXMapInfo::getLayerAttribs ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getLayers ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getMapSize ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getObjectGroups ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getOrientation ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getParentElement ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getParentGID ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getProperties ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getStoringCharacters ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTileProperties ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTilesets ( )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::getTileSize ( ) constThis method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::initWithTMXFile ( char const* tmxFile )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::parseXMLFile ( char const* xmlFilename )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setLayerAttribs ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setMapSize ( CCSize const& var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setOrientation ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setParentElement ( int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setParentGID ( unsigned int var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setStoringCharacters ( bool var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::setTileSize ( CCSize const& var )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::startElement ( void* ctx, char const* name, char const** atts )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::textHandler ( void* ctx, char const* ch, int len )This method is from 'CCTMXMapInfo' class.
CCTMXMapInfo::~CCTMXMapInfo [in-charge] ( )This method is from 'CCTMXMapInfo' class.
CCTouch.h
namespace cocos2d
[+] class CCTouch (4)
| Change |
Effect |
1 | Size of this type has been changed from 44 bytes to 80 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Size of field m_point has been changed from 8 bytes to 28 bytes. | Size of the inclusive type has been changed. |
3 | Size of field m_prevPoint has been changed from 8 bytes to 28 bytes. | Size of the inclusive type has been changed. |
4 | Field m_iID has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (16)
CCLayer::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCLayer::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCLayer::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCLayer::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCMenu::ccTouchBegan ( CCTouch* touch, CCEvent* event )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCMenu::ccTouchCancelled ( CCTouch* touch, CCEvent* event )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCMenu::ccTouchEnded ( CCTouch* touch, CCEvent* event )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCMenu::ccTouchMoved ( CCTouch* touch, CCEvent* event )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCMenu::itemForTouch ( CCTouch* touch )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCNode::convertTouchToNodeSpace ( CCTouch* touch )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCNode::convertTouchToNodeSpaceAR ( CCTouch* touch )1st parameter 'touch' (pointer) has base type 'CCTouch'.
CCTouch::~CCTouch [in-charge] ( )This method is from 'CCTouch' class.
CCTouchDelegate::ccTouchBegan ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCTouchDelegate::ccTouchCancelled ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCTouchDelegate::ccTouchEnded ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCTouchDelegate::ccTouchMoved ( CCTouch* pTouch, CCEvent* pEvent )1st parameter 'pTouch' (pointer) has base type 'CCTouch'.
CCTouchDispatcher.h
namespace cocos2d
[+] class CCTouchDispatcher (3)
| Change |
Effect |
1 | Base type of field m_pHandlersToAdd has been changed from CCMutableArray<CCTouchHandler*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
2 | Base type of field m_pStandardHandlers has been changed from CCMutableArray<CCTouchHandler*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
3 | Base type of field m_pTargetedHandlers has been changed from CCMutableArray<CCTouchHandler*> to CCArray. | Replacement of field base type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (17)
CCTouchDispatcher::addStandardDelegate ( CCTouchDelegate* pDelegate, int nPriority )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::addTargetedDelegate ( CCTouchDelegate* pDelegate, int nPriority, bool bSwallowsTouches )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::findHandler ( CCTouchDelegate* pDelegate )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::forceRemoveAllDelegates ( )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::forceRemoveDelegate ( CCTouchDelegate* pDelegate )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::init ( )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::isDispatchEvents ( )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::removeAllDelegates ( )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::removeDelegate ( CCTouchDelegate* pDelegate )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::setDispatchEvents ( bool bDispatchEvents )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::setPriority ( int nPriority, CCTouchDelegate* pDelegate )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::touches ( CCSet* pTouches, CCEvent* pEvent, unsigned int uIndex )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::touchesBegan ( CCSet* touches, CCEvent* pEvent )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::touchesCancelled ( CCSet* touches, CCEvent* pEvent )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::touchesEnded ( CCSet* touches, CCEvent* pEvent )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::touchesMoved ( CCSet* touches, CCEvent* pEvent )This method is from 'CCTouchDispatcher' class.
CCTouchDispatcher::~CCTouchDispatcher [in-charge] ( )This method is from 'CCTouchDispatcher' class.
CCTransition.h
namespace cocos2d
[+] class CCTransitionScene (1)
| Change |
Effect |
1 | Type of field m_fDuration has been changed from ccTime to float. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (11)
CCTransitionScene::CCTransitionScene [in-charge] ( )This constructor is from 'CCTransitionScene' class.
CCTransitionScene::cleanup ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::draw ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::finish ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::hideOutShowIn ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::initWithDuration ( ccTime t, CCScene* scene )This method is from 'CCTransitionScene' class.
CCTransitionScene::onEnter ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::onExit ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::sceneOrder ( )This method is from 'CCTransitionScene' class.
CCTransitionScene::transitionWithDuration ( ccTime t, CCScene* scene ) [static]Return value (pointer) has base type 'CCTransitionScene'.
CCTransitionScene::~CCTransitionScene [in-charge] ( )This method is from 'CCTransitionScene' class.
ccTypes.h
namespace cocos2d
[+] enum CCTextAlignment (3)
| Change |
Effect |
1 | Name of member with value 0 has been changed from CCTextAlignmentLeft to kCCTextAlignmentLeft. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Name of member with value 1 has been changed from CCTextAlignmentCenter to kCCTextAlignmentCenter. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Name of member with value 2 has been changed from CCTextAlignmentRight to kCCTextAlignmentRight. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (3)
CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]3rd parameter 'alignment' has type 'enum CCTextAlignment'.
CCTextFieldTTF::initWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )3rd parameter 'alignment' has type 'enum CCTextAlignment'.
CCTextFieldTTF::textFieldWithPlaceHolder ( char const* placeholder, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static]3rd parameter 'alignment' has type 'enum CCTextAlignment'.
to the top
Problems with Symbols, Low Severity (251)
CCAction.h,
libcocos2d.so
namespace cocos2d
[+] CCAction::description ( ) (1)
[symbol: _ZN7cocos2d8CCAction11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCAction::step ( ccTime dt ) (1)
changed to:CCAction::step ( float dt )
[symbol: _ZN7cocos2d8CCAction4stepEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAction::update ( ccTime time ) (1)
changed to:CCAction::update ( float time )
[symbol: _ZN7cocos2d8CCAction6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFollow::step ( ccTime dt ) (1)
changed to:CCFollow::step ( float dt )
[symbol: _ZN7cocos2d8CCFollow4stepEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSpeed::actionWithAction ( CCActionInterval* pAction, float fRate ) [static] (1)
changed to:CCSpeed::actionWithAction ( CCActionInterval* pAction, float fSpeed ) [static]
[symbol: _ZN7cocos2d7CCSpeed16actionWithActionEPNS_16CCActionIntervalEf]
| Change | Effect |
---|
1 | 2nd parameter fRate has been renamed to fSpeed. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCSpeed::initWithAction ( CCActionInterval* pAction, float fRate ) (1)
changed to:CCSpeed::initWithAction ( CCActionInterval* pAction, float fSpeed )
[symbol: _ZN7cocos2d7CCSpeed14initWithActionEPNS_16CCActionIntervalEf]
| Change | Effect |
---|
1 | 2nd parameter fRate has been renamed to fSpeed. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCSpeed::step ( ccTime dt ) (1)
changed to:CCSpeed::step ( float dt )
[symbol: _ZN7cocos2d7CCSpeed4stepEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionCamera.h,
libcocos2d.so
namespace cocos2d
[+] CCOrbitCamera::update ( ccTime time ) (1)
changed to:CCOrbitCamera::update ( float time )
[symbol: _ZN7cocos2d13CCOrbitCamera6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionEase.h,
libcocos2d.so
namespace cocos2d
[+] CCActionEase::update ( ccTime time ) (1)
changed to:CCActionEase::update ( float time )
[symbol: _ZN7cocos2d12CCActionEase6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseBackIn::update ( ccTime time ) (1)
changed to:CCEaseBackIn::update ( float time )
[symbol: _ZN7cocos2d12CCEaseBackIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseBackInOut::update ( ccTime time ) (1)
changed to:CCEaseBackInOut::update ( float time )
[symbol: _ZN7cocos2d15CCEaseBackInOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseBackOut::update ( ccTime time ) (1)
changed to:CCEaseBackOut::update ( float time )
[symbol: _ZN7cocos2d13CCEaseBackOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseBounce::bounceTime ( ccTime time ) (2)
changed to:CCEaseBounce::bounceTime ( float time )
[symbol: _ZN7cocos2d12CCEaseBounce10bounceTimeEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of return value has been changed from ccTime to float. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCEaseBounceIn::update ( ccTime time ) (1)
changed to:CCEaseBounceIn::update ( float time )
[symbol: _ZN7cocos2d14CCEaseBounceIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseBounceInOut::update ( ccTime time ) (1)
changed to:CCEaseBounceInOut::update ( float time )
[symbol: _ZN7cocos2d17CCEaseBounceInOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseBounceOut::update ( ccTime time ) (1)
changed to:CCEaseBounceOut::update ( float time )
[symbol: _ZN7cocos2d15CCEaseBounceOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseElasticIn::update ( ccTime time ) (1)
changed to:CCEaseElasticIn::update ( float time )
[symbol: _ZN7cocos2d15CCEaseElasticIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseElasticInOut::update ( ccTime time ) (1)
changed to:CCEaseElasticInOut::update ( float time )
[symbol: _ZN7cocos2d18CCEaseElasticInOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseElasticOut::update ( ccTime time ) (1)
changed to:CCEaseElasticOut::update ( float time )
[symbol: _ZN7cocos2d16CCEaseElasticOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseExponentialIn::update ( ccTime time ) (1)
changed to:CCEaseExponentialIn::update ( float time )
[symbol: _ZN7cocos2d19CCEaseExponentialIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseExponentialInOut::update ( ccTime time ) (1)
changed to:CCEaseExponentialInOut::update ( float time )
[symbol: _ZN7cocos2d22CCEaseExponentialInOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseExponentialOut::update ( ccTime time ) (1)
changed to:CCEaseExponentialOut::update ( float time )
[symbol: _ZN7cocos2d20CCEaseExponentialOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseIn::update ( ccTime time ) (1)
changed to:CCEaseIn::update ( float time )
[symbol: _ZN7cocos2d8CCEaseIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseInOut::update ( ccTime time ) (1)
changed to:CCEaseInOut::update ( float time )
[symbol: _ZN7cocos2d11CCEaseInOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseOut::update ( ccTime time ) (1)
changed to:CCEaseOut::update ( float time )
[symbol: _ZN7cocos2d9CCEaseOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseSineIn::update ( ccTime time ) (1)
changed to:CCEaseSineIn::update ( float time )
[symbol: _ZN7cocos2d12CCEaseSineIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseSineInOut::update ( ccTime time ) (1)
changed to:CCEaseSineInOut::update ( float time )
[symbol: _ZN7cocos2d15CCEaseSineInOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCEaseSineOut::update ( ccTime time ) (1)
changed to:CCEaseSineOut::update ( float time )
[symbol: _ZN7cocos2d13CCEaseSineOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionGrid.h,
libcocos2d.so
namespace cocos2d
[+] CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static] (1)
changed to:CCAccelAmplitude::actionWithAction ( CCAction* pAction, float duration ) [static]
[symbol: _ZN7cocos2d16CCAccelAmplitude16actionWithActionEPNS_8CCActionEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration ) (1)
changed to:CCAccelAmplitude::initWithAction ( CCAction* pAction, float duration )
[symbol: _ZN7cocos2d16CCAccelAmplitude14initWithActionEPNS_8CCActionEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAccelAmplitude::update ( ccTime time ) (1)
changed to:CCAccelAmplitude::update ( float time )
[symbol: _ZN7cocos2d16CCAccelAmplitude6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static] (1)
changed to:CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, float duration ) [static]
[symbol: _ZN7cocos2d22CCAccelDeccelAmplitude16actionWithActionEPNS_8CCActionEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration ) (1)
changed to:CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, float duration )
[symbol: _ZN7cocos2d22CCAccelDeccelAmplitude14initWithActionEPNS_8CCActionEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAccelDeccelAmplitude::update ( ccTime time ) (1)
changed to:CCAccelDeccelAmplitude::update ( float time )
[symbol: _ZN7cocos2d22CCAccelDeccelAmplitude6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static] (1)
changed to:CCDeccelAmplitude::actionWithAction ( CCAction* pAction, float duration ) [static]
[symbol: _ZN7cocos2d17CCDeccelAmplitude16actionWithActionEPNS_8CCActionEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration ) (1)
changed to:CCDeccelAmplitude::initWithAction ( CCAction* pAction, float duration )
[symbol: _ZN7cocos2d17CCDeccelAmplitude14initWithActionEPNS_8CCActionEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCDeccelAmplitude::update ( ccTime time ) (1)
changed to:CCDeccelAmplitude::update ( float time )
[symbol: _ZN7cocos2d17CCDeccelAmplitude6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCGridAction::actionWithSize ( ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCGridAction::actionWithSize ( ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d12CCGridAction14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCGridAction::initWithSize ( ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCGridAction::initWithSize ( ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d12CCGridAction12initWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionGrid3D.h,
libcocos2d.so
namespace cocos2d
[+] CCFlipX3D::actionWithDuration ( ccTime duration ) [static] (1)
changed to:CCFlipX3D::actionWithDuration ( float duration ) [static]
[symbol: _ZN7cocos2d9CCFlipX3D18actionWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFlipX3D::initWithDuration ( ccTime duration ) (1)
changed to:CCFlipX3D::initWithDuration ( float duration )
[symbol: _ZN7cocos2d9CCFlipX3D16initWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFlipX3D::initWithSize ( ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCFlipX3D::initWithSize ( ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d9CCFlipX3D12initWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFlipX3D::update ( ccTime time ) (1)
changed to:CCFlipX3D::update ( float time )
[symbol: _ZN7cocos2d9CCFlipX3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFlipY3D::actionWithDuration ( ccTime duration ) [static] (1)
changed to:CCFlipY3D::actionWithDuration ( float duration ) [static]
[symbol: _ZN7cocos2d9CCFlipY3D18actionWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFlipY3D::update ( ccTime time ) (1)
changed to:CCFlipY3D::update ( float time )
[symbol: _ZN7cocos2d9CCFlipY3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCLens3D::actionWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCLens3D::actionWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d8CCLens3D18actionWithPositionERKNS_7CCPointEfRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCLens3D::initWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCLens3D::initWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d8CCLens3D16initWithPositionERKNS_7CCPointEfRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCLens3D::update ( ccTime time ) (1)
changed to:CCLens3D::update ( float time )
[symbol: _ZN7cocos2d8CCLens3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCLiquid::actionWithWaves ( int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCLiquid::actionWithWaves ( int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d8CCLiquid15actionWithWavesEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCLiquid::initWithWaves ( int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCLiquid::initWithWaves ( int wav, float amp, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d8CCLiquid13initWithWavesEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCLiquid::update ( ccTime time ) (1)
changed to:CCLiquid::update ( float time )
[symbol: _ZN7cocos2d8CCLiquid6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRipple3D::actionWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCRipple3D::actionWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d10CCRipple3D18actionWithPositionERKNS_7CCPointEfifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 6th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRipple3D::initWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCRipple3D::initWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d10CCRipple3D16initWithPositionERKNS_7CCPointEfifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 6th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRipple3D::update ( ccTime time ) (1)
changed to:CCRipple3D::update ( float time )
[symbol: _ZN7cocos2d10CCRipple3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShaky3D::actionWithRange ( int range, bool shakeZ, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCShaky3D::actionWithRange ( int range, bool shakeZ, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d9CCShaky3D15actionWithRangeEibRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShaky3D::initWithRange ( int range, bool shakeZ, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCShaky3D::initWithRange ( int range, bool shakeZ, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d9CCShaky3D13initWithRangeEibRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShaky3D::update ( ccTime time ) (1)
changed to:CCShaky3D::update ( float time )
[symbol: _ZN7cocos2d9CCShaky3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTwirl::actionWithPosition ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCTwirl::actionWithPosition ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d7CCTwirl18actionWithPositionENS_7CCPointEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 5th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTwirl::initWithPosition ( CCPoint const& pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCTwirl::initWithPosition ( CCPoint const& pos, int t, float amp, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d7CCTwirl16initWithPositionERKNS_7CCPointEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 5th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTwirl::update ( ccTime time ) (1)
changed to:CCTwirl::update ( float time )
[symbol: _ZN7cocos2d7CCTwirl6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWaves3D::actionWithWaves ( int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCWaves3D::actionWithWaves ( int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d9CCWaves3D15actionWithWavesEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWaves3D::initWithWaves ( int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCWaves3D::initWithWaves ( int wav, float amp, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d9CCWaves3D13initWithWavesEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWaves3D::update ( ccTime time ) (1)
changed to:CCWaves3D::update ( float time )
[symbol: _ZN7cocos2d9CCWaves3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWaves::actionWithWaves ( int wav, float amp, bool h, bool v, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCWaves::actionWithWaves ( int wav, float amp, bool h, bool v, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d7CCWaves15actionWithWavesEifbbRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 6th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWaves::initWithWaves ( int wav, float amp, bool h, bool v, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCWaves::initWithWaves ( int wav, float amp, bool h, bool v, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d7CCWaves13initWithWavesEifbbRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 6th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWaves::update ( ccTime time ) (1)
changed to:CCWaves::update ( float time )
[symbol: _ZN7cocos2d7CCWaves6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionInstant.h,
libcocos2d.so
namespace cocos2d
[+] CCActionInstant::step ( ccTime dt ) (1)
changed to:CCActionInstant::step ( float dt )
[symbol: _ZN7cocos2d15CCActionInstant4stepEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCActionInstant::update ( ccTime time ) (1)
changed to:CCActionInstant::update ( float time )
[symbol: _ZN7cocos2d15CCActionInstant6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionInterval.h,
libcocos2d.so
namespace cocos2d
[+] CCActionInterval::actionWithDuration ( ccTime d ) [static] (1)
changed to:CCActionInterval::actionWithDuration ( float d ) [static]
[symbol: _ZN7cocos2d16CCActionInterval18actionWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter d has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCActionInterval::getAmplitudeRate ( ) (1)
[symbol: _ZN7cocos2d16CCActionInterval16getAmplitudeRateEv]
| Change | Effect |
---|
1 | Type of return value has been changed from CGFloat to float. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCActionInterval::initWithDuration ( ccTime d ) (1)
changed to:CCActionInterval::initWithDuration ( float d )
[symbol: _ZN7cocos2d16CCActionInterval16initWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter d has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCActionInterval::setAmplitudeRate ( CGFloat amp ) (1)
changed to:CCActionInterval::setAmplitudeRate ( float amp )
[symbol: _ZN7cocos2d16CCActionInterval16setAmplitudeRateEf]
| Change | Effect |
---|
1 | Type of 1st parameter amp has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCActionInterval::step ( ccTime dt ) (1)
changed to:CCActionInterval::step ( float dt )
[symbol: _ZN7cocos2d16CCActionInterval4stepEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAnimate::update ( ccTime time ) (2)
changed to:CCAnimate::update ( float t )
[symbol: _ZN7cocos2d9CCAnimate6updateEf]
| Change | Effect |
---|
1 | 1st parameter time has been renamed to t. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static] (1)
changed to:CCBezierBy::actionWithDuration ( float t, ccBezierConfig const& c ) [static]
[symbol: _ZN7cocos2d10CCBezierBy18actionWithDurationEfRKNS_15_ccBezierConfigE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c ) (1)
changed to:CCBezierBy::initWithDuration ( float t, ccBezierConfig const& c )
[symbol: _ZN7cocos2d10CCBezierBy16initWithDurationEfRKNS_15_ccBezierConfigE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBezierBy::update ( ccTime time ) (1)
changed to:CCBezierBy::update ( float time )
[symbol: _ZN7cocos2d10CCBezierBy6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static] (1)
changed to:CCBezierTo::actionWithDuration ( float t, ccBezierConfig const& c ) [static]
[symbol: _ZN7cocos2d10CCBezierTo18actionWithDurationEfRKNS_15_ccBezierConfigE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBlink::actionWithDuration ( ccTime duration, unsigned int uBlinks ) [static] (1)
changed to:CCBlink::actionWithDuration ( float duration, unsigned int uBlinks ) [static]
[symbol: _ZN7cocos2d7CCBlink18actionWithDurationEfj]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBlink::initWithDuration ( ccTime duration, unsigned int uBlinks ) (1)
changed to:CCBlink::initWithDuration ( float duration, unsigned int uBlinks )
[symbol: _ZN7cocos2d7CCBlink16initWithDurationEfj]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCBlink::update ( ccTime time ) (1)
changed to:CCBlink::update ( float time )
[symbol: _ZN7cocos2d7CCBlink6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCDelayTime::actionWithDuration ( ccTime d ) [static] (1)
changed to:CCDelayTime::actionWithDuration ( float d ) [static]
[symbol: _ZN7cocos2d11CCDelayTime18actionWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter d has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCDelayTime::update ( ccTime time ) (1)
changed to:CCDelayTime::update ( float time )
[symbol: _ZN7cocos2d11CCDelayTime6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeIn::actionWithDuration ( ccTime d ) [static] (1)
changed to:CCFadeIn::actionWithDuration ( float d ) [static]
[symbol: _ZN7cocos2d8CCFadeIn18actionWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter d has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeIn::update ( ccTime time ) (1)
changed to:CCFadeIn::update ( float time )
[symbol: _ZN7cocos2d8CCFadeIn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOut::actionWithDuration ( ccTime d ) [static] (1)
changed to:CCFadeOut::actionWithDuration ( float d ) [static]
[symbol: _ZN7cocos2d9CCFadeOut18actionWithDurationEf]
| Change | Effect |
---|
1 | Type of 1st parameter d has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOut::update ( ccTime time ) (1)
changed to:CCFadeOut::update ( float time )
[symbol: _ZN7cocos2d9CCFadeOut6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeTo::actionWithDuration ( ccTime duration, GLubyte opacity ) [static] (1)
changed to:CCFadeTo::actionWithDuration ( float duration, GLubyte opacity ) [static]
[symbol: _ZN7cocos2d8CCFadeTo18actionWithDurationEfh]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeTo::initWithDuration ( ccTime duration, GLubyte opacity ) (1)
changed to:CCFadeTo::initWithDuration ( float duration, GLubyte opacity )
[symbol: _ZN7cocos2d8CCFadeTo16initWithDurationEfh]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeTo::update ( ccTime time ) (1)
changed to:CCFadeTo::update ( float time )
[symbol: _ZN7cocos2d8CCFadeTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpBy::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) [static] (2)
changed to:CCJumpBy::actionWithDuration ( float duration, CCPoint const& position, float height, unsigned int jumps ) [static]
[symbol: _ZN7cocos2d8CCJumpBy18actionWithDurationEfRKNS_7CCPointEfj]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 3rd parameter height has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpBy::initWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) (2)
changed to:CCJumpBy::initWithDuration ( float duration, CCPoint const& position, float height, unsigned int jumps )
[symbol: _ZN7cocos2d8CCJumpBy16initWithDurationEfRKNS_7CCPointEfj]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 3rd parameter height has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpBy::update ( ccTime time ) (1)
changed to:CCJumpBy::update ( float time )
[symbol: _ZN7cocos2d8CCJumpBy6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpTo::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, int jumps ) [static] (2)
changed to:CCJumpTo::actionWithDuration ( float duration, CCPoint const& position, float height, int jumps ) [static]
[symbol: _ZN7cocos2d8CCJumpTo18actionWithDurationEfRKNS_7CCPointEfi]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 3rd parameter height has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCMoveBy::actionWithDuration ( ccTime duration, CCPoint const& position ) [static] (1)
changed to:CCMoveBy::actionWithDuration ( float duration, CCPoint const& position ) [static]
[symbol: _ZN7cocos2d8CCMoveBy18actionWithDurationEfRKNS_7CCPointE]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCMoveBy::initWithDuration ( ccTime duration, CCPoint const& position ) (1)
changed to:CCMoveBy::initWithDuration ( float duration, CCPoint const& position )
[symbol: _ZN7cocos2d8CCMoveBy16initWithDurationEfRKNS_7CCPointE]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCMoveTo::actionWithDuration ( ccTime duration, CCPoint const& position ) [static] (1)
changed to:CCMoveTo::actionWithDuration ( float duration, CCPoint const& position ) [static]
[symbol: _ZN7cocos2d8CCMoveTo18actionWithDurationEfRKNS_7CCPointE]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCMoveTo::initWithDuration ( ccTime duration, CCPoint const& position ) (1)
changed to:CCMoveTo::initWithDuration ( float duration, CCPoint const& position )
[symbol: _ZN7cocos2d8CCMoveTo16initWithDurationEfRKNS_7CCPointE]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCMoveTo::update ( ccTime time ) (1)
changed to:CCMoveTo::update ( float time )
[symbol: _ZN7cocos2d8CCMoveTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRepeat::update ( ccTime time ) (2)
changed to:CCRepeat::update ( float dt )
[symbol: _ZN7cocos2d8CCRepeat6updateEf]
| Change | Effect |
---|
1 | 1st parameter time has been renamed to dt. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRepeatForever::step ( ccTime dt ) (1)
changed to:CCRepeatForever::step ( float dt )
[symbol: _ZN7cocos2d15CCRepeatForever4stepEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCReverseTime::update ( ccTime time ) (1)
changed to:CCReverseTime::update ( float time )
[symbol: _ZN7cocos2d13CCReverseTime6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRotateBy::actionWithDuration ( ccTime duration, float fDeltaAngle ) [static] (1)
changed to:CCRotateBy::actionWithDuration ( float duration, float fDeltaAngle ) [static]
[symbol: _ZN7cocos2d10CCRotateBy18actionWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRotateBy::initWithDuration ( ccTime duration, float fDeltaAngle ) (1)
changed to:CCRotateBy::initWithDuration ( float duration, float fDeltaAngle )
[symbol: _ZN7cocos2d10CCRotateBy16initWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRotateBy::update ( ccTime time ) (1)
changed to:CCRotateBy::update ( float time )
[symbol: _ZN7cocos2d10CCRotateBy6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRotateTo::actionWithDuration ( ccTime duration, float fDeltaAngle ) [static] (1)
changed to:CCRotateTo::actionWithDuration ( float duration, float fDeltaAngle ) [static]
[symbol: _ZN7cocos2d10CCRotateTo18actionWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRotateTo::initWithDuration ( ccTime duration, float fDeltaAngle ) (1)
changed to:CCRotateTo::initWithDuration ( float duration, float fDeltaAngle )
[symbol: _ZN7cocos2d10CCRotateTo16initWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCRotateTo::update ( ccTime time ) (1)
changed to:CCRotateTo::update ( float time )
[symbol: _ZN7cocos2d10CCRotateTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleBy::actionWithDuration ( ccTime duration, float s ) [static] (1)
changed to:CCScaleBy::actionWithDuration ( float duration, float s ) [static]
[symbol: _ZN7cocos2d9CCScaleBy18actionWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleBy::actionWithDuration ( ccTime duration, float sx, float sy ) [static] (1)
changed to:CCScaleBy::actionWithDuration ( float duration, float sx, float sy ) [static]
[symbol: _ZN7cocos2d9CCScaleBy18actionWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleTo::actionWithDuration ( ccTime duration, float s ) [static] (1)
changed to:CCScaleTo::actionWithDuration ( float duration, float s ) [static]
[symbol: _ZN7cocos2d9CCScaleTo18actionWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleTo::actionWithDuration ( ccTime duration, float sx, float sy ) [static] (1)
changed to:CCScaleTo::actionWithDuration ( float duration, float sx, float sy ) [static]
[symbol: _ZN7cocos2d9CCScaleTo18actionWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleTo::initWithDuration ( ccTime duration, float s ) (1)
changed to:CCScaleTo::initWithDuration ( float duration, float s )
[symbol: _ZN7cocos2d9CCScaleTo16initWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleTo::initWithDuration ( ccTime duration, float sx, float sy ) (1)
changed to:CCScaleTo::initWithDuration ( float duration, float sx, float sy )
[symbol: _ZN7cocos2d9CCScaleTo16initWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScaleTo::update ( ccTime time ) (1)
changed to:CCScaleTo::update ( float time )
[symbol: _ZN7cocos2d9CCScaleTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSequence::update ( ccTime time ) (2)
changed to:CCSequence::update ( float t )
[symbol: _ZN7cocos2d10CCSequence6updateEf]
| Change | Effect |
---|
1 | 1st parameter time has been renamed to t. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSkewBy::actionWithDuration ( ccTime t, float deltaSkewX, float deltaSkewY ) [static] (1)
changed to:CCSkewBy::actionWithDuration ( float t, float deltaSkewX, float deltaSkewY ) [static]
[symbol: _ZN7cocos2d8CCSkewBy18actionWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSkewBy::initWithDuration ( ccTime t, float sx, float sy ) (1)
changed to:CCSkewBy::initWithDuration ( float t, float sx, float sy )
[symbol: _ZN7cocos2d8CCSkewBy16initWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSkewTo::actionWithDuration ( ccTime t, float sx, float sy ) [static] (1)
changed to:CCSkewTo::actionWithDuration ( float t, float sx, float sy ) [static]
[symbol: _ZN7cocos2d8CCSkewTo18actionWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSkewTo::initWithDuration ( ccTime t, float sx, float sy ) (1)
changed to:CCSkewTo::initWithDuration ( float t, float sx, float sy )
[symbol: _ZN7cocos2d8CCSkewTo16initWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSkewTo::update ( ccTime time ) (1)
changed to:CCSkewTo::update ( float time )
[symbol: _ZN7cocos2d8CCSkewTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSpawn::update ( ccTime time ) (1)
changed to:CCSpawn::update ( float time )
[symbol: _ZN7cocos2d7CCSpawn6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTintBy::actionWithDuration ( ccTime duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) [static] (1)
changed to:CCTintBy::actionWithDuration ( float duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) [static]
[symbol: _ZN7cocos2d8CCTintBy18actionWithDurationEfsss]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTintBy::initWithDuration ( ccTime duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) (1)
changed to:CCTintBy::initWithDuration ( float duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue )
[symbol: _ZN7cocos2d8CCTintBy16initWithDurationEfsss]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTintBy::update ( ccTime time ) (1)
changed to:CCTintBy::update ( float time )
[symbol: _ZN7cocos2d8CCTintBy6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTintTo::actionWithDuration ( ccTime duration, GLubyte red, GLubyte green, GLubyte blue ) [static] (1)
changed to:CCTintTo::actionWithDuration ( float duration, GLubyte red, GLubyte green, GLubyte blue ) [static]
[symbol: _ZN7cocos2d8CCTintTo18actionWithDurationEfhhh]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTintTo::initWithDuration ( ccTime duration, GLubyte red, GLubyte green, GLubyte blue ) (1)
changed to:CCTintTo::initWithDuration ( float duration, GLubyte red, GLubyte green, GLubyte blue )
[symbol: _ZN7cocos2d8CCTintTo16initWithDurationEfhhh]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTintTo::update ( ccTime time ) (1)
changed to:CCTintTo::update ( float time )
[symbol: _ZN7cocos2d8CCTintTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionManager.h,
libcocos2d.so
namespace cocos2d
[+] CCActionManager::update ( ccTime dt ) (1)
changed to:CCActionManager::update ( float dt )
[symbol: _ZN7cocos2d15CCActionManager6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionPageTurn3D.h,
libcocos2d.so
namespace cocos2d
[+] CCPageTurn3D::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
changed to:CCPageTurn3D::actionWithSize ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d12CCPageTurn3D14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCPageTurn3D::update ( ccTime time ) (1)
changed to:CCPageTurn3D::update ( float time )
[symbol: _ZN7cocos2d12CCPageTurn3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionProgressTimer.h,
libcocos2d.so
namespace cocos2d
[+] CCProgressFromTo::actionWithDuration ( ccTime duration, float fFromPercentage, float fToPercentage ) [static] (1)
changed to:CCProgressFromTo::actionWithDuration ( float duration, float fFromPercentage, float fToPercentage ) [static]
[symbol: _ZN7cocos2d16CCProgressFromTo18actionWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCProgressFromTo::initWithDuration ( ccTime duration, float fFromPercentage, float fToPercentage ) (1)
changed to:CCProgressFromTo::initWithDuration ( float duration, float fFromPercentage, float fToPercentage )
[symbol: _ZN7cocos2d16CCProgressFromTo16initWithDurationEfff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCProgressFromTo::update ( ccTime time ) (1)
changed to:CCProgressFromTo::update ( float time )
[symbol: _ZN7cocos2d16CCProgressFromTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCProgressTo::actionWithDuration ( ccTime duration, float fPercent ) [static] (1)
changed to:CCProgressTo::actionWithDuration ( float duration, float fPercent ) [static]
[symbol: _ZN7cocos2d12CCProgressTo18actionWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCProgressTo::initWithDuration ( ccTime duration, float fPercent ) (1)
changed to:CCProgressTo::initWithDuration ( float duration, float fPercent )
[symbol: _ZN7cocos2d12CCProgressTo16initWithDurationEff]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCProgressTo::update ( ccTime time ) (1)
changed to:CCProgressTo::update ( float time )
[symbol: _ZN7cocos2d12CCProgressTo6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCActionTiledGrid.h,
libcocos2d.so
namespace cocos2d
[+] CCFadeOutBLTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
changed to:CCFadeOutBLTiles::actionWithSize ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d16CCFadeOutBLTiles14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutBLTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
changed to:CCFadeOutBLTiles::testFunc ( ccGridSize const& pos, float time )
[symbol: _ZN7cocos2d16CCFadeOutBLTiles8testFuncERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutDownTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
changed to:CCFadeOutDownTiles::actionWithSize ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d18CCFadeOutDownTiles14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutDownTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
changed to:CCFadeOutDownTiles::testFunc ( ccGridSize const& pos, float time )
[symbol: _ZN7cocos2d18CCFadeOutDownTiles8testFuncERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutTRTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
changed to:CCFadeOutTRTiles::actionWithSize ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d16CCFadeOutTRTiles14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutTRTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
changed to:CCFadeOutTRTiles::testFunc ( ccGridSize const& pos, float time )
[symbol: _ZN7cocos2d16CCFadeOutTRTiles8testFuncERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutTRTiles::update ( ccTime time ) (1)
changed to:CCFadeOutTRTiles::update ( float time )
[symbol: _ZN7cocos2d16CCFadeOutTRTiles6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutUpTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
changed to:CCFadeOutUpTiles::actionWithSize ( ccGridSize const& gridSize, float time ) [static]
[symbol: _ZN7cocos2d16CCFadeOutUpTiles14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCFadeOutUpTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
changed to:CCFadeOutUpTiles::testFunc ( ccGridSize const& pos, float time )
[symbol: _ZN7cocos2d16CCFadeOutUpTiles8testFuncERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpTiles3D::actionWithJumps ( int j, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCJumpTiles3D::actionWithJumps ( int j, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d13CCJumpTiles3D15actionWithJumpsEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpTiles3D::initWithJumps ( int j, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCJumpTiles3D::initWithJumps ( int j, float amp, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d13CCJumpTiles3D13initWithJumpsEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCJumpTiles3D::update ( ccTime time ) (1)
changed to:CCJumpTiles3D::update ( float time )
[symbol: _ZN7cocos2d13CCJumpTiles3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShakyTiles3D::actionWithRange ( int nRange, bool bShakeZ, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCShakyTiles3D::actionWithRange ( int nRange, bool bShakeZ, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCShakyTiles3D15actionWithRangeEibRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShakyTiles3D::initWithRange ( int nRange, bool bShakeZ, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCShakyTiles3D::initWithRange ( int nRange, bool bShakeZ, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d14CCShakyTiles3D13initWithRangeEibRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShakyTiles3D::update ( ccTime time ) (1)
changed to:CCShakyTiles3D::update ( float time )
[symbol: _ZN7cocos2d14CCShakyTiles3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShatteredTiles3D::actionWithRange ( int nRange, bool bShatterZ, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCShatteredTiles3D::actionWithRange ( int nRange, bool bShatterZ, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d18CCShatteredTiles3D15actionWithRangeEibRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShatteredTiles3D::initWithRange ( int nRange, bool bShatterZ, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCShatteredTiles3D::initWithRange ( int nRange, bool bShatterZ, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d18CCShatteredTiles3D13initWithRangeEibRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShatteredTiles3D::update ( ccTime time ) (1)
changed to:CCShatteredTiles3D::update ( float time )
[symbol: _ZN7cocos2d18CCShatteredTiles3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShuffleTiles::actionWithSeed ( int s, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCShuffleTiles::actionWithSeed ( int s, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCShuffleTiles14actionWithSeedEiRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 3rd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShuffleTiles::initWithSeed ( int s, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCShuffleTiles::initWithSeed ( int s, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d14CCShuffleTiles12initWithSeedEiRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 3rd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCShuffleTiles::update ( ccTime time ) (1)
changed to:CCShuffleTiles::update ( float time )
[symbol: _ZN7cocos2d14CCShuffleTiles6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSplitCols::actionWithCols ( int nCols, ccTime duration ) [static] (1)
changed to:CCSplitCols::actionWithCols ( int nCols, float duration ) [static]
[symbol: _ZN7cocos2d11CCSplitCols14actionWithColsEif]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSplitCols::initWithCols ( int nCols, ccTime duration ) (1)
changed to:CCSplitCols::initWithCols ( int nCols, float duration )
[symbol: _ZN7cocos2d11CCSplitCols12initWithColsEif]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSplitCols::update ( ccTime time ) (1)
changed to:CCSplitCols::update ( float time )
[symbol: _ZN7cocos2d11CCSplitCols6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSplitRows::actionWithRows ( int nRows, ccTime duration ) [static] (1)
changed to:CCSplitRows::actionWithRows ( int nRows, float duration ) [static]
[symbol: _ZN7cocos2d11CCSplitRows14actionWithRowsEif]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSplitRows::initWithRows ( int nRows, ccTime duration ) (1)
changed to:CCSplitRows::initWithRows ( int nRows, float duration )
[symbol: _ZN7cocos2d11CCSplitRows12initWithRowsEif]
| Change | Effect |
---|
1 | Type of 2nd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCSplitRows::update ( ccTime time ) (1)
changed to:CCSplitRows::update ( float time )
[symbol: _ZN7cocos2d11CCSplitRows6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTurnOffTiles::actionWithSeed ( int s, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCTurnOffTiles::actionWithSeed ( int s, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCTurnOffTiles14actionWithSeedEiRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 3rd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTurnOffTiles::actionWithSize ( ccGridSize const& size, ccTime d ) [static] (1)
changed to:CCTurnOffTiles::actionWithSize ( ccGridSize const& size, float d ) [static]
[symbol: _ZN7cocos2d14CCTurnOffTiles14actionWithSizeERKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 2nd parameter d has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTurnOffTiles::initWithSeed ( int s, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCTurnOffTiles::initWithSeed ( int s, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d14CCTurnOffTiles12initWithSeedEiRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 3rd parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTurnOffTiles::update ( ccTime time ) (1)
changed to:CCTurnOffTiles::update ( float time )
[symbol: _ZN7cocos2d14CCTurnOffTiles6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWavesTiles3D::actionWithWaves ( int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
changed to:CCWavesTiles3D::actionWithWaves ( int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
[symbol: _ZN7cocos2d14CCWavesTiles3D15actionWithWavesEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWavesTiles3D::initWithWaves ( int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
changed to:CCWavesTiles3D::initWithWaves ( int wav, float amp, ccGridSize const& gridSize, float duration )
[symbol: _ZN7cocos2d14CCWavesTiles3D13initWithWavesEifRKNS_11_ccGridSizeEf]
| Change | Effect |
---|
1 | Type of 4th parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCWavesTiles3D::update ( ccTime time ) (1)
changed to:CCWavesTiles3D::update ( float time )
[symbol: _ZN7cocos2d14CCWavesTiles3D6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter time has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCAffineTransform.h,
libcocos2d.so
namespace cocos2d
[+] __CCAffineTransformMake ( CGFloat a, CGFloat b, CGFloat c, CGFloat d, CGFloat tx, CGFloat ty ) (6)
changed to:__CCAffineTransformMake ( float a, float b, float c, float d, float tx, float ty )
[symbol: _ZN7cocos2d23__CCAffineTransformMakeEffffff]
| Change | Effect |
---|
1 | Type of 1st parameter a has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 2nd parameter b has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
3 | Type of 3rd parameter c has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
4 | Type of 4th parameter d has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
5 | Type of 5th parameter tx has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
6 | Type of 6th parameter ty has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAffineTransformRotate ( CCAffineTransform const& aTransform, CGFloat anAngle ) (1)
changed to:CCAffineTransformRotate ( CCAffineTransform const& aTransform, float anAngle )
[symbol: _ZN7cocos2d23CCAffineTransformRotateERKNS_17CCAffineTransformEf]
| Change | Effect |
---|
1 | Type of 2nd parameter anAngle has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCAffineTransformScale ( CCAffineTransform const& t, CGFloat sx, CGFloat sy ) (2)
changed to:CCAffineTransformScale ( CCAffineTransform const& t, float sx, float sy )
[symbol: _ZN7cocos2d22CCAffineTransformScaleERKNS_17CCAffineTransformEff]
| Change | Effect |
---|
1 | Type of 2nd parameter sx has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 3rd parameter sy has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCCamera.h,
libcocos2d.so
namespace cocos2d
[+] CCCamera::description ( ) (1)
[symbol: _ZN7cocos2d8CCCamera11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
CCDirector.h,
libcocos2d.so
namespace cocos2d
[+] CCDirector::enableRetinaDisplay ( bool enabled ) (1)
changed to:CCDirector::enableRetinaDisplay ( bool bEnabelRetina )
[symbol: _ZN7cocos2d10CCDirector19enableRetinaDisplayEb]
| Change | Effect |
---|
1 | 1st parameter enabled has been renamed to bEnabelRetina. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCDirector::getContentScaleFactor ( ) (1)
[symbol: _ZN7cocos2d10CCDirector21getContentScaleFactorEv]
| Change | Effect |
---|
1 | Type of return value has been changed from CGFloat to float. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCDirector::setContentScaleFactor ( CGFloat scaleFactor ) (1)
changed to:CCDirector::setContentScaleFactor ( float scaleFactor )
[symbol: _ZN7cocos2d10CCDirector21setContentScaleFactorEf]
| Change | Effect |
---|
1 | Type of 1st parameter scaleFactor has been changed from CGFloat to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCImage.h,
libcocos2d.so
namespace cocos2d
[+] CCImage::getHeight ( ) const (1)
[symbol: _ZNK7cocos2d7CCImage9getHeightEv]
| Change | Effect |
---|
1 | Type of return value has been changed from short to unsigned short. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCImage::getWidth ( ) const (1)
[symbol: _ZNK7cocos2d7CCImage8getWidthEv]
| Change | Effect |
---|
1 | Type of return value has been changed from short to unsigned short. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCImage::initWithImageData ( void* pData, int nDataLen, enum CCImage::EImageFormat eFmt, int nWidth, int nHeight, int nBitsPerComponent ) (1)
[symbol: _ZN7cocos2d7CCImage17initWithImageDataEPviNS0_12EImageFormatEiii]
| Change | Effect |
---|
1 | The default argument of 3rd parameter eFmt has been changed from 1 to 4. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
CCLabelBMFont.h,
libcocos2d.so
namespace cocos2d
[+] CCBMFontConfiguration::description ( ) (1)
[symbol: _ZN7cocos2d21CCBMFontConfiguration11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
CCLabelTTF.h,
libcocos2d.so
namespace cocos2d
[+] CCLabelTTF::description ( ) (1)
[symbol: _ZN7cocos2d10CCLabelTTF11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize ) (1)
changed to:CCLabelTTF::initWithString ( char const* string, char const* fontName, float fontSize )
[symbol: _ZN7cocos2d10CCLabelTTF14initWithStringEPKcS2_f]
| Change | Effect |
---|
1 | 1st parameter label has been renamed to string. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static] (1)
changed to:CCLabelTTF::labelWithString ( char const* string, char const* fontName, float fontSize ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF15labelWithStringEPKcS2_f]
| Change | Effect |
---|
1 | 1st parameter label has been renamed to string. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static] (2)
changed to:CCLabelTTF::labelWithString ( char const* string, CCSize const& dimensions, enum CCTextAlignment hAlignment, char const* fontName, float fontSize ) [static]
[symbol: _ZN7cocos2d10CCLabelTTF15labelWithStringEPKcRKNS_6CCSizeENS_15CCTextAlignmentES2_f]
| Change | Effect |
---|
1 | 1st parameter label has been renamed to string. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 3rd parameter alignment has been renamed to hAlignment. | Renaming of a parameter may indicate a change in its semantic meaning. |
CCMenuItem.h,
libcocos2d.so
namespace cocos2d
[+] CCMenuItemToggle::getSubItems ( ) (1)
[symbol: _ZN7cocos2d16CCMenuItemToggle11getSubItemsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableArray<CCMenuItem*> to CCArray. | Replacement of return base type may indicate a change in its semantic meaning. |
CCMotionStreak.h,
libcocos2d.so
namespace cocos2d
[+] CCMotionStreak::setBlendFunc ( ccBlendFunc var ) (1)
changed to:CCMotionStreak::setBlendFunc ( ccBlendFunc blendFunc )
[symbol: _ZN7cocos2d14CCMotionStreak12setBlendFuncENS_12_ccBlendFuncE]
| Change | Effect |
---|
1 | 1st parameter var has been renamed to blendFunc. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCMotionStreak::setTexture ( CCTexture2D* var ) (1)
changed to:CCMotionStreak::setTexture ( CCTexture2D* texture )
[symbol: _ZN7cocos2d14CCMotionStreak10setTextureEPNS_11CCTexture2DE]
| Change | Effect |
---|
1 | 1st parameter var has been renamed to texture. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] CCMotionStreak::update ( ccTime delta ) (1)
changed to:CCMotionStreak::update ( float delta )
[symbol: _ZN7cocos2d14CCMotionStreak6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter delta has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCNode.h,
libcocos2d.so
namespace cocos2d
[+] CCNode::description ( ) (1)
[symbol: _ZN7cocos2d6CCNode11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval ) (1)
changed to:CCNode::schedule ( void(CCObject::*)(float) selector, float interval )
[symbol: _ZN7cocos2d6CCNode8scheduleEMNS_8CCObjectEFvfEf]
| Change | Effect |
---|
1 | Type of 2nd parameter interval has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCObject.h,
libcocos2d.so
namespace cocos2d
[+] CCObject::update ( ccTime dt ) (1)
changed to:CCObject::update ( float dt )
[symbol: _ZN7cocos2d8CCObject6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCParticleSystem.h,
libcocos2d.so
namespace cocos2d
[+] CCParticleSystem::update ( ccTime dt ) (1)
changed to:CCParticleSystem::update ( float dt )
[symbol: _ZN7cocos2d16CCParticleSystem6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCPointExtension.h,
libcocos2d.so
namespace cocos2d
[+] ccpDistance ( CCPoint const& v1, CCPoint const& v2 ) (1)
[symbol: _ZN7cocos2d11ccpDistanceERKNS_7CCPointES2_]
| Change | Effect |
---|
1 | Type of return value has been changed from CGFloat to float. | Replacement of return type may indicate a change in its semantic meaning. |
[+] ccpForAngle ( CGFloat const a ) (1)
changed to:ccpForAngle ( float const a )
[symbol: _ZN7cocos2d11ccpForAngleEf]
| Change | Effect |
---|
1 | Type of 1st parameter a has been changed from CGFloat const to float const. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] ccpLength ( CCPoint const& v ) (1)
[symbol: _ZN7cocos2d9ccpLengthERKNS_7CCPointE]
| Change | Effect |
---|
1 | Type of return value has been changed from CGFloat to float. | Replacement of return type may indicate a change in its semantic meaning. |
[+] ccpToAngle ( CCPoint const& v ) (1)
[symbol: _ZN7cocos2d10ccpToAngleERKNS_7CCPointE]
| Change | Effect |
---|
1 | Type of return value has been changed from CGFloat to float. | Replacement of return type may indicate a change in its semantic meaning. |
CCScheduler.h,
libcocos2d.so
namespace cocos2d
[+] CCScheduler::scheduleScriptFunc ( unsigned int nHandler, ccTime fInterval, bool bPaused ) (1)
changed to:CCScheduler::scheduleScriptFunc ( unsigned int nHandler, float fInterval, bool bPaused )
[symbol: _ZN7cocos2d11CCScheduler18scheduleScriptFuncEjfb]
| Change | Effect |
---|
1 | Type of 2nd parameter fInterval has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCScheduler::scheduleSelector ( void(CCObject::*)(ccTime) pfnSelector, CCObject* pTarget, ccTime fInterval, bool bPaused ) (1)
changed to:CCScheduler::scheduleSelector ( void(CCObject::*)(float) pfnSelector, CCObject* pTarget, float fInterval, bool bPaused )
[symbol: _ZN7cocos2d11CCScheduler16scheduleSelectorEMNS_8CCObjectEFvfEPS1_fb]
| Change | Effect |
---|
1 | Type of 3rd parameter fInterval has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTimer::initWithScriptHandler ( int nHandler, ccTime fSeconds ) (1)
changed to:CCTimer::initWithScriptHandler ( int nHandler, float fSeconds )
[symbol: _ZN7cocos2d7CCTimer21initWithScriptHandlerEif]
| Change | Effect |
---|
1 | Type of 2nd parameter fSeconds has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTimer::timerWithScriptHandler ( int nHandler, ccTime fSeconds ) [static] (1)
changed to:CCTimer::timerWithScriptHandler ( int nHandler, float fSeconds ) [static]
[symbol: _ZN7cocos2d7CCTimer22timerWithScriptHandlerEif]
| Change | Effect |
---|
1 | Type of 2nd parameter fSeconds has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) [static] (1)
changed to:CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(float) pfnSelector, float fSeconds ) [static]
[symbol: _ZN7cocos2d7CCTimer15timerWithTargetEPNS_8CCObjectEMS1_FvfEf]
| Change | Effect |
---|
1 | Type of 3rd parameter fSeconds has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTimer::update ( ccTime dt ) (1)
changed to:CCTimer::update ( float dt )
[symbol: _ZN7cocos2d7CCTimer6updateEf]
| Change | Effect |
---|
1 | Type of 1st parameter dt has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCTexture2D.h,
libcocos2d.so
namespace cocos2d
[+] CCTexture2D::description ( ) (1)
[symbol: _ZN7cocos2d11CCTexture2D11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
CCTextureAtlas.h,
libcocos2d.so
namespace cocos2d
[+] CCTextureAtlas::description ( ) (1)
[symbol: _ZN7cocos2d14CCTextureAtlas11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
CCTextureCache.h,
libcocos2d.so
namespace cocos2d
[+] CCTextureCache::description ( ) (1)
[symbol: _ZN7cocos2d14CCTextureCache11descriptionEv]
| Change | Effect |
---|
1 | Type of return value has been changed from char* to char const*. | Replacement of return type may indicate a change in its semantic meaning. |
CCTexturePVR.h,
libcocos2d.so
namespace cocos2d
[+] CCTexturePVR::createGLTexture ( ) (1)
[symbol: _ZN7cocos2d12CCTexturePVR15createGLTextureEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] CCTexturePVR::unpackPVRData ( unsigned char* data, unsigned int len ) (1)
[symbol: _ZN7cocos2d12CCTexturePVR13unpackPVRDataEPhj]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
CCTMXLayer.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXLayer::getProperties ( ) (1)
[symbol: _ZN7cocos2d10CCTMXLayer13getPropertiesEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
CCTMXObjectGroup.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXObjectGroup::getObjects ( ) (1)
[symbol: _ZN7cocos2d16CCTMXObjectGroup10getObjectsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableArray<CCStringToStringDictionary*> to CCArray. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXObjectGroup::getProperties ( ) (1)
[symbol: _ZN7cocos2d16CCTMXObjectGroup13getPropertiesEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXObjectGroup::objectNamed ( char const* objectName ) (1)
[symbol: _ZN7cocos2d16CCTMXObjectGroup11objectNamedEPKc]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
CCTMXTiledMap.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXTiledMap::getObjectGroups ( ) (1)
[symbol: _ZN7cocos2d13CCTMXTiledMap15getObjectGroupsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableArray<CCTMXObjectGroup*> to CCArray. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXTiledMap::getProperties ( ) (1)
[symbol: _ZN7cocos2d13CCTMXTiledMap13getPropertiesEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXTiledMap::propertiesForGID ( int GID ) (1)
[symbol: _ZN7cocos2d13CCTMXTiledMap16propertiesForGIDEi]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
CCTMXXMLParser.h,
libcocos2d.so
namespace cocos2d
[+] CCTMXLayerInfo::getProperties ( ) (1)
[symbol: _ZN7cocos2d14CCTMXLayerInfo13getPropertiesEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXMapInfo::getLayers ( ) (1)
[symbol: _ZN7cocos2d12CCTMXMapInfo9getLayersEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableArray<CCTMXLayerInfo*> to CCArray. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXMapInfo::getObjectGroups ( ) (1)
[symbol: _ZN7cocos2d12CCTMXMapInfo15getObjectGroupsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableArray<CCTMXObjectGroup*> to CCArray. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXMapInfo::getProperties ( ) (1)
[symbol: _ZN7cocos2d12CCTMXMapInfo13getPropertiesEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<std::string,CCString*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXMapInfo::getTileProperties ( ) (1)
[symbol: _ZN7cocos2d12CCTMXMapInfo17getTilePropertiesEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableDictionary<int,CCStringToStringDictionary*> to CCDictionary. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] CCTMXMapInfo::getTilesets ( ) (1)
[symbol: _ZN7cocos2d12CCTMXMapInfo11getTilesetsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from CCMutableArray<CCTMXTilesetInfo*> to CCArray. | Replacement of return base type may indicate a change in its semantic meaning. |
CCTransition.h,
libcocos2d.so
namespace cocos2d
[+] CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene ) (1)
changed to:CCTransitionFade::initWithDuration ( float t, CCScene* scene )
[symbol: _ZN7cocos2d16CCTransitionFade16initWithDurationEfPNS_7CCSceneE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene, ccColor3B const& color ) (1)
changed to:CCTransitionFade::initWithDuration ( float t, CCScene* scene, ccColor3B const& color )
[symbol: _ZN7cocos2d16CCTransitionFade16initWithDurationEfPNS_7CCSceneERKNS_10_ccColor3BE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionFade::transitionWithDuration ( ccTime duration, CCScene* scene, ccColor3B const& color ) [static] (1)
changed to:CCTransitionFade::transitionWithDuration ( float duration, CCScene* scene, ccColor3B const& color ) [static]
[symbol: _ZN7cocos2d16CCTransitionFade22transitionWithDurationEfPNS_7CCSceneERKNS_10_ccColor3BE]
| Change | Effect |
---|
1 | Type of 1st parameter duration has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
changed to:CCTransitionFlipAngular::transitionWithDuration ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d23CCTransitionFlipAngular22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
changed to:CCTransitionFlipX::transitionWithDuration ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d17CCTransitionFlipX22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
changed to:CCTransitionFlipY::transitionWithDuration ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d17CCTransitionFlipY22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionScene::initWithDuration ( ccTime t, CCScene* scene ) (1)
changed to:CCTransitionScene::initWithDuration ( float t, CCScene* scene )
[symbol: _ZN7cocos2d17CCTransitionScene16initWithDurationEfPNS_7CCSceneE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionScene::transitionWithDuration ( ccTime t, CCScene* scene ) [static] (1)
changed to:CCTransitionScene::transitionWithDuration ( float t, CCScene* scene ) [static]
[symbol: _ZN7cocos2d17CCTransitionScene22transitionWithDurationEfPNS_7CCSceneE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionSceneOriented::initWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) (1)
changed to:CCTransitionSceneOriented::initWithDuration ( float t, CCScene* scene, enum tOrientation orientation )
[symbol: _ZN7cocos2d25CCTransitionSceneOriented16initWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionSceneOriented::transitionWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) [static] (1)
changed to:CCTransitionSceneOriented::transitionWithDuration ( float t, CCScene* scene, enum tOrientation orientation ) [static]
[symbol: _ZN7cocos2d25CCTransitionSceneOriented22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionZoomFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
changed to:CCTransitionZoomFlipAngular::transitionWithDuration ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d27CCTransitionZoomFlipAngular22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionZoomFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
changed to:CCTransitionZoomFlipX::transitionWithDuration ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d21CCTransitionZoomFlipX22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionZoomFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
changed to:CCTransitionZoomFlipY::transitionWithDuration ( float t, CCScene* s, enum tOrientation o ) [static]
[symbol: _ZN7cocos2d21CCTransitionZoomFlipY22transitionWithDurationEfPNS_7CCSceneENS_12tOrientationE]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
CCTransitionPageTurn.h,
libcocos2d.so
namespace cocos2d
[+] CCTransitionPageTurn::initWithDuration ( ccTime t, CCScene* scene, bool backwards ) (1)
changed to:CCTransitionPageTurn::initWithDuration ( float t, CCScene* scene, bool backwards )
[symbol: _ZN7cocos2d20CCTransitionPageTurn16initWithDurationEfPNS_7CCSceneEb]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] CCTransitionPageTurn::transitionWithDuration ( ccTime t, CCScene* scene, bool backwards ) [static] (1)
changed to:CCTransitionPageTurn::transitionWithDuration ( float t, CCScene* scene, bool backwards ) [static]
[symbol: _ZN7cocos2d20CCTransitionPageTurn22transitionWithDurationEfPNS_7CCSceneEb]
| Change | Effect |
---|
1 | Type of 1st parameter t has been changed from ccTime to float. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Problems with Constants (11)
CCGL.h
[+] glBindBuffer
| Change | Effect |
---|
1 | The value of constant glBindBuffer has been changed from glBindBufferARB to GLEW_GET_FUN(__glewBindBuffer). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] glBufferData
| Change | Effect |
---|
1 | The value of constant glBufferData has been changed from glBufferDataARB to GLEW_GET_FUN(__glewBufferData). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] glBufferSubData
| Change | Effect |
---|
1 | The value of constant glBufferSubData has been changed from glBufferSubDataARB to GLEW_GET_FUN(__glewBufferSubData). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] glDeleteBuffers
| Change | Effect |
---|
1 | The value of constant glDeleteBuffers has been changed from glDeleteBuffersARB to GLEW_GET_FUN(__glewDeleteBuffers). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] glGenBuffers
| Change | Effect |
---|
1 | The value of constant glGenBuffers has been changed from glGenBuffersARB to GLEW_GET_FUN(__glewGenBuffers). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
ccMacros.h
[+] CC_BLEND_DST
| Change | Effect |
---|
1 | The value of constant CC_BLEND_DST has been changed from GL_ONE_MINUS_SRC_ALPHA to 0x0303. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] CC_BLEND_SRC
| Change | Effect |
---|
1 | The value of constant CC_BLEND_SRC has been changed from GL_ONE to 1. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
CCPlatformConfig.h
[+] CC_PLATFORM_BADA
| Change | Effect |
---|
1 | The value of constant CC_PLATFORM_BADA has been changed from 7 to 6. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] CC_PLATFORM_LINUX
| Change | Effect |
---|
1 | The value of constant CC_PLATFORM_LINUX has been changed from 6 to 5. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] CC_PLATFORM_MARMALADE
| Change | Effect |
---|
1 | The value of constant CC_PLATFORM_MARMALADE has been changed from 5 to 4. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] CC_PLATFORM_WIN32
| Change | Effect |
---|
1 | The value of constant CC_PLATFORM_WIN32 has been changed from 4 to 3. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Data Types (2)
CCImage.h
namespace cocos2d
[+] enum CCImage::EImageFormat (1)
| Change |
Effect |
1 | The member kFmtTiff with value 2 has been added. | No effect. |
[+] affected symbols (3)
CCImage::initWithImageData ( void* pData, int nDataLen, enum CCImage::EImageFormat eFmt, int nWidth, int nHeight, int nBitsPerComponent )3rd parameter 'eFmt' has type 'enum CCImage::EImageFormat'.
CCImage::initWithImageFile ( char const* strPath, enum CCImage::EImageFormat imageType )2nd parameter 'imageType' has type 'enum CCImage::EImageFormat'.
CCImage::initWithImageFileThreadSafe ( char const* fullpath, enum CCImage::EImageFormat imageType )2nd parameter 'imageType' has type 'enum CCImage::EImageFormat'.
CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (1)
| Change |
Effect |
1 | Virtual method CCTexture2D::setShaderProgram ( CCGLProgram* ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 17 entries | Virtual Table (New) - 18 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
CCCopying::copyWithZone |
CCCopying::copyWithZone |
12 |
~CCTexture2D |
~CCTexture2D |
16 |
~CCTexture2D |
~CCTexture2D |
20 |
CCObject::isEqual |
CCObject::isEqual |
24 |
CCObject::update |
CCObject::update |
28 |
CCTexture2D::getPixelFormat |
CCTexture2D::getPixelFormat |
32 |
CCTexture2D::getPixelsWide |
CCTexture2D::getPixelsWide |
36 |
CCTexture2D::getPixelsHigh |
CCTexture2D::getPixelsHigh |
40 |
CCTexture2D::getName |
CCTexture2D::getName |
44 |
CCTexture2D::getContentSizeInPixels |
CCTexture2D::getMaxS |
48 |
CCTexture2D::getMaxS |
CCTexture2D::setMaxS |
52 |
CCTexture2D::setMaxS |
CCTexture2D::getMaxT |
56 |
CCTexture2D::getMaxT |
CCTexture2D::setMaxT |
60 |
CCTexture2D::setMaxT |
CCTexture2D::getContentSize |
64 |
CCTexture2D::getHasPremultipliedAlpha |
CCTexture2D::getShaderProgram |
68 |
|
CCTexture2D::setShaderProgram |
[+] affected symbols (29)
CCTexture2D::bitsPerPixelForFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::CCTexture2D [in-charge] ( )This constructor is from 'CCTexture2D' class.
CCTexture2D::defaultAlphaPixelFormat ( ) [static]This method is from 'CCTexture2D' class.
CCTexture2D::description ( )This method is from 'CCTexture2D' class.
CCTexture2D::drawAtPoint ( CCPoint const& point )This method is from 'CCTexture2D' class.
CCTexture2D::drawInRect ( CCRect const& rect )This method is from 'CCTexture2D' class.
CCTexture2D::generateMipmap ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSize ( )This method is from 'CCTexture2D' class.
CCTexture2D::getContentSizeInPixels ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxS ( )This method is from 'CCTexture2D' class.
CCTexture2D::getMaxT ( )This method is from 'CCTexture2D' class.
CCTexture2D::getName ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelFormat ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsHigh ( )This method is from 'CCTexture2D' class.
CCTexture2D::getPixelsWide ( )This method is from 'CCTexture2D' class.
CCTexture2D::initWithData ( void const* data, enum CCTexture2DPixelFormat pixelFormat, unsigned int pixelsWide, unsigned int pixelsHigh, CCSize const& contentSize )This method is from 'CCTexture2D' class.
CCTexture2D::initWithImage ( CCImage* uiImage )This method is from 'CCTexture2D' class.
CCTexture2D::initWithPVRFile ( char const* file )This method is from 'CCTexture2D' class.
CCTexture2D::initWithString ( char const* text, char const* fontName, float fontSize )This method is from 'CCTexture2D' class.
CCTexture2D::keepData ( void* data, unsigned int length )This method is from 'CCTexture2D' class.
CCTexture2D::PVRImagesHavePremultipliedAlpha ( bool haveAlphaPremultiplied ) [static]This method is from 'CCTexture2D' class.
CCTexture2D::releaseData ( void* data )This method is from 'CCTexture2D' class.
CCTexture2D::setAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setAntiAliasTexParameters ( )This method is from 'CCTexture2D' class.
CCTexture2D::setDefaultAlphaPixelFormat ( enum CCTexture2DPixelFormat format ) [static]This method is from 'CCTexture2D' class.
CCTexture2D::setMaxS ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setMaxT ( GLfloat var )This method is from 'CCTexture2D' class.
CCTexture2D::setTexParameters ( ccTexParams* texParams )This method is from 'CCTexture2D' class.
CCTexture2D::~CCTexture2D [in-charge] ( )This method is from 'CCTexture2D' class.
to the top
Other Changes in Symbols (4)
CCAction.h,
libcocos2d.so
namespace cocos2d
[+] CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static] (1)
[symbol: _ZN7cocos2d8CCFollow16actionWithTargetEPNS_6CCNodeERKNS_6CCRectE]
| Change | Effect |
---|
1 | The default argument CCRectZero of 2nd parameter rect has been added. | No effect. |
[+] CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) (1)
[symbol: _ZN7cocos2d8CCFollow14initWithTargetEPNS_6CCNodeERKNS_6CCRectE]
| Change | Effect |
---|
1 | The default argument CCRectZero of 2nd parameter rect has been added. | No effect. |
CCSpriteBatchNode.h,
libcocos2d.so
namespace cocos2d
[+] CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static] (1)
[symbol: _ZN7cocos2d17CCSpriteBatchNode17batchNodeWithFileEPKcj]
| Change | Effect |
---|
1 | The default argument 29 of 2nd parameter capacity has been added. | No effect. |
[+] CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static] (1)
[symbol: _ZN7cocos2d17CCSpriteBatchNode20batchNodeWithTextureEPNS_11CCTexture2DEj]
| Change | Effect |
---|
1 | The default argument 29 of 2nd parameter capacity has been added. | No effect. |
to the top
Header Files (1)
cocos2d.h
to the top
Shared Libraries (11)
libcocos2d.so
libcocosdenshion.so
libfmodex-4.36.01.so
libfmodex.so
libfmodex64-4.38.00.so
libfmodex64.so
libfmodexL-4.36.01.so
libfmodexL.so
libfmodexL64-4.38.00.so
libfmodexL64.so
libgrskia.so
to the top