Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TaskBarBalloon Class Reference

class to show a taskbar balloon More...

#include <BatchTrayIcon.h>

Inheritance diagram for TaskBarBalloon:
Inheritance graph

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
 

Detailed Description

class to show a taskbar balloon

Definition at line 67 of file BatchTrayIcon.h.

Constructor & Destructor Documentation

TaskBarBalloon::TaskBarBalloon ( wxString  sTitle,
wxString  sMessage 
)

Definition at line 150 of file BatchTrayIcon.cpp.

TaskBarBalloon::~TaskBarBalloon ( )
virtual

Definition at line 178 of file BatchTrayIcon.cpp.

References m_timer.

Member Function Documentation

TaskBarBalloon::DECLARE_EVENT_TABLE ( )
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().

Member Data Documentation

wxTimer* TaskBarBalloon::m_timer
private

Definition at line 82 of file BatchTrayIcon.h.

Referenced by showBalloon(), and ~TaskBarBalloon().


The documentation for this class was generated from the following files: