Binary compatibility report for the Cocos2DX library  between 0.12.0 and 2.0.2 versions on x86

Test Info


Library NameCocos2DX
Version #10.12.0
Version #22.0.2
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries11
Total Symbols / Types2408 / 858
VerdictIncompatible
(69.4%)

Problem Summary


SeverityCount
Added Symbols-1074
Removed SymbolsHigh239
Problems with
Data Types
High221
Medium197
Low136
Problems with
Symbols
High44
Medium13
Low251
Problems with
Constants
Low11
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]
CCFollow::create ( CCNode* pFollowedNode, CCRect const& rect ) [static]
CCSpeed::create ( CCActionInterval* pAction, float fSpeed ) [static]

CCActionCamera.h, libcocos2d.so
namespace cocos2d
CCOrbitCamera::create float t, float radius, float deltaRadius, float angleZ, float deltaAngleZ, float angleX, float deltaAngleX ) [static]

CCActionCatmullRom.h, libcocos2d.so
namespace cocos2d
ccCardinalSplineAt CCPoint& p0, CCPoint& p1, CCPoint& p2, CCPoint& p3, float tension, float t )
CCCardinalSplineBy::actionWithDuration float duration, CCPointArray* points, float tension ) [static]
CCCardinalSplineBy::CCCardinalSplineBy [in-charge] ( )
CCCardinalSplineBy::CCCardinalSplineBy [not-in-charge] ( )
CCCardinalSplineBy::create float duration, CCPointArray* points, float tension ) [static]
CCCardinalSplineBy::reverse ( )
CCCardinalSplineBy::startWithTarget CCNode* pTarget )
CCCardinalSplineBy::updatePosition CCPoint& newPos )
CCCardinalSplineBy::~CCCardinalSplineBy [in-charge-deleting] ( )
CCCardinalSplineBy::~CCCardinalSplineBy [in-charge] ( )
CCCardinalSplineTo::actionWithDuration float duration, CCPointArray* points, float tension ) [static]
CCCardinalSplineTo::CCCardinalSplineTo [in-charge] ( )
CCCardinalSplineTo::CCCardinalSplineTo [not-in-charge] ( )
CCCardinalSplineTo::copyWithZone CCZone* pZone )
CCCardinalSplineTo::create float duration, CCPointArray* points, float tension ) [static]
CCCardinalSplineTo::initWithDuration float duration, CCPointArray* points, float tension )
CCCardinalSplineTo::reverse ( )
CCCardinalSplineTo::startWithTarget CCNode* pTarget )
CCCardinalSplineTo::update float time )
CCCardinalSplineTo::updatePosition CCPoint& newPos )
CCCardinalSplineTo::~CCCardinalSplineTo [in-charge-deleting] ( )
CCCardinalSplineTo::~CCCardinalSplineTo [in-charge] ( )
CCCardinalSplineTo::~CCCardinalSplineTo [not-in-charge] ( )
CCCatmullRomBy::actionWithDuration float dt, CCPointArray* points ) [static]
CCCatmullRomBy::create float dt, CCPointArray* points ) [static]
CCCatmullRomBy::initWithDuration float dt, CCPointArray* points )
CCCatmullRomTo::actionWithDuration float dt, CCPointArray* points ) [static]
CCCatmullRomTo::create float dt, CCPointArray* points ) [static]
CCCatmullRomTo::initWithDuration float dt, CCPointArray* points )
CCPointArray::addControlPoint CCPoint controlPoint )
CCPointArray::arrayWithCapacity unsigned int capacity ) [static]
CCPointArray::CCPointArray [in-charge] ( )
CCPointArray::CCPointArray [not-in-charge] ( )
CCPointArray::copyWithZone CCZone* zone )
CCPointArray::count ( )
CCPointArray::create unsigned int capacity ) [static]
CCPointArray::getControlPointAtIndex unsigned int index )
CCPointArray::initWithCapacity unsigned int capacity )
CCPointArray::insertControlPoint ( CCPoint& controlPoint, unsigned int index )
CCPointArray::removeControlPointAtIndex unsigned int index )
CCPointArray::replaceControlPoint ( CCPoint& controlPoint, unsigned int index )
CCPointArray::reverse ( )
CCPointArray::reverseInline ( )
CCPointArray::~CCPointArray [in-charge-deleting] ( )
CCPointArray::~CCPointArray [in-charge] ( )
CCPointArray::~CCPointArray [not-in-charge] ( )

CCActionEase.h, libcocos2d.so
namespace cocos2d
CCActionEase::create CCActionInterval* pAction ) [static]
CCEaseBackIn::create CCActionInterval* pAction ) [static]
CCEaseBackInOut::create CCActionInterval* pAction ) [static]
CCEaseBackInOut::reverse ( )
CCEaseBackOut::create CCActionInterval* pAction ) [static]
CCEaseBounce::create CCActionInterval* pAction ) [static]
CCEaseBounce::reverse ( )
CCEaseBounceIn::create CCActionInterval* pAction ) [static]
CCEaseBounceInOut::create CCActionInterval* pAction ) [static]
CCEaseBounceInOut::reverse ( )
CCEaseBounceOut::create CCActionInterval* pAction ) [static]
CCEaseElastic::create ( CCActionInterval* pAction, float fPeriod ) [static]
CCEaseElasticIn::create ( CCActionInterval* pAction, float fPeriod ) [static]
CCEaseElasticInOut::create ( CCActionInterval* pAction, float fPeriod ) [static]
CCEaseElasticOut::create ( CCActionInterval* pAction, float fPeriod ) [static]
CCEaseExponentialIn::create CCActionInterval* pAction ) [static]
CCEaseExponentialInOut::create CCActionInterval* pAction ) [static]
CCEaseExponentialInOut::reverse ( )
CCEaseExponentialOut::create CCActionInterval* pAction ) [static]
CCEaseIn::create ( CCActionInterval* pAction, float fRate ) [static]
CCEaseIn::reverse ( )
CCEaseInOut::create ( CCActionInterval* pAction, float fRate ) [static]
CCEaseOut::create ( CCActionInterval* pAction, float fRate ) [static]
CCEaseOut::reverse ( )
CCEaseRateAction::create ( CCActionInterval* pAction, float fRate ) [static]
CCEaseSineIn::create CCActionInterval* pAction ) [static]
CCEaseSineInOut::create CCActionInterval* pAction ) [static]
CCEaseSineInOut::reverse ( )
CCEaseSineOut::create CCActionInterval* pAction ) [static]

CCActionGrid.h, libcocos2d.so
namespace cocos2d
CCAccelAmplitude::create ( CCAction* pAction, float duration ) [static]
CCAccelDeccelAmplitude::create ( CCAction* pAction, float duration ) [static]
CCDeccelAmplitude::create ( CCAction* pAction, float duration ) [static]
CCGridAction::create ( ccGridSize const& gridSize, float duration ) [static]
CCReuseGrid::create int times ) [static]
CCStopGrid::create ( ) [static]

CCActionGrid3D.h, libcocos2d.so
namespace cocos2d
CCFlipX3D::create float duration ) [static]
CCFlipY3D::create float duration ) [static]
CCLens3D::create ( CCPoint const& pos, float r, ccGridSize const& gridSize, float duration ) [static]
CCLiquid::create int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
CCRipple3D::create ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
CCShaky3D::create int range, bool shakeZ, ccGridSize const& gridSize, float duration ) [static]
CCTwirl::create CCPoint pos, int t, float amp, ccGridSize const& gridSize, float duration ) [static]
CCWaves3D::create int wav, float amp, ccGridSize const& gridSize, float duration ) [static]
CCWaves::create int wav, float amp, bool h, bool v, ccGridSize const& gridSize, float duration ) [static]

CCActionInstant.h, libcocos2d.so
namespace cocos2d
CCCallFunc::create ( CCObject* pSelectorTarget, SEL_CallFunc selector ) [static]
CCCallFunc::create int nHandler ) [static]
CCCallFunc::update float time )
CCCallFuncN::create ( CCObject* pSelectorTarget, SEL_CallFuncN selector ) [static]
CCCallFuncN::create int nHandler ) [static]
CCCallFuncND::create ( CCObject* pSelectorTarget, SEL_CallFuncND selector, void* d ) [static]
CCCallFuncO::create ( CCObject* pSelectorTarget, SEL_CallFuncO selector, CCObject* pObject ) [static]
CCFlipX::create bool x ) [static]
CCFlipX::update float time )
CCFlipY::create bool y ) [static]
CCFlipY::update float time )
CCHide::create ( ) [static]
CCHide::update float time )
CCPlace::create CCPoint const& pos ) [static]
CCPlace::update float time )
CCShow::create ( ) [static]
CCShow::update float time )
CCToggleVisibility::copyWithZone CCZone* pZone )
CCToggleVisibility::create ( ) [static]
CCToggleVisibility::update float time )

CCActionInterval.h, libcocos2d.so
namespace cocos2d
CCActionInterval::create float d ) [static]
CCAnimate::CCAnimate [in-charge] ( )
CCAnimate::CCAnimate [not-in-charge] ( )
CCAnimate::create CCAnimation* pAnimation ) [static]
CCAnimate::getAnimation ( ) const
CCAnimate::setAnimation CCAnimation* var )
CCBezierBy::create float t, ccBezierConfig const& c ) [static]
CCBezierTo::create float t, ccBezierConfig const& c ) [static]
CCBlink::create float duration, unsigned int uBlinks ) [static]
CCDelayTime::create float d ) [static]
CCFadeIn::create float d ) [static]
CCFadeOut::create float d ) [static]
CCFadeTo::create float duration, GLubyte opacity ) [static]
CCJumpBy::create float duration, CCPoint const& position, float height, unsigned int jumps ) [static]
CCJumpTo::create float duration, CCPoint const& position, float height, int jumps ) [static]
CCMoveBy::create float duration, CCPoint const& position ) [static]
CCMoveTo::create float duration, CCPoint const& position ) [static]
CCRepeat::create ( CCFiniteTimeAction* pAction, unsigned int times ) [static]
CCRepeatForever::create CCActionInterval* pAction ) [static]
CCReverseTime::create CCFiniteTimeAction* pAction ) [static]
CCRotateBy::create float duration, float fDeltaAngle ) [static]
CCRotateTo::create float duration, float fDeltaAngle ) [static]
CCScaleBy::create float duration, float s ) [static]
CCScaleBy::create float duration, float sx, float sy ) [static]
CCScaleTo::create float duration, float s ) [static]
CCScaleTo::create float duration, float sx, float sy ) [static]
CCSequence::actionWithArray CCArray* arrayOfActions ) [static]
CCSequence::create CCArray* arrayOfActions ) [static]
CCSequence::create ( CCFiniteTimeAction* pAction1, ... ) [static]
CCSequence::createWithTwoActions ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo ) [static]
CCSequence::initWithTwoActions ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo )
CCSkewBy::create float t, float deltaSkewX, float deltaSkewY ) [static]
CCSkewTo::create float t, float sx, float sy ) [static]
CCSpawn::actionWithArray CCArray* arrayOfActions ) [static]
CCSpawn::create CCArray* arrayOfActions ) [static]
CCSpawn::create ( CCFiniteTimeAction* pAction1, ... ) [static]
CCSpawn::createWithTwoActions ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 ) [static]
CCSpawn::initWithTwoActions ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 )
CCTargetedAction::actionWithTarget CCNode* pTarget, CCFiniteTimeAction* pAction ) [static]
CCTargetedAction::CCTargetedAction [in-charge] ( )
CCTargetedAction::CCTargetedAction [not-in-charge] ( )
CCTargetedAction::copyWithZone CCZone* pZone )
CCTargetedAction::create CCNode* pTarget, CCFiniteTimeAction* pAction ) [static]
CCTargetedAction::getForcedTarget ( ) const
CCTargetedAction::initWithTarget CCNode* pTarget, CCFiniteTimeAction* pAction )
CCTargetedAction::setForcedTarget CCNode* var )
CCTargetedAction::startWithTarget CCNode* pTarget )
CCTargetedAction::stop ( )
CCTargetedAction::update float time )
CCTargetedAction::~CCTargetedAction [in-charge-deleting] ( )
CCTargetedAction::~CCTargetedAction [in-charge] ( )
CCTargetedAction::~CCTargetedAction [not-in-charge] ( )
CCTintBy::create float duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) [static]
CCTintTo::create float duration, GLubyte red, GLubyte green, GLubyte blue ) [static]

CCActionManager.h, libcocos2d.so
namespace cocos2d
CCActionManager::pauseAllRunningActions ( )
CCActionManager::resumeTargets CCSet* targetsToResume )

CCActionPageTurn3D.h, libcocos2d.so
namespace cocos2d
CCPageTurn3D::create ( ccGridSize const& gridSize, float time ) [static]

CCActionProgressTimer.h, libcocos2d.so
namespace cocos2d
CCProgressFromTo::create float duration, float fFromPercentage, float fToPercentage ) [static]
CCProgressTo::create float duration, float fPercent ) [static]

CCActionTiledGrid.h, libcocos2d.so
namespace cocos2d
CCFadeOutBLTiles::create ( ccGridSize const& gridSize, float time ) [static]
CCFadeOutDownTiles::create ( ccGridSize const& gridSize, float time ) [static]
CCFadeOutTRTiles::create ( ccGridSize const& gridSize, float time ) [static]
CCFadeOutUpTiles::create ( ccGridSize const& gridSize, float time ) [static]
CCJumpTiles3D::create int j, float amp, ccGridSize const& gridSize, float duration ) [static]
CCShakyTiles3D::create int nRange, bool bShakeZ, ccGridSize const& gridSize, float duration ) [static]
CCShatteredTiles3D::create int nRange, bool bShatterZ, ccGridSize const& gridSize, float duration ) [static]
CCShuffleTiles::create int s, ccGridSize const& gridSize, float duration ) [static]
CCSplitCols::create int nCols, float duration ) [static]
CCSplitRows::create int nRows, float duration ) [static]
CCTurnOffTiles::create ( ccGridSize const& size, float d ) [static]
CCTurnOffTiles::create int s, ccGridSize const& gridSize, float duration ) [static]
CCWavesTiles3D::create int wav, float amp, ccGridSize const& gridSize, float duration ) [static]

CCActionTween.h, libcocos2d.so
namespace cocos2d
CCActionTween::actionWithDuration float aDuration, char const* key, float from, float to ) [static]
CCActionTween::create float aDuration, char const* key, float from, float to ) [static]
CCActionTween::initWithDuration float aDuration, char const* key, float from, float to )
CCActionTween::reverse ( )
CCActionTween::startWithTarget CCNode* pTarget )
CCActionTween::update float dt )

CCAnimation.h, libcocos2d.so
namespace cocos2d
CCAnimation::addSpriteFrame CCSpriteFrame* pFrame )
CCAnimation::addSpriteFrameWithFileName char const* pszFileName )
CCAnimation::addSpriteFrameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )
CCAnimation::animationWithAnimationFrames ( CCArray* arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops ) [static]
CCAnimation::animationWithSpriteFrames ( CCArray* arrayOfSpriteFrameNames, float delay ) [static]
CCAnimation::CCAnimation [in-charge] ( )
CCAnimation::CCAnimation [not-in-charge] ( )
CCAnimation::copyWithZone CCZone* pZone )
CCAnimation::create ( ) [static]
CCAnimation::create ( CCArray* arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops ) [static]
CCAnimation::createWithSpriteFrames ( CCArray* arrayOfSpriteFrameNames, float delay ) [static]
CCAnimation::getDelayPerUnit ( ) const
CCAnimation::getDuration ( )
CCAnimation::getFrames ( ) const
CCAnimation::getLoops ( ) const
CCAnimation::getRestoreOriginalFrame ( ) const
CCAnimation::getTotalDelayUnits ( ) const
CCAnimation::initWithAnimationFrames ( CCArray* arrayOfAnimationFrames, float delayPerUnit, unsigned int loops )
CCAnimation::initWithSpriteFrames ( CCArray* pFrames, float delay )
CCAnimation::setDelayPerUnit float var )
CCAnimation::setFrames CCArray* var )
CCAnimation::setLoops unsigned int var )
CCAnimation::setRestoreOriginalFrame bool var )
CCAnimationFrame::CCAnimationFrame [in-charge] ( )
CCAnimationFrame::CCAnimationFrame [not-in-charge] ( )
CCAnimationFrame::copyWithZone CCZone* pZone )
CCAnimationFrame::getDelayUnits ( ) const
CCAnimationFrame::getSpriteFrame ( ) const
CCAnimationFrame::getUserInfo ( ) const
CCAnimationFrame::initWithSpriteFrame ( CCSpriteFrame* spriteFrame, float delayUnits, CCDictionary* userInfo )
CCAnimationFrame::setDelayUnits float var )
CCAnimationFrame::setSpriteFrame CCSpriteFrame* var )
CCAnimationFrame::setUserInfo CCDictionary* var )
CCAnimationFrame::~CCAnimationFrame [in-charge-deleting] ( )
CCAnimationFrame::~CCAnimationFrame [in-charge] ( )
CCAnimationFrame::~CCAnimationFrame [not-in-charge] ( )

