#include <html_base.h>

Protected Member Functions | |
HTMLFrameSetElement (HTMLFrameSetElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLFrameSetElement::HTMLFrameSetElement | ( | ) |
Definition at line 402 of file html_base.cpp.
◆ HTMLFrameSetElement() [2/4]
HTMLFrameSetElement::HTMLFrameSetElement | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 406 of file html_base.cpp.
◆ HTMLFrameSetElement() [3/4]
|
inline |
Definition at line 314 of file html_base.h.
◆ HTMLFrameSetElement() [4/4]
|
protected |
Definition at line 410 of file html_base.cpp.
◆ ~HTMLFrameSetElement()
HTMLFrameSetElement::~HTMLFrameSetElement | ( | ) |
Definition at line 426 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 430 of file html_base.cpp.
◆ operator=() [1/2]
HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const HTMLFrameSetElement & | other | ) |
Definition at line 420 of file html_base.cpp.
◆ operator=() [2/2]
HTMLFrameSetElement & HTMLFrameSetElement::operator= | ( | const Node & | other | ) |
Definition at line 414 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 441 of file html_base.cpp.
◆ setCols()
void HTMLFrameSetElement::setCols | ( | const DOMString & | value | ) |
see cols
Definition at line 436 of file html_base.cpp.
◆ setRows()
void HTMLFrameSetElement::setRows | ( | const DOMString & | value | ) |
see rows
Definition at line 447 of file html_base.cpp.
The documentation for this class was generated from the following files: