#include <aboutdialog.h>
Inheritance diagram for AboutDialog:
Public Slots | |
void | showWindow () |
Public Member Functions | |
AboutDialog (QWidget *parent=0, Qt::WFlags flags=0) | |
Private Member Functions | |
void | loadLicense () |
Private Attributes | |
Ui::AboutDialog | ui |
TorControl * | _torControl |
Definition at line 25 of file aboutdialog.h.
AboutDialog::AboutDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | flags = 0 | |||
) |
Default constructor
Definition at line 23 of file aboutdialog.cpp.
References _torControl, loadLicense(), VidaliaWindow::setShortcut(), Vidalia::torControl(), ui, and Vidalia::version().
void AboutDialog::loadLicense | ( | ) | [private] |
Loads the license file
Definition at line 47 of file aboutdialog.cpp.
References ui.
Referenced by AboutDialog().
void AboutDialog::showWindow | ( | ) | [virtual, slot] |
Overriden VidaliaWindow::showWindow()
Reimplemented from VidaliaWindow.
Definition at line 57 of file aboutdialog.cpp.
References _torControl, TorControl::getTorVersionString(), TorControl::isRunning(), VidaliaWindow::showWindow(), and ui.
Referenced by MainWindow::showAboutDialog().
TorControl* AboutDialog::_torControl [private] |
TorControl for access to Tor version info
Definition at line 44 of file aboutdialog.h.
Referenced by AboutDialog(), and showWindow().
Ui::AboutDialog AboutDialog::ui [private] |
Qt Designer generated QObject
Definition at line 42 of file aboutdialog.h.
Referenced by AboutDialog(), loadLicense(), and showWindow().