#include <radio_group.hh>
Inheritance diagram for mpcl::text::html::TRadioGroup:
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) |
Definition at line 46 of file radio_group.hh.
|
Builds a new instance.
Definition at line 57 of file radio_group.hh. |
|
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.
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. |
|
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.
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. |
|
Assings a value to the attribute "value" in the attribute map.
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. |