| cocos2d-x 3.0 | 
   
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Public 成员函数 | 静态 Public 成员函数 | Protected 属性 | 友元 | 所有成员列表
RichElementImage类 参考
#include 
类 RichElementImage 继承关系图:
 
  
| ## Public 成员函数 | |
| RichElementImage () | |
| virtual | ~RichElementImage () | 
| bool | init (int tag, const Color3B &color, GLubyte opacity, const std::string &filePath) | 
  Public 成员函数 继承自 RichElement | |
| RichElement () | |
| virtual | ~RichElement () | 
| bool | init (int tag, const Color3B &color, GLubyte opacity) | 
  Public 成员函数 继承自 Ref | |
| void | retain () | 
| 保留所有权. 更多… | |
| void | release () | 
| 立即释放所有权. 更多… | |
| Ref * | autorelease () | 
| 自动释放所有权在不久的将来. 更多… | |
| unsigned int | getReferenceCount () const | 
| 返回Ref对象当前的引用计数. 更多… | |
| virtual | ~Ref () | 
| NA NA 更多… | |
| ## 静态 Public 成员函数 | |
| static RichElementImage * | create (int tag, const Color3B &color, GLubyte opacity, const std::string &filePath) | 
| ## Protected 属性 | |
| std::string | _filePath | 
| Rect | _textureRect | 
| int | _textureType | 
  Protected 属性 继承自 RichElement | |
| Type | _type | 
| int | _tag | 
| Color3B | _color | 
| GLubyte | _opacity | 
  Protected 属性 继承自 Ref | |
| unsigned int | _referenceCount | 
| 引用计数 更多… | |
| ## 友元 | |
| class | RichText | 
| ## 额外继承的成员函数 | |
  Public 类型 继承自 RichElement | |
| enum | Type { TEXT, IMAGE, CUSTOM } | 
  Protected 成员函数 继承自 Ref | |
| Ref () | |
| 构造函数 更多… | |
构造及析构函数说明
 
 
  |  inline | 
 
 
  |  inlinevirtual | 
成员函数说明
 
 
  |  static | 
| bool init | ( | int | tag, | 
| const Color3B & | color, | ||
| GLubyte | opacity, | ||
| const std::string & | filePath | ||
| ) | 
友元及相关函数文档
 
 
  |  friend | 
类成员变量说明
 
 
  |  protected | 
 
 
  |  protected | 
 
 
  |  protected | 
该类的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/ui/UIRichText.h
 
- cocos2d
 - ui
 - RichElementImage
 - 生成于 2014年 五月 29日 星期四 09:41:56 , 为 cocos2d-x使用  
 1.8.6   
 Public 成员函数 继承自 