KHTML
DOM::HTMLFrameSetElement Class Reference
Create a grid of frames. More...
#include <html_base.h>
Inheritance diagram for DOM::HTMLFrameSetElement:
Public Member Functions | |
DOMString | cols () const |
HTMLFrameSetElement (const Node &other) | |
HTMLFrameSetElement (const HTMLFrameSetElement &other) | |
HTMLFrameSetElement () | |
HTMLFrameSetElement & | operator= (const Node &other) |
HTMLFrameSetElement & | operator= (const HTMLFrameSetElement &other) |
DOMString | rows () const |
void | setCols (const DOMString &) |
void | setRows (const DOMString &) |
~HTMLFrameSetElement () | |
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 309 of file html_base.h.
Constructor & Destructor Documentation
HTMLFrameSetElement::HTMLFrameSetElement | ( | ) |
Definition at line 402 of file html_base.cpp.
HTMLFrameSetElement::HTMLFrameSetElement | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 406 of file html_base.cpp.
DOM::HTMLFrameSetElement::HTMLFrameSetElement | ( | const Node & | other | ) | [inline] |
Definition at line 314 of file html_base.h.
HTMLFrameSetElement::HTMLFrameSetElement | ( | HTMLFrameSetElementImpl * | impl | ) | [protected] |
Definition at line 410 of file html_base.cpp.
HTMLFrameSetElement::~HTMLFrameSetElement | ( | ) |
Definition at line 426 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 430 of file html_base.cpp.
HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const Node & | other | ) |
HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 420 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 441 of file html_base.cpp.
void HTMLFrameSetElement::setCols | ( | const DOMString & | value | ) |
void HTMLFrameSetElement::setRows | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: