#include <UILayoutParameter.h>
Public Member Functions | |
UILayoutParameter () | |
ctor () | |
virtual | ~UILayoutParameter () |
Default destructor. More... | |
void | setMargin (const UIMargin &margin) |
Sets Margin parameter for LayoutParameter. More... | |
const UIMargin & | getMargin () const |
Gets Margin parameter of LayoutParameter. More... | |
LayoutParameterType | getLayoutType () const |
Gets LayoutParameterType of LayoutParameter. More... | |
var | getLayoutType () |
Gets LayoutParameterType of LayoutParameter. More... | |
Public Member Functions inherited from CCObject | |
CCObject (void) | |
virtual | ~CCObject (void) |
void | release (void) |
void | retain (void) |
CCObject * | autorelease (void) |
CCObject * | copy (void) |
bool | isSingleReference (void) const |
unsigned int | retainCount (void) const |
virtual bool | isEqual (const CCObject *pObject) |
virtual void | acceptVisitor (CCDataVisitor &visitor) |
virtual void | update (float dt) |
Public Member Functions inherited from CCCopying | |
virtual CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
static UILayoutParameter * | create () |
Allocates and initializes. More... | |
Protected Attributes | |
UIMargin | m_margin |
LayoutParameterType | m_eLayoutParameterType |
var | m_eLayoutParameterType |
Protected Attributes inherited from CCObject | |
unsigned int | m_uReference |
unsigned int | m_uAutoReleaseCount |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
unsigned int | m_uID |
int | m_nLuaID |
|
inline |
|
inline |
|
inlinevirtual |
Default destructor.
|
inlinevirtual |
Default destructor.
|
static |
Allocates and initializes.
|
static |
Allocates and initializes.
LayoutParameterType getLayoutType | ( | ) | const |
var getLayoutType | ( | ) |
const UIMargin& getMargin | ( | ) | const |
void setMargin | ( | const UIMargin & | margin) |
|
protected |
|
protected |
|
protected |
|
protected |