Cocos2d-x  v3.17
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
LayoutParameter Class Reference

Base class for various LayoutParameter. More...

Inherits Ref.

Inherited by LinearLayoutParameter, and RelativeLayoutParameter.

Public Types

enum  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. More...
 
var setMargin ( var margin)
 Set margin parameter for LayoutParameter. More...
 
local setMargin ( local margin)
 Set margin parameter for LayoutParameter. More...
 
const MargingetMargin () const
 Gets margin parameter of LayoutParameter. More...
 
Type getLayoutType () const
 Gets LayoutParameterType of LayoutParameter. More...
 
local getLayoutType ()
 Gets LayoutParameterType of LayoutParameter. More...
 
LayoutParameterclone ()
 Create a copy of original LayoutParameter. More...
 
var clone ()
 Create a copy of original LayoutParameter. More...
 
local clone ()
 Create a copy of original LayoutParameter. More...
 
virtual LayoutParametercreateCloneInstance ()
 Create a cloned instance of LayoutParameter. More...
 
var createCloneInstance ()
 Create a cloned instance of LayoutParameter. More...
 
local createCloneInstance ()
 Create a cloned instance of LayoutParameter. More...
 
virtual void copyProperties (LayoutParameter *model)
 Copy all the member field from argument LayoutParameter to self. More...
 
var copyProperties ( var model)
 Copy all the member field from argument LayoutParameter to self. More...
 
local copyProperties ( local model)
 Copy all the member field from argument LayoutParameter to self. More...
 
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
local release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
local getReferenceCount ()
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 Destructor. More...
 

Static Public Member Functions

static LayoutParametercreate ()
 Create a empty LayoutParameter. More...
 
var create ()
 Create a empty LayoutParameter. More...
 
local create ()
 Create a empty LayoutParameter. More...
 

Additional Inherited Members

- Public Attributes inherited from Ref
unsigned int _ID
 object id, ScriptSupport need public _ID
 
local _ID
 object id, ScriptSupport need public _ID
 
int _luaID
 Lua reference id.
 
local _luaID
 Lua reference id.
 
void * _scriptObject
 scriptObject, support for swift
 
local _scriptObject
 scriptObject, support for swift
 
bool _rooted
 When true, it means that the object was already rooted.
 
local _rooted
 When true, it means that the object was already rooted.
 

Detailed Description

Base class for various LayoutParameter.

Member Function Documentation

static LayoutParameter* create ( )
static

Create a empty LayoutParameter.

Returns
A autorelease LayoutParameter instance.
var create ( )
static

Create a empty LayoutParameter.

Returns
A autorelease LayoutParameter instance.
local create ( )
static

Create a empty LayoutParameter.

Returns
A autorelease LayoutParameter instance.
void setMargin ( const Margin margin)

Set margin parameter for LayoutParameter.

See also
Margin
Parameters
margin
var setMargin ( var  margin)

Set margin parameter for LayoutParameter.

See also
Margin
Parameters
margin
local setMargin ( local  margin)

Set margin parameter for LayoutParameter.

See also
Margin
Parameters
margin
const Margin& getMargin ( ) const

Gets margin parameter of LayoutParameter.

See also
Margin
Returns
Margin of layout parameter.
var getMargin ( )

Gets margin parameter of LayoutParameter.

See also
Margin
Returns
Margin of layout parameter.
local getMargin ( )

Gets margin parameter of LayoutParameter.

See also
Margin
Returns
Margin of layout parameter.
Type getLayoutType ( ) const

Gets LayoutParameterType of LayoutParameter.

See also
LayoutParameterType.
Returns
LayoutParameterType
var getLayoutType ( )

Gets LayoutParameterType of LayoutParameter.

See also
LayoutParameterType.
Returns
LayoutParameterType
local getLayoutType ( )

Gets LayoutParameterType of LayoutParameter.

See also
LayoutParameterType.
Returns
LayoutParameterType
LayoutParameter* clone ( )

Create a copy of original LayoutParameter.

Returns
A LayoutParameter pointer.
var clone ( )

Create a copy of original LayoutParameter.

Returns
A LayoutParameter pointer.
local clone ( )

Create a copy of original LayoutParameter.

Returns
A LayoutParameter pointer.
virtual LayoutParameter*
createCloneInstance
( )
virtual

Create a cloned instance of LayoutParameter.

Returns
A LayoutParameter pointer.

Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.

var createCloneInstance ( )
virtual

Create a cloned instance of LayoutParameter.

Returns
A LayoutParameter pointer.

Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.

local createCloneInstance ( )
virtual

Create a cloned instance of LayoutParameter.

Returns
A LayoutParameter pointer.

Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.

virtual void copyProperties ( LayoutParameter model)
virtual

Copy all the member field from argument LayoutParameter to self.

Parameters
modelA LayoutParameter instance.

Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.

var copyProperties ( var  model)
virtual

Copy all the member field from argument LayoutParameter to self.

Parameters
modelA LayoutParameter instance.

Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.

local copyProperties ( local  model)
virtual

Copy all the member field from argument LayoutParameter to self.

Parameters
modelA LayoutParameter instance.

Reimplemented in RelativeLayoutParameter, and LinearLayoutParameter.


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