DOM::HTMLFrameSetElement Class Reference
#include <html_base.h>
Inheritance diagram for DOM::HTMLFrameSetElement:

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.
Public Member Functions | |
| HTMLFrameSetElement () | |
| HTMLFrameSetElement (const HTMLFrameSetElement &other) | |
| HTMLFrameSetElement (const Node &other) | |
| HTMLFrameSetElement & | operator= (const HTMLFrameSetElement &other) |
| HTMLFrameSetElement & | operator= (const Node &other) |
| ~HTMLFrameSetElement () | |
| DOMString | cols () const |
| void | setCols (const DOMString &) |
| DOMString | rows () const |
| void | setRows (const DOMString &) |
Protected Member Functions | |
| HTMLFrameSetElement (HTMLFrameSetElementImpl *impl) | |
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.
| void HTMLFrameSetElement::setCols | ( | const DOMString & | ) |
| 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::setRows | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

