Pyrogenesis
13997
|
A tag looks like this "Hello [B]there[/B] little". More...
#include <GUItext.h>
Classes | |
struct | TagAttribute |
Public Types | |
enum | TagType { TAG_B, TAG_I, TAG_FONT, TAG_SIZE, TAG_COLOR, TAG_IMGLEFT, TAG_IMGRIGHT, TAG_ICON } |
Tag Type. More... | |
Public Member Functions | |
bool | SetTagType (const CStr &tagtype) |
Set tag from string. More... | |
Public Attributes | |
TagType | m_TagType |
In [B=Hello][/B] m_TagType is TAG_B. More... | |
std::string | m_TagValue |
In [B=Hello][/B] m_TagValue is 'Hello'. More... | |
std::vector< TagAttribute > | m_TagAttributes |
Some tags need an additional attributes. More... | |
enum CGUIString::TextChunk::Tag::TagType |
bool CGUIString::TextChunk::Tag::SetTagType | ( | const CStr & | tagtype | ) |
Set tag from string.
tagtype | TagType by string, like 'IMG' for [IMG] |
Definition at line 266 of file GUItext.cpp.
std::vector<TagAttribute> CGUIString::TextChunk::Tag::m_TagAttributes |
TagType CGUIString::TextChunk::Tag::m_TagType |
std::string CGUIString::TextChunk::Tag::m_TagValue |