KHTML
#include "khtml_settings.h"
#include "khtmldefaults.h"
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <khtml_filter_p.h>
#include <kstandarddirs.h>
#include <kjob.h>
#include <kio/job.h>
#include <QFile>
#include <QFileInfo>
#include <QtGui/QFontDatabase>
#include <QByteArray>
#include "khtml_settings.moc"
Include dependency graph for khtml_settings.cpp:
Go to the source code of this file.
Typedefs | |
typedef QMap< QString, KPerDomainSettings > | PolicyMap |
Functions | |
static const KPerDomainSettings & | lookup_hostname_policy (const KHTMLSettingsPrivate *const d, const QString &hostname) |
static KPerDomainSettings & | setup_per_domain_policy (KHTMLSettingsPrivate *const d, const QString &domain) |
Typedef Documentation
Definition at line 71 of file khtml_settings.cpp.
Function Documentation
|
static |
Local helper for retrieving per-domain settings.
In case of doubt, the global domain is returned.
Definition at line 754 of file khtml_settings.cpp.
|
static |
Returns a writeable per-domains settings instance for the given domain or a deep copy of the global settings if not existent.
Definition at line 203 of file khtml_settings.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.