CCAnimationCache.h, libcocos2d.so
namespace cocos2d
CCAnimationCache::addAnimationsWithDictionary CCDictionary* dictionary )
CCAnimationCache::addAnimationsWithFile char const* plist )

CCApplication.h, libcocos2d.so
namespace cocos2d
CCApplication::getResourceRootPath ( )
CCApplication::getTargetPlatform ( )
CCApplication::setResourceRootPath char const* pszRootResDir )

CCApplicationProtocol.h, libcocos2d.so
namespace cocos2d
CCApplicationProtocol::~CCApplicationProtocol [in-charge-deleting] ( )
CCApplicationProtocol::~CCApplicationProtocol [in-charge] ( )

CCArray.h, libcocos2d.so
namespace cocos2d
CCArray::arrayWithContentsOfFile char const* pFileName ) [static]
CCArray::arrayWithContentsOfFileThreadSafe char const* pFileName ) [static]
CCArray::arrayWithObject CCObject* pObject ) [static]
CCArray::arrayWithObjects ( CCObject* pObject, ... ) [static]
CCArray::CCArray [in-charge] ( )
CCArray::CCArray [in-charge] unsigned int capacity )
CCArray::CCArray [not-in-charge] ( )
CCArray::CCArray [not-in-charge] unsigned int capacity )
CCArray::copyWithZone CCZone* pZone )
CCArray::create ( ) [static]
CCArray::create ( CCObject* pObject, ... ) [static]
CCArray::createWithArray CCArray* otherArray ) [static]
CCArray::createWithCapacity unsigned int capacity ) [static]
CCArray::createWithContentsOfFile char const* pFileName ) [static]
CCArray::createWithContentsOfFileThreadSafe char const* pFileName ) [static]
CCArray::createWithObject CCObject* pObject ) [static]
CCArray::initWithObject CCObject* pObject )
CCArray::initWithObjects ( CCObject* pObject, ... )
CCArray::isEqualToArray CCArray* pOtherArray )
CCArray::removeLastObject bool bReleaseObj )
CCArray::removeObject ( CCObject* object, bool bReleaseObj )
CCArray::removeObjectAtIndex ( unsigned int index, bool bReleaseObj )
CCArray::replaceObjectAtIndex ( unsigned int uIndex, CCObject* pObject, bool bReleaseObject )

CCAtlasNode.h, libcocos2d.so
namespace cocos2d
CCAtlasNode::create ( char const* tile, unsigned int tileWidth, unsigned int tileHeight, unsigned int itemsToRender ) [static]
CCAtlasNode::isOpacityModifyRGB ( )
CCAtlasNode::setOpacityModifyRGB bool isOpacityModifyRGB )

CCAutoreleasePool.h, libcocos2d.so
namespace cocos2d
CCPoolManager::purgePoolManager ( ) [static]
CCPoolManager::sharedPoolManager ( ) [static]

ccCArray.h, libcocos2d.so
namespace cocos2d
ccArrayAppendArray ccArray* arr, ccArray* plusArr )
ccArrayAppendArrayWithResize ccArray* arr, ccArray* plusArr )
ccArrayAppendObject ccArray* arr, CCObject* object )
ccArrayAppendObjectWithResize ccArray* arr, CCObject* object )
ccArrayContainsObject ccArray* arr, CCObject* object )
ccArrayDoubleCapacity ccArray* arr )
ccArrayEnsureExtraCapacity ccArray* arr, unsigned int extra )
ccArrayFastRemoveObject ccArray* arr, CCObject* object )
ccArrayFastRemoveObjectAtIndex ccArray* arr, unsigned int index )
ccArrayFree ccArray*& arr )
ccArrayFullRemoveArray ccArray* arr, ccArray* minusArr )
ccArrayGetIndexOfObject ccArray* arr, CCObject* object )
ccArrayInsertObjectAtIndex ccArray* arr, CCObject* object, unsigned int index )
ccArrayNew unsigned int capacity )
ccArrayRemoveAllObjects ccArray* arr )
ccArrayRemoveArray ccArray* arr, ccArray* minusArr )
ccArrayRemoveObject ccArray* arr, CCObject* object, bool bReleaseObj )
ccArrayRemoveObjectAtIndex ccArray* arr, unsigned int index, bool bReleaseObj )
ccArrayShrink ccArray* arr )
ccArraySwapObjectsAtIndexes ccArray* arr, unsigned int index1, unsigned int index2 )
ccCArrayAppendArray ccCArray* arr, ccCArray* plusArr )
ccCArrayAppendArrayWithResize ccCArray* arr, ccCArray* plusArr )
ccCArrayAppendValue ccCArray* arr, void* value )
ccCArrayAppendValueWithResize ccCArray* arr, void* value )
ccCArrayContainsValue ccCArray* arr, void* value )
ccCArrayDoubleCapacity ccCArray* arr )
ccCArrayEnsureExtraCapacity ccCArray* arr, unsigned int extra )
ccCArrayFastRemoveValueAtIndex ccCArray* arr, unsigned int index )
ccCArrayFree ccCArray* arr )
ccCArrayFullRemoveArray ccCArray* arr, ccCArray* minusArr )
ccCArrayGetIndexOfValue ccCArray* arr, void* value )
ccCArrayInsertValueAtIndex ccCArray* arr, void* value, unsigned int index )
ccCArrayNew unsigned int capacity )
ccCArrayRemoveAllValues ccCArray* arr )
ccCArrayRemoveArray ccCArray* arr, ccCArray* minusArr )
ccCArrayRemoveValue ccCArray* arr, void* value )
ccCArrayRemoveValueAtIndex ccCArray* arr, unsigned int index )

CCCommon.h, libcocos2d.so
namespace cocos2d
CCLuaLog char const* pszFormat )

CCConfiguration.h, libcocos2d.so
namespace cocos2d
CCConfiguration::purgeConfiguration ( ) [static]

CCDictionary.h, libcocos2d.so
namespace cocos2d
CCDictionary::allKeys ( )
CCDictionary::allKeysForObject CCObject* object )
CCDictionary::CCDictionary [in-charge] ( )
CCDictionary::CCDictionary [not-in-charge] ( )
CCDictionary::copyWithZone CCZone* pZone )
CCDictionary::count ( )
CCDictionary::create ( ) [static]
CCDictionary::createWithContentsOfFile char const* pFileName ) [static]
CCDictionary::createWithContentsOfFileThreadSafe char const* pFileName ) [static]
CCDictionary::createWithDictionary CCDictionary* srcDict ) [static]
CCDictionary::dictionary ( ) [static]
CCDictionary::dictionaryWithContentsOfFile char const* pFileName ) [static]
CCDictionary::dictionaryWithContentsOfFileThreadSafe char const* pFileName ) [static]
CCDictionary::dictionaryWithDictionary CCDictionary* srcDict ) [static]
CCDictionary::objectForKey int key )
CCDictionary::objectForKey std::string const& key )
CCDictionary::removeAllObjects ( )
CCDictionary::removeObjectForElememt CCDictElement* pElement )
CCDictionary::removeObjectForKey int key )
CCDictionary::removeObjectForKey std::string const& key )
CCDictionary::removeObjectsForKeys CCArray* pKeyArray )
CCDictionary::setObject ( CCObject* pObject, int key )
CCDictionary::setObject ( CCObject* pObject, std::string const& key )
CCDictionary::valueForKey int key )
CCDictionary::valueForKey std::string const& key )
CCDictionary::~CCDictionary [in-charge-deleting] ( )
CCDictionary::~CCDictionary [in-charge] ( )
CCDictionary::~CCDictionary [not-in-charge] ( )

CCDirector.h, libcocos2d.so
namespace cocos2d
CCDirector::calculateMPF ( )
CCDirector::CCDirector [in-charge] ( )
CCDirector::CCDirector [not-in-charge] ( )
CCDirector::createStatsLabel ( )
CCDirector::getAccelerometer ( )
CCDirector::getActionManager ( )
CCDirector::getKeypadDispatcher ( )
CCDirector::getScheduler ( )
CCDirector::getTouchDispatcher ( )
CCDirector::getVisibleOrigin ( )
CCDirector::getVisibleSize ( )
CCDirector::popToRootScene ( )
CCDirector::setAccelerometer CCAccelerometer* var )
CCDirector::setActionManager CCActionManager* var )
CCDirector::setKeypadDispatcher CCKeypadDispatcher* var )
CCDirector::setScheduler CCScheduler* var )
CCDirector::setTouchDispatcher CCTouchDispatcher* var )
CCDirector::showStats ( )

CCDrawingPrimitives.h, libcocos2d.so
namespace cocos2d
ccDrawCardinalSpline ( CCPointArray* config, float tension, unsigned int segments )
ccDrawCatmullRom ( CCPointArray* arrayOfControlPoints, unsigned int segments )
ccDrawCircle ( CCPoint const& center, float radius, float angle, unsigned int segments, bool drawLineToCenter )
ccDrawColor4B GLubyte r, GLubyte g, GLubyte b, GLubyte a )
ccDrawColor4F GLfloat r, GLfloat g, GLfloat b, GLfloat a )
ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, unsigned int segments )
ccDrawInit ( )
ccDrawPoly ( CCPoint const* vertices, unsigned int numOfVertices, bool closePolygon )
ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, unsigned int segments )
ccDrawRect CCPoint origin, CCPoint destination )
ccDrawSolidPoly ( CCPoint const* poli, unsigned int numberOfPoints, ccColor4F color )
ccDrawSolidRect CCPoint origin, CCPoint destination, ccColor4F color )
ccPointSize GLfloat pointSize )

CCEGLView.h, libcocos2d.so
namespace cocos2d
CCEGLView::end ( )
CCEGLView::setFrameSize float width, float height )

CCEGLViewProtocol.h, libcocos2d.so
namespace cocos2d
CCEGLViewProtocol::CCEGLViewProtocol [in-charge] ( )
CCEGLViewProtocol::CCEGLViewProtocol [not-in-charge] ( )
CCEGLViewProtocol::enableRetina ( )
CCEGLViewProtocol::getFrameSize ( ) const
CCEGLViewProtocol::getScaleX ( ) const
CCEGLViewProtocol::getScaleY ( ) const
CCEGLViewProtocol::getSize ( ) const
CCEGLViewProtocol::getViewPortRect ( ) const
CCEGLViewProtocol::getVisibleOrigin ( ) const
CCEGLViewProtocol::getVisibleSize ( ) const
CCEGLViewProtocol::handleTouchesBegin int num, int* ids, float* xs, float* ys )
CCEGLViewProtocol::handleTouchesCancel int num, int* ids, float* xs, float* ys )
CCEGLViewProtocol::handleTouchesEnd int num, int* ids, float* xs, float* ys )
CCEGLViewProtocol::handleTouchesMove int num, int* ids, float* xs, float* ys )
CCEGLViewProtocol::isRetinaEnabled ( ) const
CCEGLViewProtocol::setContentScaleFactor float contentScaleFactor )
CCEGLViewProtocol::setDesignResolutionSize float width, float height, enum ResolutionPolicy resolutionPolicy )
CCEGLViewProtocol::setFrameSize float width, float height )
CCEGLViewProtocol::setScissorInPoints float x, float y, float w, float h )
CCEGLViewProtocol::setTouchDelegate EGLTouchDelegate* pDelegate )
CCEGLViewProtocol::setViewPortInPoints float x, float y, float w, float h )
CCEGLViewProtocol::~CCEGLViewProtocol [in-charge-deleting] ( )
CCEGLViewProtocol::~CCEGLViewProtocol [in-charge] ( )
CCEGLViewProtocol::~CCEGLViewProtocol [not-in-charge] ( )

CCFileUtils.h, libcocos2d.so
namespace cocos2d
CCFileUtils::getResourceDirectory ( )
CCFileUtils::isPopupNotify ( )
CCFileUtils::purgeCachedEntries ( )
CCFileUtils::purgeFileUtils ( ) [static]
CCFileUtils::setPopupNotify bool bNotify )
CCFileUtils::setResourceDirectory char const* pszDirectoryName )
CCFileUtils::sharedFileUtils ( ) [static]

CCGeometry.h, libcocos2d.so
namespace cocos2d
CCPoint::CCPoint [in-charge] CCPoint const& other )
CCPoint::CCPoint [not-in-charge] CCPoint const& other )
CCPoint::copyWithZone CCZone* pZone )
CCPoint::equals CCPoint const& target ) const
CCPoint::operator = CCPoint const& other )
CCPoint::setPoint float x, float y )
CCPoint::~CCPoint [in-charge-deleting] ( )
CCPoint::~CCPoint [in-charge] ( )
CCRect::CCRect [in-charge] CCRect const& other )
CCRect::CCRect [not-in-charge] CCRect const& other )
CCRect::containsPoint CCPoint const& point ) const
CCRect::copyWithZone CCZone* pZone )
CCRect::equals CCRect const& rect ) const
CCRect::getMaxX ( ) const
CCRect::getMaxY ( ) const
CCRect::getMidX ( ) const
CCRect::getMidY ( ) const
CCRect::getMinX ( ) const
CCRect::getMinY ( ) const
CCRect::intersectsRect CCRect const& rect ) const
CCRect::operator = CCRect const& other )
CCRect::setRect float x, float y, float width, float height )
CCRect::~CCRect [in-charge-deleting] ( )
CCRect::~CCRect [in-charge] ( )
CCSize::CCSize [in-charge] CCSize const& other )
CCSize::CCSize [not-in-charge] CCSize const& other )
CCSize::copyWithZone CCZone* pZone )
CCSize::equals CCSize const& target ) const
CCSize::operator = CCSize const& other )
CCSize::setSize float width, float height )
CCSize::~CCSize [in-charge-deleting] ( )
CCSize::~CCSize [in-charge] ( )

