#include <BatchTrayIcon.h>
Public Member Functions | |
| TaskBarBalloon (wxString sTitle, wxString sMessage) | |
| virtual | ~TaskBarBalloon () |
| void | OnTimerTick (wxTimerEvent &e) |
| timer to close window | |
| void | OnClick (wxMouseEvent &e) |
| click on the balloon | |
| void | OnKeyDown (wxKeyEvent &e) |
| key down event in the balloon | |
| void | showBalloon (unsigned int iTimeout) |
| display the baloon and run the timer | |
Private Member Functions | |
| DECLARE_EVENT_TABLE () | |
Private Attributes | |
| wxTimer * | m_timer |
Definition at line 67 of file BatchTrayIcon.h.
|
||||||||||||
|
Definition at line 150 of file BatchTrayIcon.cpp. References TIMER_BALLOON. |
|
|
Definition at line 178 of file BatchTrayIcon.cpp. |
|
|
|
|
|
click on the balloon
Definition at line 189 of file BatchTrayIcon.cpp. |
|
|
key down event in the balloon
Definition at line 194 of file BatchTrayIcon.cpp. |
|
|
timer to close window
Definition at line 184 of file BatchTrayIcon.cpp. |
|
|
display the baloon and run the timer
Definition at line 200 of file BatchTrayIcon.cpp. References m_timer. Referenced by BatchFrame::SetStatusInformation(). |
|
|
Definition at line 82 of file BatchTrayIcon.h. Referenced by showBalloon(). |
1.3.9.1