KHTML
#include <html_block.h>

Protected Member Functions | |
HTMLLayerElement (HTMLLayerElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_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() [1/4]
HTMLLayerElement::HTMLLayerElement | ( | ) |
Definition at line 351 of file html_block.cpp.
◆ HTMLLayerElement() [2/4]
HTMLLayerElement::HTMLLayerElement | ( | const HTMLLayerElement & | other | ) |
Definition at line 355 of file html_block.cpp.
◆ HTMLLayerElement() [3/4]
|
inline |
Definition at line 341 of file html_block.h.
◆ HTMLLayerElement() [4/4]
|
protected |
Definition at line 360 of file html_block.cpp.
◆ ~HTMLLayerElement()
HTMLLayerElement::~HTMLLayerElement | ( | ) |
Definition at line 377 of file html_block.cpp.
Member Function Documentation
◆ bgColor()
DOMString HTMLLayerElement::bgColor | ( | ) | const |
The background color of the layer.
Definition at line 426 of file html_block.cpp.
◆ layers()
HTMLCollection HTMLLayerElement::layers | ( | ) | const |
The collection of sub-layers.
Definition at line 437 of file html_block.cpp.
◆ left()
long HTMLLayerElement::left | ( | ) | const |
The absolute position of the layer from the left.
Definition at line 398 of file html_block.cpp.
◆ operator=() [1/2]
HTMLLayerElement & HTMLLayerElement::operator= | ( | const HTMLLayerElement & | other | ) |
Definition at line 371 of file html_block.cpp.
◆ operator=() [2/2]
HTMLLayerElement & HTMLLayerElement::operator= | ( | const Node & | other | ) |
Definition at line 365 of file html_block.cpp.
◆ setBgColor()
void HTMLLayerElement::setBgColor | ( | const DOMString & | value | ) |
see bgColor
Definition at line 432 of file html_block.cpp.
◆ setLeft()
void HTMLLayerElement::setLeft | ( | long | _left | ) |
see left
Definition at line 405 of file html_block.cpp.
◆ setTop()
void HTMLLayerElement::setTop | ( | long | _top | ) |
see top
Definition at line 388 of file html_block.cpp.
◆ setVisibility()
void HTMLLayerElement::setVisibility | ( | const DOMString & | value | ) |
see visibility
Definition at line 421 of file html_block.cpp.
◆ top()
long HTMLLayerElement::top | ( | ) | const |
The absolute position of the layer from the top.
Definition at line 381 of file html_block.cpp.
◆ visibility()
DOMString HTMLLayerElement::visibility | ( | ) | const |
The visibility of layers is either "show" or "hide".
Definition at line 415 of file html_block.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.