|
Hugintrunk
0.1
|
class to show a taskbar balloon More...
#include <BatchTrayIcon.h>

Public Member Functions | |
| TaskBarBalloon (wxString sTitle, wxString sMessage) | |
| virtual | ~TaskBarBalloon () |
| void | OnTimerTick (wxTimerEvent &e) |
| timer to close window More... | |
| void | OnClick (wxMouseEvent &e) |
| click on the balloon More... | |
| void | OnKeyDown (wxKeyEvent &e) |
| key down event in the balloon More... | |
| void | showBalloon (unsigned int iTimeout) |
| display the baloon and run the timer More... | |
Private Attributes | |
| wxTimer * | m_timer |
class to show a taskbar balloon
Definition at line 67 of file BatchTrayIcon.h.
| TaskBarBalloon::TaskBarBalloon | ( | wxString | sTitle, |
| wxString | sMessage | ||
| ) |
Definition at line 146 of file BatchTrayIcon.cpp.
References m_timer, OnClick(), OnKeyDown(), OnTimerTick(), and TIMER_BALLOON.
|
virtual |
Definition at line 177 of file BatchTrayIcon.cpp.
References m_timer.
| void TaskBarBalloon::OnClick | ( | wxMouseEvent & | e | ) |
click on the balloon
Definition at line 188 of file BatchTrayIcon.cpp.
Referenced by TaskBarBalloon().
| void TaskBarBalloon::OnKeyDown | ( | wxKeyEvent & | e | ) |
key down event in the balloon
Definition at line 193 of file BatchTrayIcon.cpp.
Referenced by TaskBarBalloon().
| void TaskBarBalloon::OnTimerTick | ( | wxTimerEvent & | e | ) |
timer to close window
closing frame at end of timeout
Definition at line 183 of file BatchTrayIcon.cpp.
Referenced by TaskBarBalloon().
| void TaskBarBalloon::showBalloon | ( | unsigned int | iTimeout | ) |
display the baloon and run the timer
showing frame and running timer
Definition at line 199 of file BatchTrayIcon.cpp.
References m_timer.
|
private |
Definition at line 82 of file BatchTrayIcon.h.
Referenced by showBalloon(), TaskBarBalloon(), and ~TaskBarBalloon().
1.8.5