#include <UILayoutParameter.h>
Public Types | |
| enum | Type { NONE = 0, LINEAR, RELATIVE } |
Public Member Functions | |
| LayoutParameter () | |
| Default constructor. More... | |
| virtual | ~LayoutParameter () |
| Default destructor. More... | |
| void | setMargin (const Margin &margin) |
| Sets Margin parameter for LayoutParameter. More... | |
| const Margin & | getMargin () const |
| Gets Margin parameter of LayoutParameter. More... | |
| Type | getLayoutType () const |
| Gets LayoutParameterType of LayoutParameter. More... | |
| LayoutParameter * | clone () |
| virtual LayoutParameter * | createCloneInstance () |
| virtual void | copyProperties (LayoutParameter *model) |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Member Functions | |
| static LayoutParameter * | create () |
| Allocates and initializes. More... | |
Protected Attributes | |
| Margin | _margin |
| Type | _layoutParameterType |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| var | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
|
strong |
|
inline |
Default constructor.
|
inlinevirtual |
Default destructor.
| LayoutParameter* clone | ( | ) |
|
virtual |
Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.
|
static |
Allocates and initializes.
|
virtual |
Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.
| Type getLayoutType | ( | ) | const |
| const Margin& getMargin | ( | ) | const |
| void setMargin | ( | const Margin & | margin | ) |
|
protected |
|
protected |