|
Vidalia
0.3.1
|
#include "config.h"#include "VidaliaSettings.h"#include "TorSettings.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 |
Macros | |
| #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(), MainWindow::createConnections(), NetworkPage::load(), main(), NetworkPage::NetworkPage(), PluginEngine::PluginEngine(), Vidalia::retranslateUi(), Vidalia::run(), MainWindow::running(), VidaliaTab::setShortcut(), VidaliaWindow::setShortcut(), signal_handler(), MainWindow::start(), TorMapWidget::TorMapWidget(), Vidalia::Vidalia(), and VidaliaSettings::VidaliaSettings().
| #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(), GeoIpDatabase::open(), and Vidalia::qt_msg_handler().
Definition at line 40 of file Vidalia.h.
Referenced by PluginWrapper::checkExceptions(), CountryInfo::countryLocation(), UPNPControlThread::disablePort(), UPNPControlThread::forwardPort(), BridgeDownloader::httpsRequestFinished(), UPNPControlThread::initializeUPNP(), MainWindow::loadControlCookie(), main(), UpdateProcess::onFinished(), HelperProcess::onReadyReadStandardError(), HelperProcess::onReadyReadStandardOutput(), UpdateProcess::readStandardError(), UpdateProcess::readStandardOutput(), Vidalia::removeAllTranslators(), MainWindow::running(), NetViewer::setupGeoIpResolver(), BridgeDownloader::startHttpsDownload(), and PluginEngine::vdebug().
| #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(), MainWindow::start(), MainWindow::tryCookie(), MainWindow::tryHashed(), and MainWindow::updateTorStatus().
Definition at line 42 of file Vidalia.h.
Referenced by MainWindow::authenticate(), MainWindow::authenticationFailed(), MainWindow::connected(), UPNPControlThread::disablePort(), UPNPControlThread::forwardPort(), BridgeDownloader::httpsRequestFinished(), UPNPControlThread::initializeUPNP(), install_signal_handler(), MainWindow::loadControlCookie(), Vidalia::loadDefaultCaCertificates(), main(), HelperProcess::onError(), UpdateProcess::onError(), UpdateProcess::packageInfoFromXml(), Vidalia::qt_msg_handler(), Vidalia::retranslateUi(), BridgeDownloader::sslErrors(), MainWindow::start(), MainWindow::started(), MainWindow::startFailed(), MainWindow::tryCookie(), and UPNPControlThread::updatePort().
1.8.3