13 #include "ui_notifyDialogUI.h"
16 class QSystemTrayIcon;
40 virtual void showNotification(
const QString& notification, QColor color );
46 virtual void fadeDialog();
49 virtual void hideDialog();
55 void showHistorySelected();
68 virtual void positionDialog();
QTimer * myTimer
Timer used to timeout dialog and perform fading.
Definition: notifyDialog.h:76
Dialog widget to display important notifications and events by the RTI Assistant. ...
Definition: notifyDialog.h:26
QSize myOriginalSize
The original size of the dialog.
Definition: notifyDialog.h:83
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
Ui::AssistantNotifyDialog myUiImpl
The GUI implementation of the widget.
Definition: notifyDialog.h:73
const QSystemTrayIcon * myTrayIcon
The RTI Assistant tray icon is needed in order to determine the position of the notify dialog...
Definition: notifyDialog.h:80