Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

DOM::AbstractView Class Reference

Introduced in DOM Level 2. More...

#include <dom2_views.h>

List of all members.

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


Detailed Description

Introduced in DOM Level 2.

A base interface that all views shall derive from.


Constructor & Destructor Documentation

DOM::AbstractView::AbstractView  
 

DOM::AbstractView::AbstractView const AbstractView &    other
 

virtual DOM::AbstractView::~AbstractView   [virtual]
 

DOM::AbstractView::AbstractView AbstractViewImpl *    i [protected]
 


Member Function Documentation

AbstractView& DOM::AbstractView::operator= const AbstractView &    other
 

Document DOM::AbstractView::document  
 

The source DocumentView of which this is an AbstractView.

CSSStyleDeclaration DOM::AbstractView::getComputedStyle const Element   elt,
const DOMString   pseudoElt
 

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* DOM::AbstractView::handle  
 

bool DOM::AbstractView::isNull  
 


Friends And Related Function Documentation

friend class Event [friend]
 

friend class UIEvent [friend]
 

friend class MouseEvent [friend]
 

friend class MutationEvent [friend]
 

friend class Document [friend]
 


Member Data Documentation

AbstractViewImpl* DOM::AbstractView::impl [protected]
 


The documentation for this class was generated from the following file:
Generated on Sat Jan 31 23:28:25 2004 for XPath by doxygen1.2.18