KHTML
DOM::HTMLLayerElement Class Reference
Layer container for Netscape 4.x compatability. More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLLayerElement:
Public Member Functions | |
DOMString | bgColor () const |
HTMLLayerElement (const Node &other) | |
HTMLLayerElement (const HTMLLayerElement &other) | |
HTMLLayerElement () | |
HTMLCollection | layers () const |
long | left () const |
HTMLLayerElement & | operator= (const Node &other) |
HTMLLayerElement & | operator= (const HTMLLayerElement &other) |
void | setBgColor (const DOMString &) |
void | setLeft (long) |
void | setTop (long) |
void | setVisibility (const DOMString &) |
long | top () const |
DOMString | visibility () const |
~HTMLLayerElement () | |
Protected Member Functions | |
HTMLLayerElement (HTMLLayerElementImpl *impl) |
Detailed Description
Layer container for Netscape 4.x compatability.Behaves mostly like absolute positioned DIV-blocks.
Definition at line 337 of file html_block.h.
Constructor & Destructor Documentation
HTMLLayerElement::HTMLLayerElement | ( | ) |
Definition at line 353 of file html_block.cpp.
HTMLLayerElement::HTMLLayerElement | ( | const HTMLLayerElement & | other | ) |
Definition at line 357 of file html_block.cpp.
DOM::HTMLLayerElement::HTMLLayerElement | ( | const Node & | other | ) | [inline] |
Definition at line 342 of file html_block.h.
HTMLLayerElement::HTMLLayerElement | ( | HTMLLayerElementImpl * | impl | ) | [protected] |
Definition at line 362 of file html_block.cpp.
HTMLLayerElement::~HTMLLayerElement | ( | ) |
Definition at line 379 of file html_block.cpp.
Member Function Documentation
DOMString HTMLLayerElement::bgColor | ( | ) | const |
HTMLCollection HTMLLayerElement::layers | ( | ) | const |
long HTMLLayerElement::left | ( | ) | const |
HTMLLayerElement & HTMLLayerElement::operator= | ( | const Node & | other | ) |
HTMLLayerElement & HTMLLayerElement::operator= | ( | const HTMLLayerElement & | other | ) |
Definition at line 373 of file html_block.cpp.
void HTMLLayerElement::setBgColor | ( | const DOMString & | value | ) |
void HTMLLayerElement::setLeft | ( | long | _left | ) |
void HTMLLayerElement::setTop | ( | long | _top | ) |
void HTMLLayerElement::setVisibility | ( | const DOMString & | value | ) |
long HTMLLayerElement::top | ( | ) | const |
DOMString HTMLLayerElement::visibility | ( | ) | const |
The documentation for this class was generated from the following files: