DOM::HTMLFrameSetElement Class Reference

#include <html_base.h>

Inheritance diagram for DOM::HTMLFrameSetElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

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)
HTMLFrameSetElementoperator= (const HTMLFrameSetElement &other)
HTMLFrameSetElementoperator= (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  ) 

see cols

Definition at line 436 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::setRows ( const DOMString  ) 

see rows

Definition at line 447 of file html_base.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys