This is the complete list of members for CCTimer, including all inherited members.
| acceptVisitor(CCDataVisitor &visitor) | CCObject | virtual |
| autorelease(void) | CCObject | |
| canEncode() | CCObject | virtual |
| CCObject(void) | CCObject | |
| CCObject(const CCObject &) | CCObject | |
| CCTimer(void) | CCTimer | |
| copy(void) | CCObject | |
| copyWithZone(CCZone *pZone) | CCCopying | virtual |
| createWithCoder(DS_Dictionary *) | CCObject | static |
| encodeWithCoder(DS_Dictionary *) | CCObject | virtual |
| getInterval(void) const | CCTimer | |
| getObjType() const | CCObject | |
| getScriptHandler() | CCTimer | inline |
| getSelector() const | CCTimer | |
| getTag() const | CCObject | virtual |
| initWithScriptHandler(int nHandler, float fSeconds) | CCTimer | |
| initWithTarget(CCObject *pTarget, SEL_SCHEDULE pfnSelector) | CCTimer | |
| initWithTarget(CCObject *pTarget, SEL_SCHEDULE pfnSelector, float fSeconds, unsigned int nRepeat, float fDelay) | CCTimer | |
| isEqual(const CCObject *pObject) | CCObject | virtual |
| isSingleReference(void) const | CCObject | |
| m_bRunForever | CCTimer | protected |
| m_bUseDelay | CCTimer | protected |
| m_eObjType | CCObject | protected |
| m_fDelay | CCTimer | protected |
| m_fElapsed | CCTimer | protected |
| m_fInterval | CCTimer | protected |
| m_nLuaID | CCObject | |
| m_nScriptHandler | CCTimer | protected |
| m_nTag | CCObject | protected |
| m_pfnSelector | CCTimer | protected |
| m_pTarget | CCTimer | protected |
| m_uAutoReleaseCount | CCObject | protected |
| m_uID | CCObject | |
| m_uObjectIdxInArray | CCObject | protected |
| m_uReference | CCObject | protected |
| m_uRepeat | CCTimer | protected |
| m_uTimesExecuted | CCTimer | protected |
| operator=(const CCObject &) | CCObject | |
| release(void) | CCObject | |
| retain(void) | CCObject | |
| retainCount(void) const | CCObject | |
| setInterval(float fInterval) | CCTimer | |
| setObjType(CCObjectType) | CCObject | |
| setTag(int nTag) | CCObject | virtual |
| timerWithScriptHandler(int nHandler, float fSeconds) | CCTimer | static |
| timerWithTarget(CCObject *pTarget, SEL_SCHEDULE pfnSelector) | CCTimer | static |
| timerWithTarget(CCObject *pTarget, SEL_SCHEDULE pfnSelector, float fSeconds) | CCTimer | static |
| update(float dt) | CCTimer | virtual |
| ~CCObject(void) | CCObject | virtual |