KHTML
#include <html_base.h>
Protected Member Functions | |
| HTMLFrameSetElement (HTMLFrameSetElementImpl *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
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() [1/4]
| HTMLFrameSetElement::HTMLFrameSetElement | ( | ) |
Definition at line 398 of file html_base.cpp.
◆ HTMLFrameSetElement() [2/4]
| HTMLFrameSetElement::HTMLFrameSetElement | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 402 of file html_base.cpp.
◆ HTMLFrameSetElement() [3/4]
|
inline |
Definition at line 313 of file html_base.h.
◆ HTMLFrameSetElement() [4/4]
|
protected |
Definition at line 406 of file html_base.cpp.
◆ ~HTMLFrameSetElement()
| HTMLFrameSetElement::~HTMLFrameSetElement | ( | ) |
Definition at line 422 of file html_base.cpp.
Member Function Documentation
◆ cols()
| 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 426 of file html_base.cpp.
◆ operator=() [1/2]
| HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 416 of file html_base.cpp.
◆ operator=() [2/2]
| HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const Node & | other | ) |
Definition at line 410 of file html_base.cpp.
◆ rows()
| 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 437 of file html_base.cpp.
◆ setCols()
| void HTMLFrameSetElement::setCols | ( | const DOMString & | value | ) |
see cols
Definition at line 432 of file html_base.cpp.
◆ setRows()
| void HTMLFrameSetElement::setRows | ( | const DOMString & | value | ) |
see rows
Definition at line 443 of file html_base.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:04:30 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from