#include <statisticsDialog.h>
Public Slots | |
| void | update () |
| update the dialog box. | |
Public Member Functions | |
| StatisticsDialog (QWidget *parent=0) | |
| Default Constructor. | |
| ~StatisticsDialog () | |
| Destructor. | |
Private Slots | |
| void | accept () |
Private Attributes | |
| QDialogButtonBox * | button_box_ |
| The button box. | |
| QLabel * | stat_label_ |
| QTimer | timer_ |
| A timer used for periodically update the statistics in the dialog. | |
Definition at line 54 of file statisticsDialog.h.
| StatisticsDialog::StatisticsDialog | ( | QWidget * | parent = 0 | ) |
Default Constructor.
Definition at line 43 of file statisticsDialog.cpp.
Destructor.
Definition at line 59 of file statisticsDialog.cpp.
| void StatisticsDialog::accept | ( | ) | [private, slot] |
Definition at line 72 of file statisticsDialog.cpp.
| void StatisticsDialog::update | ( | ) | [slot] |
update the dialog box.
Definition at line 66 of file statisticsDialog.cpp.
QDialogButtonBox* StatisticsDialog::button_box_ [private] |
The button box.
Definition at line 73 of file statisticsDialog.h.
QLabel* StatisticsDialog::stat_label_ [private] |
Definition at line 75 of file statisticsDialog.h.
QTimer StatisticsDialog::timer_ [private] |
A timer used for periodically update the statistics in the dialog.
Definition at line 78 of file statisticsDialog.h.