#include <text.hh>

Public Member Functions | |
| text (void) | |
| text (const std::string &x) | |
| text (double x) | |
| text (const Time &x, const char *fmt="%M %d, %Y %02H:%02N") | |
| virtual | ~text (void) |
| text * | clone (void) const |
| void | write (writer &out) const |
| void | insertText (const std::string &txt) |
| void | addText (const std::string &txt) |
| text & | operator<< (const std::string &txt) |
| text & | operator<< (double x) |
| text & | setColor (const color &Color) |
| text & | setFont (const font &Font) |
| text & | setSize (const size &Size) |
"<" is translated to "<" before it is added to the text string. brief Html text object
| html::text::text | ( | const std::string & | x | ) |
| html::text::text | ( | double | x | ) |
| html::text::text | ( | const Time & | x, | |
| const char * | fmt = "%M %d, %Y %02H:%02N" | |||
| ) |
| text* html::text::clone | ( | void | ) | const [virtual] |
| void html::text::write | ( | writer & | out | ) | const [virtual] |
| void html::text::insertText | ( | const std::string & | txt | ) |
| void html::text::addText | ( | const std::string & | txt | ) |
| text& html::text::operator<< | ( | const std::string & | txt | ) |
| text& html::text::operator<< | ( | double | x | ) |
1.5.4