KHTML
khtml_settings.cpp File Reference
#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 <QtGui/QFontDatabase>
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 65 of file khtml_settings.cpp.
Function Documentation
static const KPerDomainSettings& lookup_hostname_policy | ( | const KHTMLSettingsPrivate *const | d, | |
const QString & | hostname | |||
) | [static] |
Local helper for retrieving per-domain settings.
In case of doubt, the global domain is returned.
Definition at line 654 of file khtml_settings.cpp.
static KPerDomainSettings& setup_per_domain_policy | ( | KHTMLSettingsPrivate *const | d, | |
const QString & | domain | |||
) | [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 122 of file khtml_settings.cpp.