axmol/extensions/GUI/CCEditBox
Ricardo Quesada ba6ab126c6 More best practices fixes
- class order fixes
  - static methods (creators) at the beginning
  - then constructors / destructors
  - then init
- more `const` fixes
  - adds some const getters
  - some getters have 2 versions: `const` and no-const version
- renamed CocosDenshion::sharedEngine -> getInstance()
2013-07-18 16:30:19 -07:00
..
CCEditBox.cpp issue #2393:mark CCPointMake CCSizeMake CCRectMake as deprecated 2013-07-12 14:30:26 +08:00
CCEditBox.h More best practices fixes 2013-07-18 16:30:19 -07:00
CCEditBoxImpl.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCEditBoxImplAndroid.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCEditBoxImplAndroid.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCEditBoxImplIOS.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCEditBoxImplIOS.mm closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCEditBoxImplMac.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCEditBoxImplMac.mm issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCEditBoxImplNone.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCEditBoxImplTizen.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCEditBoxImplTizen.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCEditBoxImplWin.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCEditBoxImplWin.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00