Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public 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 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 146 of file BatchTrayIcon.cpp.

References m_timer, OnClick(), OnKeyDown(), OnTimerTick(), and TIMER_BALLOON.

TaskBarBalloon::~TaskBarBalloon ( )
virtual

Definition at line 177 of file BatchTrayIcon.cpp.

References m_timer.

Member Function Documentation

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.

Referenced by BatchFrame::SetStatusInformation().

Member Data Documentation

wxTimer* TaskBarBalloon::m_timer
private

Definition at line 82 of file BatchTrayIcon.h.

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


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