#include "config.h"
#include "VidaliaSettings.h"
#include "Log.h"
#include "TorControl.h"
#include <QApplication>
#include <QMap>
#include <QList>
#include <QString>
#include <QKeySequence>
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 vApp ((Vidalia *)qApp) |
Pointer to this Vidalia application instance.
Definition at line 37 of file Vidalia.h.
Referenced by CircuitListWidget::CircuitListWidget(), MainWindow::close(), ServerPage::copyBridgeIdentity(), NetworkPage::copySelectedBridgesToClipboard(), RouterListWidget::copySelectedFingerprints(), RouterListWidget::copySelectedNicknames(), RouterDescriptorView::copySelectedText(), NetworkPage::load(), main(), MainWindow::MainWindow(), NetworkPage::NetworkPage(), MainWindow::onCheckForBrowser(), MainWindow::onSubprocessFinished(), VClickLabel::paintEvent(), Vidalia::retranslateUi(), Vidalia::run(), MainWindow::running(), VidaliaWindow::setShortcut(), signal_handler(), MainWindow::start(), TorMapWidget::TorMapWidget(), and Vidalia::Vidalia().
#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))) |
Definition at line 40 of file Vidalia.h.
Referenced by GeoIpResolver::connected(), UPNPControlThread::disablePort(), UPNPControlThread::forwardPort(), BridgeDownloader::httpsRequestFinished(), UPNPControlThread::initializeUPNP(), MainWindow::loadControlCookie(), GeoIpCache::loadFromDisk(), main(), UpdateProcess::onFinished(), HelperProcess::onReadyReadStandardError(), HelperProcess::onReadyReadStandardOutput(), GeoIpResolver::parseGeoIpResponse(), UpdateProcess::readStandardError(), UpdateProcess::readStandardOutput(), Vidalia::removeAllTranslators(), NetViewer::resolve(), GeoIpResolver::resolve(), GeoIpResolver::resolveFromCache(), MainWindow::running(), and BridgeDownloader::startHttpsDownload().
#define vNotice | ( | fmt | ) | (vApp->log(Log::Notice, (fmt))) |
Definition at line 41 of file Vidalia.h.
Referenced by MainWindow::aboutToQuit(), MainWindow::authenticate(), UpdateProcess::checkForUpdates(), UpdateProcess::installUpdates(), main(), UpdateProcess::packageInfo(), Vidalia::qt_msg_handler(), Vidalia::retranslateUi(), HelperProcess::start(), and MainWindow::updateTorStatus().
#define vWarn | ( | fmt | ) | (vApp->log(Log::Warn, (fmt))) |
Definition at line 42 of file Vidalia.h.
Referenced by MainWindow::authenticate(), MainWindow::authenticationFailed(), UPNPControlThread::disablePort(), GeoIpResolver::disconnected(), UPNPControlThread::forwardPort(), BridgeDownloader::httpsRequestFinished(), UPNPControlThread::initializeUPNP(), install_signal_handler(), MainWindow::loadControlCookie(), Vidalia::loadDefaultCaCertificates(), main(), UpdateProcess::onError(), HelperProcess::onError(), UpdateProcess::packageInfoFromXml(), GeoIpResolver::parseGeoIpResponse(), Vidalia::qt_msg_handler(), Vidalia::retranslateUi(), GeoIpResolver::socketError(), BridgeDownloader::sslErrors(), and UPNPControlThread::updatePort().