KHTML
khtml_settings.cc File Reference
#include "khtml_settings.h"
#include "khtmldefaults.h"
#include <kglobalsettings.h>
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kglobal.h>
#include <klocale.h>
#include <kdebug.h>
#include <QtCore/QRegExp>
#include <QtGui/QFontDatabase>
#include <kmessagebox.h>
#include <khtml_filter_p.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 *const d, const QString &hostname) |
| static KPerDomainSettings & | setup_per_domain_policy (KHTMLSettingsPrivate *const d, const QString &domain) |
Typedef Documentation
Definition at line 64 of file khtml_settings.cc.
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 640 of file khtml_settings.cc.
| 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 120 of file khtml_settings.cc.
KDE 4.1 API Reference