KHTML
khtml_settings.cc File Reference
#include <qfontdatabase.h>
#include "khtml_settings.h"
#include "khtmldefaults.h"
#include <kglobalsettings.h>
#include <kconfig.h>
#include <kglobal.h>
#include <klocale.h>
#include <kdebug.h>
#include <qregexp.h>
#include <qvaluevector.h>
#include <kmessagebox.h>
Include dependency graph for khtml_settings.cc:
Go to the source code of this file.
Typedefs | |
typedef QMap< QString, KPerDomainSettings > | PolicyMap |
Functions | |
static const KPerDomainSettings & | lookup_hostname_policy (const KHTMLSettingsPrivate *d, const QString &hostname) |
static KPerDomainSettings & | setup_per_domain_policy (KHTMLSettingsPrivate *d, const QString &domain) |
Typedef Documentation
Definition at line 63 of file khtml_settings.cc.
Function Documentation
static const KPerDomainSettings& lookup_hostname_policy | ( | const KHTMLSettingsPrivate * | d, | |
const QString & | hostname | |||
) | [static] |
Local helper for retrieving per-domain settings.
In case of doubt, the global domain is returned.
Definition at line 642 of file khtml_settings.cc.
static KPerDomainSettings& setup_per_domain_policy | ( | KHTMLSettingsPrivate * | 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 117 of file khtml_settings.cc.