2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module VisibleFrame
|
|
|
|
-- @extend Frame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#VisibleFrame] isVisible
|
|
|
|
-- @param self
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#VisibleFrame] setVisible
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #bool visible
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return VisibleFrame#VisibleFrame self (return value: ccs.VisibleFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#VisibleFrame] create
|
|
|
|
-- @param self
|
|
|
|
-- @return VisibleFrame#VisibleFrame ret (return value: ccs.VisibleFrame)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#VisibleFrame] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#VisibleFrame] VisibleFrame
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return VisibleFrame#VisibleFrame self (return value: ccs.VisibleFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
return nil
|