axmol/extensions/GUI/CCControlExtension
James Chen d16fa07661 Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort. 2013-12-17 17:45:29 +08:00
..
CCControl.cpp Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort. 2013-12-17 17:45:29 +08:00
CCControl.h issue #2790: Uses Vector<Invocation*> instead of CCArray* for CCControl. Uses std::unordered_map<int, Vector<Invocation*>*> instead of CCDictionary*. 2013-12-07 14:36:07 +08:00
CCControlButton.cpp Uses std::unordered_map<> instead of std::map<> 2013-11-21 13:43:59 -08:00
CCControlButton.h Uses std::unordered_map<> instead of std::map<> 2013-11-21 13:43:59 -08:00
CCControlColourPicker.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlColourPicker.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlExtensions.h fix line end in windows 2013-09-20 22:23:13 +08:00
CCControlHuePicker.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlHuePicker.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlPotentiometer.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlPotentiometer.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlSaturationBrightnessPicker.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlSaturationBrightnessPicker.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlSlider.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlSlider.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlStepper.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlStepper.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlSwitch.cpp issue #3258: Renames ControlSwitchSprite::createWithMaskSprite to ControlSwitchSprite::create. 2013-11-26 16:19:12 +08:00
CCControlSwitch.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlUtils.cpp bug fix 2013-12-16 12:27:30 +08:00
CCControlUtils.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCInvocation.cpp issue 2430:use enum class for Control enum values 2013-07-26 14:37:26 +08:00
CCInvocation.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCScale9Sprite.cpp Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort. 2013-12-17 17:45:29 +08:00
CCScale9Sprite.h Avoid unnecessary object duplication using passing arguments by reference 2013-10-10 22:06:10 +09:00