Vidalia 0.3.1
|
#include "config.h"
#include "Vidalia.h"
#include "LanguageSupport.h"
#include "VMessageBox.h"
#include "stringutil.h"
#include "html.h"
#include <QDir>
#include <QTimer>
#include <QTextStream>
#include <QStyleFactory>
#include <QShortcut>
#include <QTranslator>
#include <QLibraryInfo>
#include <QSslSocket>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | ARG_LANGUAGE "lang" |
#define | ARG_GUISTYLE "style" |
#define | ARG_RESET "reset" |
#define | ARG_HELP "help" |
#define | ARG_DATADIR "datadir" |
#define | ARG_PIDFILE "pidfile" |
#define | ARG_LOGFILE "logfile" |
#define | ARG_LOGLEVEL "loglevel" |
#define | ARG_READ_PASSWORD_FROM_STDIN "read-password-from-stdin" |
#define ARG_DATADIR "datadir" |
Directory to use for data files.
Definition at line 47 of file Vidalia.cpp.
#define ARG_GUISTYLE "style" |
Argument specfying GUI style.
Definition at line 44 of file Vidalia.cpp.
#define ARG_HELP "help" |
Display usage informatino.
Definition at line 46 of file Vidalia.cpp.
#define ARG_LANGUAGE "lang" |
Argument specifying language.
Definition at line 43 of file Vidalia.cpp.
#define ARG_LOGFILE "logfile" |
Location of our logfile.
Definition at line 49 of file Vidalia.cpp.
#define ARG_LOGLEVEL "loglevel" |
Log verbosity.
Definition at line 50 of file Vidalia.cpp.
#define ARG_PIDFILE "pidfile" |
Location and name of our pidfile.
Definition at line 48 of file Vidalia.cpp.
#define ARG_READ_PASSWORD_FROM_STDIN "read-password-from-stdin" |
Read password from stdin.
Definition at line 52 of file Vidalia.cpp.
#define ARG_RESET "reset" |
Reset Vidalia's saved settings.
Definition at line 45 of file Vidalia.cpp.