#include <UILayoutParameter.h>
Public Types | |
enum | LinearGravity { NONE, LEFT, TOP, RIGHT, BOTTOM, CENTER_VERTICAL, CENTER_HORIZONTAL } |
Public Types inherited from LayoutParameter | |
enum | Type { NONE = 0, LINEAR, RELATIVE } |
Public Member Functions | |
LinearLayoutParameter () | |
Default constructor. More... | |
virtual | ~LinearLayoutParameter () |
Default destructor. More... | |
void | setGravity (LinearGravity gravity) |
Sets LinearGravity parameter for LayoutParameter. More... | |
LinearGravity | getGravity () const |
Gets LinearGravity parameter for LayoutParameter. More... | |
virtual LayoutParameter * | createCloneInstance () override |
virtual void | copyProperties (LayoutParameter *model) override |
Public Member Functions inherited from LayoutParameter | |
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 () |
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 LinearLayoutParameter * | create () |
Allocates and initializes. More... | |
Static Public Member Functions inherited from LayoutParameter | |
static LayoutParameter * | create () |
Allocates and initializes. More... | |
Protected Attributes | |
LinearGravity | _linearGravity |
Protected Attributes inherited from LayoutParameter | |
Margin | _margin |
Type | _layoutParameterType |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
|
strong |
|
inline |
Default constructor.
|
inlinevirtual |
Default destructor.
|
overridevirtual |
Reimplemented from LayoutParameter.
|
static |
Allocates and initializes.
|
overridevirtual |
Reimplemented from LayoutParameter.
LinearGravity getGravity | ( | ) | const |
void setGravity | ( | LinearGravity | gravity | ) |
|
protected |