#include <page.hh>
Inheritance diagram for mpcl::text::html::TPage:
Public Methods | |
TPage (const char *pkcIDENTIFIER) | |
TPage (const char *pkcIDENTIFIER, const char *pkcTITLE) | |
Protected Attributes | |
QTBody | qtBody |
Body of the page. | |
QTHead | qtHead |
Head of the page. |
Definition at line 61 of file page.hh.
|
Builds a new instance and inserts the head and the body.
Definition at line 83 of file page.hh. References mpcl::text::html::TContainer::insert(), qtBody, qtHead, mpcl::text::html::QTTag, and mpcl::text::html::TTag::tAttributeMap. |
|
Builds a new instance and inserts the head and the body. Also inserts a title (pkcTITLE) into the head.
Definition at line 99 of file page.hh. References mpcl::text::html::TContainer::insert(), qtBody, qtHead, mpcl::text::html::QTTag, and mpcl::text::html::TTag::tAttributeMap. |