Dialog to display the current assistant message statistics.
More...
Public Member Functions |
| | DtAssistantMsgStatsDialog (QWidget *parent=0, Qt::WindowFlags f=0) |
| | Constructor.
|
| virtual | ~DtAssistantMsgStatsDialog () |
| | Destructor.
|
| virtual void | setStatistics (unsigned totalRecv, double recvPerSecOverall, double recvPerSecCurr, unsigned totalProc, double procPerSecOverall, double procPerSecCurr, unsigned totalSent, double sentPerSecOverall, double sentPerSecCurr) |
| | Sets the statistics in the dialog.
|
Protected Attributes |
| Ui::AssistantMsgStatsDialog | myUiImpl |
| | The GUI implementation of the widget.
|
Detailed Description
Dialog to display the current assistant message statistics.
Constructor & Destructor Documentation
| DtAssistantMsgStatsDialog::DtAssistantMsgStatsDialog |
( |
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| virtual DtAssistantMsgStatsDialog::~DtAssistantMsgStatsDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void DtAssistantMsgStatsDialog::setStatistics |
( |
unsigned |
totalRecv, |
|
|
double |
recvPerSecOverall, |
|
|
double |
recvPerSecCurr, |
|
|
unsigned |
totalProc, |
|
|
double |
procPerSecOverall, |
|
|
double |
procPerSecCurr, |
|
|
unsigned |
totalSent, |
|
|
double |
sentPerSecOverall, |
|
|
double |
sentPerSecCurr |
|
) |
| |
|
virtual |
Sets the statistics in the dialog.
Member Data Documentation
| Ui::AssistantMsgStatsDialog DtAssistantMsgStatsDialog::myUiImpl |
|
protected |
The GUI implementation of the widget.
The documentation for this class was generated from the following file: