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"
Include dependency graph for kwebpluginfactory.cpp:
Go to the source code of this file.
Macros | |
#define | QL1C(x) QLatin1Char(x) |
#define | QL1S(x) QLatin1String(x) |
Functions | |
static bool | isHttpProtocol (const QUrl &url) |
Macro Definition Documentation
#define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 46 of file kwebpluginfactory.cpp.
#define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 45 of file kwebpluginfactory.cpp.
Function Documentation
Definition at line 112 of file kwebpluginfactory.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.