2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RelativeLayoutParameter
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend LayoutParameter
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] setAlign
|
|
|
|
-- @param self
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @param #ccui.RelativeLayoutParameter::RelativeAlign relativealign
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] setRelativeToWidgetName
|
|
|
|
-- @param self
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @param #string str
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] getRelativeName
|
|
|
|
-- @param self
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @return string#string ret (return value: string)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] getRelativeToWidgetName
|
|
|
|
-- @param self
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @return string#string ret (return value: string)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] setRelativeName
|
|
|
|
-- @param self
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @param #string str
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] getAlign
|
|
|
|
-- @param self
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @return RelativeLayoutParameter::RelativeAlign#RelativeLayoutParameter::RelativeAlign ret (return value: ccui.RelativeLayoutParameter::RelativeAlign)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] create
|
|
|
|
-- @param self
|
|
|
|
-- @return RelativeLayoutParameter#RelativeLayoutParameter ret (return value: ccui.RelativeLayoutParameter)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] createCloneInstance
|
|
|
|
-- @param self
|
|
|
|
-- @return LayoutParameter#LayoutParameter ret (return value: ccui.LayoutParameter)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] copyProperties
|
|
|
|
-- @param self
|
|
|
|
-- @param #ccui.LayoutParameter layoutparameter
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] RelativeLayoutParameter
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|