• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdehtml
 

tdehtml

  • DOM
  • AbstractView
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
DOM::AbstractView Class Reference

#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 41 of file dom2_views.h.

Constructor & Destructor Documentation

◆ AbstractView() [1/3]

AbstractView::AbstractView ( )

Definition at line 32 of file dom2_views.cpp.

◆ AbstractView() [2/3]

AbstractView::AbstractView ( const AbstractView &  other)

Definition at line 38 of file dom2_views.cpp.

◆ ~AbstractView()

AbstractView::~AbstractView ( )
virtual

Definition at line 51 of file dom2_views.cpp.

◆ AbstractView() [3/3]

AbstractView::AbstractView ( AbstractViewImpl *  i)
protected

Definition at line 45 of file dom2_views.cpp.

Member Function Documentation

◆ document()

Document AbstractView::document ( ) const

The source DocumentView of which this is an AbstractView.

Definition at line 67 of file dom2_views.cpp.

◆ getComputedStyle()

CSSStyleDeclaration 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
eltThe element whose style is to be computed. This parameter cannot be null.
pseudoEltThe pseudo-element or null if none.
Returns
The computed style. The CSSStyleDeclaration is read-only and contains only absolute values.

Definition at line 75 of file dom2_views.cpp.

◆ handle()

AbstractViewImpl * AbstractView::handle ( ) const

Definition at line 84 of file dom2_views.cpp.

◆ isNull()

bool AbstractView::isNull ( ) const

Definition at line 89 of file dom2_views.cpp.

◆ operator=()

AbstractView & AbstractView::operator= ( const AbstractView &  other)

Definition at line 57 of file dom2_views.cpp.

Friends And Related Function Documentation

◆ Document

friend class Document
friend

Definition at line 46 of file dom2_views.h.

◆ Event

friend class Event
friend

Definition at line 42 of file dom2_views.h.

◆ MouseEvent

friend class MouseEvent
friend

Definition at line 44 of file dom2_views.h.

◆ MutationEvent

friend class MutationEvent
friend

Definition at line 45 of file dom2_views.h.

◆ UIEvent

friend class UIEvent
friend

Definition at line 43 of file dom2_views.h.

Member Data Documentation

◆ impl

AbstractViewImpl* DOM::AbstractView::impl
protected

Definition at line 85 of file dom2_views.h.


The documentation for this class was generated from the following files:
  • dom2_views.h
  • dom2_views.cpp

tdehtml

Skip menu "tdehtml"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdehtml

Skip menu "tdehtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdehtml by doxygen 1.9.4
This website is maintained by Timothy Pearson.