Axmol Engine 2.4.0-258ceca
Loading...
Searching...
No Matches
LayoutParameter Class Reference

Base class for various LayoutParameter. More...

#include <UILayoutParameter.h>

Inherits Object.

Inherited by LinearLayoutParameter, and RelativeLayoutParameter.

Public Types

enum class  Type
 Layout parameter type. More...
 

Public Member Functions

 LayoutParameter ()
 Default constructor.
 
virtual ~LayoutParameter ()
 Default destructor.
 
void setMargin (const Margin &margin)
 Set margin parameter for LayoutParameter.
 
const MargingetMargin () const
 Gets margin parameter of LayoutParameter.
 
Type getLayoutType () const
 Gets LayoutParameterType of LayoutParameter.
 
LayoutParameterclone ()
 Create a copy of original LayoutParameter.
 
virtual LayoutParametercreateCloneInstance ()
 Create a cloned instance of LayoutParameter.
 
virtual void copyProperties (LayoutParameter *model)
 Copy all the member field from argument LayoutParameter to self.
 
- Public Member Functions inherited from Object
void retain ()
 Retains the ownership.
 
void release ()
 Releases the ownership immediately.
 
Objectautorelease ()
 Releases the ownership sometime soon automatically.
 
unsigned int getReferenceCount () const
 Returns the Object's current reference count.
 
virtual ~Object ()
 Destructor.
 

Static Public Member Functions

static LayoutParametercreate ()
 Create a empty LayoutParameter.
 

Additional Inherited Members

- Public Attributes inherited from Object
unsigned int _ID
 object id, ScriptSupport need public _ID
 
int _luaID
 Lua reference id.
 

Detailed Description

Base class for various LayoutParameter.

Member Enumeration Documentation

◆ Type

enum class Type
strong

Layout parameter type.

There are mainly two types:

  • Linear: Elements will be arranged by margin.
  • Relative: Elements will be arranged by margin and relative widget name.

Constructor & Destructor Documentation

◆ LayoutParameter()

LayoutParameter ( )
inline

Default constructor.

@lua new

◆ ~LayoutParameter()

virtual ~LayoutParameter ( )
inlinevirtual

Default destructor.

@lua NA

Member Function Documentation

◆ create()

static LayoutParameter * create ( )
static

Create a empty LayoutParameter.

Returns
A autorelease LayoutParameter instance.

◆ setMargin()

void setMargin ( const Margin & margin)

Set margin parameter for LayoutParameter.

See also
Margin
Parameters
margin

◆ getMargin()

const Margin & getMargin ( ) const

Gets margin parameter of LayoutParameter.

See also
Margin
Returns
Margin of layout parameter.

◆ getLayoutType()

Type getLayoutType ( ) const

Gets LayoutParameterType of LayoutParameter.

See also
LayoutParameterType.
Returns
LayoutParameterType

◆ clone()

LayoutParameter * clone ( )

Create a copy of original LayoutParameter.

Returns
A LayoutParameter pointer.

◆ createCloneInstance()

virtual LayoutParameter * createCloneInstance ( )
virtual

Create a cloned instance of LayoutParameter.

Returns
A LayoutParameter pointer.

Reimplemented in LinearLayoutParameter, and RelativeLayoutParameter.

◆ copyProperties()

virtual void copyProperties ( LayoutParameter * model)
virtual

Copy all the member field from argument LayoutParameter to self.

Parameters
modelA LayoutParameter instance.

Reimplemented in LinearLayoutParameter, and RelativeLayoutParameter.


The documentation for this class was generated from the following file: