2014-03-13 14:51:53 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RichElementImage
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend RichElement
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module ccui
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-13 14:51:53 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RichElementImage] init
|
|
|
|
-- @param self
|
|
|
|
-- @param #int int
|
2014-05-08 11:19:36 +08:00
|
|
|
-- @param #color3b_table color3b
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @param #unsigned char char
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @param #string str
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RichElementImage] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #int int
|
2014-05-08 11:19:36 +08:00
|
|
|
-- @param #color3b_table color3b
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @param #unsigned char char
|
2014-05-12 16:14:14 +08:00
|
|
|
-- @param #string str
|
2014-03-13 14:51:53 +08:00
|
|
|
-- @return RichElementImage#RichElementImage ret (return value: ccui.RichElementImage)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RichElementImage] RichElementImage
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|