cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
Public 类型 - 图1 Public 类型 - 图2)
- 类列表 - 类索引 - 类继承关系 - 类成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

Public 类型 | Public 成员函数 | Protected 属性 | 友元 | 所有成员列表

RichElement类 参考

#include

类 RichElement 继承关系图:

Public 类型 - 图3 Ref RichElementCustomNode RichElementImage RichElementText

## Public 类型
enum Type { TEXT, IMAGE, CUSTOM }
## Public 成员函数
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 更多…
## Protected 属性
Type _type
int _tag
Color3B _color
GLubyte _opacity
- Protected 属性 继承自 Ref
unsigned int _referenceCount
引用计数 更多…
## 友元
class RichText
## 额外继承的成员函数
- Protected 成员函数 继承自 Ref
Ref ()
构造函数 更多…

成员枚举类型说明

enum Type

strong

枚举值
TEXT
IMAGE
CUSTOM

构造及析构函数说明

RichElement ( )

inline

virtual ~RichElement ( )

inlinevirtual

成员函数说明

bool init ( int tag,
const Color3B & color,
GLubyte opacity
)

友元及相关函数文档

friend class RichText

friend

类成员变量说明

Color3B _color

protected

GLubyte _opacity

protected

int _tag

protected

Type _type

protected


该类的文档由以下文件生成:

  • /Users/zeroyang/Documents/github/cocos2d-x/cocos/ui/UIRichText.h