class document : public compound HTML document class.
The HTML document class defines the top level of an HTML document. A document is a compound HTML object, and includes in addition to the usual list of contained objects and attributes, a style directory and a few meta-data values (the title, refresh rate, etc.).
document(const document& x)
document(const char* title)
~document(void)
object* clone(void) const
const char* getTag(void) const
void write(writer& out) const
void setBackgroundColor(const color& color)
void setRefresh(double t)
void setStyle(const std::string& name, const StyleClass& c)
c - Style class definition.
alphabetic index hierarchy of classes
generated by doc++