This is the complete list of members for CCTouchDispatcher, including all inherited members.
acceptVisitor(CCDataVisitor &visitor) | CCObject | virtual |
addStandardDelegate(CCTouchDelegate *pDelegate, int nPriority) | CCTouchDispatcher | |
addTargetedDelegate(CCTouchDelegate *pDelegate, int nPriority, bool bSwallowsTouches) | CCTouchDispatcher | |
autorelease(void) | CCObject | |
CCObject(void) | CCObject | |
CCTouchDispatcher() | CCTouchDispatcher | inline |
copy(void) | CCObject | |
copyWithZone(CCZone *pZone) | CCCopying | virtual |
findHandler(CCTouchDelegate *pDelegate) | CCTouchDispatcher | |
findHandler(CCArray *pArray, CCTouchDelegate *pDelegate) | CCTouchDispatcher | protected |
forceAddHandler(CCTouchHandler *pHandler, CCArray *pArray) | CCTouchDispatcher | protected |
forceRemoveAllDelegates(void) | CCTouchDispatcher | protected |
forceRemoveDelegate(CCTouchDelegate *pDelegate) | CCTouchDispatcher | protected |
init(void) | CCTouchDispatcher | |
isDispatchEvents(void) | CCTouchDispatcher | |
isEqual(const CCObject *pObject) | CCObject | virtual |
isSingleReference(void) const | CCObject | |
m_bDispatchEvents | CCTouchDispatcher | protected |
m_bLocked | CCTouchDispatcher | protected |
m_bToAdd | CCTouchDispatcher | protected |
m_bToQuit | CCTouchDispatcher | protected |
m_bToRemove | CCTouchDispatcher | protected |
m_nLuaID | CCObject | |
m_pHandlersToAdd | CCTouchDispatcher | protected |
m_pHandlersToRemove | CCTouchDispatcher | protected |
m_pStandardHandlers | CCTouchDispatcher | protected |
m_pTargetedHandlers | CCTouchDispatcher | protected |
m_sHandlerHelperData | CCTouchDispatcher | protected |
m_uAutoReleaseCount | CCObject | protected |
m_uID | CCObject | |
m_uReference | CCObject | protected |
rearrangeHandlers(CCArray *pArray) | CCTouchDispatcher | protected |
release(void) | CCObject | |
removeAllDelegates(void) | CCTouchDispatcher | |
removeDelegate(CCTouchDelegate *pDelegate) | CCTouchDispatcher | |
retain(void) | CCObject | |
retainCount(void) const | CCObject | |
setDispatchEvents(bool bDispatchEvents) | CCTouchDispatcher | |
setPriority(int nPriority, CCTouchDelegate *pDelegate) | CCTouchDispatcher | |
touches(CCSet *pTouches, CCEvent *pEvent, unsigned int uIndex) | CCTouchDispatcher | |
touchesBegan(CCSet *touches, CCEvent *pEvent) | CCTouchDispatcher | virtual |
touchesCancelled(CCSet *touches, CCEvent *pEvent) | CCTouchDispatcher | virtual |
touchesEnded(CCSet *touches, CCEvent *pEvent) | CCTouchDispatcher | virtual |
touchesMoved(CCSet *touches, CCEvent *pEvent) | CCTouchDispatcher | virtual |
update(float dt) | CCObject | inlinevirtual |
~CCObject(void) | CCObject | virtual |
~CCTouchDispatcher() | CCTouchDispatcher | |
~EGLTouchDelegate() | EGLTouchDelegate | inlinevirtual |