Go to the documentation of this file.
16 #ifndef _ABSTRACTTORSETTINGS_H
17 #define _ABSTRACTTORSETTINGS_H
42 virtual bool apply(QString *errmsg) = 0;
virtual QVariant localValue(const QString &key) const
bool isEmptyValue(const QVariant &value) const
TorControl * torControl() const
AbstractTorSettings(const QString &group, TorControl *torControl=0)
QMap< QString, QVariant > _backupSettings
void setChanged(bool changed)
virtual bool changedSinceLastApply() const
virtual void setValue(const QString &key, const QVariant &value)
virtual QVariant torValue(const QString &key) const
virtual QVariant value(const QString &key) const
virtual bool apply(QString *errmsg)=0