This is the complete list of members for ComController, including all inherited members.
_accelerometerEnabled | InputDelegate | protected |
_accelerometerListener | InputDelegate | protected |
_enabled | Component | protected |
_ID | Object | |
_keyboardListener | InputDelegate | protected |
_keypadEnabled | InputDelegate | protected |
_luaID | Object | |
_name | Component | protected |
_owner | Component | protected |
_referenceCount | Object | protected |
_touchEnabled | InputDelegate | protected |
_touchListener | InputDelegate | protected |
acceptVisitor(DataVisitor &visitor) | Object | virtual |
autorelease() | Object | |
ccTouchBegan(cocos2d::Touch *pTouch, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchCancelled(cocos2d::Touch *pTouch, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchEnded(cocos2d::Touch *pTouch, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchesBegan(cocos2d::__Set *pTouches, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchesCancelled(cocos2d::__Set *pTouches, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchesEnded(cocos2d::__Set *pTouches, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchesMoved(cocos2d::__Set *pTouches, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ccTouchMoved(cocos2d::Touch *pTouch, cocos2d::Event *pEvent) final | InputDelegate | inlinevirtual |
ComController(void) | ComController | |
Component(void) | Component | protected |
create(void) | ComController | static |
createInstance(void) | ComController | static |
didAccelerate(cocos2d::Acceleration *accelerationValue) final | InputDelegate | inlinevirtual |
getName() const | Component | |
getOwner() const | Component | |
getReferenceCount() const | Object | |
getTouchMode() const | InputDelegate | virtual |
getTouchPriority() const | InputDelegate | virtual |
init() override | ComController | virtual |
InputDelegate(void) | InputDelegate | protected |
isAccelerometerEnabled() const | InputDelegate | virtual |
isEnabled() const override | ComController | virtual |
isEqual(const Object *object) | Object | virtual |
isKeypadEnabled() const | InputDelegate | virtual |
isSingleReference() const | Object | |
isTouchEnabled() const | InputDelegate | virtual |
Object() | Object | |
onAcceleration(cocos2d::Acceleration *acc, cocos2d::Event *event) | InputDelegate | inlinevirtual |
onEnter() override | ComController | virtual |
onExit() override | ComController | virtual |
onKeyPressed(cocos2d::EventKeyboard::KeyCode keyCode, cocos2d::Event *event) | InputDelegate | inlinevirtual |
onKeyReleased(cocos2d::EventKeyboard::KeyCode keyCode, cocos2d::Event *event) | InputDelegate | inlinevirtual |
onTouchBegan(cocos2d::Touch *touch, cocos2d::Event *event) | InputDelegate | virtual |
onTouchCancelled(cocos2d::Touch *touch, cocos2d::Event *event) | InputDelegate | virtual |
onTouchEnded(cocos2d::Touch *touch, cocos2d::Event *event) | InputDelegate | virtual |
onTouchesBegan(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event) | InputDelegate | virtual |
onTouchesCancelled(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event) | InputDelegate | virtual |
onTouchesEnded(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event) | InputDelegate | virtual |
onTouchesMoved(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event) | InputDelegate | virtual |
onTouchMoved(cocos2d::Touch *touch, cocos2d::Event *event) | InputDelegate | virtual |
release() | Object | |
retain() | Object | inline |
retainCount() const | Object | inline |
serialize(void *r) | Component | virtual |
setAccelerometerEnabled(bool value) | InputDelegate | virtual |
setEnabled(bool b) override | ComController | virtual |
setKeypadEnabled(bool value) | InputDelegate | virtual |
setName(const std::string &name) | Component | |
setOwner(Node *pOwner) | Component | |
setTouchEnabled(bool value) | InputDelegate | virtual |
setTouchMode(cocos2d::Touch::DispatchMode mode) | InputDelegate | virtual |
setTouchPriority(int priority) | InputDelegate | virtual |
Type | ComController | static |
update(float delta) override | ComController | virtual |
~ComController(void) | ComController | virtual |
~Component(void) | Component | virtual |
~InputDelegate(void) | InputDelegate | protectedvirtual |
~Object() | Object | virtual |