Public Member Functions

GFX::EncodedText Class Reference

Text encoded with color information. More...

#include <TextWriter.h>

List of all members.

Public Member Functions

void Clear ()
 Clears all stored data.
void AppendColorChange (uint8 red, uint8 green, uint8 blue, uint8 opacity=255)
 Appends a color change to the text stream.
void AppendColorChange (const TextColor &color)
 Appends a color change to the text stream.
void AppendPlainText (const std::string &text)
 Appends text to the text stream.
EncodedTextoperator<< (const char *sstring)
 Used for ostream-like notation to append a text string.
EncodedTextoperator<< (const std::string &sstring)
 Used for ostream-like notation to append a text string.
EncodedTextoperator<< (const MPMA::Vary &vstring)
 Used for ostream-like notation to append a text string.
EncodedTextoperator<< (const TextColor &color)
 Used for ostream-like notation to append a color change.
EncodedTextoperator<< (const EncodedText &et)
 Used for ostream-like notation.

Detailed Description

Text encoded with color information.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends