Pyrogenesis  trunk
Classes
CGUIString.h File Reference
#include "gui/CGUIText.h"
#include "ps/CStrIntern.h"
#include <array>
#include <list>
#include <vector>
Include dependency graph for CGUIString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CGUIString
 String class, substitute for CStr, but that parses the tags and builds up a list of all text that will be different when outputted. More...
 
struct  CGUIString::TextChunk
 A chunk of text that represents one call to the renderer. More...
 
struct  CGUIString::TextChunk::Tag
 A tag looks like this "Hello [b]there[/b] little". More...
 
struct  CGUIString::TextChunk::Tag::TagAttribute
 
struct  CGUIString::SFeedback
 All data generated in GenerateTextCall() More...