class image : public object Image object.
The IMAGE class represents an image to be displayed in the HTML document. The image object points to an image file of any standard type (gif, jpeg, etc.).
image(const std::string& src)
image(const image& x)
~image(void)
object* clone(void) const
void write(writer& out) const
void setWidth(const std::string& w)
void setSource(const std::string& src)
alphabetic index hierarchy of classes
generated by doc++