CCGLProgram.h, libcocos2d.so
namespace cocos2d
CCGLProgram::addAttribute ( char const* attributeName, GLuint index )
CCGLProgram::CCGLProgram [in-charge] ( )
CCGLProgram::CCGLProgram [not-in-charge] ( )
CCGLProgram::fragmentShaderLog ( )
CCGLProgram::initWithVertexShaderByteArray ( GLchar const* vShaderByteArray, GLchar const* fShaderByteArray )
CCGLProgram::initWithVertexShaderFilename ( char const* vShaderFilename, char const* fShaderFilename )
CCGLProgram::link ( )
CCGLProgram::programLog ( )
CCGLProgram::reset ( )
CCGLProgram::setUniformForModelViewProjectionMatrix ( )
CCGLProgram::setUniformLocationWith1f ( unsigned int location, GLfloat f1 )
CCGLProgram::setUniformLocationWith1i ( unsigned int location, GLint i1 )
CCGLProgram::setUniformLocationWith2f ( unsigned int location, GLfloat f1, GLfloat f2 )
CCGLProgram::setUniformLocationWith2fv ( unsigned int location, GLfloat* floats, unsigned int numberOfArrays )
CCGLProgram::setUniformLocationWith3f ( unsigned int location, GLfloat f1, GLfloat f2, GLfloat f3 )
CCGLProgram::setUniformLocationWith3fv ( unsigned int location, GLfloat* floats, unsigned int numberOfArrays )
CCGLProgram::setUniformLocationWith4f ( unsigned int location, GLfloat f1, GLfloat f2, GLfloat f3, GLfloat f4 )
CCGLProgram::setUniformLocationWith4fv ( unsigned int location, GLfloat* floats, unsigned int numberOfArrays )
CCGLProgram::setUniformLocationwithMatrix4fv ( unsigned int location, GLfloat* matrixArray, unsigned int numberOfMatrices )
CCGLProgram::updateUniforms ( )
CCGLProgram::use ( )
CCGLProgram::vertexShaderLog ( )
CCGLProgram::~CCGLProgram [in-charge-deleting] ( )
CCGLProgram::~CCGLProgram [in-charge] ( )
CCGLProgram::~CCGLProgram [not-in-charge] ( )

ccGLStateCache.h, libcocos2d.so
namespace cocos2d
ccGLActiveTexture GLenum textureEnum )
ccGLBindTexture2D GLuint textureId )
ccGLBlendFunc GLenum sfactor, GLenum dfactor )
ccGLDeleteProgram GLuint program )
ccGLDeleteTexture GLuint textureId )
ccGLEnable enum ccGLServerState flags )
ccGLEnableVertexAttribs unsigned int flags )
ccGLGetActiveTexture ( )
ccGLInvalidateStateCache ( )
ccGLUseProgram GLuint program )
ccSetProjectionMatrixDirty ( )

CCGrid.h, libcocos2d.so
namespace cocos2d
CCGrid3D::CCGrid3D [in-charge] ( )
CCGrid3D::CCGrid3D [not-in-charge] ( )
CCGrid3D::create ccGridSize const& gridSize ) [static]
CCGrid3D::create ( ccGridSize const& gridSize, CCTexture2D* pTexture, bool bFlipped ) [static]
CCGridBase::create ccGridSize const& gridSize ) [static]
CCGridBase::create ( ccGridSize const& gridSize, CCTexture2D* texture, bool flipped ) [static]
CCGridBase::setTextureFlipped bool bFlipped )
CCTiledGrid3D::CCTiledGrid3D [in-charge] ( )
CCTiledGrid3D::CCTiledGrid3D [not-in-charge] ( )
CCTiledGrid3D::create ccGridSize const& gridSize ) [static]
CCTiledGrid3D::create ( ccGridSize const& gridSize, CCTexture2D* pTexture, bool bFlipped ) [static]

CCImage.h, libcocos2d.so
namespace cocos2d
CCImage::_initWithTiffData void* pData, int nDataLen )
CCImage::~CCImage [in-charge-deleting] ( )

CCLabelAtlas.h, libcocos2d.so
namespace cocos2d
CCLabelAtlas::create ( char const* string, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned int startCharMap ) [static]
CCLabelAtlas::create ( char const* string, char const* fntFile ) [static]
CCLabelAtlas::initWithString ( char const* string, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned int startCharMap )
CCLabelAtlas::initWithString ( char const* string, char const* fntFile )
CCLabelAtlas::labelWithString ( char const* string, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned int startCharMap ) [static]
CCLabelAtlas::labelWithString ( char const* string, char const* fntFile ) [static]

CCLabelBMFont.h, libcocos2d.so
namespace cocos2d
CCBMFontConfiguration::create char const* FNTfile ) [static]
CCLabelBMFont::CCLabelBMFont [in-charge] ( )
CCLabelBMFont::CCLabelBMFont [not-in-charge] ( )
CCLabelBMFont::create ( ) [static]
CCLabelBMFont::create char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset ) [static]
CCLabelBMFont::getFntFile ( )
CCLabelBMFont::init ( )
CCLabelBMFont::initWithString char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset )
CCLabelBMFont::isOpacityModifyRGB ( )
CCLabelBMFont::labelWithString char const* str, char const* fntFile, float width, enum CCTextAlignment alignment, CCPoint imageOffset ) [static]
CCLabelBMFont::node ( ) [static]
CCLabelBMFont::setAlignment enum CCTextAlignment alignment )
CCLabelBMFont::setFntFile char const* fntFile )
CCLabelBMFont::setLineBreakWithoutSpace bool breakWithoutSpace )
CCLabelBMFont::setOpacityModifyRGB bool isOpacityModifyRGB )
CCLabelBMFont::setScale float scale )
CCLabelBMFont::setScaleX float scaleX )
CCLabelBMFont::setScaleY float scaleY )
CCLabelBMFont::setString ( char const* label, bool fromUpdate )
CCLabelBMFont::setWidth float width )
CCLabelBMFont::updateLabel ( )
CCLabelBMFont::updateString bool fromUpdate )

CCLabelTTF.h, libcocos2d.so
namespace cocos2d
CCLabelTTF::create ( ) [static]
CCLabelTTF::create ( char const* string, char const* fontName, float fontSize ) [static]
CCLabelTTF::create ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment ) [static]
CCLabelTTF::create ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment ) [static]
CCLabelTTF::getDimensions ( )
CCLabelTTF::getFontName ( )
CCLabelTTF::getFontSize ( )
CCLabelTTF::getHorizontalAlignment ( )
CCLabelTTF::getVerticalAlignment ( )
CCLabelTTF::init ( )
CCLabelTTF::initWithString ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment )
CCLabelTTF::initWithString ( char const* string, char const* fontName, float fontSize, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment )
CCLabelTTF::labelWithString ( char const* string, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment, char const* fontName, float fontSize ) [static]
CCLabelTTF::node ( ) [static]
CCLabelTTF::setDimensions CCSize const& dim )
CCLabelTTF::setFontName char const* fontName )
CCLabelTTF::setFontSize float fontSize )
CCLabelTTF::setHorizontalAlignment enum CCTextAlignment alignment )
CCLabelTTF::setVerticalAlignment enum CCVerticalTextAlignment verticalAlignment )

CCLayer.h, libcocos2d.so
namespace cocos2d
CCLayer::create ( ) [static]
CCLayer::isAccelerometerEnabled ( )
CCLayer::isKeypadEnabled ( )
CCLayer::isTouchEnabled ( )
CCLayer::setAccelerometerEnabled bool value )
CCLayer::setKeypadEnabled bool value )
CCLayer::setTouchEnabled bool value )
CCLayerColor::create ccColor4B const& color ) [static]
CCLayerColor::create ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]
CCLayerColor::init ( )
CCLayerColor::initWithColor ( ccColor4B const& color, GLfloat width, GLfloat height )
CCLayerColor::isOpacityModifyRGB ( )
CCLayerColor::layerWithColor ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]
CCLayerColor::setOpacityModifyRGB bool bValue )
CCLayerGradient::create ( ccColor4B const& start, ccColor4B const& end ) [static]
CCLayerGradient::create ( ccColor4B const& start, ccColor4B const& end, CCPoint const& v ) [static]
CCLayerGradient::isCompressedInterpolation ( )
CCLayerGradient::setCompressedInterpolation bool bCompressedInterpolation )
CCLayerMultiplex::create CCLayer* layer, ... ) [static]
CCLayerMultiplex::createWithLayer CCLayer* layer ) [static]

ccMacros.h, libcocos2d.so
g_uNumberOfDraws [data]

CCMenu.h, libcocos2d.so
namespace cocos2d
CCMenu::addChild CCNode* child )
CCMenu::create ( ) [static]
CCMenu::create ( CCMenuItem* item, ... ) [static]
CCMenu::createWithArray CCArray* pArrayOfItems ) [static]
CCMenu::createWithItem CCMenuItem* item ) [static]
CCMenu::initWithArray CCArray* pArrayOfItems )
CCMenu::menuWithArray CCArray* pArrayOfItems ) [static]
CCMenu::setHandlerPriority int newPriority )

CCMenuItem.h, libcocos2d.so
namespace cocos2d
CCMenuItem::create CCObject* rec, SEL_MenuHandler selector ) [static]
CCMenuItem::isEnabled ( )
CCMenuItem::isSelected ( )
CCMenuItem::setEnabled bool value )
CCMenuItemAtlasFont::create ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]
CCMenuItemAtlasFont::create ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemAtlasFont::initWithString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector )
CCMenuItemAtlasFont::itemWithString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]
CCMenuItemAtlasFont::itemWithString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemFont::create char const* value ) [static]
CCMenuItemFont::create ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemFont::initWithString ( char const* value, CCObject* target, SEL_MenuHandler selector )
CCMenuItemFont::itemWithString char const* value ) [static]
CCMenuItemFont::itemWithString ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::create ( ) [static]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage ) [static]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::create ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::init ( )
CCMenuItemImage::initWithNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector )
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage ) [static]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::itemWithNormalImage ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::node ( ) [static]
CCMenuItemImage::setDisabledSpriteFrame CCSpriteFrame* frame )
CCMenuItemImage::setNormalSpriteFrame CCSpriteFrame* frame )
CCMenuItemImage::setSelectedSpriteFrame CCSpriteFrame* frame )
CCMenuItemLabel::create CCNode* label ) [static]
CCMenuItemLabel::create CCNode* label, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemLabel::setEnabled bool enabled )
CCMenuItemSprite::create ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]
CCMenuItemSprite::create ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemSprite::create ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemSprite::initWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector )
CCMenuItemSprite::itemWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]
CCMenuItemSprite::itemWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemSprite::itemWithNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemSprite::setEnabled bool bEnabled )
CCMenuItemSprite::updateImagesVisibility ( )
CCMenuItemToggle::create CCMenuItem* item ) [static]
CCMenuItemToggle::createWithTarget ( CCObject* target, SEL_MenuHandler selector, CCMenuItem* item, ... ) [static]
CCMenuItemToggle::setEnabled bool var )
CCMenuItemToggle::setSubItems CCArray* var )

CCMotionStreak.h, libcocos2d.so
namespace cocos2d
CCMotionStreak::CCMotionStreak [in-charge] ( )
CCMotionStreak::CCMotionStreak [not-in-charge] ( )
CCMotionStreak::create float fade, float minSeg, float stroke, ccColor3B color, char const* path ) [static]
CCMotionStreak::create float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D* texture ) [static]
CCMotionStreak::draw ( )
CCMotionStreak::getColor ( )
CCMotionStreak::getOpacity ( )
CCMotionStreak::initWithFade float fade, float minSeg, float stroke, ccColor3B color, char const* path )
CCMotionStreak::initWithFade float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D* texture )
CCMotionStreak::isOpacityModifyRGB ( )
CCMotionStreak::reset ( )
CCMotionStreak::setColor ccColor3B const& color )
CCMotionStreak::setOpacity GLubyte opacity )
CCMotionStreak::setOpacityModifyRGB bool bValue )
CCMotionStreak::setPosition CCPoint const& position )
CCMotionStreak::streakWithFade float fade, float minSeg, float stroke, ccColor3B color, char const* path ) [static]
CCMotionStreak::streakWithFade float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D* texture ) [static]
CCMotionStreak::tintWithColor ccColor3B colors )

CCNode.h, libcocos2d.so
namespace cocos2d
CCNode::_setZOrder int z )
CCNode::create ( ) [static]
CCNode::getActionManager ( )
CCNode::getAnchorPointInPoints ( )
CCNode::getGLServerState ( ) const
CCNode::getOrderOfArrival ( ) const
CCNode::getScheduler ( )
CCNode::getShaderProgram ( ) const
CCNode::getUserObject ( ) const
CCNode::ignoreAnchorPointForPosition bool isIgnoreAnchorPointForPosition )
CCNode::isIgnoreAnchorPointForPosition ( )
CCNode::isRunning ( )
CCNode::isVisible ( )
CCNode::onExitTransitionDidStart ( )
CCNode::schedule ( void(CCObject::*)(float) selector, float interval, unsigned int repeat, float delay )
CCNode::scheduleOnce ( void(CCObject::*)(float) selector, float delay )
CCNode::setActionManager CCActionManager* var )
CCNode::setGLServerState enum ccGLServerState var )
CCNode::setOrderOfArrival int var )
CCNode::setScheduler CCScheduler* var )
CCNode::setShaderProgram CCGLProgram* var )
CCNode::setUserObject CCObject* var )
CCNode::setVisible bool visible )
CCNode::sortAllChildren ( )

CCNotificationCenter.h, libcocos2d.so
namespace cocos2d
CCNotificationCenter::purgeNotificationCenter ( ) [static]
CCNotificationCenter::sharedNotificationCenter ( ) [static]

CCObject.h, libcocos2d.so
namespace cocos2d
CCObject::isSingleReference ( )

CCParallaxNode.h, libcocos2d.so
namespace cocos2d
CCParallaxNode::create ( ) [static]

CCParticleBatchNode.h, libcocos2d.so
namespace cocos2d
CCParticleBatchNode::addChild CCNode* child )
CCParticleBatchNode::addChild CCNode* child, int zOrder )
CCParticleBatchNode::addChild CCNode* child, int zOrder, int tag )
CCParticleBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static]
CCParticleBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]
CCParticleBatchNode::CCParticleBatchNode [in-charge] ( )
CCParticleBatchNode::CCParticleBatchNode [not-in-charge] ( )
CCParticleBatchNode::create ( char const* fileImage, unsigned int capacity ) [static]
CCParticleBatchNode::createWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]
CCParticleBatchNode::disableParticle unsigned int particleIndex )
CCParticleBatchNode::draw ( )
CCParticleBatchNode::getBlendFunc ( )
CCParticleBatchNode::getTexture ( )
CCParticleBatchNode::getTextureAtlas ( ) const
CCParticleBatchNode::initWithFile ( char const* fileImage, unsigned int capacity )
CCParticleBatchNode::initWithTexture ( CCTexture2D* tex, unsigned int capacity )
CCParticleBatchNode::insertChild ( CCParticleSystem* pSystem, unsigned int index )
CCParticleBatchNode::removeAllChildrenWithCleanup bool doCleanup )
CCParticleBatchNode::removeChild CCNode* child, bool cleanup )
CCParticleBatchNode::removeChildAtIndex ( unsigned int index, bool doCleanup )
CCParticleBatchNode::reorderChild CCNode* child, int zOrder )
CCParticleBatchNode::setBlendFunc ccBlendFunc blendFunc )
CCParticleBatchNode::setTexture CCTexture2D* texture )
CCParticleBatchNode::setTextureAtlas CCTextureAtlas* var )
CCParticleBatchNode::visit ( )
CCParticleBatchNode::~CCParticleBatchNode [in-charge-deleting] ( )
CCParticleBatchNode::~CCParticleBatchNode [in-charge] ( )
CCParticleBatchNode::~CCParticleBatchNode [not-in-charge] ( )

CCParticleSystem.h, libcocos2d.so
namespace cocos2d
CCParticleSystem::create char const* plistFile ) [static]
CCParticleSystem::getAtlasIndex ( ) const
CCParticleSystem::getBatchNode ( )
CCParticleSystem::getOpacityModifyRGB ( )
CCParticleSystem::init ( )
CCParticleSystem::initWithDictionary CCDictionary* dictionary )
CCParticleSystem::isActive ( )
CCParticleSystem::isAutoRemoveOnFinish ( )
CCParticleSystem::isBlendAdditive ( )
CCParticleSystem::setAtlasIndex unsigned int var )
CCParticleSystem::setAutoRemoveOnFinish bool var )
CCParticleSystem::setBatchNode CCParticleBatchNode* var )
CCParticleSystem::setBlendAdditive bool value )
CCParticleSystem::setOpacityModifyRGB bool var )
CCParticleSystem::setRotation float newRotation )
CCParticleSystem::setScale float s )
CCParticleSystem::setScaleX float newScaleX )
CCParticleSystem::setScaleY float newScaleY )
CCParticleSystem::updateBlendFunc ( )
CCParticleSystem::updateWithNoTime ( )

