Dialog widget to display important notifications and events by the RTI Assistant.
More...
|
| void | showHistorySelected () |
| | Signal which is emitted if the user chooses to view the notification history. More...
|
| |
| void | faded () |
| | Signal which is emitted if the dialog fades out without user acknowledgment. More...
|
| |
| void | dismissed () |
| | Signal which is emitted if the dialog is actively dismissed by the user. More...
|
| |
|
| Ui::AssistantNotifyDialog | myUiImpl |
| | The GUI implementation of the widget. More...
|
| |
| QTimer * | myTimer |
| | Timer used to timeout dialog and perform fading. More...
|
| |
| const QSystemTrayIcon * | myTrayIcon |
| | The RTI Assistant tray icon is needed in order to determine the position of the notify dialog. More...
|
| |
| QSize | myOriginalSize |
| | The original size of the dialog. More...
|
| |
Dialog widget to display important notifications and events by the RTI Assistant.
DtAssistantNotifyDialog is used by the Assistant to display brief notifications which may be of interest to the user. These notifications will appear in a temporary dialog near the Assistant tray icon and will fade out after several seconds.
| DtAssistantNotifyDialog::DtAssistantNotifyDialog |
( |
QWidget * |
parent, |
|
|
const QSystemTrayIcon * |
trayIcon |
|
) |
| |
| virtual DtAssistantNotifyDialog::~DtAssistantNotifyDialog |
( |
| ) |
|
|
virtual |
| void DtAssistantNotifyDialog::dismissed |
( |
| ) |
|
|
signal |
Signal which is emitted if the dialog is actively dismissed by the user.
| void DtAssistantNotifyDialog::faded |
( |
| ) |
|
|
signal |
Signal which is emitted if the dialog fades out without user acknowledgment.
| virtual void DtAssistantNotifyDialog::fadeDialog |
( |
| ) |
|
|
virtualslot |
Fades the dialog another step.
Dialog is hidden and the text is cleared once it reaches full transparency.
| virtual void DtAssistantNotifyDialog::hideDialog |
( |
| ) |
|
|
virtualslot |
Clears and hides the dialog.
| virtual void DtAssistantNotifyDialog::positionDialog |
( |
| ) |
|
|
protectedvirtual |
Repositions the dialog relative to the tray icon.
| void DtAssistantNotifyDialog::showHistorySelected |
( |
| ) |
|
|
signal |
Signal which is emitted if the user chooses to view the notification history.
| virtual void DtAssistantNotifyDialog::showNotification |
( |
const QString & |
notification, |
|
|
QColor |
color |
|
) |
| |
|
virtual |
Adds the notification text to the dialog and displays it if not currently visible.
| QSize DtAssistantNotifyDialog::myOriginalSize |
|
protected |
The original size of the dialog.
| QTimer* DtAssistantNotifyDialog::myTimer |
|
protected |
Timer used to timeout dialog and perform fading.
| const QSystemTrayIcon* DtAssistantNotifyDialog::myTrayIcon |
|
protected |
The RTI Assistant tray icon is needed in order to determine the position of the notify dialog.
| Ui::AssistantNotifyDialog DtAssistantNotifyDialog::myUiImpl |
|
protected |
The GUI implementation of the widget.
The documentation for this class was generated from the following file: