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

mpcl::text::html::TRadioGroup Class Reference

HTML radio group. More...

#include <radio_group.hh>

Inheritance diagram for mpcl::text::html::TRadioGroup:

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

Public Methods

 TRadioGroup (const char *pkcIDENTIFIER, const char *pkcVALUE="", const char *pkcALIGN="horizontal")
void insertUpdating (const QTTag &rkqtTAG)
void insertUpdating (const QTTag &rkqtTAG, iterator tINDEX)
void setValue (const char *pkcSOURCE_VALUE)

Detailed Description

HTML radio group.

Definition at line 46 of file radio_group.hh.


Constructor & Destructor Documentation

mpcl::text::html::TRadioGroup::TRadioGroup const char *    pkcIDENTIFIER,
const char *    pkcVALUE = "",
const char *    pkcALIGN = "horizontal"
[inline]
 

Builds a new instance.

Parameters:
pkcIDENTIFIER  Identifier.
pkcVALUE  Default value in the group.
pkcALIGN  HTML align attribute.

Definition at line 57 of file radio_group.hh.


Member Function Documentation

void mpcl::text::html::TRadioGroup::insertUpdating const QTTag   rkqtTAG,
iterator    tINDEX
[virtual]
 

Inserts the smart pointer rqtTAG into this container. This member method is used to update the source tag pointed by rqtTAG and then, to insert that tag into this container.

Parameters:
rqtTAG  Tag to be inserted.
tINDEX  Iterator pointing to the position where the tag rqtTAG must be inserted.

Reimplemented from mpcl::text::html::TContainer.

Definition at line 49 of file radio_group.cc.

References mpcl::text::BoolToString(), mpcl::text::html::TTag::identifier(), mpcl::text::html::TContainer::insertAs(), mpcl::text::html::QTTag, mpcl::text::html::TTag::qualifiedIdentifier(), mpcl::text::html::TTag::tAttributeMap, and mpcl::text::TString.

void mpcl::text::html::TRadioGroup::insertUpdating const QTTag   rkqtTAG [virtual]
 

Inserts the smart pointer rqtTAG into this container. This member method is used to update the source tag pointed by rqtTAG and then, to insert that tag into this container.

Parameters:
rqtTAG  Tag to be inserted.

Reimplemented from mpcl::text::html::TContainer.

Definition at line 34 of file radio_group.cc.

References mpcl::text::BoolToString(), mpcl::text::html::TTag::identifier(), mpcl::text::html::TContainer::insertAs(), mpcl::text::html::QTTag, mpcl::text::html::TTag::qualifiedIdentifier(), mpcl::text::html::TTag::tAttributeMap, and mpcl::text::TString.

void mpcl::text::html::TRadioGroup::setValue const char *    pkcSOURCE_VALUE [virtual]
 

Assings a value to the attribute "value" in the attribute map.

Parameters:
pkcVALUE  Value to assign.

Reimplemented from mpcl::text::html::TTag.

Definition at line 64 of file radio_group.cc.

References mpcl::text::html::TTag::tAttributeMap, and mpcl::text::html::TContainer::tTagList.


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