CCParticleSystemQuad.h, libcocos2d.so
namespace cocos2d
CCParticleSystemQuad::CCParticleSystemQuad [in-charge] ( )
CCParticleSystemQuad::CCParticleSystemQuad [not-in-charge] ( )
CCParticleSystemQuad::create ( ) [static]
CCParticleSystemQuad::create char const* plistFile ) [static]
CCParticleSystemQuad::listenBackToForeground CCObject* obj )
CCParticleSystemQuad::node ( ) [static]
CCParticleSystemQuad::setBatchNode CCParticleBatchNode* batchNode )
CCParticleSystemQuad::setTotalParticles unsigned int tp )
CCParticleSystemQuad::setupIndices ( )

CCProfiling.h, libcocos2d.so
namespace cocos2d
CCProfiler::createAndAddTimerWithName char const* timerName )
CCProfiler::displayTimers ( )
CCProfiler::init ( )
CCProfiler::releaseAllTimers ( )
CCProfiler::releaseTimer char const* timerName )
CCProfiler::sharedProfiler ( ) [static]
CCProfiler::~CCProfiler [in-charge-deleting] ( )
CCProfiler::~CCProfiler [in-charge] ( )
CCProfiler::~CCProfiler [not-in-charge] ( )
CCProfilingBeginTimingBlock char const* timerName )
CCProfilingEndTimingBlock char const* timerName )
CCProfilingResetTimingBlock char const* timerName )
CCProfilingTimer::description ( )
CCProfilingTimer::initWithName char const* timerName )
CCProfilingTimer::reset ( )
CCProfilingTimer::~CCProfilingTimer [in-charge-deleting] ( )
CCProfilingTimer::~CCProfilingTimer [in-charge] ( )
CCProfilingTimer::~CCProfilingTimer [not-in-charge] ( )
kCCProfilerCategoryBatchSprite [data]
kCCProfilerCategoryParticles [data]
kCCProfilerCategorySprite [data]

CCProgressTimer.h, libcocos2d.so
namespace cocos2d
CCProgressTimer::CCProgressTimer [in-charge] ( )
CCProgressTimer::CCProgressTimer [not-in-charge] ( )
CCProgressTimer::create CCSprite* sp ) [static]
CCProgressTimer::getBarChangeRate ( ) const
CCProgressTimer::getColor ( )
CCProgressTimer::getMidpoint ( )
CCProgressTimer::getOpacity ( )
CCProgressTimer::initWithSprite CCSprite* sp )
CCProgressTimer::isOpacityModifyRGB ( )
CCProgressTimer::progressWithSprite CCSprite* sp ) [static]
CCProgressTimer::setAnchorPoint CCPoint anchorPoint )
CCProgressTimer::setBarChangeRate CCPoint&restrict var )
CCProgressTimer::setColor ccColor3B const& color )
CCProgressTimer::setMidpoint CCPoint var )
CCProgressTimer::setOpacity GLubyte opacity )
CCProgressTimer::setOpacityModifyRGB bool bValue )
CCProgressTimer::setReverseProgress bool reverse )
CCProgressTimer::textureCoordFromAlphaPoint CCPoint alpha )
CCProgressTimer::vertexFromAlphaPoint CCPoint alpha )

CCRenderTexture.h, libcocos2d.so
namespace cocos2d
CCRenderTexture::beginWithClear float r, float g, float b, float a, float depthValue )
CCRenderTexture::beginWithClear float r, float g, float b, float a, float depthValue, int stencilValue )
CCRenderTexture::clearDepth float depthValue )
CCRenderTexture::clearStencil int stencilValue )
CCRenderTexture::create int w, int h ) [static]
CCRenderTexture::create int w, int h, enum CCTexture2DPixelFormat eFormat ) [static]
CCRenderTexture::create int w, int h, enum CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat ) [static]
CCRenderTexture::end ( )
CCRenderTexture::initWithWidthAndHeight int w, int h, enum CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat )
CCRenderTexture::listenToBackground CCObject* obj )
CCRenderTexture::newCCImage ( )
CCRenderTexture::renderTextureWithWidthAndHeight int w, int h, enum CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat ) [static]
CCRenderTexture::saveToFile ( char const* name, tCCImageFormat format )
CCRenderTexture::saveToFile char const* szFilePath )

CCSAXParser.h, libcocos2d.so
namespace cocos2d
CCSAXParser::parse ( char const* pXMLData, unsigned int uDataLength )

CCScene.h, libcocos2d.so
namespace cocos2d
CCScene::create ( ) [static]

CCScheduler.h, libcocos2d.so
namespace cocos2d
CCScheduler::pauseAllTargets ( )
CCScheduler::pauseAllTargetsWithMinPriority int nMinPriority )
CCScheduler::resumeTargets CCSet* targetsToResume )
CCScheduler::scheduleSelector ( void(CCObject::*)(float) pfnSelector, CCObject* pTarget, float fInterval, bool bPaused, unsigned int repeat, float delay )
CCScheduler::unscheduleAllSelectorsWithMinPriority int nMinPriority )
CCScheduler::update float dt )
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(float) pfnSelector, float fSeconds, unsigned int nRepeat, float fDelay )

CCShaderCache.h, libcocos2d.so
namespace cocos2d
CCShaderCache::addProgram ( CCGLProgram* program, char const* key )
CCShaderCache::CCShaderCache [in-charge] ( )
CCShaderCache::CCShaderCache [not-in-charge] ( )
CCShaderCache::loadDefaultShaders ( )
CCShaderCache::programForKey char const* key )
CCShaderCache::purgeSharedShaderCache ( ) [static]
CCShaderCache::reloadDefaultShaders ( )
CCShaderCache::sharedShaderCache ( ) [static]
CCShaderCache::~CCShaderCache [in-charge-deleting] ( )
CCShaderCache::~CCShaderCache [in-charge] ( )
CCShaderCache::~CCShaderCache [not-in-charge] ( )

ccShaders.h, libcocos2d.so
namespace cocos2d
ccExSwitchMask_frag [data]
ccPosition_uColor_frag [data]
ccPosition_uColor_vert [data]
ccPositionColor_frag [data]
ccPositionColor_vert [data]
ccPositionTexture_frag [data]
ccPositionTexture_uColor_frag [data]
ccPositionTexture_uColor_vert [data]
ccPositionTexture_vert [data]
ccPositionTextureA8Color_frag [data]
ccPositionTextureA8Color_vert [data]
ccPositionTextureColor_frag [data]
ccPositionTextureColor_vert [data]
ccPositionTextureColorAlphaTest_frag [data]

CCSprite.h, libcocos2d.so
namespace cocos2d
CCSprite::create ( ) [static]
CCSprite::create char const* pszFileName ) [static]
CCSprite::create ( char const* pszFileName, CCRect const& rect ) [static]
CCSprite::createWithSpriteFrame CCSpriteFrame* pSpriteFrame ) [static]
CCSprite::createWithSpriteFrameName char const* pszSpriteFrameName ) [static]
CCSprite::createWithTexture CCTexture2D* pTexture ) [static]
CCSprite::createWithTexture ( CCTexture2D* pTexture, CCRect const& rect ) [static]
CCSprite::displayFrame ( )
CCSprite::getBatchNode ( )
CCSprite::ignoreAnchorPointForPosition bool value )
CCSprite::initWithTexture ( CCTexture2D* pTexture, CCRect const& rect, bool rotated )
CCSprite::isDirty ( )
CCSprite::isOpacityModifyRGB ( )
CCSprite::node ( ) [static]
CCSprite::setBatchNode CCSpriteBatchNode* pobSpriteBatchNode )
CCSprite::setDirty bool bDirty )
CCSprite::setOpacityModifyRGB bool bValue )
CCSprite::setReorderChildDirtyRecursively ( )
CCSprite::setTextureCoords CCRect rect )
CCSprite::setTextureRect ( CCRect const& rect, bool rotated, CCSize const& untrimmedSize )
CCSprite::setVertexRect CCRect const& rect )
CCSprite::setVisible bool bVisible )
CCSprite::sortAllChildren ( )

CCSpriteBatchNode.h, libcocos2d.so
namespace cocos2d
CCSpriteBatchNode::appendChild CCSprite* sprite )
CCSpriteBatchNode::create ( char const* fileImage, unsigned int capacity ) [static]
CCSpriteBatchNode::createWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static]
CCSpriteBatchNode::init ( )
CCSpriteBatchNode::reorderBatch bool reorder )
CCSpriteBatchNode::sortAllChildren ( )

CCSpriteFrame.h, libcocos2d.so
namespace cocos2d
CCSpriteFrame::create ( char const* filename, CCRect const& rect ) [static]
CCSpriteFrame::create ( char const* filename, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]
CCSpriteFrame::createWithTexture ( CCTexture2D* pobTexture, CCRect const& rect ) [static]
CCSpriteFrame::createWithTexture ( CCTexture2D* pobTexture, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]
CCSpriteFrame::frameWithTextureFilename ( char const* filename, CCRect const& rect ) [static]
CCSpriteFrame::frameWithTextureFilename ( char const* filename, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize ) [static]
CCSpriteFrame::getOffset ( )
CCSpriteFrame::getOffsetInPixels ( )
CCSpriteFrame::getTexture ( )
CCSpriteFrame::initWithTextureFilename ( char const* filename, CCRect const& rect )
CCSpriteFrame::initWithTextureFilename ( char const* filename, CCRect const& rect, bool rotated, CCPoint const& offset, CCSize const& originalSize )
CCSpriteFrame::setOffset CCPoint const& offsets )
CCSpriteFrame::setOffsetInPixels CCPoint const& offsetInPixels )
CCSpriteFrame::setTexture CCTexture2D* pobTexture )

CCString.h, libcocos2d.so
namespace cocos2d
CCString::boolValue ( ) const
CCString::CCString [in-charge] ( )
CCString::CCString [in-charge] CCString const& str )
CCString::CCString [in-charge] std::string const& str )
CCString::CCString [not-in-charge] ( )
CCString::CCString [not-in-charge] CCString const& str )
CCString::CCString [not-in-charge] std::string const& str )
CCString::compare char const* p1 ) const
CCString::copyWithZone CCZone* pZone )
CCString::create std::string const& str ) [static]
CCString::createWithContentsOfFile char const* pszFileName ) [static]
CCString::createWithData ( unsigned char const* pData, unsigned long nLen ) [static]
CCString::createWithFormat ( char const* format, ... ) [static]
CCString::doubleValue ( ) const
CCString::floatValue ( ) const
CCString::getCString ( ) const
CCString::initWithFormat ( char const* format, ... )
CCString::intValue ( ) const
CCString::length ( ) const
CCString::operator = CCString const& other )
CCString::stringWithContentsOfFile char const* pszFileName ) [static]
CCString::stringWithCString char const* pStr ) [static]
CCString::stringWithData ( unsigned char const* pData, unsigned long nLen ) [static]
CCString::stringWithFormat ( char const* format, ... ) [static]
CCString::stringWithString std::string const& str ) [static]
CCString::uintValue ( ) const

CCTexture2D.h, libcocos2d.so
namespace cocos2d
CCTexture2D::bitsPerPixelForFormat enum CCTexture2DPixelFormat format )
CCTexture2D::getShaderProgram ( )
CCTexture2D::hasMipmaps ( )
CCTexture2D::hasPremultipliedAlpha ( )
CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment hAlignment, enum CCVerticalTextAlignment vAlignment, char const* fontName, float fontSize )
CCTexture2D::setShaderProgram CCGLProgram* var )
CCTexture2D::stringForFormat ( )

CCTextureAtlas.h, libcocos2d.so
namespace cocos2d
CCTextureAtlas::create ( char const* file, unsigned int capacity ) [static]
CCTextureAtlas::createWithTexture ( CCTexture2D* texture, unsigned int capacity ) [static]
CCTextureAtlas::fillWithEmptyQuadsFromIndex ( unsigned int index, unsigned int amount )
CCTextureAtlas::increaseTotalQuadsWith unsigned int amount )
CCTextureAtlas::insertQuads ( ccV3F_C4B_T2F_Quad* quads, unsigned int index, unsigned int amount )
CCTextureAtlas::listenBackToForeground CCObject* obj )
CCTextureAtlas::moveQuadsFromIndex ( unsigned int index, unsigned int newIndex )
CCTextureAtlas::moveQuadsFromIndex ( unsigned int oldIndex, unsigned int amount, unsigned int newIndex )
CCTextureAtlas::removeQuadsAtIndex ( unsigned int index, unsigned int amount )

CCTextureCache.h, libcocos2d.so
namespace cocos2d
CCTextureCache::snapshotTextures ( )

CCTexturePVR.h, libcocos2d.so
namespace cocos2d
CCTexturePVR::create char const* path ) [static]

CCTileMapAtlas.h, libcocos2d.so
namespace cocos2d
CCTileMapAtlas::create ( char const* tile, char const* mapFile, int tileWidth, int tileHeight ) [static]

CCTMXLayer.h, libcocos2d.so
namespace cocos2d
CCTMXLayer::create ( CCTMXTilesetInfo* tilesetInfo, CCTMXLayerInfo* layerInfo, CCTMXMapInfo* mapInfo ) [static]
CCTMXLayer::listenBackToForeground CCObject* sender )
CCTMXLayer::setProperties CCDictionary* var )
CCTMXLayer::setTileGID ( unsigned int gid, CCPoint const& tileCoordinate, ccTMXTileFlags flags )
CCTMXLayer::tileGIDAt ( CCPoint const& tileCoordinate, ccTMXTileFlags* flags )

CCTMXObjectGroup.h, libcocos2d.so
namespace cocos2d
CCTMXObjectGroup::setObjects CCArray* var )
CCTMXObjectGroup::setProperties CCDictionary* var )

CCTMXTiledMap.h, libcocos2d.so
namespace cocos2d
CCTMXTiledMap::create char const* tmxFile ) [static]
CCTMXTiledMap::createWithXML ( char const* tmxString, char const* resourcePath ) [static]
CCTMXTiledMap::initWithXML ( char const* tmxString, char const* resourcePath )
CCTMXTiledMap::setObjectGroups CCArray* var )
CCTMXTiledMap::setProperties CCDictionary* var )
CCTMXTiledMap::tiledMapWithXML ( char const* tmxString, char const* resourcePath ) [static]

CCTMXXMLParser.h, libcocos2d.so
namespace cocos2d
CCTMXLayerInfo::setProperties CCDictionary* var )
CCTMXMapInfo::formatWithXML ( char const* tmxString, char const* resourcePath ) [static]
CCTMXMapInfo::initWithXML ( char const* tmxString, char const* resourcePath )
CCTMXMapInfo::parseXMLString char const* xmlString )
CCTMXMapInfo::setLayers CCArray* var )
CCTMXMapInfo::setObjectGroups CCArray* var )
CCTMXMapInfo::setProperties CCDictionary* var )
CCTMXMapInfo::setTileProperties CCDictionary* tileProperties )
CCTMXMapInfo::setTilesets CCArray* var )

CCTouch.h, libcocos2d.so
namespace cocos2d
CCTouch::getDelta ( ) const
CCTouch::getLocation ( ) const
CCTouch::getLocationInView ( ) const
CCTouch::getPreviousLocation ( ) const
CCTouch::getPreviousLocationInView ( ) const

CCTouchDispatcher.h, libcocos2d.so
namespace cocos2d
CCTouchDispatcher::findHandler CCArray* pArray, CCTouchDelegate* pDelegate )
CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCArray* pArray )
CCTouchDispatcher::rearrangeHandlers CCArray* pArray )

