#include <select.hh>
Inheritance diagram for mpcl::text::html::TSelect:
Public Methods | |
void | insertUpdating (const QTTag &rkqtTAG) |
void | insertUpdating (const QTTag &rkqtTAG, iterator tINDEX) |
void | setValue (const char *pkcVALUE) |
Definition at line 46 of file select.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 69 of file select.hh. References mpcl::text::html::TTag::identifier(), mpcl::text::html::TContainer::insertAs(), mpcl::text::html::TTag::iterator, and mpcl::text::html::QTTag. |
|
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 63 of file select.hh. References mpcl::text::html::TTag::identifier(), mpcl::text::html::TContainer::insertAs(), and mpcl::text::html::QTTag. |
|
Assings a value to the attribute "value" in the attribute map.
Reimplemented from mpcl::text::html::TTag. Definition at line 77 of file select.hh. References mpcl::text::html::TTag::tAttributeMap, and mpcl::text::html::TContainer::tTagList. |