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

callbacks.cpp File Reference


Functions

void Service_Startup (void)
 libdj defined service routine. More...

void Service_Keypad (int Key)
void Service_Touch (int X, int Y)
 Dijinni API: Called when the stylus touches the screen. More...

void Service_Release (int X, int Y)
 Dijinni API: Called when the stylus leaves the sreen. More...

void Service_Drag (int X, int Y)
 Dijinni API: Called when the styles is moved accross the screen. More...

void Service_Ring (void)
 Dijinni API: Called when the phone rings (incoming call). More...

void Service_HUP_LOS (void)
 Dijinni API: Called when a phone connection is lost. More...

void Service_EOT (void)
 Dijinni API: Called when a MP3 playing reaches the end of the track. More...

void Service_Memory_Fault (void)
 Dijinni API: Called when there was a system memory error. More...

void Service_Busy_Signal (void)
 Dijinni API: Called when an attempted phone call was busy. More...

void Service_Answer_Back (void)
 Dijinni API: Called when a phone connection is established. More...

void Service_Low_Battery (void)
 Dijinni API: Called when the battery is low. More...

void Service_Open (void)
 Dijinni API: Called when the device is opened. More...

void Service_Close (void)
 Dijinni API: Called when the device is closed. More...


Variables

CDijinni Dijinni
 One instance of our main class. More...

CLibDj libdj
 One instance of the library main class. More...

CCore core
 One instance of the core utils class. More...


Function Documentation

void Service_Answer_Back void   
 

Dijinni API: Called when a phone connection is established.

void Service_Busy_Signal void   
 

Dijinni API: Called when an attempted phone call was busy.

void Service_Close void   
 

Dijinni API: Called when the device is closed.

void Service_Drag int    X,
int    Y
 

Dijinni API: Called when the styles is moved accross the screen.

void Service_EOT void   
 

Dijinni API: Called when a MP3 playing reaches the end of the track.

void Service_HUP_LOS void   
 

Dijinni API: Called when a phone connection is lost.

void Service_Keypad int    Key
 

void Service_Low_Battery void   
 

Dijinni API: Called when the battery is low.

void Service_Memory_Fault void   
 

Dijinni API: Called when there was a system memory error.

void Service_Open void   
 

Dijinni API: Called when the device is opened.

void Service_Release int    X,
int    Y
 

Dijinni API: Called when the stylus leaves the sreen.

void Service_Ring void   
 

Dijinni API: Called when the phone rings (incoming call).

void Service_Startup void   
 

libdj defined service routine.

FILE libdj.h

Id:
libdj.h,v 1.13 2001/11/28 01:13:15 cmicali Exp

DESCRIPTION dijinni support library

void Service_Touch int    X,
int    Y
 

Dijinni API: Called when the stylus touches the screen.


Variable Documentation

CCore core
 

One instance of the core utils class.

CDijinni Dijinni
 

One instance of our main class.

FILE callbacks.cpp

Id:
callbacks.cpp,v 1.14 2001/11/28 01:13:15 cmicali Exp

DESCRIPTION Creates instances of the CDijinni and CLibDj classes and connects the dijinni service routines to the CDijinni object model

CLibDj libdj
 

One instance of the library main class.


Generated on Thu Dec 6 00:14:48 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001