class AbstractView
|
Introduced in DOM Level 2
More... |
|
|
Public Methods
Protected Methods
Protected Members
Introduced in DOM Level 2
A base interface that all views shall derive from.
AbstractView ()
| AbstractView |
AbstractView (const AbstractView &other)
| AbstractView |
~AbstractView ()
| ~AbstractView |
[virtual]
AbstractView & operator = (const AbstractView &other)
| operator = |
Document document ()
| document |
[const]
The source DocumentView of which this is an AbstractView.
CSSStyleDeclaration getComputedStyle (const Element &elt, const DOMString &pseudoElt)
| getComputedStyle |
Introduced in DOM Level 2
This method is from the ViewCSS interface
This method is used to get the computed style as it is defined in
[CSS2].
Parameters:
elt | The element whose style is to be computed. This parameter
cannot be null.
|
pseudoElt | The pseudo-element or null if none.
|
Returns: The computed style. The CSSStyleDeclaration is read-only and
contains only absolute values.
AbstractViewImpl * handle ()
| handle |
[const]
not part of the DOM
[const]
AbstractView (AbstractViewImpl *i)
| AbstractView |
[protected]
AbstractViewImpl * impl
| impl |
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |