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

Public Member Functions | |
| AdaptorView (QWidget *wparent, QObject *parent, const QStringList &args) | |
| void | initScripting (KJS::ExecState *exec) |
| KJS::JSObject * | scriptObject () |
| void | stopScripting () |
Public Member Functions inherited from KParts::ReadOnlyPart | |
| ReadOnlyPart (QObject *parent=0) | |
| virtual | ~Part () |
| virtual | ~PartBase () |
| virtual | ~ReadOnlyPart () |
| OpenUrlArguments | arguments () const |
| BrowserExtension * | browserExtension () const |
| bool | closeStream () |
| virtual bool | closeUrl () |
| virtual void | embed (QWidget *parentWidget) |
| virtual Part * | hitTest (QWidget *widget, const QPoint &globalPos) |
| KIconLoader * | iconLoader () |
| bool | isProgressInfoEnabled () const |
| bool | isSelectable () const |
| PartManager * | manager () const |
| bool | openStream (const QString &mimeType, const KUrl &url) |
| Part (QObject *parent=0) | |
| PartBase () | |
| QObject * | partObject () const |
| void | setArguments (const OpenUrlArguments &arguments) |
| void | setAutoDeletePart (bool autoDeletePart) |
| void | setAutoDeleteWidget (bool autoDeleteWidget) |
| virtual void | setManager (PartManager *manager) |
| void | setPartObject (QObject *object) |
| void | setProgressInfoEnabled (bool show) |
| virtual void | setSelectable (bool selectable) |
| void | showProgressInfo (bool show) |
| KUrl | url () const |
| virtual QWidget * | widget () |
| bool | writeStream (const QByteArray &data) |
Public Member Functions inherited from ScriptingInterface | |
| virtual | ~ScriptingInterface () |
Additional Inherited Members | |
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 | setStatusBarText (const QString &text) |
| void | setWindowCaption (const QString &caption) |
| void | started (KIO::Job *) |
Signals inherited from KParts::Part | |
Protected Slots inherited from KParts::ReadOnlyPart | |
| void | slotWidgetDestroyed () |
Protected Slots inherited from KParts::Part | |
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-2012 The KDE developers.
Generated on Fri Dec 7 2012 16:15:53 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Fri Dec 7 2012 16:15:53 by doxygen 1.8.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from