KHTML
DOM::HTMLFrameSetElement Class Reference
Create a grid of frames. More...
#include <html_base.h>

Public Member Functions | |
| HTMLFrameSetElement () | |
| HTMLFrameSetElement (const HTMLFrameSetElement &other) | |
| HTMLFrameSetElement (const Node &other) | |
| ~HTMLFrameSetElement () | |
| DOMString | cols () const |
| HTMLFrameSetElement & | operator= (const HTMLFrameSetElement &other) |
| HTMLFrameSetElement & | operator= (const Node &other) |
| DOMString | rows () const |
| void | setCols (const DOMString &) |
| void | setRows (const DOMString &) |
Protected Member Functions | |
| HTMLFrameSetElement (HTMLFrameSetElementImpl *impl) | |
Detailed Description
Create a grid of frames.
See the FRAMESET element definition in HTML 4.0.
Definition at line 308 of file html_base.h.
Constructor & Destructor Documentation
| HTMLFrameSetElement::HTMLFrameSetElement | ( | ) |
Definition at line 397 of file html_base.cpp.
| HTMLFrameSetElement::HTMLFrameSetElement | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 401 of file html_base.cpp.
| DOM::HTMLFrameSetElement::HTMLFrameSetElement | ( | const Node & | other | ) | [inline] |
Definition at line 313 of file html_base.h.
| HTMLFrameSetElement::HTMLFrameSetElement | ( | HTMLFrameSetElementImpl * | impl | ) | [protected] |
Definition at line 405 of file html_base.cpp.
| HTMLFrameSetElement::~HTMLFrameSetElement | ( | ) |
Definition at line 421 of file html_base.cpp.
Member Function Documentation
| DOMString HTMLFrameSetElement::cols | ( | ) | const |
The number of columns of frames in the frameset.
See the cols attribute definition in HTML 4.0.
Definition at line 425 of file html_base.cpp.
| HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 409 of file html_base.cpp.
| HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 415 of file html_base.cpp.
| DOMString HTMLFrameSetElement::rows | ( | ) | const |
The number of rows of frames in the frameset.
See the rows attribute definition in HTML 4.0.
Definition at line 436 of file html_base.cpp.
| void HTMLFrameSetElement::setCols | ( | const DOMString & | value | ) |
see cols
Definition at line 431 of file html_base.cpp.
| void HTMLFrameSetElement::setRows | ( | const DOMString & | value | ) |
see rows
Definition at line 442 of file html_base.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference