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
|
|
|
|
-- @param #ccui.RelativeAlign relativealign
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] setRelativeToWidgetName
|
|
|
|
-- @param self
|
|
|
|
-- @param #char char
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] getRelativeName
|
|
|
|
-- @param self
|
|
|
|
-- @return char#char ret (return value: char)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] getRelativeToWidgetName
|
|
|
|
-- @param self
|
|
|
|
-- @return char#char ret (return value: char)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] setRelativeName
|
|
|
|
-- @param self
|
|
|
|
-- @param #char char
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RelativeLayoutParameter] getAlign
|
|
|
|
-- @param self
|
|
|
|
-- @return RelativeAlign#RelativeAlign ret (return value: ccui.RelativeAlign)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @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
|