Go to the documentation of this file.
16 #ifndef _NETWORKSETTINGS_H
17 #define _NETWORKSETTINGS_H
22 #include <QStringList>
47 bool apply(QString *errmsg = 0);
ProxyType proxyTypeFromString(const QString &type)
void setFascistFirewall(bool fascistFirewall)
QString getProxyPassword()
QString getProxyUsername()
void setReachablePorts(const QList< quint16 > &reachablePorts)
QString proxyTypeToString(ProxyType type)
void setBridgeList(const QStringList &bridgeList)
void setProxyType(ProxyType type)
TorControl * torControl() const
void setProxyUsername(const QString &user)
NetworkSettings(TorControl *torControl)
QString getProxyAddress()
void setUseBridges(bool useBridges)
bool getFascistFirewall()
void setProxyPassword(const QString &pass)
bool apply(QString *errmsg=0)
QStringList getBridgeList()
void setProxyAddress(const QString &addr)
QList< quint16 > getReachablePorts()