#include <UIRichText.h>
Public Member Functions | |
RichElement () | |
virtual | ~RichElement () |
bool | init (int tag, const Color3B &color, GLubyte opacity) |
![]() | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Release the ownership immediately. More... | |
Ref * | autorelease () |
Release the ownership sometime soon automatically. More... | |
unsigned int | getReferenceCount () const |
Returns the Ref's current reference count. More... | |
virtual | ~Ref () |
Protected Attributes | |
RichElementType | _type |
int | _tag |
Color3B | _color |
GLubyte | _opacity |
![]() | |
unsigned int | _referenceCount |
count of references More... | |
Friends | |
class | RichText |
Additional Inherited Members | |
![]() | |
Ref () | |
Constructor. More... | |
|
inline |
|
inlinevirtual |
bool init | ( | int | tag, |
const Color3B & | color, | ||
GLubyte | opacity | ||
) |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |