#include <checkbox_group.hh>
Inheritance diagram for mpcl::text::html::TCheckboxGroup:
Public Methods | |
void | insertUpdating (const QTTag &rkqtTAG) |
void | insertUpdating (const QTTag &rkqtTAG, iterator tINDEX) |
void | setValue (const TString &rkySOURCE_VALUE) |
void | setValue (const char *pkcSOURCE_VALUE) |
Definition at line 46 of file checkbox_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 66 of file checkbox_group.hh. References mpcl::text::html::TTag::identifier(), mpcl::text::html::TContainer::insertAs(), mpcl::text::html::TTag::iterator, mpcl::text::html::QTTag, and mpcl::text::html::TTag::qualifiedIdentifier(). |
|
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 59 of file checkbox_group.hh. References mpcl::text::html::TTag::identifier(), mpcl::text::html::TContainer::insertAs(), mpcl::text::html::QTTag, and mpcl::text::html::TTag::qualifiedIdentifier(). |
|
Assings a value to the attribute "value" in the attribute map.
Reimplemented from mpcl::text::html::TTag. Definition at line 78 of file checkbox_group.hh. References mpcl::text::html::TContainer::tTagList. |
|
Assings a value to the attribute "value" in the attribute map.
Reimplemented from mpcl::text::html::TTag. Definition at line 73 of file checkbox_group.hh. References mpcl::text::TString. |