KHTML
#include <kjavaappletviewer.h>
Public Slots | |
| void | appletLoaded () |
| virtual bool | closeUrl () |
| void | infoMessage (const QString &) |
| virtual bool | openUrl (const KUrl &url) |
Public Slots inherited from KParts::ReadOnlyPart | |
| virtual bool | openUrl (const KUrl &url) |
Static Public Member Functions | |
| static KAboutData * | createAboutData () |
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) |
Additional Inherited Members | |
Public Types inherited from KXMLGUIClient | |
| enum | ReverseStateChange |
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) |
Public Attributes inherited from KXMLGUIClient | |
| StateNoReverse | |
| StateReverse | |
Protected Slots inherited from KParts::Part | |
| void | slotWidgetDestroyed () |
Properties inherited from KParts::ReadOnlyPart | |
| KUrl | url |
Detailed Description
Definition at line 82 of file kjavaappletviewer.h.
Constructor & Destructor Documentation
| KJavaAppletViewer::KJavaAppletViewer | ( | QWidget * | wparent, |
| QObject * | parent, | ||
| const QStringList & | args | ||
| ) |
Definition at line 232 of file kjavaappletviewer.cpp.
| KJavaAppletViewer::~KJavaAppletViewer | ( | ) |
Definition at line 394 of file kjavaappletviewer.cpp.
Member Function Documentation
| bool KJavaAppletViewer::appletAlive | ( | ) | const |
Definition at line 447 of file kjavaappletviewer.cpp.
|
slot |
Definition at line 463 of file kjavaappletviewer.cpp.
|
inline |
Definition at line 90 of file kjavaappletviewer.h.
|
virtualslot |
Definition at line 437 of file kjavaappletviewer.cpp.
|
static |
Definition at line 474 of file kjavaappletviewer.cpp.
Definition at line 380 of file kjavaappletviewer.cpp.
|
slot |
Definition at line 470 of file kjavaappletviewer.cpp.
|
inline |
Definition at line 92 of file kjavaappletviewer.h.
|
protectedvirtual |
Reimplemented from KParts::ReadOnlyPart.
Definition at line 453 of file kjavaappletviewer.cpp.
Definition at line 403 of file kjavaappletviewer.cpp.
| CoverWidget * KJavaAppletViewer::view | ( | ) | const |
Definition at line 374 of file kjavaappletviewer.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:56:09 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Slots inherited from