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

AddrbookApp.cpp File Reference


Defines

#define NUM_FIELDS   13

Functions

void drawField (string field, string data, int x, int y, CGfxScreen *S)
void addrKeyHandler (CWidget *w)
void addrBtnCallback (CWidget *w)
void abListCallback (CWidget *w)

Variables

CAddrbookApphack
personField fields [NUM_FIELDS]

Define Documentation

#define NUM_FIELDS   13
 


Function Documentation

void abListCallback CWidget   w
 

void addrBtnCallback CWidget   w
 

void addrKeyHandler CWidget   w
 

void drawField string    field,
string    data,
int    x,
int    y,
CGfxScreen   S
 


Variable Documentation

personField fields[NUM_FIELDS]
 

Initial value:

 
{
  { " First Name ", 30, ""},
  { " M. Initial ",  1, VM_LETTERS},
  { "  Last Name ", 30, ""},
  { " Home Phone ", 14, VM_NUMBERS},
  { " Cell Phone ", 14, VM_NUMBERS},  
  { " Work Phone ", 14, VM_NUMBERS},  
  { "     Street ", 30, ""},  
  { "       City ", 30, ""},  
  { "      State ",  2, VM_LETTERS},  
  { "        Zip ",  5, VM_NUMBERS},  
  { "    Country ", 30, ""},  
  { "      Email ", 30, ""},  
  { "    Comment ", 30, ""}
}

CAddrbookApp* hack
 

FILE AddrbookApp.cpp

Id:
AddrbookApp.cpp,v 1.7 2001/12/04 11:08:07 timmitchell Exp

DESCRIPTION Addrbook application


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