KHTML
AdaptorView Class Reference
#include <khtmladaptorpart.h>
Inheritance diagram for AdaptorView:

Protected Member Functions | |
| bool | openFile () |
Protected Member Functions inherited from KParts::ReadOnlyPart | |
| ReadOnlyPart (ReadOnlyPartPrivate &dd, QObject *parent) | |
| void | abortLoad () |
| virtual void | guiActivateEvent (GUIActivateEvent *event) |
| bool | isLocalFileTemporary () const |
| QString | localFilePath () const |
| void | setLocalFilePath (const QString &localFilePath) |
| void | setLocalFileTemporary (bool temp) |
| void | setUrl (const KUrl &url) |
Protected Member Functions inherited from KParts::Part | |
| Part (PartPrivate &dd, QObject *parent) | |
| virtual void | customEvent (QEvent *event) |
| QWidget * | hostContainer (const QString &containerName) |
| void | loadPlugins () |
| virtual void | partActivateEvent (PartActivateEvent *event) |
| virtual void | partSelectEvent (PartSelectEvent *event) |
| virtual void | setWidget (QWidget *widget) |
Protected Member Functions inherited from KXMLGUIClient | |
| void | loadStandardsXmlFile () |
| virtual void | setComponentData (const KComponentData &componentData) |
| virtual void | setDOMDocument (const QDomDocument &document, bool merge=false) |
| virtual void | setLocalXMLFile (const QString &file) |
| virtual void | setXML (const QString &document, bool merge=false) |
| virtual void | setXMLFile (const QString &file, bool merge=false, bool setXMLDoc=true) |
| virtual void | stateChanged (const QString &newstate, ReverseStateChange reverse=StateNoReverse) |
| virtual void | virtual_hook (int id, void *data) |
Additional Inherited Members | |
Public Types inherited from KXMLGUIClient | |
| enum | ReverseStateChange |
Public Slots inherited from KParts::ReadOnlyPart | |
| virtual bool | openUrl (const KUrl &url) |
Signals inherited from KParts::ReadOnlyPart | |
| void | canceled (const QString &errMsg) |
| void | completed () |
| void | completed (bool pendingAction) |
| void | started (KIO::Job *) |
| void | urlChanged (const KUrl &url) |
Signals inherited from KParts::Part | |
| void | setStatusBarText (const QString &text) |
| void | setWindowCaption (const QString &caption) |
Static Public Member Functions inherited from KXMLGUIClient | |
| static QString | findMostRecentXMLFile (const QStringList &files, QString &doc) |
Protected Slots inherited from KParts::Part | |
| void | slotWidgetDestroyed () |
Properties inherited from KParts::ReadOnlyPart | |
| KUrl | url |
Detailed Description
Definition at line 58 of file khtmladaptorpart.h.
Constructor & Destructor Documentation
| AdaptorView::AdaptorView | ( | QWidget * | wparent, |
| QObject * | parent, | ||
| const QStringList & | args | ||
| ) |
Definition at line 25 of file khtmladaptorpart.cpp.
Member Function Documentation
|
virtual |
Implements ScriptingInterface.
Definition at line 41 of file khtmladaptorpart.cpp.
|
protectedvirtual |
Reimplemented from KParts::ReadOnlyPart.
Definition at line 36 of file khtmladaptorpart.cpp.
|
virtual |
Implements ScriptingInterface.
Definition at line 45 of file khtmladaptorpart.cpp.
|
inlinevirtual |
Implements ScriptingInterface.
Definition at line 66 of file khtmladaptorpart.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from