khtml Library API Documentation

dom2_viewsimpl.cpp

00001 
00024 #include "dom2_viewsimpl.h"
00025 
00026 using namespace DOM;
00027 
00028 AbstractViewImpl::AbstractViewImpl(DocumentImpl *_document)
00029 {
00030     m_document = _document;
00031 }
00032 
00033 AbstractViewImpl::~AbstractViewImpl()
00034 {
00035 }
00036 
00037 CSSStyleDeclarationImpl *AbstractViewImpl::getComputedStyle(ElementImpl */*elt*/, DOMStringImpl */*pseudoElt*/)
00038 {
00039     return 0; // ###
00040 }
00041 
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:33:39 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001