mirror of https://github.com/axmolengine/axmol.git
36 lines
927 B
Lua
36 lines
927 B
Lua
|
|
--------------------------------
|
|
-- @module TableViewCell
|
|
-- @extend Node
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- Cleans up any resources linked to this cell and resets <code>idx</code> property.
|
|
-- @function [parent=#TableViewCell] reset
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- The index used internally by SWTableView and its subclasses
|
|
-- @function [parent=#TableViewCell] getIdx
|
|
-- @param self
|
|
-- @return long#long ret (return value: long)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TableViewCell] setIdx
|
|
-- @param self
|
|
-- @param #long uIdx
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TableViewCell] create
|
|
-- @param self
|
|
-- @return TableViewCell#TableViewCell ret (return value: cc.TableViewCell)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TableViewCell] TableViewCell
|
|
-- @param self
|
|
|
|
return nil
|