#include "kwebpage.h"#include "kwebwallet.h"#include "kwebpluginfactory.h"#include <kaction.h>#include <kfiledialog.h>#include <kprotocolmanager.h>#include <kjobuidelegate.h>#include <krun.h>#include <kstandarddirs.h>#include <kstandardshortcut.h>#include <kurl.h>#include <kdebug.h>#include <kmimetypetrader.h>#include <klocalizedstring.h>#include <ktemporaryfile.h>#include <kio/accessmanager.h>#include <kio/job.h>#include <kio/jobuidelegate.h>#include <kio/renamedialog.h>#include <kio/scheduler.h>#include <kparts/browseropenorsavequestion.h>#include <QtCore/QPointer>#include <QtCore/QFileInfo>#include <QtCore/QCoreApplication>#include <QtWebKit/QWebFrame>#include <QtNetwork/QNetworkReply>#include "kwebpage.moc"
Include dependency graph for kwebpage.cpp:

Go to the source code of this file.
Defines | |
| #define | QL1C(x) QLatin1Char(x) |
| #define | QL1S(x) QLatin1String(x) |
Functions | |
| static bool | downloadResource (const KUrl &srcUrl, const QString &suggestedName=QString(), QWidget *parent=0, const KIO::MetaData &metaData=KIO::MetaData()) |
| static void | extractMimeType (const QNetworkReply *reply, QString &mimeType) |
| static bool | isMimeTypeAssociatedWithSelf (const QString &mimeType, const KService::Ptr &offer) |
| static bool | isReplyStatusOk (const QNetworkReply *reply) |
| static KUrl | promptUser (QWidget *parent, const KUrl &url, const QString &suggestedName) |
| static void | setDisableCookieJarStorage (QNetworkAccessManager *manager, bool status) |
Define Documentation
| #define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 62 of file kwebpage.cpp.
| #define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 61 of file kwebpage.cpp.
Function Documentation
| static bool downloadResource | ( | const KUrl & | srcUrl, |
| const QString & | suggestedName = QString(), |
||
| QWidget * | parent = 0, |
||
| const KIO::MetaData & | metaData = KIO::MetaData() |
||
| ) | [static] |
Definition at line 130 of file kwebpage.cpp.
| static void extractMimeType | ( | const QNetworkReply * | reply, |
| QString & | mimeType | ||
| ) | [static] |
Definition at line 85 of file kwebpage.cpp.
| static bool isMimeTypeAssociatedWithSelf | ( | const QString & | mimeType, |
| const KService::Ptr & | offer | ||
| ) | [static] |
Definition at line 64 of file kwebpage.cpp.
| static bool isReplyStatusOk | ( | const QNetworkReply * | reply | ) | [static] |
Definition at line 149 of file kwebpage.cpp.
| static KUrl promptUser | ( | QWidget * | parent, |
| const KUrl & | url, | ||
| const QString & | suggestedName | ||
| ) | [static] |
Definition at line 103 of file kwebpage.cpp.
| static void setDisableCookieJarStorage | ( | QNetworkAccessManager * | manager, |
| bool | status | ||
| ) | [static] |
Definition at line 472 of file kwebpage.cpp.
KDE 4.6 API Reference