CCTransition.h, libcocos2d.so
namespace cocos2d
CCTransitionFade::create float duration, CCScene* scene, ccColor3B const& color ) [static]
CCTransitionFlipAngular::create float t, CCScene* s, enum tOrientation o ) [static]
CCTransitionFlipX::create float t, CCScene* s, enum tOrientation o ) [static]
CCTransitionFlipY::create float t, CCScene* s, enum tOrientation o ) [static]
CCTransitionScene::create float t, CCScene* scene ) [static]
CCTransitionSceneOriented::create float t, CCScene* scene, enum tOrientation orientation ) [static]
CCTransitionZoomFlipAngular::create float t, CCScene* s, enum tOrientation o ) [static]
CCTransitionZoomFlipX::create float t, CCScene* s, enum tOrientation o ) [static]
CCTransitionZoomFlipY::create float t, CCScene* s, enum tOrientation o ) [static]

CCTransitionPageTurn.h, libcocos2d.so
namespace cocos2d
CCTransitionPageTurn::create float t, CCScene* scene, bool backwards ) [static]

CCTransitionProgress.h, libcocos2d.so
namespace cocos2d
CCTransitionProgress::CCTransitionProgress [in-charge] ( )
CCTransitionProgress::CCTransitionProgress [not-in-charge] ( )
CCTransitionProgress::onEnter ( )
CCTransitionProgress::onExit ( )
CCTransitionProgress::progressTimerNodeWithRenderTexture CCRenderTexture* texture )
CCTransitionProgress::sceneOrder ( )
CCTransitionProgress::setupTransition ( )
CCTransitionProgress::~CCTransitionProgress [in-charge-deleting] ( )
CCTransitionProgress::~CCTransitionProgress [in-charge] ( )
CCTransitionProgressHorizontal::progressTimerNodeWithRenderTexture CCRenderTexture* texture )
CCTransitionProgressInOut::progressTimerNodeWithRenderTexture CCRenderTexture* texture )
CCTransitionProgressInOut::sceneOrder ( )
CCTransitionProgressInOut::setupTransition ( )
CCTransitionProgressOutIn::progressTimerNodeWithRenderTexture CCRenderTexture* texture )
CCTransitionProgressRadialCCW::progressTimerNodeWithRenderTexture CCRenderTexture* texture )
CCTransitionProgressRadialCW::progressTimerNodeWithRenderTexture CCRenderTexture* texture )
CCTransitionProgressVertical::progressTimerNodeWithRenderTexture CCRenderTexture* texture )

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 )
ccVertexLineToPolygon CCPoint* points, float stroke, ccVertex2F* vertices, unsigned int offset, unsigned int nuPoints )

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]

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]
CCFollow::initWithTarget CCNode* pFollowedNode )

CCActionEase.h, libcocos2d.so
namespace cocos2d
CCEaseElastic::actionWithAction CCActionInterval* pAction ) [static]
CCEaseElastic::initWithAction CCActionInterval* pAction )
CCEaseElasticIn::actionWithAction CCActionInterval* pAction ) [static]
CCEaseElasticInOut::actionWithAction CCActionInterval* pAction ) [static]
CCEaseElasticOut::actionWithAction CCActionInterval* pAction ) [static]

CCActionInstant.h, libcocos2d.so
namespace cocos2d
CCCallFunc::startWithTarget CCNode* pTarget )
CCFlipX::startWithTarget CCNode* pTarget )
CCFlipY::startWithTarget CCNode* pTarget )
CCHide::startWithTarget CCNode* pTarget )
CCPlace::startWithTarget CCNode* pTarget )
CCShow::startWithTarget CCNode* pTarget )
CCToggleVisibility::startWithTarget CCNode* pTarget )

CCActionInterval.h, libcocos2d.so
namespace cocos2d
CCAnimate::actionWithAnimation ( CCAnimation* pAnimation, bool bRestoreOriginalFrame ) [static]
CCAnimate::actionWithDuration ccTime duration, CCAnimation* pAnimation, bool bRestoreOriginalFrame ) [static]
CCAnimate::initWithAnimation ( CCAnimation* pAnimation, bool bRestoreOriginalFrame )
CCAnimate::initWithDuration ccTime duration, CCAnimation* pAnimation, bool bRestoreOriginalFrame )
CCSequence::actionsWithArray CCArray* actions ) [static]
CCSequence::initOneTwo ( CCFiniteTimeAction* pActionOne, CCFiniteTimeAction* pActionTwo )
CCSpawn::actionsWithArray CCArray* actions ) [static]
CCSpawn::initOneTwo ( CCFiniteTimeAction* pAction1, CCFiniteTimeAction* pAction2 )

CCActionManager.h, libcocos2d.so
namespace cocos2d
CCActionManager::init ( )
CCActionManager::purgeSharedManager ( )
CCActionManager::sharedManager ( ) [static]

CCAnimation.h, libcocos2d.so
namespace cocos2d
CCAnimation::addFrame CCSpriteFrame* pFrame )
CCAnimation::addFrameWithFileName char const* pszFileName )
CCAnimation::addFrameWithTexture ( CCTexture2D* pobTexture, CCRect const& rect )
CCAnimation::animationWithFrames CCMutableArray<CCSpriteFrame*>* frames ) [static]
CCAnimation::animationWithFrames ( CCMutableArray<CCSpriteFrame*>* frames, float delay ) [static]
CCAnimation::initWithFrames CCMutableArray<CCSpriteFrame*>* pFrames )
CCAnimation::initWithFrames ( CCMutableArray<CCSpriteFrame*>* pFrames, float delay )

CCAplication_linux.h, libcocos2d.so
namespace cocos2d
CCApplication::setOrientation enum CCApplication::Orientation orientation )
CCApplication::statusBarFrame CCRect* rect )

CCArray.h, libcocos2d.so
namespace cocos2d
CCArray::removeLastObject ( )
CCArray::removeObject CCObject* object )
CCArray::removeObjectAtIndex unsigned int index )

CCAtlasNode.h, libcocos2d.so
namespace cocos2d
CCAtlasNode::getIsOpacityModifyRGB ( )
CCAtlasNode::setIsOpacityModifyRGB bool var )

CCData.h, libcocos2d.so
namespace cocos2d
CCData::bytes ( )
CCData::CCData [in-charge] ( )
CCData::CCData [not-in-charge] ( )
CCData::dataWithBytes ( unsigned char* pBytes, int size ) [static]
CCData::dataWithContentsOfFile std::string const& strPath ) [static]
CCData::~CCData [in-charge-deleting] ( )
CCData::~CCData [in-charge] ( )
CCData::~CCData [not-in-charge] ( )
vtable for CCData [data]

CCDirector.h, libcocos2d.so
namespace cocos2d
CCDirector::applyOrientation ( )
CCDirector::getDeviceOrientation ( )
CCDirector::getDisplaySizeInPixels ( )
CCDirector::resetDirector ( )
CCDirector::setDeviceOrientation enum ccDeviceOrientation kDeviceOrientation )
CCDirector::setDirectorType enum ccDirectorType obDirectorType ) [static]
CCDirector::showFPS ( )
CCDirector::showProfilers ( )

CCDrawingPrimitives.h, libcocos2d.so
namespace cocos2d
ccDrawCircle ( CCPoint const& center, float radius, float angle, int segments, bool drawLineToCenter )
ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, int segments )
ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon )
ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon, bool fill )
ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, int segments )

CCEGLView_linux.h, libcocos2d.so
namespace cocos2d
CCEGLView::canSetContentScaleFactor ( )
CCEGLView::Create ( char const* pTitle, int iPixelWidth, int iPixelHeight, int iWidth, int iHeight, int iDepth )
CCEGLView::getSize ( )
CCEGLView::release ( )
CCEGLView::setContentScaleFactor float contentScaleFactor )
CCEGLView::setDeviceOrientation int eOritation )
CCEGLView::setScissorInPoints float x, float y, float w, float h )
CCEGLView::setTouchDelegate EGLTouchDelegate* pDelegate )
CCEGLView::setViewPortInPoints float x, float y, float w, float h )

CCFileUtils.h, libcocos2d.so
namespace cocos2d
CCFileUtils::ccLoadFileIntoMemory ( char const* filename, unsigned char** out ) [static]
CCFileUtils::ccRemoveHDSuffixFromFile std::string& path ) [static]
CCFileUtils::dictionaryWithContentsOfFile char const* pFileName ) [static]
CCFileUtils::dictionaryWithContentsOfFileThreadSafe char const* pFileName ) [static]
CCFileUtils::getIsPopupNotify ( ) [static]
CCFileUtils::setIsPopupNotify bool bNotify ) [static]
CCFileUtils::setResource char const* pszZipFileName ) [static]
CCFileUtils::setResourcePath char const* pszResourcePath ) [static]

CCGeometry.h, libcocos2d.so
namespace cocos2d
CCRect::CCRectGetMaxX CCRect const& rect ) [static]
CCRect::CCRectGetMaxY CCRect const& rect ) [static]
CCRect::CCRectGetMidX CCRect const& rect ) [static]
CCRect::CCRectGetMidY CCRect const& rect ) [static]
CCRect::CCRectGetMinX CCRect const& rect ) [static]
CCRect::CCRectGetMinY CCRect const& rect ) [static]

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 )
gluPerspective GLfloat fovy, GLfloat aspect, GLfloat zNear, GLfloat zFar )

CCLabelAtlas.h, libcocos2d.so
namespace cocos2d
CCLabelAtlas::initWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap )
CCLabelAtlas::labelWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) [static]

CCLabelBMFont.h, libcocos2d.so
namespace cocos2d
CCLabelBMFont::getIsOpacityModifyRGB ( )
CCLabelBMFont::initWithString char const* str, char const* fntFile )
CCLabelBMFont::labelWithString char const* str, char const* fntFile ) [static]
CCLabelBMFont::setIsOpacityModifyRGB bool var )

CCLabelTTF.h, libcocos2d.so
namespace cocos2d
CCLabelTTF::convertToLabelProtocol ( )
CCLabelTTF::initWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )

CCLayer.h, libcocos2d.so
namespace cocos2d
CCLayer::getIsAccelerometerEnabled ( )
CCLayer::getIsKeypadEnabled ( )
CCLayer::getIsTouchEnabled ( )
CCLayer::setIsAccelerometerEnabled bool var )
CCLayer::setIsKeypadEnabled bool var )
CCLayer::setIsTouchEnabled bool var )
CCLayerColor::getIsOpacityModifyRGB ( )
CCLayerColor::initWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height )
CCLayerColor::layerWithColorWidthHeight ( ccColor4B const& color, GLfloat width, GLfloat height ) [static]
CCLayerColor::setIsOpacityModifyRGB bool bValue )
CCLayerGradient::getIsCompressedInterpolation ( )
CCLayerGradient::setIsCompressedInterpolation bool var )
CCLayerMultiplex::initWithLayer CCLayer* layer )

CCMenuItem.h, libcocos2d.so
namespace cocos2d
CCMenuItem::getIsEnabled ( )
CCMenuItem::getIsSelected ( )
CCMenuItem::setIsEnabled bool var )
CCMenuItemAtlasFont::initFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector )
CCMenuItemAtlasFont::itemFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap ) [static]
CCMenuItemAtlasFont::itemFromString ( char const* value, char const* charMapFile, int itemWidth, int itemHeight, char startCharMap, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemFont::initFromString ( char const* value, CCObject* target, SEL_MenuHandler selector )
CCMenuItemFont::itemFromString char const* value ) [static]
CCMenuItemFont::itemFromString ( char const* value, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::initFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector )
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage ) [static]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage ) [static]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, char const* disabledImage, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemImage::itemFromNormalImage ( char const* normalImage, char const* selectedImage, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemLabel::setIsEnabled bool enabled )
CCMenuItemSprite::initFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector )
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite ) [static]
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCNode* disabledSprite, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemSprite::itemFromNormalSprite ( CCNode* normalSprite, CCNode* selectedSprite, CCObject* target, SEL_MenuHandler selector ) [static]
CCMenuItemSprite::setIsEnabled bool bEnabled )
CCMenuItemToggle::setIsEnabled bool var )
CCMenuItemToggle::setSubItems CCMutableArray<CCMenuItem*>* var )

CCMotionStreak.h, libcocos2d.so
namespace cocos2d
CCMotionStreak::getRibbon ( )
CCMotionStreak::initWithFade float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color )
CCMotionStreak::streakWithFade float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) [static]

CCMutableArray.h, libcocos2d.so
namespace cocos2d
CCMutableArray<CCSpriteFrame*>::~CCMutableArray [in-charge-deleting] ( )
CCMutableArray<CCSpriteFrame*>::~CCMutableArray [in-charge] ( )

CCMutableDictionary.h, libcocos2d.so
namespace cocos2d
CCMutableDictionary<std::string,CCObject*>::~CCMutableDictionary [in-charge-deleting] ( )
CCMutableDictionary<std::string,CCObject*>::~CCMutableDictionary [in-charge] ( )

CCNode.h, libcocos2d.so
namespace cocos2d
CCNode::boundingBoxInPixels ( )
CCNode::getAnchorPointInPixels ( )
CCNode::getContentSizeInPixels ( )
CCNode::getIsRelativeAnchorPoint ( )
CCNode::getIsRunning ( )
CCNode::getIsVisible ( )
CCNode::getPositionInPixels ( )
CCNode::setContentSizeInPixels CCSize const& var )
CCNode::setIsRelativeAnchorPoint bool var )
CCNode::setIsVisible bool var )
CCNode::setPositionInPixels CCPoint const& var )
CCNode::setPositionInPixels float x, float y )

CCNotificationCenter.h, libcocos2d.so
namespace cocos2d
CCNotificationCenter::purgeNotifCenter ( ) [static]
CCNotificationCenter::sharedNotifCenter ( ) [static]

CCObject.h, libcocos2d.so
namespace cocos2d
CCObject::isSingleRefrence ( )

CCParticleSystem.h, libcocos2d.so
namespace cocos2d
CCParticleSystem::getIsActive ( )
CCParticleSystem::getIsAutoRemoveOnFinish ( )
CCParticleSystem::getIsBlendAdditive ( )
CCParticleSystem::initWithDictionary CCMutableDictionary<std::string, CCObject*>* dictionary )
CCParticleSystem::setIsAutoRemoveOnFinish bool var )
CCParticleSystem::setIsBlendAdditive bool var )

CCParticleSystemQuad.h, libcocos2d.so
namespace cocos2d
CCParticleSystemQuad::initIndices ( )

CCProgressTimer.h, libcocos2d.so
namespace cocos2d
CCProgressTimer::initWithFile char const* pszFileName )
CCProgressTimer::initWithTexture CCTexture2D* pTexture )
CCProgressTimer::progressWithFile char const* pszFileName ) [static]
CCProgressTimer::progressWithTexture CCTexture2D* pTexture ) [static]
CCProgressTimer::vertexFromTexCoord CCPoint const& texCoord )

CCRenderTexture.h, libcocos2d.so
namespace cocos2d
CCRenderTexture::end bool bIsTOCacheTexture )
CCRenderTexture::getUIImageAsDataFromBuffer int format )
CCRenderTexture::getUIImageFromBuffer CCImage* pImage, int x, int y, int nWidth, int nHeight )
CCRenderTexture::saveBuffer ( char const* szFilePath, int x, int y, int nWidth, int nHeight )
CCRenderTexture::saveBuffer int format, char const* name, int x, int y, int nWidth, int nHeight )

CCScheduler.h, libcocos2d.so
namespace cocos2d
CCScheduler::purgeSharedScheduler ( ) [static]
CCScheduler::sharedScheduler ( ) [static]
CCScheduler::tick ccTime dt )
CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds )

