Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

FreeCoins.h File Reference

#include <PalmOS.h>
#include "MiscFunc.h"

Go to the source code of this file.

Functions

Boolean ApplicationHandleEvent (EventPtr event)
 loads form resources and sets the event handler for the form loaded. More...

void ApplicationEventLoop (void)
 The main event loop of the application normally a C application would do something like FrmDispatchEvent(&event); but dispatch only tries to call the registered form handler and then frmhandleEvent, if that fails. More...

void StartApplication (void)
 Called when the application starts/stops. More...

void StopApplication (void)
 Called when the application stops. More...


Function Documentation

void ApplicationEventLoop void    [static]
 

The main event loop of the application normally a C application would do something like FrmDispatchEvent(&event); but dispatch only tries to call the registered form handler and then frmhandleEvent, if that fails.

And this is what we replicate with our own dispatch event which is aware of the Form class structure

Boolean ApplicationHandleEvent EventPtr    event [static]
 

loads form resources and sets the event handler for the form loaded.

returns true if the event was handled and should not be passed to a higher level handler.

void StartApplication void    [static]
 

Called when the application starts/stops.

void StopApplication void    [static]
 

Called when the application stops.


Generated on Thu Jan 16 23:11:12 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002