cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UILayoutDefine.h File Reference
#include "cocos2d.h"

Classes

class  Margin
 

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::ui
 

Constant Groups

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::ui
 

Enumerations

enum  LinearGravity {
  LINEAR_GRAVITY_NONE, LINEAR_GRAVITY_LEFT, LINEAR_GRAVITY_TOP, LINEAR_GRAVITY_RIGHT,
  LINEAR_GRAVITY_BOTTOM, LINEAR_GRAVITY_CENTER_VERTICAL, LINEAR_GRAVITY_CENTER_HORIZONTAL
}
 
enum  RelativeAlign {
  RELATIVE_ALIGN_NONE, RELATIVE_ALIGN_PARENT_TOP_LEFT, RELATIVE_ALIGN_PARENT_TOP_CENTER_HORIZONTAL, RELATIVE_ALIGN_PARENT_TOP_RIGHT,
  RELATIVE_ALIGN_PARENT_LEFT_CENTER_VERTICAL, RELATIVE_CENTER_IN_PARENT, RELATIVE_ALIGN_PARENT_RIGHT_CENTER_VERTICAL, RELATIVE_ALIGN_PARENT_LEFT_BOTTOM,
  RELATIVE_ALIGN_PARENT_BOTTOM_CENTER_HORIZONTAL, RELATIVE_ALIGN_PARENT_RIGHT_BOTTOM, RELATIVE_LOCATION_ABOVE_LEFTALIGN, RELATIVE_LOCATION_ABOVE_CENTER,
  RELATIVE_LOCATION_ABOVE_RIGHTALIGN, RELATIVE_LOCATION_LEFT_OF_TOPALIGN, RELATIVE_LOCATION_LEFT_OF_CENTER, RELATIVE_LOCATION_LEFT_OF_BOTTOMALIGN,
  RELATIVE_LOCATION_RIGHT_OF_TOPALIGN, RELATIVE_LOCATION_RIGHT_OF_CENTER, RELATIVE_LOCATION_RIGHT_OF_BOTTOMALIGN, RELATIVE_LOCATION_BELOW_LEFTALIGN,
  RELATIVE_LOCATION_BELOW_CENTER, RELATIVE_LOCATION_BELOW_RIGHTALIGN
}
 

Variables

const Margin MarginZero = Margin()