mirror of https://github.com/axmolengine/axmol.git
180 lines
4.8 KiB
Lua
180 lines
4.8 KiB
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module ScrollView
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToTop
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToPercentHorizontal
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] isInertiaScrollEnabled
|
||
|
-- @param self
|
||
|
-- @return bool#bool ret (return value: bool)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToPercentBothDirection
|
||
|
-- @param self
|
||
|
-- @param #point_table point
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] getDirection
|
||
|
-- @param self
|
||
|
-- @return SCROLLVIEW_DIR#SCROLLVIEW_DIR ret (return value: ccui.SCROLLVIEW_DIR)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToBottomLeft
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] getInnerContainer
|
||
|
-- @param self
|
||
|
-- @return Layout#Layout ret (return value: ccui.Layout)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToBottom
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] setDirection
|
||
|
-- @param self
|
||
|
-- @param #ccui.SCROLLVIEW_DIR scrollview_dir
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToTopLeft
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToTopRight
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToBottomLeft
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] setInnerContainerSize
|
||
|
-- @param self
|
||
|
-- @param #size_table size
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] getInnerContainerSize
|
||
|
-- @param self
|
||
|
-- @return size_table#size_table ret (return value: size_table)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] isBounceEnabled
|
||
|
-- @param self
|
||
|
-- @return bool#bool ret (return value: bool)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToPercentVertical
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] setInertiaScrollEnabled
|
||
|
-- @param self
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToTopLeft
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToPercentHorizontal
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToBottomRight
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] setBounceEnabled
|
||
|
-- @param self
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToTop
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToLeft
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToPercentBothDirection
|
||
|
-- @param self
|
||
|
-- @param #point_table point
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToPercentVertical
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToBottom
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToBottomRight
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToLeft
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToRight
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] jumpToRight
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] scrollToTopRight
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #bool bool
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] create
|
||
|
-- @param self
|
||
|
-- @return ScrollView#ScrollView ret (return value: ccui.ScrollView)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] createInstance
|
||
|
-- @param self
|
||
|
-- @return Ref#Ref ret (return value: cc.Ref)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#ScrollView] ScrollView
|
||
|
-- @param self
|
||
|
|
||
|
return nil
|