|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A tag looks like this "Hello [B]there[/B] little"
Inner Classes, Typedefs, and Enums | |
enum |
CGUIString::TextChunk::Tag::TagType
Tag Type |
Field Summary | |
std::string |
m_TagAdditionalValue
Some tags need an additional value |
CGUIString::TextChunk::Tag::TagType |
m_TagType
In [B=Hello][/B] m_TagType is TAG_B |
std::string |
m_TagValue
In [B=Hello][/B] m_TagValue is 'Hello' |
Method Summary | |
bool |
SetTagType( const CStr& tagtype )
Set tag from string |
Field Detail |
public std::string m_TagAdditionalValue;
public CGUIString::TextChunk::Tag::TagType m_TagType;
public std::string m_TagValue;
Method Detail |
public bool SetTagType( const CStr& tagtype );
tagtype
- TagType by string, like 'IMG' for [IMG]
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |