Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

CUIEventLoop::MUIEventLoopEvents Class Reference

Represents the events generated by the CUIEventLoop. More...

#include <CUIEventLoop.h>

List of all members.

Public Member Functions

virtual void FiredIdleEvent (CUIEventLoop &aSource)=0
 Is generated when no events are in application input queue.


Detailed Description

Represents the events generated by the CUIEventLoop.

Application could install an observer for CUIEventLoop events and it will be notified when one of them occurs


Member Function Documentation

virtual void CUIEventLoop::MUIEventLoopEvents::FiredIdleEvent CUIEventLoop aSource  )  [pure virtual]
 

Is generated when no events are in application input queue.

If the application updates the screen as a response to this event, it's advisory to use FlushVirtualBuffer() method of MVirtualScreen class for physical update. Application might also set iForceFullRedraw member of CUIEventLoop to force a complete screen redraw, but this is very inefficient.


The documentation for this class was generated from the following file:
Generated on Mon Dec 18 18:57:25 2006 for TomTom GO User Interface library by doxygen 1.3.5