class Stk_Looper

The class which manages messages in the application.

Public Methods

[more] Stk_Looper()
Constructor
[more] ~Stk_Looper()
Destructor
[more]int Loop()
Essential function: the Loop
[more]void StkPostMessage(Stk_Message *)
Hook function: this functions send messages to messagequeue
[more]void AddPassiveSender(Stk_PassiveSender *)
Add a passive sender
[more]void RemPassiveSender(Stk_PassiveSender *)
Rem a passive sender
[more]void AddProg(Stk_Prog *)
Add a prog
[more]void RemProg(Stk_Prog *)
Rem a prog


Documentation

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

o ~Stk_Looper()
Destructor

oint Loop()
Essential function: the Loop

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

ovoid AddPassiveSender(Stk_PassiveSender *)
Add a passive sender

ovoid RemPassiveSender(Stk_PassiveSender *)
Rem a passive sender

ovoid AddProg(Stk_Prog *)
Add a prog

ovoid RemProg(Stk_Prog *)
Rem a prog


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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