KHTML
KHTMLRun Class Reference
#include <khtml_run.h>
Inheritance diagram for KHTMLRun:
Protected Member Functions | |
| virtual void | save (const KUrl &url, const QString &suggestedFilename) |
Protected Member Functions inherited from KParts::BrowserRun | |
| NonEmbeddableResult | handleNonEmbeddable (const QString &mimeType) |
| NonEmbeddableResult | handleNonEmbeddable (const QString &mimeType, KService::Ptr *pSelectedService) |
| virtual void | init () |
| virtual void | scanFile () |
Protected Member Functions inherited from KRun | |
| bool | doScanFile () const |
| bool | initializeNextAction () const |
| bool | isDirectory () const |
| bool | isLocalFile () const |
| KIO::Job * | job () |
| virtual void | killJob () |
| mode_t | mode () const |
| bool | progressInfo () const |
| void | setDoScanFile (bool scanFile) |
| void | setError (bool error) |
| void | setFinished (bool finished) |
| void | setInitializeNextAction (bool initialize) |
| void | setIsDirecory (bool isDirectory) |
| void | setIsLocalFile (bool isLocalFile) |
| void | setJob (KIO::Job *job) |
| void | setMode (mode_t mode) |
| void | setProgressInfo (bool progressInfo) |
| void | setUrl (const KUrl &url) |
| QTimer & | timer () |
| KUrl | url () const |
Additional Inherited Members | |
Public Types inherited from KParts::BrowserRun | |
| enum | AskEmbedOrSaveFlags |
| enum | AskSaveResult |
Signals inherited from KRun | |
| void | error () |
| void | finished () |
Static Public Member Functions inherited from KParts::BrowserRun | |
| static bool | allowExecution (const QString &mimeType, const KUrl &url) |
| static AskSaveResult | askEmbedOrSave (const KUrl &url, const QString &mimeType, const QString &suggestedFileName=QString(), int flags=0) |
| static AskSaveResult | askSave (const KUrl &url, KService::Ptr offer, const QString &mimeType, const QString &suggestedFileName=QString()) |
| static bool | isTextExecutable (const QString &mimeType) |
| static KUrl | makeErrorUrl (int error, const QString &errorText, const QString &initialUrl) |
| static void | saveUrl (const KUrl &url, const QString &suggestedFileName, QWidget *window, const KParts::OpenUrlArguments &args) |
| static void | saveUrlUsingKIO (const KUrl &srcUrl, const KUrl &destUrl, QWidget *window, const QMap< QString, QString > &metaData) |
| static void | simpleSave (const KUrl &url, const QString &suggestedFileName, QWidget *window=0) |
Public Attributes inherited from KParts::BrowserRun | |
| AttachmentDisposition | |
| Cancel | |
| Delayed | |
| Handled | |
| InlineDisposition | |
| NotHandled | |
| Open | |
| Save | |
Protected Types inherited from KParts::BrowserRun | |
| enum | NonEmbeddableResult |
Protected Slots inherited from KParts::BrowserRun | |
| void | slotBrowserMimetype (KIO::Job *job, const QString &type) |
| void | slotBrowserScanFinished (KJob *job) |
| void | slotCopyToTempFileResult (KJob *job) |
| virtual void | slotStatResult (KJob *job) |
Detailed Description
Definition at line 38 of file khtml_run.h.
Constructor & Destructor Documentation
| KHTMLRun::KHTMLRun | ( | KHTMLPart * | part, |
| khtml::ChildFrame * | child, | ||
| const KUrl & | url, | ||
| const KParts::OpenUrlArguments & | args, | ||
| const KParts::BrowserArguments & | browserArgs, | ||
| bool | hideErrorDialog | ||
| ) |
Definition at line 31 of file khtml_run.cpp.
Member Function Documentation
|
virtual |
Reimplemented from KRun.
Definition at line 49 of file khtml_run.cpp.
|
virtual |
Reimplemented from KParts::BrowserRun.
Definition at line 95 of file khtml_run.cpp.
Reimplemented from KParts::BrowserRun.
Definition at line 102 of file khtml_run.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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 Member Functions inherited from