Qt 4.8
|
#include <QVariant>
#include <QStringList>
#include <QDebug>
#include <QWriteLocker>
#include <QNetworkProxyFactory>
#include <QNetworkProxy>
#include <gconf/gconf-value.h>
#include <gconf/gconf-client.h>
#include "proxyconf.h"
Go to the source code of this file.
Classes | |
class | Maemo::GConfItemFast |
class | Maemo::NetworkProxyFactory |
class | Maemo::ProxyConfPrivate |
Namespaces | |
Maemo | |
Macros | |
#define | CONF_PROXY "/system/proxy" |
#define | GET(var, type) |
#define | GET_HTTP(var, name, type) |
#define | HTTP_PROXY "/system/http_proxy" |
#define | withClient(c) for (GConfClient *c = gconf_client_get_default(); c; c=0) |
Functions | |
static QString | Maemo::convertKey (const char *key) |
static QVariant | Maemo::convertValue (GConfValue *src) |
static QHash< QString, QVariant > | Maemo::getHttpValues (const QString &prefix) |
static QHash< QString, QVariant > | Maemo::getValues (const QString &prefix) |
Variables | |
static QReadWriteLock | Maemo::lock |
static int | Maemo::refcount = 0 |
#define CONF_PROXY "/system/proxy" |
Definition at line 53 of file proxyconf.cpp.
Referenced by Maemo::ProxyConf::ProxyConf().
#define GET | ( | var, | |
type | |||
) |
Definition at line 212 of file proxyconf.cpp.
Referenced by Maemo::ProxyConfPrivate::readProxyData().
Definition at line 219 of file proxyconf.cpp.
Referenced by Maemo::ProxyConfPrivate::readProxyData().
#define HTTP_PROXY "/system/http_proxy" |
Definition at line 54 of file proxyconf.cpp.
Referenced by Maemo::ProxyConf::ProxyConf().
Definition at line 115 of file proxyconf.cpp.
Referenced by Maemo::GConfItemFast::getEntries().