CCSprite.h, libcocos2d.so
namespace cocos2d
CCSprite::displayedFrame ( )
CCSprite::getIsOpacityModifyRGB ( )
CCSprite::getTransformValues struct transformValues_* tv )
CCSprite::initWithBatchNode ( CCSpriteBatchNode* batchNode, CCRect const& rect )
CCSprite::initWithBatchNodeRectInPixels ( CCSpriteBatchNode* batchNode, CCRect const& rect )
CCSprite::setIsOpacityModifyRGB bool bValue )
CCSprite::setIsRelativeAnchorPoint bool bRelative )
CCSprite::setIsVisible bool bVisible )
CCSprite::setPositionInPixels CCPoint const& pos )
CCSprite::setTextureRectInPixels ( CCRect const& rect, bool rotated, CCSize const& size )
CCSprite::spriteWithBatchNode ( CCSpriteBatchNode* batchNode, CCRect const& rect ) [static]
CCSprite::spriteWithTexture ( CCTexture2D* pTexture, CCRect const& rect, CCPoint const& offset ) [static]
CCSprite::updateTextureCoords CCRect const& rect )
CCSprite::useBatchNode CCSpriteBatchNode* batchNode )
CCSprite::useSelfRender ( )

CCSpriteBatchNode.h, libcocos2d.so
namespace cocos2d
CCSpriteBatchNode::batchNodeWithFile char const* fileImage ) [static]
CCSpriteBatchNode::batchNodeWithTexture CCTexture2D* tex ) [static]

CCSpriteFrameCache.h, libcocos2d.so
namespace cocos2d
CCSpriteFrameCache::addSpriteFramesWithDictionary ( CCMutableDictionary<std::string, CCObject*>* pobDictionary, CCTexture2D* pobTexture )
CCSpriteFrameCache::removeSpriteFramesFromDictionary CCMutableDictionary<std::string, CCSpriteFrame*>* dictionary )

CCTexture2D.h, libcocos2d.so
namespace cocos2d
CCTexture2D::getHasPremultipliedAlpha ( )
CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize )

CCTexturePVR.h, libcocos2d.so
namespace cocos2d
CCTexturePVR::getHasAlpha ( )
CCTexturePVR::getRetainName ( )

CCTMXLayer.h, libcocos2d.so
namespace cocos2d
CCTMXLayer::draw ( )
CCTMXLayer::setProperties CCStringToStringDictionary* var )

CCTMXObjectGroup.h, libcocos2d.so
namespace cocos2d
CCTMXObjectGroup::setObjects CCMutableArray<CCStringToStringDictionary*>* var )
CCTMXObjectGroup::setProperties CCStringToStringDictionary* var )

CCTMXTiledMap.h, libcocos2d.so
namespace cocos2d
CCTMXTiledMap::setObjectGroups CCMutableArray<CCTMXObjectGroup*>* var )
CCTMXTiledMap::setProperties CCStringToStringDictionary* var )

CCTMXXMLParser.h, libcocos2d.so
namespace cocos2d
CCTMXLayerInfo::setProperties CCStringToStringDictionary* var )
CCTMXMapInfo::setLayers CCMutableArray<CCTMXLayerInfo*>* var )
CCTMXMapInfo::setObjectGroups CCMutableArray<CCTMXObjectGroup*>* var )
CCTMXMapInfo::setProperties CCStringToStringDictionary* var )
CCTMXMapInfo::setTileProperties CCMutableDictionary<int, CCStringToStringDictionary*>* tileProperties )
CCTMXMapInfo::setTilesets CCMutableArray<CCTMXTilesetInfo*>* var )

CCTouchDispatcher.h, libcocos2d.so
namespace cocos2d
CCTouchDispatcher::findHandler ( CCMutableArray<CCTouchHandler*>* pArray, CCTouchDelegate* pDelegate )
CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCMutableArray<CCTouchHandler*>* pArray )
CCTouchDispatcher::rearrangeHandlers CCMutableArray<CCTouchHandler*>* pArray )
CCTouchDispatcher::sharedDispatcher ( ) [static]

CCTransition.h, libcocos2d.so
namespace cocos2d
CCTransitionCrossFade::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionFadeBL::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionFadeDown::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionFadeTR::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionFadeUp::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionJumpZoom::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionMoveInB::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionMoveInL::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionMoveInR::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionMoveInT::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionRotoZoom::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionShrinkGrow::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionSlideInB::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionSlideInL::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionSlideInR::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionSlideInT::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionSplitCols::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionSplitRows::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionTurnOffTiles::transitionWithDuration ccTime t, CCScene* scene ) [static]

CCTransitionRadial.h, libcocos2d.so
namespace cocos2d
CCTransitionRadialCCW::onEnter ( )
CCTransitionRadialCCW::onExit ( )
CCTransitionRadialCCW::radialType ( )
CCTransitionRadialCCW::sceneOrder ( )
CCTransitionRadialCCW::transitionWithDuration ccTime t, CCScene* scene ) [static]
CCTransitionRadialCW::radialType ( )
CCTransitionRadialCW::transitionWithDuration ccTime t, CCScene* scene ) [static]
vtable for CCTransitionRadialCCW [data]
vtable for CCTransitionRadialCW [data]

to the top

Problems with Data Types, High Severity (221)


CCAction.h
namespace cocos2d
[+] class CCFollow (1)

CCActionGrid3D.h
namespace cocos2d
[+] class CCLens3D (2)
[+] class CCRipple3D (1)
[+] class CCTwirl (1)

CCActionInstant.h
namespace cocos2d
[+] class CCCallFunc (1)
[+] class CCCallFuncN (1)
[+] class CCCallFuncND (1)
[+] class CCCallFuncO (1)
[+] class CCPlace (1)

CCActionInterval.h
namespace cocos2d
[+] class CCAnimate (1)
[+] class CCBezierBy (1)
[+] class CCBezierTo (1)
[+] class CCJumpBy (1)
[+] class CCJumpTo (1)
[+] class CCMoveBy (1)
[+] class CCMoveTo (1)
[+] class CCRepeat (1)

CCActionTiledGrid.h
namespace cocos2d
[+] class CCSplitCols (1)
[+] class CCSplitRows (1)

CCAnimation.h
namespace cocos2d
[+] class CCAnimation (1)

CCAplication_linux.h
namespace cocos2d
[+] class CCApplication (1)

CCAtlasNode.h
namespace cocos2d
[+] class CCAtlasNode (1)

CCCamera.h
namespace cocos2d
[+] class CCCamera (1)

CCDirector.h
namespace cocos2d
[+] class CCDirector (12)
[+] class CCDisplayLinkDirector (1)

CCEGLView_linux.h
namespace cocos2d
[+] class CCEGLView (2)

CCGeometry.h
namespace cocos2d
[+] class CCPoint (2)
[+] class CCRect (2)
[+] class CCSize (2)

CCImage.h
namespace cocos2d
[+] class CCImage (2)

CCLabelAtlas.h
namespace cocos2d
[+] class CCLabelAtlas (1)

CCLabelBMFont.h
namespace cocos2d
[+] class CCLabelBMFont (2)

CCLabelTTF.h
namespace cocos2d
[+] class CCLabelTTF (2)

CCLayer.h
namespace cocos2d
[+] class CCLayer (7)
[+] class CCLayerColor (2)
[+] class CCLayerGradient (1)
[+] class CCLayerMultiplex (1)

CCMenu.h
namespace cocos2d
[+] class CCMenu (1)

CCMenuItem.h
namespace cocos2d
[+] class CCMenuItem (7)
[+] class CCMenuItemAtlasFont (1)
[+] class CCMenuItemFont (1)
[+] class CCMenuItemImage (1)
[+] class CCMenuItemLabel (1)
[+] class CCMenuItemSprite (2)
[+] class CCMenuItemToggle (1)

CCMotionStreak.h
namespace cocos2d
[+] class CCMotionStreak (2)

CCNode.h
namespace cocos2d
[+] class CCNode (33)

CCParallaxNode.h
namespace cocos2d
[+] class CCParallaxNode (1)

CCParticleExamples.h
namespace cocos2d
[+] class CCParticleExplosion (1)
[+] class CCParticleFire (1)
[+] class CCParticleFireworks (1)
[+] class CCParticleFlower (1)
[+] class CCParticleGalaxy (1)
[+] class CCParticleMeteor (1)
[+] class CCParticleRain (1)
[+] class CCParticleSmoke (1)
[+] class CCParticleSnow (1)
[+] class CCParticleSpiral (1)
[+] class CCParticleSun (1)

CCParticleSystem.h
namespace cocos2d
[+] class CCParticleSystem (18)

CCParticleSystemQuad.h
namespace cocos2d
[+] class CCParticleSystemQuad (1)

CCProgressTimer.h
namespace cocos2d
[+] class CCProgressTimer (2)

CCRenderTexture.h
namespace cocos2d
[+] class CCRenderTexture (1)

CCScene.h
namespace cocos2d
[+] class CCScene (1)

CCScheduler.h
namespace cocos2d
[+] class CCTimer (1)

CCSprite.h
namespace cocos2d
[+] class CCSprite (28)

CCSpriteBatchNode.h
namespace cocos2d
[+] class CCSpriteBatchNode (1)

CCSpriteFrame.h
namespace cocos2d
[+] class CCSpriteFrame (1)

CCSpriteFrameCache.h
namespace cocos2d
[+] class CCSpriteFrameCache (1)

CCTextFieldTTF.h
namespace cocos2d
[+] class CCTextFieldTTF (1)

CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (3)

CCTileMapAtlas.h
namespace cocos2d
[+] class CCTileMapAtlas (1)

CCTMXLayer.h
namespace cocos2d
[+] class CCTMXLayer (2)

CCTMXObjectGroup.h
namespace cocos2d
[+] class CCTMXObjectGroup (1)

CCTMXTiledMap.h
namespace cocos2d
[+] class CCTMXTiledMap (1)

CCTMXXMLParser.h
namespace cocos2d
[+] class CCTMXLayerInfo (1)
[+] class CCTMXMapInfo (1)
[+] class CCTMXTilesetInfo (1)

CCTransition.h
namespace cocos2d
[+] class CCTransitionCrossFade (1)
[+] class CCTransitionFade (1)
[+] class CCTransitionFadeBL (1)
[+] class CCTransitionFadeDown (1)
[+] class CCTransitionFadeTR (1)
[+] class CCTransitionFadeUp (1)
[+] class CCTransitionFlipAngular (1)
[+] class CCTransitionFlipX (1)
[+] class CCTransitionFlipY (1)
[+] class CCTransitionJumpZoom (1)
[+] class CCTransitionMoveInB (1)
[+] class CCTransitionMoveInL (1)
[+] class CCTransitionMoveInR (1)
[+] class CCTransitionMoveInT (1)
[+] class CCTransitionRotoZoom (1)
[+] class CCTransitionScene (1)
[+] class CCTransitionSceneOriented (1)
[+] class CCTransitionShrinkGrow (1)
[+] class CCTransitionSlideInB (1)
[+] class CCTransitionSlideInL (1)
[+] class CCTransitionSlideInR (1)
[+] class CCTransitionSlideInT (1)
[+] class CCTransitionSplitCols (1)
[+] class CCTransitionSplitRows (1)
[+] class CCTransitionTurnOffTiles (1)
[+] class CCTransitionZoomFlipAngular (1)
[+] class CCTransitionZoomFlipX (1)
[+] class CCTransitionZoomFlipY (1)

CCTransitionPageTurn.h
namespace cocos2d
[+] class CCTransitionPageTurn (1)

to the top

Problems with Symbols, High Severity (44)


CCAplication_linux.h, libcocos2d.so
namespace cocos2d
[+] CCApplication::getCurrentLanguage ( ) [static] (1)
[+] CCApplication::sharedApplication ( ) [static] (1)

CCArray.h, libcocos2d.so
namespace cocos2d
[+] CCArray::removeLastObject ( ) (1)
[+] CCArray::removeObject CCObject* object ) (1)
[+] CCArray::removeObjectAtIndex unsigned int index ) (1)

CCDrawingPrimitives.h, libcocos2d.so
namespace cocos2d
[+] ccDrawCircle ( CCPoint const& center, float radius, float angle, int segments, bool drawLineToCenter ) (1)
[+] ccDrawCubicBezier ( CCPoint const& origin, CCPoint const& control1, CCPoint const& control2, CCPoint const& destination, int segments ) (1)
[+] ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon ) (1)
[+] ccDrawPoly ( CCPoint const* vertices, int numOfVertices, bool closePolygon, bool fill ) (1)
[+] ccDrawQuadBezier ( CCPoint const& origin, CCPoint const& control, CCPoint const& destination, int segments ) (1)

CCEGLView_linux.h, libcocos2d.so
namespace cocos2d
[+] CCEGLView::sharedOpenGLView ( ) [static] (1)

CCFileUtils.h, libcocos2d.so
namespace cocos2d
[+] CCFileUtils::fullPathFromRelativeFile ( char const* pszFilename, char const* pszRelativeFile ) [static] (1)
[+] CCFileUtils::fullPathFromRelativePath char const* pszRelativePath ) [static] (1)
[+] CCFileUtils::getFileData ( char const* pszFileName, char const* pszMode, unsigned long* pSize ) [static] (1)
[+] CCFileUtils::getFileDataFromZip ( char const* pszZipFilePath, char const* pszFileName, unsigned long* pSize ) [static] (1)
[+] CCFileUtils::getWriteablePath ( ) [static] (1)

CCLabelAtlas.h, libcocos2d.so
namespace cocos2d
[+] CCLabelAtlas::initWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) (1)
[+] CCLabelAtlas::labelWithString ( char const* label, char const* charMapFile, unsigned int itemWidth, unsigned int itemHeight, unsigned char startCharMap ) [static] (1)

CCLabelBMFont.h, libcocos2d.so
namespace cocos2d
[+] CCLabelBMFont::initWithString char const* str, char const* fntFile ) (1)
[+] CCLabelBMFont::labelWithString char const* str, char const* fntFile ) [static] (1)

CCLabelTTF.h, libcocos2d.so
namespace cocos2d
[+] CCLabelTTF::initWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) (1)

CCMenuItem.h, libcocos2d.so
namespace cocos2d
[+] CCMenuItemToggle::setSubItems CCMutableArray<CCMenuItem*>* var ) (1)

CCMotionStreak.h, libcocos2d.so
namespace cocos2d
[+] CCMotionStreak::initWithFade float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) (1)
[+] CCMotionStreak::streakWithFade float fade, float seg, char const* imagePath, float width, float length, ccColor4B const& color ) [static] (1)

CCParticleSystem.h, libcocos2d.so
namespace cocos2d
[+] CCParticleSystem::initWithDictionary CCMutableDictionary<std::string, CCObject*>* dictionary ) (1)

CCRenderTexture.h, libcocos2d.so
namespace cocos2d
[+] CCRenderTexture::end bool bIsTOCacheTexture ) (1)

CCScheduler.h, libcocos2d.so
namespace cocos2d
[+] CCTimer::initWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) (1)

CCSpriteFrameCache.h, libcocos2d.so
namespace cocos2d
[+] CCSpriteFrameCache::addSpriteFramesWithDictionary ( CCMutableDictionary<std::string, CCObject*>* pobDictionary, CCTexture2D* pobTexture ) (1)
[+] CCSpriteFrameCache::removeSpriteFramesFromDictionary CCMutableDictionary<std::string, CCSpriteFrame*>* dictionary ) (1)

CCTexture2D.h, libcocos2d.so
namespace cocos2d
[+] CCTexture2D::initWithString ( char const* text, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) (1)

CCTMXLayer.h, libcocos2d.so
namespace cocos2d
[+] CCTMXLayer::setProperties CCStringToStringDictionary* var ) (1)

CCTMXObjectGroup.h, libcocos2d.so
namespace cocos2d
[+] CCTMXObjectGroup::setObjects CCMutableArray<CCStringToStringDictionary*>* var ) (1)
[+] CCTMXObjectGroup::setProperties CCStringToStringDictionary* var ) (1)

