Vidalia 0.2.12
|
#include <ControlMethod.h>
Public Types | |
enum | Method { Port, Socket } |
Static Public Member Functions | |
static QString | toString (ControlMethod::Method method) |
static Method | fromString (QString method) |
Definition at line 21 of file ControlMethod.h.
Definition at line 24 of file ControlMethod.h.
ControlMethod::Method ControlMethod::fromString | ( | QString | method | ) | [static] |
Definition at line 36 of file ControlMethod.cpp.
Referenced by TorSettings::getControlMethod().
QString ControlMethod::toString | ( | ControlMethod::Method | method | ) | [static] |
Definition at line 19 of file ControlMethod.cpp.
Referenced by TorSettings::setControlMethod().