axmol/extensions/CCBReader
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
..
CCBAnimationManager.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCBAnimationManager.h more best practices fixes 2013-07-17 16:56:19 -07:00
CCBFileLoader.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBFileLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBKeyframe.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBKeyframe.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBMemberVariableAssigner.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBReader.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCBReader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBSelectorResolver.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBSequence.cpp Modifyign CCBSequence to do proper copy of objects 2013-03-18 16:06:47 -07:00
CCBSequence.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBSequenceProperty.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBSequenceProperty.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCBValue.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCBValue.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCControlButtonLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCControlButtonLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCControlLoader.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCControlLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCLabelBMFontLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLabelBMFontLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLabelTTFLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLabelTTFLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLayerColorLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLayerColorLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLayerGradientLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLayerGradientLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCLayerLoader.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCLayerLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCMenuItemImageLoader.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCMenuItemImageLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCMenuItemLoader.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCMenuItemLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCMenuLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCNode+CCBRelativePositioning.cpp issue #2393:mark ccp as deprecated 2013-07-12 14:11:55 +08:00
CCNode+CCBRelativePositioning.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCNodeLoader.cpp more best practices fixes 2013-07-17 16:56:19 -07:00
CCNodeLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCNodeLoaderLibrary.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCNodeLoaderLibrary.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCNodeLoaderListener.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCParticleSystemQuadLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCParticleSystemQuadLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCScale9SpriteLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCScale9SpriteLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCScrollViewLoader.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCScrollViewLoader.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCSpriteLoader.cpp issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCSpriteLoader.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00