CCTMXTiledMap.h, libcocos2d.so
namespace cocos2d
[+] CCTMXTiledMap::setObjectGroups CCMutableArray<CCTMXObjectGroup*>* var ) (1)
[+] CCTMXTiledMap::setProperties CCStringToStringDictionary* var ) (1)

CCTMXXMLParser.h, libcocos2d.so
namespace cocos2d
[+] CCTMXLayerInfo::setProperties CCStringToStringDictionary* var ) (1)
[+] CCTMXMapInfo::setLayers CCMutableArray<CCTMXLayerInfo*>* var ) (1)
[+] CCTMXMapInfo::setObjectGroups CCMutableArray<CCTMXObjectGroup*>* var ) (1)
[+] CCTMXMapInfo::setProperties CCStringToStringDictionary* var ) (1)
[+] CCTMXMapInfo::setTileProperties CCMutableDictionary<int, CCStringToStringDictionary*>* tileProperties ) (1)
[+] CCTMXMapInfo::setTilesets CCMutableArray<CCTMXTilesetInfo*>* var ) (1)

CCTouchDispatcher.h, libcocos2d.so
namespace cocos2d
[+] CCTouchDispatcher::findHandler ( CCMutableArray<CCTouchHandler*>* pArray, CCTouchDelegate* pDelegate ) (1)
[+] CCTouchDispatcher::forceAddHandler ( CCTouchHandler* pHandler, CCMutableArray<CCTouchHandler*>* pArray ) (1)
[+] CCTouchDispatcher::rearrangeHandlers CCMutableArray<CCTouchHandler*>* pArray ) (1)

to the top

Problems with Data Types, Medium Severity (197)


CCAction.h
namespace cocos2d
[+] class CCFollow (2)

CCActionGrid3D.h
namespace cocos2d
[+] class CCLens3D (1)
[+] class CCRipple3D (2)
[+] class CCTwirl (2)

CCActionInstant.h
namespace cocos2d
[+] class CCCallFunc (1)
[+] class CCPlace (1)

CCActionInterval.h
namespace cocos2d
[+] class _ccBezierConfig (3)
[+] class CCAnimate (5)
[+] class CCBezierBy (2)
[+] class CCJumpBy (2)
[+] class CCMoveTo (3)
[+] class CCRepeat (2)

CCActionTiledGrid.h
namespace cocos2d
[+] class CCSplitCols (1)
[+] class CCSplitRows (1)

CCAnimation.h
namespace cocos2d
[+] class CCAnimation (10)

CCDirector.h
namespace cocos2d
[+] class CCDirector (12)

CCGeometry.h
namespace cocos2d
[+] class CCRect (2)

CCImage.h
namespace cocos2d
[+] enum CCImage::EImageFormat (2)

CCIMEDelegate.h
namespace cocos2d
[+] struct CCIMEKeyboardNotificationInfo (2)

CCLabelAtlas.h
namespace cocos2d
[+] class CCLabelAtlas (1)

CCLabelBMFont.h
namespace cocos2d
[+] class CCLabelBMFont (11)

CCLabelTTF.h
namespace cocos2d
[+] class CCLabelTTF (3)

CCLayer.h
namespace cocos2d
[+] class CCLayerColor (2)
[+] class CCLayerGradient (3)

CCMenu.h
namespace cocos2d
[+] class CCMenu (3)

CCMenuItem.h
namespace cocos2d
[+] class CCMenuItemToggle (1)

CCMotionStreak.h
namespace cocos2d
[+] class CCMotionStreak (4)

CCNode.h
namespace cocos2d
[+] class CCNode (15)

CCParallaxNode.h
namespace cocos2d
[+] class CCParallaxNode (1)

CCParticleSystem.h
[+] struct anon-struct-CCParticleSystem.h-107 (1)

CCParticleSystem.h
namespace cocos2d
[+] class CCParticleSystem (9)
[+] class CCParticleSystem::anon-struct-CCParticleSystem.h-179 (1)
[+] struct sCCParticle (4)

CCParticleSystemQuad.h
namespace cocos2d
[+] class CCParticleSystemQuad (1)

CCProgressTimer.h
namespace cocos2d
[+] class CCProgressTimer (4)

CCProtocols.h
namespace cocos2d
[+] class CCRGBAProtocol (2)

CCRenderTexture.h
namespace cocos2d
[+] class CCRenderTexture (1)

CCScheduler.h
namespace cocos2d
[+] class CCTimer (4)

CCSprite.h
namespace cocos2d
[+] class CCSprite (4)

CCSpriteFrame.h
namespace cocos2d
[+] class CCSpriteFrame (6)

CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (8)
[+] enum CCTexture2DPixelFormat (18)

CCTexturePVR.h
namespace cocos2d
[+] class CCTexturePVR (10)

CCTileMapAtlas.h
namespace cocos2d
[+] class CCTileMapAtlas (1)

CCTMXLayer.h
namespace cocos2d
[+] class CCTMXLayer (3)

CCTMXObjectGroup.h
namespace cocos2d
[+] class CCTMXObjectGroup (3)

CCTMXTiledMap.h
namespace cocos2d
[+] class CCTMXTiledMap (5)

CCTMXXMLParser.h
namespace cocos2d
[+] class CCTMXLayerInfo (3)
[+] class CCTMXMapInfo (7)
[+] class CCTMXTilesetInfo (2)

to the top

Problems with Symbols, Medium Severity (13)


CCAction.h, libcocos2d.so
namespace cocos2d
[+] CCAction::description ( ) (1)

CCActionGrid.h, libcocos2d.so
namespace cocos2d
[+] CCGrid3DAction::getGrid ( ) (1)
[+] CCGridAction::getGrid ( ) (1)
[+] CCTiledGrid3DAction::getGrid ( ) (1)

CCCamera.h, libcocos2d.so
namespace cocos2d
[+] CCCamera::description ( ) (1)

CCLabelBMFont.h, libcocos2d.so
namespace cocos2d
[+] CCBMFontConfiguration::description ( ) (1)

CCLabelTTF.h, libcocos2d.so
namespace cocos2d
[+] CCLabelTTF::description ( ) (1)

CCNode.h, libcocos2d.so
namespace cocos2d
[+] CCNode::description ( ) (1)
[+] CCNode::getGrid ( ) (1)
[+] CCNode::setGrid struct CCGridBase* var ) (1)

CCTexture2D.h, libcocos2d.so
namespace cocos2d
[+] CCTexture2D::description ( ) (1)

CCTextureAtlas.h, libcocos2d.so
namespace cocos2d
[+] CCTextureAtlas::description ( ) (1)

CCTextureCache.h, libcocos2d.so
namespace cocos2d
[+] CCTextureCache::description ( ) (1)

to the top

Problems with Data Types, Low Severity (136)


CCAction.h
namespace cocos2d
[+] class CCFiniteTimeAction (1)

CCActionInterval.h
namespace cocos2d
[+] class _ccBezierConfig (1)
[+] class CCActionInterval (1)
[+] class CCAnimate (1)
[+] class CCJumpBy (1)
[+] class CCSequence (1)

CCAffineTransform.h
namespace cocos2d
[+] class CCAffineTransform (6)

CCAnimation.h
namespace cocos2d
[+] class CCAnimation (6)

CCAtlasNode.h
namespace cocos2d
[+] class CCAtlasNode (1)

CCCamera.h
namespace cocos2d
[+] class CCCamera (1)

CCDirector.h
namespace cocos2d
[+] class CCDirector (7)
[+] enum ccDirectorProjection (3)

CCEGLView_linux.h
namespace cocos2d
[+] class CCEGLView (9)

CCGeometry.h
namespace cocos2d
[+] class CCPoint (2)
[+] class CCRect (2)
[+] class CCSize (2)

CCImage.h
namespace cocos2d
[+] class CCImage (3)

CCIMEDelegate.h
namespace cocos2d
[+] struct CCIMEKeyboardNotificationInfo (1)

CCLabelAtlas.h
namespace cocos2d
[+] class CCLabelAtlas (1)

CCLabelBMFont.h
namespace cocos2d
[+] class CCBMFontConfiguration (2)
[+] class CCLabelBMFont (3)

CCLabelTTF.h
namespace cocos2d
[+] class CCLabelTTF (3)

CCLayer.h
namespace cocos2d
[+] class CCLayerMultiplex (1)

CCMenuItem.h
namespace cocos2d
[+] class CCMenuItemToggle (1)

CCMotionStreak.h
namespace cocos2d
[+] class CCMotionStreak (15)

CCNode.h
namespace cocos2d
[+] class CCNode (1)

CCObject.h
namespace cocos2d
[+] typedef SEL_SCHEDULE (1)

CCParticleSystem.h
[+] struct anon-struct-CCParticleSystem.h-107 (1)

CCParticleSystem.h
namespace cocos2d
[+] class CCParticleSystem (3)
[+] class CCParticleSystem::anon-struct-CCParticleSystem.h-179 (1)
[+] struct sCCParticle (2)

CCParticleSystemQuad.h
namespace cocos2d
[+] class CCParticleSystemQuad (2)

CCProgressTimer.h
namespace cocos2d
[+] class CCProgressTimer (3)
[+] enum CCProgressTimerType (6)

CCScheduler.h
namespace cocos2d
[+] class CCScheduler (2)
[+] class CCTimer (3)

CCSprite.h
namespace cocos2d
[+] class CCSprite (1)

CCSpriteFrame.h
namespace cocos2d
[+] class CCSpriteFrame (1)

CCSpriteFrameCache.h
namespace cocos2d
[+] class CCSpriteFrameCache (3)

CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (3)
[+] enum CCTexture2DPixelFormat (2)

CCTextureCache.h
namespace cocos2d
[+] class CCTextureCache (1)

CCTMXLayer.h
namespace cocos2d
[+] class CCTMXLayer (3)

CCTMXObjectGroup.h
namespace cocos2d
[+] class CCTMXObjectGroup (2)

CCTMXTiledMap.h
namespace cocos2d
[+] class CCTMXTiledMap (3)

CCTMXXMLParser.h
namespace cocos2d
[+] class CCTMXLayerInfo (1)
[+] class CCTMXMapInfo (5)

CCTouch.h
namespace cocos2d
[+] class CCTouch (4)

CCTouchDispatcher.h
namespace cocos2d
[+] class CCTouchDispatcher (3)

CCTransition.h
namespace cocos2d
[+] class CCTransitionScene (1)

ccTypes.h
namespace cocos2d
[+] enum CCTextAlignment (3)

to the top

Problems with Symbols, Low Severity (251)


CCAction.h, libcocos2d.so
namespace cocos2d
[+] CCAction::description ( ) (1)
[+] CCAction::step ccTime dt ) (1)
[+] CCAction::update ccTime time ) (1)
[+] CCFollow::step ccTime dt ) (1)
[+] CCSpeed::actionWithAction ( CCActionInterval* pAction, float fRate ) [static] (1)
[+] CCSpeed::initWithAction ( CCActionInterval* pAction, float fRate ) (1)
[+] CCSpeed::step ccTime dt ) (1)

CCActionCamera.h, libcocos2d.so
namespace cocos2d
[+] CCOrbitCamera::update ccTime time ) (1)

CCActionEase.h, libcocos2d.so
namespace cocos2d
[+] CCActionEase::update ccTime time ) (1)
[+] CCEaseBackIn::update ccTime time ) (1)
[+] CCEaseBackInOut::update ccTime time ) (1)
[+] CCEaseBackOut::update ccTime time ) (1)
[+] CCEaseBounce::bounceTime ccTime time ) (2)
[+] CCEaseBounceIn::update ccTime time ) (1)
[+] CCEaseBounceInOut::update ccTime time ) (1)
[+] CCEaseBounceOut::update ccTime time ) (1)
[+] CCEaseElasticIn::update ccTime time ) (1)
[+] CCEaseElasticInOut::update ccTime time ) (1)
[+] CCEaseElasticOut::update ccTime time ) (1)
[+] CCEaseExponentialIn::update ccTime time ) (1)
[+] CCEaseExponentialInOut::update ccTime time ) (1)
[+] CCEaseExponentialOut::update ccTime time ) (1)
[+] CCEaseIn::update ccTime time ) (1)
[+] CCEaseInOut::update ccTime time ) (1)
[+] CCEaseOut::update ccTime time ) (1)
[+] CCEaseSineIn::update ccTime time ) (1)
[+] CCEaseSineInOut::update ccTime time ) (1)
[+] CCEaseSineOut::update ccTime time ) (1)

CCActionGrid.h, libcocos2d.so
namespace cocos2d
[+] CCAccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static] (1)
[+] CCAccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration ) (1)
[+] CCAccelAmplitude::update ccTime time ) (1)
[+] CCAccelDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static] (1)
[+] CCAccelDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration ) (1)
[+] CCAccelDeccelAmplitude::update ccTime time ) (1)
[+] CCDeccelAmplitude::actionWithAction ( CCAction* pAction, ccTime duration ) [static] (1)
[+] CCDeccelAmplitude::initWithAction ( CCAction* pAction, ccTime duration ) (1)
[+] CCDeccelAmplitude::update ccTime time ) (1)
[+] CCGridAction::actionWithSize ( ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCGridAction::initWithSize ( ccGridSize const& gridSize, ccTime duration ) (1)

CCActionGrid3D.h, libcocos2d.so
namespace cocos2d
[+] CCFlipX3D::actionWithDuration ccTime duration ) [static] (1)
[+] CCFlipX3D::initWithDuration ccTime duration ) (1)
[+] CCFlipX3D::initWithSize ( ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCFlipX3D::update ccTime time ) (1)
[+] CCFlipY3D::actionWithDuration ccTime duration ) [static] (1)
[+] CCFlipY3D::update ccTime time ) (1)
[+] CCLens3D::actionWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCLens3D::initWithPosition ( CCPoint const& pos, float r, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCLens3D::update ccTime time ) (1)
[+] CCLiquid::actionWithWaves int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCLiquid::initWithWaves int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCLiquid::update ccTime time ) (1)
[+] CCRipple3D::actionWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCRipple3D::initWithPosition ( CCPoint const& pos, float r, int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCRipple3D::update ccTime time ) (1)
[+] CCShaky3D::actionWithRange int range, bool shakeZ, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCShaky3D::initWithRange int range, bool shakeZ, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCShaky3D::update ccTime time ) (1)
[+] CCTwirl::actionWithPosition ( CCPoint pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCTwirl::initWithPosition ( CCPoint const& pos, int t, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCTwirl::update ccTime time ) (1)
[+] CCWaves3D::actionWithWaves int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCWaves3D::initWithWaves int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCWaves3D::update ccTime time ) (1)
[+] CCWaves::actionWithWaves int wav, float amp, bool h, bool v, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCWaves::initWithWaves int wav, float amp, bool h, bool v, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCWaves::update ccTime time ) (1)

CCActionInstant.h, libcocos2d.so
namespace cocos2d
[+] CCActionInstant::step ccTime dt ) (1)
[+] CCActionInstant::update ccTime time ) (1)

