KHTML
DOM::HTMLOptGroupElement Class Reference
Group options together in logical subdivisions. More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLOptGroupElement:
Public Member Functions | |
bool | disabled () const |
HTMLOptGroupElement (const Node &other) | |
HTMLOptGroupElement (const HTMLOptGroupElement &other) | |
HTMLOptGroupElement () | |
DOMString | label () const |
HTMLOptGroupElement & | operator= (const Node &other) |
HTMLOptGroupElement & | operator= (const HTMLOptGroupElement &other) |
void | setDisabled (bool) |
void | setLabel (const DOMString &) |
~HTMLOptGroupElement () | |
Protected Member Functions | |
HTMLOptGroupElement (HTMLOptGroupElementImpl *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::HTMLOptGroupElement | ( | ) |
Definition at line 728 of file html_form.cpp.
HTMLOptGroupElement::HTMLOptGroupElement | ( | const HTMLOptGroupElement & | other | ) |
Definition at line 732 of file html_form.cpp.
DOM::HTMLOptGroupElement::HTMLOptGroupElement | ( | const Node & | other | ) | [inline] |
Definition at line 829 of file html_form.h.
HTMLOptGroupElement::HTMLOptGroupElement | ( | HTMLOptGroupElementImpl * | impl | ) | [protected] |
Definition at line 736 of file html_form.cpp.
HTMLOptGroupElement::~HTMLOptGroupElement | ( | ) |
Definition at line 752 of file html_form.cpp.
Member Function Documentation
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.
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.
HTMLOptGroupElement & HTMLOptGroupElement::operator= | ( | const Node & | other | ) |
HTMLOptGroupElement & HTMLOptGroupElement::operator= | ( | const HTMLOptGroupElement & | other | ) |
Definition at line 746 of file html_form.cpp.
void HTMLOptGroupElement::setDisabled | ( | bool | _disabled | ) |
void HTMLOptGroupElement::setLabel | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: