#include <hline.hh>

Public Member Functions | |
| hline (void) | |
| hline (const std::string &wid) | |
| ~hline (void) | |
| hline * | clone (void) const |
| void | write (writer &out) const |
| void | setWidth (const std::string &w) |
| void | setSize (const std::string &w) |
| html::hline::hline | ( | void | ) |
Construct an empty hline. brief Default constructor.
| html::hline::hline | ( | const std::string & | wid | ) |
| hline* html::hline::clone | ( | void | ) | const [virtual] |
| void html::hline::write | ( | writer & | out | ) | const [virtual] |
Write the horizontal line to the specified html writer. brief Write the hline.
| out | HTML write to which the line is to be written. |
Reimplemented from html::object.
| void html::hline::setWidth | ( | const std::string & | w | ) |
| void html::hline::setSize | ( | const std::string & | w | ) |
1.5.4