#include <UIRichText.h>
Public Member Functions | |
RichElementImage () | |
virtual | ~RichElementImage () |
virtual bool | init (int tag, const ccColor3B &color, GLubyte opacity, const char *filePath) |
local | init ( local tag, local color, local opacity, local filePath) |
Public Member Functions inherited from RichElement | |
RichElement () | |
RichElement () | |
RichElement () | |
virtual | ~RichElement () |
virtual bool | init (int tag, const ccColor3B &color, GLubyte opacity) |
Public Member Functions inherited from CCObject | |
CCObject (void) | |
virtual | ~CCObject (void) |
void | release (void) |
void | retain (void) |
CCObject * | autorelease (void) |
CCObject * | copy (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 CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
static RichElementImage * | create (int tag, const ccColor3B &color, GLubyte opacity, const char *filePath) |
local | create ( local tag, local color, local opacity, local filePath) |
Protected Attributes | |
std::string | _filePath |
var | _filePath |
local | _filePath |
CCRect | _textureRect |
var | _textureRect |
local | _textureRect |
int | _textureType |
var | _textureType |
local | _textureType |
Protected Attributes inherited from RichElement | |
RichElementType | _type |
var | _type |
local | _type |
int | _tag |
ccColor3B | _color |
var | _color |
local | _color |
GLubyte | _opacity |
var | _opacity |
local | _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 |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
static |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |