mirror of https://github.com/axmolengine/axmol.git
50 lines
1.3 KiB
Lua
50 lines
1.3 KiB
Lua
|
|
--------------------------------
|
|
-- @module ImageView
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] loadTexture
|
|
-- @param self
|
|
-- @param #char char
|
|
-- @param #ccui.TextureResType texturerestype
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] setScale9Enabled
|
|
-- @param self
|
|
-- @param #bool bool
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] setTextureRect
|
|
-- @param self
|
|
-- @param #rect_table rect
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] setCapInsets
|
|
-- @param self
|
|
-- @param #rect_table rect
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] getCapInsets
|
|
-- @param self
|
|
-- @return rect_table#rect_table ret (return value: rect_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] isScale9Enabled
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] create
|
|
-- @param self
|
|
-- @return ImageView#ImageView ret (return value: ccui.ImageView)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] createInstance
|
|
-- @param self
|
|
-- @return Ref#Ref ret (return value: cc.Ref)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ImageView] ImageView
|
|
-- @param self
|
|
|
|
return nil
|