mainwindow.cpp File Reference

Main (hidden) window. Creates tray menu and child windows. More...

#include <QtGui>
#include <vidalia.h>
#include <util/html.h>
#include "common/vmessagebox.h"
#include "mainwindow.h"
#include "res/vidalia_win.rc.h"

Go to the source code of this file.

Defines

#define IMG_APP_ICON   ":/images/16x16/tor-logo.png"
#define IMG_START   ":/images/16x16/tor-on.png"
#define IMG_STOP   ":/images/16x16/tor-off.png"
#define IMG_BWGRAPH   ":/images/16x16/utilities-system-monitor.png"
#define IMG_MESSAGELOG   ":/images/16x16/format-justify-fill.png"
#define IMG_CONFIG   ":/images/16x16/preferences-system.png"
#define IMG_IDENTITY   ":/images/16x16/system-users.png"
#define IMG_HELP   ":/images/16x16/help-browser.png"
#define IMG_ABOUT   ":/images/16x16/tor-logo.png"
#define IMG_EXIT   ":/images/16x16/emblem-unreadable.png"
#define IMG_NETWORK   ":/images/16x16/applications-internet.png"
#define IMG_TOR_STOPPED   QString::number(IDI_TOR_OFF)
#define IMG_TOR_RUNNING   QString::number(IDI_TOR_ON)
#define IMG_TOR_STARTING   QString::number(IDI_TOR_STARTING)
#define IMG_TOR_STOPPING   QString::number(IDI_TOR_STOPPING)


Detailed Description

Main (hidden) window. Creates tray menu and child windows.

Version:
Id
mainwindow.cpp 1238 2006-09-25 17:50:57Z edmanm
Implements the main window. The main window is a hidden window that serves as the parent of the tray icon and popup menu, as well as other application dialogs.

Definition in file mainwindow.cpp.


Define Documentation

#define IMG_ABOUT   ":/images/16x16/tor-logo.png"

Definition at line 47 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_APP_ICON   ":/images/16x16/tor-logo.png"

Definition at line 39 of file mainwindow.cpp.

Referenced by MainWindow::MainWindow().

#define IMG_BWGRAPH   ":/images/16x16/utilities-system-monitor.png"

Definition at line 42 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_CONFIG   ":/images/16x16/preferences-system.png"

Definition at line 44 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_EXIT   ":/images/16x16/emblem-unreadable.png"

Definition at line 48 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_HELP   ":/images/16x16/help-browser.png"

Definition at line 46 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_IDENTITY   ":/images/16x16/system-users.png"

Definition at line 45 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_MESSAGELOG   ":/images/16x16/format-justify-fill.png"

Definition at line 43 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_NETWORK   ":/images/16x16/applications-internet.png"

Definition at line 49 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_START   ":/images/16x16/tor-on.png"

Definition at line 40 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_STOP   ":/images/16x16/tor-off.png"

Definition at line 41 of file mainwindow.cpp.

Referenced by MainWindow::createActions().

#define IMG_TOR_RUNNING   QString::number(IDI_TOR_ON)

Definition at line 67 of file mainwindow.cpp.

Referenced by MainWindow::connected(), MainWindow::initiateServerShutdown(), and MainWindow::stop().

#define IMG_TOR_STARTING   QString::number(IDI_TOR_STARTING)

Definition at line 68 of file mainwindow.cpp.

Referenced by MainWindow::started().

#define IMG_TOR_STOPPED   QString::number(IDI_TOR_OFF)

Definition at line 66 of file mainwindow.cpp.

Referenced by MainWindow::MainWindow(), and MainWindow::stopped().

#define IMG_TOR_STOPPING   QString::number(IDI_TOR_STOPPING)

Definition at line 69 of file mainwindow.cpp.

Referenced by MainWindow::stop().


Generated on Mon Oct 23 20:08:16 2006 for Vidalia by  doxygen 1.5.0