DOM::AbstractView Class Reference
Introduced in DOM Level 2. More...
#include <dom2_views.h>
| Public Member Functions | |
| AbstractView (const AbstractView &other) | |
| AbstractView & | operator= (const AbstractView &other) | 
| Document | document () const | 
| CSSStyleDeclaration | getComputedStyle (const Element &elt, const DOMString &pseudoElt) | 
| AbstractViewImpl * | handle () const | 
| bool | isNull () const | 
| Protected Member Functions | |
| AbstractView (AbstractViewImpl *i) | |
| Protected Attributes | |
| AbstractViewImpl * | impl | 
| Friends | |
| class | Event | 
| class | UIEvent | 
| class | MouseEvent | 
| class | MutationEvent | 
| class | Document | 
Detailed Description
Introduced in DOM Level 2.A base interface that all views shall derive from.
Definition at line 40 of file dom2_views.h.
Member Function Documentation
| 
 | 
| The source DocumentView of which this is an AbstractView. 
 Definition at line 67 of file dom2_views.cpp. | 
| 
 | ||||||||||||
| 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]. 
 
 
 Definition at line 75 of file dom2_views.cpp. References DOM::Node::handle(), and DOM::DOMString::implementation(). | 
The documentation for this class was generated from the following files:

