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 Member Functions | |
DECLARE_EVENT_TABLE () | |
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 150 of file BatchTrayIcon.cpp.
|
virtual |
Definition at line 178 of file BatchTrayIcon.cpp.
References m_timer.
|
private |
void TaskBarBalloon::OnClick | ( | wxMouseEvent & | e | ) |
click on the balloon
Definition at line 189 of file BatchTrayIcon.cpp.
void TaskBarBalloon::OnKeyDown | ( | wxKeyEvent & | e | ) |
key down event in the balloon
Definition at line 194 of file BatchTrayIcon.cpp.
void TaskBarBalloon::OnTimerTick | ( | wxTimerEvent & | e | ) |
timer to close window
closing frame at end of timeout
Definition at line 184 of file BatchTrayIcon.cpp.
void TaskBarBalloon::showBalloon | ( | unsigned int | iTimeout | ) |
display the baloon and run the timer
showing frame and running timer
Definition at line 200 of file BatchTrayIcon.cpp.
References m_timer.
Referenced by BatchFrame::SetStatusInformation().
|
private |
Definition at line 82 of file BatchTrayIcon.h.
Referenced by showBalloon(), and ~TaskBarBalloon().