#include <dom2_views.h>
Public Methods | |
AbstractView () | |
AbstractView (const AbstractView &other) | |
virtual | ~AbstractView () |
AbstractView & | operator= (const AbstractView &other) |
Document | document () const |
CSSStyleDeclaration | getComputedStyle (const Element &elt, const DOMString &pseudoElt) |
AbstractViewImpl * | handle () const |
bool | isNull () const |
Protected Methods | |
AbstractView (AbstractViewImpl *i) | |
Protected Attributes | |
AbstractViewImpl * | impl |
Friends | |
class | Event |
class | UIEvent |
class | MouseEvent |
class | MutationEvent |
class | Document |
A base interface that all views shall derive from.
|
|
|
|
|
|
|
|
|
|
|
The source DocumentView of which this is an AbstractView.
|
|
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].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|