13 #include "ui_assistantMsgStatsDialogUI.h"
24 Qt::WindowFlags f=0 );
30 virtual void setStatistics(
unsigned totalRecv,
double recvPerSecOverall,
31 double recvPerSecCurr,
unsigned totalProc,
double procPerSecOverall,
32 double procPerSecCurr,
unsigned totalSent,
double sentPerSecOverall,
33 double sentPerSecCurr );
Ui::AssistantMsgStatsDialog myUiImpl
The GUI implementation of the widget.
Definition: assistantMsgStatsDialog.h:38
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
Dialog to display the current assistant message statistics.
Definition: assistantMsgStatsDialog.h:18