axmol/cocos/scripting/lua-bindings/auto/api/LayoutParameter.lua

46 lines
1.3 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module LayoutParameter
-- @extend Ref
-- @parent_module ccui
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayoutParameter] clone
-- @param self
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
--------------------------------
-- Gets LayoutParameterType of LayoutParameter.<br>
-- see LayoutParameterType<br>
-- return LayoutParameterType
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayoutParameter] getLayoutType
-- @param self
-- @return int#int ret (return value: int)
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayoutParameter] createCloneInstance
-- @param self
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayoutParameter] copyProperties
-- @param self
-- @param #ccui.LayoutParameter model
2014-03-10 14:04:58 +08:00
--------------------------------
-- Allocates and initializes.<br>
-- return A initialized LayoutParameter which is marked as "autorelease".
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayoutParameter] create
-- @param self
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
--------------------------------
-- Default constructor
2014-03-10 14:04:58 +08:00
-- @function [parent=#LayoutParameter] LayoutParameter
-- @param self
return nil