#include <QObject>#include <vidalia.h>#include <mainwindow.h>#include <vmessagebox.h>#include <procutil.h>#include <stringutil.h>Go to the source code of this file.
Functions | |
| bool | is_vidalia_running (QString pidfile) |
| int | main (int argc, char *argv[]) |
| bool is_vidalia_running | ( | QString | pidfile | ) |
Returns true if there is already another Vidalia process running.
Definition at line 30 of file main.cpp.
References is_process_running(), and read_pidfile().
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Main application entry point.
Definition at line 52 of file main.cpp.
References char_array_to_stringlist(), VMessageBox::Continue, VMessageBox::critical(), get_pid(), is_vidalia_running(), VMessageBox::Ok, Vidalia::pidFile(), VMessageBox::Quit, Vidalia::run(), Vidalia::showUsage(), Vidalia::showUsageMessageBox(), Vidalia::validateArguments(), vApp, vError, Vidalia::version(), vNotice, vWarn, and write_pidfile().
1.6.1