mirror of https://github.com/axmolengine/axmol.git
48 lines
1.5 KiB
Lua
48 lines
1.5 KiB
Lua
|
|
--------------------------------
|
|
-- @module LayoutParameter
|
|
-- @extend Ref
|
|
-- @parent_module ccui
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#LayoutParameter] clone
|
|
-- @param self
|
|
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
|
|
|
|
--------------------------------
|
|
-- Gets LayoutParameterType of LayoutParameter.<br>
|
|
-- see LayoutParameterType<br>
|
|
-- return LayoutParameterType
|
|
-- @function [parent=#LayoutParameter] getLayoutType
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#LayoutParameter] createCloneInstance
|
|
-- @param self
|
|
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#LayoutParameter] copyProperties
|
|
-- @param self
|
|
-- @param #ccui.LayoutParameter model
|
|
-- @return LayoutParameter#LayoutParameter self (return value: ccui.LayoutParameter)
|
|
|
|
--------------------------------
|
|
-- Allocates and initializes.<br>
|
|
-- return A initialized LayoutParameter which is marked as "autorelease".
|
|
-- @function [parent=#LayoutParameter] create
|
|
-- @param self
|
|
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
|
|
|
|
--------------------------------
|
|
-- Default constructor
|
|
-- @function [parent=#LayoutParameter] LayoutParameter
|
|
-- @param self
|
|
-- @return LayoutParameter#LayoutParameter self (return value: ccui.LayoutParameter)
|
|
|
|
return nil
|