khtml::KHTMLPartAccessor
khtml::KHTMLPartAccessor Class Reference
#include <khtml_partaccessor.h>
Static Public Member Functions | |
static const DOM::Selection & | caret (const KHTMLPart *part) |
static void | clearSelection (KHTMLPart *part) |
static KHTMLPartPrivate * | d (const KHTMLPart *part) |
static DOM::DocumentImpl * | xmlDocImpl (const KHTMLPart *part) |
Detailed Description
This class is merely a namespace for static accessor methods to private methods of KHTMLPart.
As this class is a friend of KHTMLPart, and every method of this class is public, it can be used to invoke methods of KHTMLPart that otherwise would be private to functions that cannot be declared friends to KHTMLPart (i. e. functions that belong to anonymous namespaces)
Definition at line 40 of file khtml_partaccessor.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 16 2021 22:48:11 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 16 2021 22:48:11 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.