Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

gui
Struct CGUIString::TextChunk::Tag

   in GUItext.h
   in GUItext.cpp

struct CGUIString::TextChunk::Tag

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

m_TagAdditionalValue

public std::string m_TagAdditionalValue;
Some tags need an additional value

m_TagType

public CGUIString::TextChunk::Tag::TagType m_TagType;
In [B=Hello][/B] m_TagType is TAG_B

m_TagValue

public std::string m_TagValue;
In [B=Hello][/B] m_TagValue is 'Hello'


Method Detail

SetTagType

public bool SetTagType( const CStr& tagtype );
Set tag from string
Parameters:
tagtype - TagType by string, like 'IMG' for [IMG]
Returns:
True if m_TagType was set.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD