|
Hugin trunk 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 | |
| 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 Attributes | |
| wxTimer * | m_timer |
class to show a taskbar balloon
Definition at line 67 of file BatchTrayIcon.h.
Definition at line 146 of file BatchTrayIcon.cpp.
References m_timer, OnClick(), OnKeyDown(), OnTimerTick(), threshold(), 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().
display the baloon and run the timer
showing frame and running timer
Definition at line 199 of file BatchTrayIcon.cpp.
References m_timer, and threshold().
|
private |
Definition at line 82 of file BatchTrayIcon.h.
Referenced by showBalloon(), TaskBarBalloon(), and ~TaskBarBalloon().