torsettings.cpp File Reference

Settings used for starting and running Tor. More...

#include <QDir>
#include <vidalia.h>
#include "torsettings.h"

Go to the source code of this file.

Defines

#define SETTING_TOR_EXECUTABLE   "Tor/TorExecutable"
#define SETTING_TORRC   "Tor/Torrc"
#define SETTING_CONTROL_ADDR   "Tor/ControlAddr"
#define SETTING_CONTROL_PORT   "Tor/ControlPort"
#define SETTING_AUTH_TOKEN   "Tor/AuthToken"
#define SETTING_USE_SERVICE   "Tor/UseService"
#define SETTING_TOR_USER   "Tor/User"
#define SETTING_TOR_GROUP   "Tor/Group"
#define DEFAULT_TOR_EXECUTABLE   "/usr/bin/tor"
#define TOR_ARG_CONTROL_PORT   "ControlPort"
#define TOR_ARG_TORRC   "-f"
#define TOR_ARG_USER   "User"
#define TOR_ARG_GROUP   "Group"


Detailed Description

Settings used for starting and running Tor.

Version:
Id
torsettings.cpp 1238 2006-09-25 17:50:57Z edmanm

Definition in file torsettings.cpp.


Define Documentation

#define DEFAULT_TOR_EXECUTABLE   "/usr/bin/tor"

Definition at line 48 of file torsettings.cpp.

Referenced by TorSettings::TorSettings().

#define SETTING_AUTH_TOKEN   "Tor/AuthToken"

Definition at line 38 of file torsettings.cpp.

Referenced by TorSettings::getAuthToken(), TorSettings::setAuthToken(), and TorSettings::TorSettings().

#define SETTING_CONTROL_ADDR   "Tor/ControlAddr"

Definition at line 36 of file torsettings.cpp.

Referenced by TorSettings::getControlAddress(), and TorSettings::TorSettings().

#define SETTING_CONTROL_PORT   "Tor/ControlPort"

Definition at line 37 of file torsettings.cpp.

Referenced by TorSettings::getControlPort(), TorSettings::setControlAddress(), TorSettings::setControlPort(), and TorSettings::TorSettings().

#define SETTING_TOR_EXECUTABLE   "Tor/TorExecutable"

Definition at line 34 of file torsettings.cpp.

Referenced by TorSettings::getExecutable(), TorSettings::setExecutable(), and TorSettings::TorSettings().

#define SETTING_TOR_GROUP   "Tor/Group"

Definition at line 41 of file torsettings.cpp.

Referenced by TorSettings::getGroup(), TorSettings::setGroup(), and TorSettings::TorSettings().

#define SETTING_TOR_USER   "Tor/User"

Definition at line 40 of file torsettings.cpp.

Referenced by TorSettings::getUser(), TorSettings::setUser(), and TorSettings::TorSettings().

#define SETTING_TORRC   "Tor/Torrc"

Definition at line 35 of file torsettings.cpp.

Referenced by TorSettings::getTorrc(), TorSettings::setTorrc(), and TorSettings::TorSettings().

#define SETTING_USE_SERVICE   "Tor/UseService"

Definition at line 39 of file torsettings.cpp.

Referenced by TorSettings::getUseService(), TorSettings::setUseService(), and TorSettings::TorSettings().

#define TOR_ARG_CONTROL_PORT   "ControlPort"

Definition at line 52 of file torsettings.cpp.

Referenced by TorSettings::getArguments().

#define TOR_ARG_GROUP   "Group"

Definition at line 55 of file torsettings.cpp.

Referenced by TorSettings::getArguments().

#define TOR_ARG_TORRC   "-f"

Definition at line 53 of file torsettings.cpp.

Referenced by TorSettings::getArguments().

#define TOR_ARG_USER   "User"

Definition at line 54 of file torsettings.cpp.

Referenced by TorSettings::getArguments().


Generated on Mon Oct 23 20:08:16 2006 for Vidalia by  doxygen 1.5.0