KHTML
DOM::HTMLFieldSetElement Class Reference
#include <html_form.h>
Inheritance diagram for DOM::HTMLFieldSetElement:

Public Member Functions | |
| HTMLFieldSetElement () | |
| HTMLFieldSetElement (const HTMLFieldSetElement &other) | |
| HTMLFieldSetElement (const Node &other) | |
| ~HTMLFieldSetElement () | |
| HTMLFormElement | form () const |
| HTMLFieldSetElement & | operator= (const HTMLFieldSetElement &other) |
| HTMLFieldSetElement & | operator= (const Node &other) |
Protected Member Functions | |
| HTMLFieldSetElement (HTMLFieldSetElementImpl *impl) | |
Detailed Description
Organizes form controls into logical groups.
See the FIELDSET element definition in HTML 4.0.
Definition at line 172 of file html_form.h.
Constructor & Destructor Documentation
Definition at line 146 of file html_form.cpp.
| HTMLFieldSetElement::HTMLFieldSetElement | ( | const HTMLFieldSetElement & | other | ) |
Definition at line 150 of file html_form.cpp.
| DOM::HTMLFieldSetElement::HTMLFieldSetElement | ( | const Node & | other | ) | [inline] |
Definition at line 177 of file html_form.h.
| HTMLFieldSetElement::HTMLFieldSetElement | ( | HTMLFieldSetElementImpl * | impl | ) | [protected] |
Definition at line 154 of file html_form.cpp.
Definition at line 170 of file html_form.cpp.
Member Function Documentation
| HTMLFormElement HTMLFieldSetElement::form | ( | ) | const |
| HTMLFieldSetElement & HTMLFieldSetElement::operator= | ( | const HTMLFieldSetElement & | other | ) |
Definition at line 164 of file html_form.cpp.
| HTMLFieldSetElement & HTMLFieldSetElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 158 of file html_form.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:59:04 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:59:04 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.