#include <textAttr.hh>

Public Member Functions | |
| textAttr (void) | |
| Constructor. | |
| virtual | ~textAttr (void) |
| destructor. | |
| const color & | getColor (void) const |
| Get the color. | |
| const font & | getFont (void) const |
| Get the font. | |
| const size & | getSize (void) const |
| Get the font size. | |
| void | setFont (const font &x) |
| Set the font attribute. | |
| void | setColor (const color &x) |
| Set the color attribute. | |
| void | setSize (const size &x) |
| set the size attribute | |
| void | merge (const textAttr &x) |
| Merge attribute lists. | |
| void | merge (const attList &x) |
| Merge attribute lists. | |
| void | suppress (const textAttr &x) |
| Suppress specified attributes. | |
| html::textAttr::textAttr | ( | void | ) |
Constructor.
Construct a text attribute list.
| virtual html::textAttr::~textAttr | ( | void | ) | [inline, virtual] |
destructor.
Destroy a text attribute list.
| const color& html::textAttr::getColor | ( | void | ) | const |
| const font& html::textAttr::getFont | ( | void | ) | const |
| const size& html::textAttr::getSize | ( | void | ) | const |
| void html::textAttr::setFont | ( | const font & | x | ) |
| void html::textAttr::setColor | ( | const color & | x | ) |
| void html::textAttr::setSize | ( | const size & | x | ) |
| void html::textAttr::merge | ( | const textAttr & | x | ) |
Merge attribute lists.
Merge specified attribute list with the current attributes.
| x | Attribute list to be merged. |
| void html::textAttr::merge | ( | const attList & | x | ) | [inline, virtual] |
Merge attribute lists.
Merge specified attribute list with the current attributes.
| x | Attribute list to be merged. |
Reimplemented from html::attList.
| void html::textAttr::suppress | ( | const textAttr & | x | ) |
Suppress specified attributes.
Remove any attributes in a specified list.
| x | List of attributes to be suppressed. |
1.5.4