KHTML
#include <html_form.h>

Protected Member Functions | |
HTMLOptGroupElement (HTMLOptGroupElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) |
Detailed Description
Group options together in logical subdivisions.
See the OPTGROUP element definition in HTML 4.0.
Definition at line 823 of file html_form.h.
Constructor & Destructor Documentation
◆ HTMLOptGroupElement() [1/4]
HTMLOptGroupElement::HTMLOptGroupElement | ( | ) |
Definition at line 731 of file html_form.cpp.
◆ HTMLOptGroupElement() [2/4]
HTMLOptGroupElement::HTMLOptGroupElement | ( | const HTMLOptGroupElement & | other | ) |
Definition at line 735 of file html_form.cpp.
◆ HTMLOptGroupElement() [3/4]
|
inline |
Definition at line 828 of file html_form.h.
◆ HTMLOptGroupElement() [4/4]
|
protected |
Definition at line 739 of file html_form.cpp.
◆ ~HTMLOptGroupElement()
HTMLOptGroupElement::~HTMLOptGroupElement | ( | ) |
Definition at line 755 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 759 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 771 of file html_form.cpp.
◆ operator=() [1/2]
HTMLOptGroupElement & HTMLOptGroupElement::operator= | ( | const HTMLOptGroupElement & | other | ) |
Definition at line 749 of file html_form.cpp.
◆ operator=() [2/2]
HTMLOptGroupElement & HTMLOptGroupElement::operator= | ( | const Node & | other | ) |
Definition at line 743 of file html_form.cpp.
◆ setDisabled()
void HTMLOptGroupElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 765 of file html_form.cpp.
◆ setLabel()
void HTMLOptGroupElement::setLabel | ( | const DOMString & | value | ) |
see label
Definition at line 777 of file html_form.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.