KDEWebKit
#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 <kshell.h>
#include <kmimetypetrader.h>
#include <klocalizedstring.h>
#include <ktemporaryfile.h>
#include <kio/accessmanager.h>
#include <kio/job.h>
#include <kio/copyjob.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"
Go to the source code of this file.
|
#define | QL1C(x) QLatin1Char(x) |
|
#define | QL1S(x) QLatin1String(x) |
|
◆ QL1C
#define QL1C |
( |
|
x | ) |
QLatin1Char(x) |
◆ QL1S
#define QL1S |
( |
|
x | ) |
QLatin1String(x) |
◆ downloadResource()
◆ extractMimeType()
static void extractMimeType |
( |
const QNetworkReply * |
reply, |
|
|
QString & |
mimeType |
|
) |
| |
|
static |
◆ isMimeTypeAssociatedWithSelf()
static bool isMimeTypeAssociatedWithSelf |
( |
const KService::Ptr & |
offer | ) |
|
|
static |
◆ isReplyStatusOk()
◆ reloadRequestWithoutDisposition()
static void reloadRequestWithoutDisposition |
( |
QNetworkReply * |
reply | ) |
|
|
static |
◆ setActionIcon()
static void setActionIcon |
( |
QAction * |
action, |
|
|
const QIcon & |
icon |
|
) |
| |
|
static |
◆ setActionShortcut()
◆ setDisableCookieJarStorage()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.