Main Page
Namespaces
Classes
Files
Related Pages
Examples
Alphabetical List
Class List
Class Hierarchy
Class Members
SkyGI
::
IdleHandler
SkyGI::IdleHandler Class Reference
Inheritance diagram for SkyGI::IdleHandler:
[
legend
]
List of all members.
Public Member Functions
IdleHandler
()
virtual bool
OnIdle
()=0
Constructor & Destructor Documentation
IdleHandler::IdleHandler
(
)
Member Function Documentation
virtual bool SkyGI::IdleHandler::OnIdle
(
)
[pure virtual]
Perform idle work
Description:
Called by the
EventQueue
as long as there are no Events to process and as long as this function returns true.
Return false once you are done processing idle events. (The
EventQueue
will than block and wait for arriving Events)
See also:
EventQueue::AddIdleHandler
Implemented in
SkyGI::Window
.
Generated on Thu Dec 13 18:14:26 2007 for SkyGI by
1.5.1-p1