class Stk_Looper: public Stk_Handler

The class wich manages messages in the application

Inheritance:


Public Methods

[more] Stk_Looper()
Constructor
[more]int Loop()
Essential function: the Loop
[more]void PostMessage(Stk_Message *)
Hook function: this functions send messages to messagequeue
[more]void AddPassiveSender(Stk_PassiveSender *)
add a passive sender


Inherited from Stk_Handler:

Public Methods

ovoid Quit()
ovoid Activate()
ovoid UnActivate()
oint IsActive()
ovoid MessageReceived(Stk_Message *)


Documentation

The class wich manages messages in the application. Generally, we have only one Looper in an application.
o Stk_Looper()
Constructor

oint Loop()
Essential function: the Loop

ovoid PostMessage(Stk_Message *)
Hook function: this functions send messages to messagequeue

ovoid AddPassiveSender(Stk_PassiveSender *)
add a passive sender


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.