axmol/extensions/GUI/CCScrollView
Ricardo Quesada 9958e0d7f9 Adds more readability to the class internals.
Changes:
  - creator (static) methods, and singleton methods (static) are always at the top of the class
  - Constructors, destructros, and init methods comes next
  - Then the instance methods for the class
  - Then the overriden methods
  - and finally the ivars

Also, overriden methos have the "override" context keyword
2013-07-15 12:43:22 -07:00
..
CCScrollView.cpp Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
CCScrollView.h issue #2276: Modify ScrollView and LuaScrollView class 2013-06-21 14:17:41 +08:00
CCSorting.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCSorting.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTableView.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCTableView.h issue #2393:mark PointZero RectZero and SizeZero as deprecated 2013-07-12 14:47:36 +08:00
CCTableViewCell.cpp issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCTableViewCell.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00