Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

mpcl::text::html::TPage Class Reference

HTML page. More...

#include <page.hh>

Inheritance diagram for mpcl::text::html::TPage:

mpcl::text::html::TBasePage mpcl::text::html::TContainer mpcl::text::html::TTag List of all members.

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.


Detailed Description

HTML page.

Definition at line 61 of file page.hh.


Constructor & Destructor Documentation

mpcl::text::html::TPage::TPage const char *    pkcIDENTIFIER [inline]
 

Builds a new instance and inserts the head and the body.

Parameters:
pkcIDENTIFIER  Tag identifier.

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.

mpcl::text::html::TPage::TPage const char *    pkcIDENTIFIER,
const char *    pkcTITLE
[inline]
 

Builds a new instance and inserts the head and the body. Also inserts a title (pkcTITLE) into the head.

Parameters:
pkcIDENTIFIER  Tag identifier.
pkcTITLE  Title of the page.

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.


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:26 2003 for MPCL by doxygen1.2.18