#include <label.hh>

Public Member Functions | |
| label (void) | |
| label (const std::string &name) | |
| ~label (void) | |
| label * | clone (void) const |
| void | write (writer &out) const |
| void | setName (const std::string &txt) |
| html::label::label | ( | void | ) |
Construct an empty label. brief Default constructor.
| html::label::label | ( | const std::string & | name | ) |
Construct a named label. brief Data constructor.
| name | Label name. |
| label* html::label::clone | ( | void | ) | const [virtual] |
| void html::label::write | ( | writer & | out | ) | const [virtual] |
Write the label to the specified html writer. brief Write the label.
| out | HTML write to which the label is to be written. |
Reimplemented from html::object.
| void html::label::setName | ( | const std::string & | txt | ) |
1.5.4