CCActionInterval.h, libcocos2d.so
namespace cocos2d
[+] CCActionInterval::actionWithDuration ccTime d ) [static] (1)
[+] CCActionInterval::getAmplitudeRate ( ) (1)
[+] CCActionInterval::initWithDuration ccTime d ) (1)
[+] CCActionInterval::setAmplitudeRate CGFloat amp ) (1)
[+] CCActionInterval::step ccTime dt ) (1)
[+] CCAnimate::update ccTime time ) (2)
[+] CCBezierBy::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static] (1)
[+] CCBezierBy::initWithDuration ( ccTime t, ccBezierConfig const& c ) (1)
[+] CCBezierBy::update ccTime time ) (1)
[+] CCBezierTo::actionWithDuration ( ccTime t, ccBezierConfig const& c ) [static] (1)
[+] CCBlink::actionWithDuration ( ccTime duration, unsigned int uBlinks ) [static] (1)
[+] CCBlink::initWithDuration ( ccTime duration, unsigned int uBlinks ) (1)
[+] CCBlink::update ccTime time ) (1)
[+] CCDelayTime::actionWithDuration ccTime d ) [static] (1)
[+] CCDelayTime::update ccTime time ) (1)
[+] CCFadeIn::actionWithDuration ccTime d ) [static] (1)
[+] CCFadeIn::update ccTime time ) (1)
[+] CCFadeOut::actionWithDuration ccTime d ) [static] (1)
[+] CCFadeOut::update ccTime time ) (1)
[+] CCFadeTo::actionWithDuration ( ccTime duration, GLubyte opacity ) [static] (1)
[+] CCFadeTo::initWithDuration ( ccTime duration, GLubyte opacity ) (1)
[+] CCFadeTo::update ccTime time ) (1)
[+] CCJumpBy::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) [static] (2)
[+] CCJumpBy::initWithDuration ( ccTime duration, CCPoint const& position, ccTime height, unsigned int jumps ) (2)
[+] CCJumpBy::update ccTime time ) (1)
[+] CCJumpTo::actionWithDuration ( ccTime duration, CCPoint const& position, ccTime height, int jumps ) [static] (2)
[+] CCMoveBy::actionWithDuration ( ccTime duration, CCPoint const& position ) [static] (1)
[+] CCMoveBy::initWithDuration ( ccTime duration, CCPoint const& position ) (1)
[+] CCMoveTo::actionWithDuration ( ccTime duration, CCPoint const& position ) [static] (1)
[+] CCMoveTo::initWithDuration ( ccTime duration, CCPoint const& position ) (1)
[+] CCMoveTo::update ccTime time ) (1)
[+] CCRepeat::update ccTime time ) (2)
[+] CCRepeatForever::step ccTime dt ) (1)
[+] CCReverseTime::update ccTime time ) (1)
[+] CCRotateBy::actionWithDuration ( ccTime duration, float fDeltaAngle ) [static] (1)
[+] CCRotateBy::initWithDuration ( ccTime duration, float fDeltaAngle ) (1)
[+] CCRotateBy::update ccTime time ) (1)
[+] CCRotateTo::actionWithDuration ( ccTime duration, float fDeltaAngle ) [static] (1)
[+] CCRotateTo::initWithDuration ( ccTime duration, float fDeltaAngle ) (1)
[+] CCRotateTo::update ccTime time ) (1)
[+] CCScaleBy::actionWithDuration ( ccTime duration, float s ) [static] (1)
[+] CCScaleBy::actionWithDuration ( ccTime duration, float sx, float sy ) [static] (1)
[+] CCScaleTo::actionWithDuration ( ccTime duration, float s ) [static] (1)
[+] CCScaleTo::actionWithDuration ( ccTime duration, float sx, float sy ) [static] (1)
[+] CCScaleTo::initWithDuration ( ccTime duration, float s ) (1)
[+] CCScaleTo::initWithDuration ( ccTime duration, float sx, float sy ) (1)
[+] CCScaleTo::update ccTime time ) (1)
[+] CCSequence::update ccTime time ) (2)
[+] CCSkewBy::actionWithDuration ( ccTime t, float deltaSkewX, float deltaSkewY ) [static] (1)
[+] CCSkewBy::initWithDuration ( ccTime t, float sx, float sy ) (1)
[+] CCSkewTo::actionWithDuration ( ccTime t, float sx, float sy ) [static] (1)
[+] CCSkewTo::initWithDuration ( ccTime t, float sx, float sy ) (1)
[+] CCSkewTo::update ccTime time ) (1)
[+] CCSpawn::update ccTime time ) (1)
[+] CCTintBy::actionWithDuration ( ccTime duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) [static] (1)
[+] CCTintBy::initWithDuration ( ccTime duration, GLshort deltaRed, GLshort deltaGreen, GLshort deltaBlue ) (1)
[+] CCTintBy::update ccTime time ) (1)
[+] CCTintTo::actionWithDuration ( ccTime duration, GLubyte red, GLubyte green, GLubyte blue ) [static] (1)
[+] CCTintTo::initWithDuration ( ccTime duration, GLubyte red, GLubyte green, GLubyte blue ) (1)
[+] CCTintTo::update ccTime time ) (1)

CCActionManager.h, libcocos2d.so
namespace cocos2d
[+] CCActionManager::update ccTime dt ) (1)

CCActionPageTurn3D.h, libcocos2d.so
namespace cocos2d
[+] CCPageTurn3D::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
[+] CCPageTurn3D::update ccTime time ) (1)

CCActionProgressTimer.h, libcocos2d.so
namespace cocos2d
[+] CCProgressFromTo::actionWithDuration ( ccTime duration, float fFromPercentage, float fToPercentage ) [static] (1)
[+] CCProgressFromTo::initWithDuration ( ccTime duration, float fFromPercentage, float fToPercentage ) (1)
[+] CCProgressFromTo::update ccTime time ) (1)
[+] CCProgressTo::actionWithDuration ( ccTime duration, float fPercent ) [static] (1)
[+] CCProgressTo::initWithDuration ( ccTime duration, float fPercent ) (1)
[+] CCProgressTo::update ccTime time ) (1)

CCActionTiledGrid.h, libcocos2d.so
namespace cocos2d
[+] CCFadeOutBLTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
[+] CCFadeOutBLTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
[+] CCFadeOutDownTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
[+] CCFadeOutDownTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
[+] CCFadeOutTRTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
[+] CCFadeOutTRTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
[+] CCFadeOutTRTiles::update ccTime time ) (1)
[+] CCFadeOutUpTiles::actionWithSize ( ccGridSize const& gridSize, ccTime time ) [static] (1)
[+] CCFadeOutUpTiles::testFunc ( ccGridSize const& pos, ccTime time ) (1)
[+] CCJumpTiles3D::actionWithJumps int j, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCJumpTiles3D::initWithJumps int j, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCJumpTiles3D::update ccTime time ) (1)
[+] CCShakyTiles3D::actionWithRange int nRange, bool bShakeZ, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCShakyTiles3D::initWithRange int nRange, bool bShakeZ, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCShakyTiles3D::update ccTime time ) (1)
[+] CCShatteredTiles3D::actionWithRange int nRange, bool bShatterZ, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCShatteredTiles3D::initWithRange int nRange, bool bShatterZ, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCShatteredTiles3D::update ccTime time ) (1)
[+] CCShuffleTiles::actionWithSeed int s, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCShuffleTiles::initWithSeed int s, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCShuffleTiles::update ccTime time ) (1)
[+] CCSplitCols::actionWithCols int nCols, ccTime duration ) [static] (1)
[+] CCSplitCols::initWithCols int nCols, ccTime duration ) (1)
[+] CCSplitCols::update ccTime time ) (1)
[+] CCSplitRows::actionWithRows int nRows, ccTime duration ) [static] (1)
[+] CCSplitRows::initWithRows int nRows, ccTime duration ) (1)
[+] CCSplitRows::update ccTime time ) (1)
[+] CCTurnOffTiles::actionWithSeed int s, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCTurnOffTiles::actionWithSize ( ccGridSize const& size, ccTime d ) [static] (1)
[+] CCTurnOffTiles::initWithSeed int s, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCTurnOffTiles::update ccTime time ) (1)
[+] CCWavesTiles3D::actionWithWaves int wav, float amp, ccGridSize const& gridSize, ccTime duration ) [static] (1)
[+] CCWavesTiles3D::initWithWaves int wav, float amp, ccGridSize const& gridSize, ccTime duration ) (1)
[+] CCWavesTiles3D::update ccTime time ) (1)

CCAffineTransform.h, libcocos2d.so
namespace cocos2d
[+] __CCAffineTransformMake ( CGFloat a, CGFloat b, CGFloat c, CGFloat d, CGFloat tx, CGFloat ty ) (6)
[+] CCAffineTransformRotate ( CCAffineTransform const& aTransform, CGFloat anAngle ) (1)
[+] CCAffineTransformScale ( CCAffineTransform const& t, CGFloat sx, CGFloat sy ) (2)

CCCamera.h, libcocos2d.so
namespace cocos2d
[+] CCCamera::description ( ) (1)

CCDirector.h, libcocos2d.so
namespace cocos2d
[+] CCDirector::enableRetinaDisplay bool enabled ) (1)
[+] CCDirector::getContentScaleFactor ( ) (1)
[+] CCDirector::setContentScaleFactor CGFloat scaleFactor ) (1)

CCImage.h, libcocos2d.so
namespace cocos2d
[+] CCImage::getHeight ( ) const (1)
[+] CCImage::getWidth ( ) const (1)
[+] CCImage::initWithImageData void* pData, int nDataLen, enum CCImage::EImageFormat eFmt, int nWidth, int nHeight, int nBitsPerComponent ) (1)

CCLabelBMFont.h, libcocos2d.so
namespace cocos2d
[+] CCBMFontConfiguration::description ( ) (1)

CCLabelTTF.h, libcocos2d.so
namespace cocos2d
[+] CCLabelTTF::description ( ) (1)
[+] CCLabelTTF::initWithString ( char const* label, char const* fontName, float fontSize ) (1)
[+] CCLabelTTF::labelWithString ( char const* label, char const* fontName, float fontSize ) [static] (1)
[+] CCLabelTTF::labelWithString ( char const* label, CCSize const& dimensions, enum CCTextAlignment alignment, char const* fontName, float fontSize ) [static] (2)

CCMenuItem.h, libcocos2d.so
namespace cocos2d
[+] CCMenuItemToggle::getSubItems ( ) (1)

CCMotionStreak.h, libcocos2d.so
namespace cocos2d
[+] CCMotionStreak::setBlendFunc ccBlendFunc var ) (1)
[+] CCMotionStreak::setTexture CCTexture2D* var ) (1)
[+] CCMotionStreak::update ccTime delta ) (1)

CCNode.h, libcocos2d.so
namespace cocos2d
[+] CCNode::description ( ) (1)
[+] CCNode::schedule ( void(CCObject::*)(ccTime) selector, ccTime interval ) (1)

CCObject.h, libcocos2d.so
namespace cocos2d
[+] CCObject::update ccTime dt ) (1)

CCParticleSystem.h, libcocos2d.so
namespace cocos2d
[+] CCParticleSystem::update ccTime dt ) (1)

CCPointExtension.h, libcocos2d.so
namespace cocos2d
[+] ccpDistance ( CCPoint const& v1, CCPoint const& v2 ) (1)
[+] ccpForAngle CGFloat const a ) (1)
[+] ccpLength CCPoint const& v ) (1)
[+] ccpToAngle CCPoint const& v ) (1)

CCScheduler.h, libcocos2d.so
namespace cocos2d
[+] CCScheduler::scheduleScriptFunc ( unsigned int nHandler, ccTime fInterval, bool bPaused ) (1)
[+] CCScheduler::scheduleSelector ( void(CCObject::*)(ccTime) pfnSelector, CCObject* pTarget, ccTime fInterval, bool bPaused ) (1)
[+] CCTimer::initWithScriptHandler int nHandler, ccTime fSeconds ) (1)
[+] CCTimer::timerWithScriptHandler int nHandler, ccTime fSeconds ) [static] (1)
[+] CCTimer::timerWithTarget ( CCObject* pTarget, void(CCObject::*)(ccTime) pfnSelector, ccTime fSeconds ) [static] (1)
[+] CCTimer::update ccTime dt ) (1)

CCTexture2D.h, libcocos2d.so
namespace cocos2d
[+] CCTexture2D::description ( ) (1)

CCTextureAtlas.h, libcocos2d.so
namespace cocos2d
[+] CCTextureAtlas::description ( ) (1)

CCTextureCache.h, libcocos2d.so
namespace cocos2d
[+] CCTextureCache::description ( ) (1)

CCTexturePVR.h, libcocos2d.so
namespace cocos2d
[+] CCTexturePVR::createGLTexture ( ) (1)
[+] CCTexturePVR::unpackPVRData ( unsigned char* data, unsigned int len ) (1)

CCTMXLayer.h, libcocos2d.so
namespace cocos2d
[+] CCTMXLayer::getProperties ( ) (1)

CCTMXObjectGroup.h, libcocos2d.so
namespace cocos2d
[+] CCTMXObjectGroup::getObjects ( ) (1)
[+] CCTMXObjectGroup::getProperties ( ) (1)
[+] CCTMXObjectGroup::objectNamed char const* objectName ) (1)

CCTMXTiledMap.h, libcocos2d.so
namespace cocos2d
[+] CCTMXTiledMap::getObjectGroups ( ) (1)
[+] CCTMXTiledMap::getProperties ( ) (1)
[+] CCTMXTiledMap::propertiesForGID int GID ) (1)

CCTMXXMLParser.h, libcocos2d.so
namespace cocos2d
[+] CCTMXLayerInfo::getProperties ( ) (1)
[+] CCTMXMapInfo::getLayers ( ) (1)
[+] CCTMXMapInfo::getObjectGroups ( ) (1)
[+] CCTMXMapInfo::getProperties ( ) (1)
[+] CCTMXMapInfo::getTileProperties ( ) (1)
[+] CCTMXMapInfo::getTilesets ( ) (1)

CCTransition.h, libcocos2d.so
namespace cocos2d
[+] CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene ) (1)
[+] CCTransitionFade::initWithDuration ( ccTime t, CCScene* scene, ccColor3B const& color ) (1)
[+] CCTransitionFade::transitionWithDuration ( ccTime duration, CCScene* scene, ccColor3B const& color ) [static] (1)
[+] CCTransitionFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
[+] CCTransitionFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
[+] CCTransitionFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
[+] CCTransitionScene::initWithDuration ( ccTime t, CCScene* scene ) (1)
[+] CCTransitionScene::transitionWithDuration ( ccTime t, CCScene* scene ) [static] (1)
[+] CCTransitionSceneOriented::initWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) (1)
[+] CCTransitionSceneOriented::transitionWithDuration ( ccTime t, CCScene* scene, enum tOrientation orientation ) [static] (1)
[+] CCTransitionZoomFlipAngular::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
[+] CCTransitionZoomFlipX::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)
[+] CCTransitionZoomFlipY::transitionWithDuration ( ccTime t, CCScene* s, enum tOrientation o ) [static] (1)

CCTransitionPageTurn.h, libcocos2d.so
namespace cocos2d
[+] CCTransitionPageTurn::initWithDuration ( ccTime t, CCScene* scene, bool backwards ) (1)
[+] CCTransitionPageTurn::transitionWithDuration ( ccTime t, CCScene* scene, bool backwards ) [static] (1)

to the top

Problems with Constants (11)


CCGL.h
[+] glBindBuffer
[+] glBufferData
[+] glBufferSubData
[+] glDeleteBuffers
[+] glGenBuffers

ccMacros.h
[+] CC_BLEND_DST
[+] CC_BLEND_SRC

CCPlatformConfig.h
[+] CC_PLATFORM_BADA
[+] CC_PLATFORM_LINUX
[+] CC_PLATFORM_MARMALADE
[+] CC_PLATFORM_WIN32

to the top

Other Changes in Data Types (2)


CCImage.h
namespace cocos2d
[+] enum CCImage::EImageFormat (1)

CCTexture2D.h
namespace cocos2d
[+] class CCTexture2D (1)

to the top

Other Changes in Symbols (4)


CCAction.h, libcocos2d.so
namespace cocos2d
[+] CCFollow::actionWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) [static] (1)
[+] CCFollow::initWithTarget ( CCNode* pFollowedNode, CCRect const& rect ) (1)

CCSpriteBatchNode.h, libcocos2d.so
namespace cocos2d
[+] CCSpriteBatchNode::batchNodeWithFile ( char const* fileImage, unsigned int capacity ) [static] (1)
[+] CCSpriteBatchNode::batchNodeWithTexture ( CCTexture2D* tex, unsigned int capacity ) [static] (1)

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




Generated on Fri Jan 18 17:22:26 2013 for Cocos2DX by ABI Compliance Checker 1.98.7  
A tool for checking backward compatibility of a C/C++ library API