axmol/extensions/GUI/CCControlExtension
Ricardo Quesada 6e25301b43 more best practices fixes
- Adds more `const` in getters
- Overriden methods have the `override` keyword
- Reorganizes the structure of the class:
  # creators first, then constructor, destructors, init
  # then overridden methods
  # variables at the end
- removes Hungarian notation from parts of the code
2013-07-17 16:56:19 -07:00
..
CCControl.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCControl.h issue #2377:Del register/unregister function in .cpp and .h files 2013-07-16 09:55:06 +08:00
CCControlButton.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCControlButton.h issue #2129:fix conflicts 2013-07-05 17:32:50 +08:00
CCControlColourPicker.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCControlColourPicker.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCControlExtensions.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCControlHuePicker.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCControlHuePicker.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlPotentiometer.cpp issue #2393:mark PointZero RectZero and SizeZero as deprecated 2013-07-12 14:47:36 +08:00
CCControlPotentiometer.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlSaturationBrightnessPicker.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCControlSaturationBrightnessPicker.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlSlider.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCControlSlider.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlStepper.cpp Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCControlStepper.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlSwitch.cpp issue #2393:mark ccp as deprecated 2013-07-12 14:11:55 +08:00
CCControlSwitch.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlUtils.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCControlUtils.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCInvocation.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCInvocation.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCScale9Sprite.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCScale9Sprite.h override updateDisplayedColor and updateDisplayedOpacity method in Scale9Sprite class 2013-07-15 20:13:30 +08:00