KHTML
DOM::HTMLLayerElement Class Reference
Layer container for Netscape 4.x compatibility. More...
#include <html_block.h>

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 compatibility.
Behaves mostly like absolute positioned DIV-blocks.
Definition at line 336 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 341 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 |
The background color of the layer.
Definition at line 428 of file html_block.cpp.
HTMLCollection HTMLLayerElement::layers | ( | ) | const |
The collection of sub-layers.
Definition at line 439 of file html_block.cpp.
long HTMLLayerElement::left | ( | ) | const |
The absolute position of the layer from the left.
Definition at line 400 of file html_block.cpp.
HTMLLayerElement & HTMLLayerElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 367 of file html_block.cpp.
HTMLLayerElement & HTMLLayerElement::operator= | ( | const HTMLLayerElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 373 of file html_block.cpp.
void HTMLLayerElement::setBgColor | ( | const DOMString & | value | ) |
see bgColor
Definition at line 434 of file html_block.cpp.
void HTMLLayerElement::setLeft | ( | long | _left | ) |
see left
Definition at line 407 of file html_block.cpp.
void HTMLLayerElement::setTop | ( | long | _top | ) |
see top
Definition at line 390 of file html_block.cpp.
void HTMLLayerElement::setVisibility | ( | const DOMString & | value | ) |
see visibility
Definition at line 423 of file html_block.cpp.
long HTMLLayerElement::top | ( | ) | const |
The absolute position of the layer from the top.
Definition at line 383 of file html_block.cpp.
DOMString HTMLLayerElement::visibility | ( | ) | const |
The visibility of layers is either "show" or "hide".
Definition at line 417 of file html_block.cpp.
The documentation for this class was generated from the following files: