#include <image.hh>

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