KDEWebKit
#include "kwebpluginfactory.h"#include "kwebpage.h"#include "kwebview.h"#include <kmimetypetrader.h>#include <kservicetypetrader.h>#include <kmimetype.h>#include <kdebug.h>#include <kio/job.h>#include <kparts/part.h>#include <QtCore/QListIterator>#include <QtCore/QStringList>#include <QtCore/QList>#include <QtWebKit/QWebPluginFactory>#include <QtWebKit/QWebFrame>#include <QtWebKit/QWebView>#include "kwebpluginfactory.moc"Go to the source code of this file.
Macros | |
| #define | QL1C(x) |
| #define | QL1S(x) |
Functions | |
| static bool | isHttpProtocol (const QUrl &url) |
Macro Definition Documentation
◆ QL1C
| #define QL1C | ( | x | ) |
Value:
QLatin1Char(x)
Definition at line 46 of file kwebpluginfactory.cpp.
◆ QL1S
| #define QL1S | ( | x | ) |
Value:
QLatin1String(x)
Definition at line 45 of file kwebpluginfactory.cpp.
Function Documentation
◆ isHttpProtocol()
|
static |
Definition at line 112 of file kwebpluginfactory.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.