vidalia.h File Reference

#include <QApplication>
#include <QMap>
#include <QString>
#include <QKeySequence>
#include <log.h>
#include <vidaliasettings.h>
#include <torcontrol.h>
#include "config.h"

Go to the source code of this file.

Classes

class  Vidalia

Defines

#define vApp   ((Vidalia *)qApp)
#define vDebug(fmt)   (vApp->log(Log::Debug, (fmt)))
#define vInfo(fmt)   (vApp->log(Log::Info, (fmt)))
#define vNotice(fmt)   (vApp->log(Log::Notice, (fmt)))
#define vWarn(fmt)   (vApp->log(Log::Warn, (fmt)))
#define vError(fmt)   (vApp->log(Log::Error, (fmt)))

Define Documentation

#define vApp   ((Vidalia *)qApp)
#define vDebug ( fmt   )     (vApp->log(Log::Debug, (fmt)))

Definition at line 39 of file vidalia.h.

Referenced by MainWindow::loadControlCookie(), and Vidalia::qt_msg_handler().

#define vError ( fmt   )     (vApp->log(Log::Error, (fmt)))

Definition at line 43 of file vidalia.h.

Referenced by main(), and Vidalia::qt_msg_handler().

#define vInfo ( fmt   )     (vApp->log(Log::Info, (fmt)))
#define vNotice ( fmt   )     (vApp->log(Log::Notice, (fmt)))
#define vWarn ( fmt   )     (vApp->log(Log::Warn, (fmt)))

Generated on 28 Dec 2009 for Vidalia by  doxygen 1.6.1