cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RichElement Class Reference

#include <UIRichText.h>

Inheritance diagram for RichElement:
CCObject CCCopying RichElementCustomNode RichElementImage RichElementText

Public Member Functions

 RichElement ()
virtual ~RichElement ()
virtual bool init (int tag, const ccColor3B &color, GLubyte opacity)
local init ( local tag, local color, local opacity)
- Public Member Functions inherited from CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (void)
bool isSingleReference (void) const
unsigned int retainCount (void) const
virtual bool isEqual (const CCObject *pObject)
virtual void acceptVisitor (CCDataVisitor &visitor)
virtual void update (float dt)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Protected Attributes

RichElementType _type
var _type
local _type
int _tag
ccColor3B _color
GLubyte _opacity
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Friends

class RichText

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID

Constructor & Destructor Documentation

RichElement ( )
inline
var RichElement ( )
inline
local RichElement ( )
inline
virtual ~RichElement ( )
inlinevirtual
var ~RichElement ( )
inlinevirtual
local ~RichElement ( )
inlinevirtual

Member Function Documentation

virtual bool init ( int  tag,
const ccColor3B color,
GLubyte  opacity 
)
virtual
var init ( var  tag,
var  color,
var  opacity 
)
virtual
local init ( local  tag,
local  color,
local  opacity 
)
virtual

Friends And Related Function Documentation

friend class RichText
friend
var RichText
friend
local RichText
friend

Member Data Documentation

ccColor3B _color
protected
var _color
protected
local _color
protected
GLubyte _opacity
protected
var _opacity
protected
local _opacity
protected
int _tag
protected
var _tag
protected
local _tag
protected
RichElementType _type
protected
var _type
protected
local _type
protected

The documentation for this class was generated from the following file: