|
cocos2d-x
2.1.1
|
#include <CCObject.h>
Public Member Functions | |
| CCObject (void) | |
| virtual | ~CCObject (void) |
| void | release (void) |
| void | retain (void) |
| CCObject * | autorelease (void) |
| CCObject * | copy (void) |
| bool | isSingleReference (void) |
| unsigned int | retainCount (void) |
| virtual bool | isEqual (const CCObject *pObject) |
| virtual void | update (float dt) |
Public Member Functions inherited from CCCopying | |
| virtual CCObject * | copyWithZone (CCZone *pZone) |
Public Attributes | |
| unsigned int | m_uID |
| int | m_nLuaID |
Protected Attributes | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
Friends | |
| class | CCAutoreleasePool |
Constructor & Destructor Documentation
| CCObject | ( | void | ) |
|
virtual |
Member Function Documentation
| CCObject* autorelease | ( | void | ) |
| CCObject* copy | ( | void | ) |
| bool isSingleReference | ( | void | ) |
| void release | ( | void | ) |
| void retain | ( | void | ) |
| unsigned int retainCount | ( | void | ) |
|
inlinevirtual |
Reimplemented in CCNode, CCTargetedAction, CCAnimate, CCReverseTime, CCDelayTime, CCTintBy, CCTintTo, CCFadeTo, CCFadeOut, CCFadeIn, CCBlink, CCScaleTo, CCEaseBackInOut, CCBezierBy, CCEaseBackOut, CCEaseBackIn, CCParticleSystem, CCJumpBy, CCEaseBounceInOut, CCEaseBounceOut, CCSkewTo, CCEaseBounceIn, CCEaseElasticInOut, CCMoveBy, CCEaseElasticOut, CCRotateBy, CCEaseElasticIn, CCSplitCols, CCRotateTo, CCSplitRows, CCJumpTiles3D, CCTwirl, CCEaseSineInOut, CCSpawn, CCEaseSineOut, CCCallFunc, CCWavesTiles3D, CCWaves, CCEaseSineIn, CCEaseExponentialInOut, CCLiquid, CCTurnOffTiles, CCPlace, CCEaseExponentialOut, CCDeccelAmplitude, CCShaky3D, CCFlipY, CCEaseExponentialIn, CCBEaseInstant, CCAccelAmplitude, CCRepeat, CCScheduler, CCBRotateTo, CCRipple3D, CCEaseInOut, CCFlipX, CCBSetSpriteFrame, CCCardinalSplineTo, CCActionManager, CCEaseOut, CCAccelDeccelAmplitude, CCFadeOutTRTiles, CCOrbitCamera, CCSequence, CCLens3D, CCEaseIn, CCToggleVisibility, CCShuffleTiles, CCHide, CCFlipY3D, CCAction, CCTimer, CCFlipX3D, CCProgressFromTo, CCActionTween, CCMotionStreak, CCShow, CCShatteredTiles3D, CCControlStepper, CCActionEase, CCActionInstant, CCWaves3D, CCPageTurn3D, CCProgressTo, and CCShakyTiles3D.
Friends And Related Function Documentation
|
friend |
Member Data Documentation
| int m_nLuaID |
|
protected |
| unsigned int m_uID |
|
protected |
The documentation for this class was generated from the following file:
- /Users/zhangkoumyou/SourceCode/cocos2d-x/cocos2dx/cocoa/CCObject.h

Public Member Functions inherited from 