Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Activated (QSystemTrayIcon.ActivationReason reason) |
| |
void | MessageClicked () |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQSystemTrayIconSignals.Activated | ( | QSystemTrayIcon.ActivationReason | reason | ) |
This signal is emitted when the user activates the system tray icon. reason specifies the reason for activation. QSystemTrayIcon::ActivationReason enumerates the various reasons.
See also QSystemTrayIcon::ActivationReason.
void QtGui.IQSystemTrayIconSignals.MessageClicked | ( | ) |
This signal is emitted when the message displayed using showMessage() was clicked by the user.
Currently this signal is not sent on Mac OS X.
Note: We follow Microsoft Windows XP/Vista behavior, so the signal is also emitted when the user clicks on a tray icon with a balloon message displayed.
See also activated().