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

CAddrbookApp Class Reference

Address book application. More...

#include <AddrbookApp.h>

Inheritance diagram for CAddrbookApp::

CApp List of all members.

Public Methods

 CAddrbookApp (CDijinni *parent)
 ~CAddrbookApp ()
void onEnter ()
void setMode (int mode)
int update (CInputEvent *e)
void draw ()
 Standard draw. More...

void redraw ()
void updateList (void)
void updateScreen ()

Public Attributes

int m_curmode
CPanelpanel [2]
CPaneltoppanel [2]
CListBoxlistbox
CScrollBarlistsb
CButtonbtnAdd
CButtonbtnEdit
CButtonbtnDelete
CPersonViewpersonview
CPersonEditpersonedit
CKbdkeyboard
CButtonbtnCancel
CButtonbtnSave
CLabellblSetCat
CListBoxcatbox
 I was tempted to name this the litterbox :). More...

CScrollBareditsb
CButtonlblStatus
CButtonbtnCall
CButtonbtnWhichPhone
CButtonbtnVIPs
CButtonbtnViewCat
CButtonbtnLastFirst

Detailed Description

Address book application.

This is the address book application. It supports viewing, adding, editing, and deleting entries in the address book. Viewing the entries can be sorted by first or last name. All management of the data for this application is handled by the CAddressBook and CPerson classes which can be found in CDataStructures.h and CDataStructures.cpp .


Constructor & Destructor Documentation

CAddrbookApp::CAddrbookApp CDijinni   parent
 

CAddrbookApp::~CAddrbookApp  
 


Member Function Documentation

void CAddrbookApp::draw   [virtual]
 

Standard draw.

Reimplemented from CApp.

void CAddrbookApp::onEnter   [virtual]
 

Reimplemented from CApp.

void CAddrbookApp::redraw  
 

void CAddrbookApp::setMode int    mode
 

CAddrbookApp::update CInputEvent   e [virtual]
 

Reimplemented from CApp.

void CAddrbookApp::updateList void   
 

void CAddrbookApp::updateScreen  
 


Member Data Documentation

CButton* CAddrbookApp::btnAdd
 

CButton* CAddrbookApp::btnCall
 

CButton* CAddrbookApp::btnCancel
 

CButton* CAddrbookApp::btnDelete
 

CButton* CAddrbookApp::btnEdit
 

CButton* CAddrbookApp::btnLastFirst
 

CButton* CAddrbookApp::btnSave
 

CButton* CAddrbookApp::btnViewCat
 

CButton* CAddrbookApp::btnVIPs
 

CButton* CAddrbookApp::btnWhichPhone
 

CListBox* CAddrbookApp::catbox
 

I was tempted to name this the litterbox :).

CScrollBar* CAddrbookApp::editsb
 

CKbd* CAddrbookApp::keyboard
 

CLabel* CAddrbookApp::lblSetCat
 

CButton* CAddrbookApp::lblStatus
 

CListBox* CAddrbookApp::listbox
 

CScrollBar* CAddrbookApp::listsb
 

int CAddrbookApp::m_curmode
 

CPanel* CAddrbookApp::panel[2]
 

CPersonEdit* CAddrbookApp::personedit
 

CPersonView* CAddrbookApp::personview
 

CPanel* CAddrbookApp::toppanel[2]
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:51 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001