Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "gui/CGUIText.h"
#include "ps/CStrIntern.h"
#include <array>
#include <list>
#include <vector>
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... | |