#include <html_form.h>

Protected Member Functions | |
HTMLOptGroupElement (HTMLOptGroupElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | impl |
Detailed Description
Group options together in logical subdivisions.
See the OPTGROUP element definition in HTML 4.0.
Definition at line 824 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLOptGroupElement() [1/4]
HTMLOptGroupElement::HTMLOptGroupElement | ( | ) |
Definition at line 728 of file html_form.cpp.
◆ HTMLOptGroupElement() [2/4]
HTMLOptGroupElement::HTMLOptGroupElement | ( | const HTMLOptGroupElement & | other | ) |
Definition at line 732 of file html_form.cpp.
◆ HTMLOptGroupElement() [3/4]
|
inline |
Definition at line 829 of file html_form.h.
◆ HTMLOptGroupElement() [4/4]
|
protected |
Definition at line 736 of file html_form.cpp.
◆ ~HTMLOptGroupElement()
HTMLOptGroupElement::~HTMLOptGroupElement | ( | ) |
Definition at line 752 of file html_form.cpp.
Member Function Documentation
◆ disabled()
bool HTMLOptGroupElement::disabled | ( | ) | const |
The control is unavailable in this context.
See the disabled attribute definition in HTML 4.0.
Definition at line 756 of file html_form.cpp.
◆ label()
DOMString HTMLOptGroupElement::label | ( | ) | const |
Assigns a label to this option group.
See the label attribute definition in HTML 4.0.
Definition at line 768 of file html_form.cpp.
◆ operator=() [1/2]
HTMLOptGroupElement & HTMLOptGroupElement::operator= | ( | const HTMLOptGroupElement & | other | ) |
Definition at line 746 of file html_form.cpp.
◆ operator=() [2/2]
HTMLOptGroupElement & HTMLOptGroupElement::operator= | ( | const Node & | other | ) |
Definition at line 740 of file html_form.cpp.
◆ setDisabled()
void HTMLOptGroupElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 762 of file html_form.cpp.
◆ setLabel()
void HTMLOptGroupElement::setLabel | ( | const DOMString & | value | ) |
see label
Definition at line 774 of file html_form.cpp.
The documentation for this class was generated from the following files: