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

PreferencesForm Class Reference

contains functions and variabile definitions to manipulate the Prefereces Form. More...

#include <PreferencesForm.h>

Inheritance diagram for PreferencesForm:

Form Collaboration diagram for PreferencesForm:

Collaboration graph
[legend]
List of all members.

Public Methods

 PreferencesForm () FORM_SECTION2
 constructor. More...

Boolean handleUpdateEvent (UInt16 update_code) FORM_SECTION2
 handles updates. More...

Boolean handleOpenEvent () FORM_SECTION2
 handles form initialisation and drawing. More...

Boolean handleCtlSelectEvent (UInt16 control_id) FORM_SECTION2
 handles control events. More...


Private Attributes

Char acc_name [50]
 the name of the currently chosen default account. More...

UInt32 acc_uid
 account uid for the currently chosen default account. More...

CoinsPrefTypeprefs
 pointer to the FreeCoins preferences bloc. More...


Detailed Description

contains functions and variabile definitions to manipulate the Prefereces Form.

Preferences altered by this object are saved by StopApplication

Definition at line 29 of file PreferencesForm.h.


Constructor & Destructor Documentation

PreferencesForm::PreferencesForm  
 

constructor.


Member Function Documentation

Boolean PreferencesForm::handleCtlSelectEvent UInt16    control_id [virtual]
 

handles control events.

Parameters:
control_id  id of the control which has received an event

Reimplemented from Form.

Boolean PreferencesForm::handleOpenEvent   [virtual]
 

handles form initialisation and drawing.

Reimplemented from Form.

Boolean PreferencesForm::handleUpdateEvent UInt16    update_code [virtual]
 

handles updates.

Reimplemented from Form.


Member Data Documentation

Char PreferencesForm::acc_name[50] [private]
 

the name of the currently chosen default account.

Definition at line 33 of file PreferencesForm.h.

UInt32 PreferencesForm::acc_uid [private]
 

account uid for the currently chosen default account.

Definition at line 35 of file PreferencesForm.h.

CoinsPrefType* PreferencesForm::prefs [private]
 

pointer to the FreeCoins preferences bloc.

Definition at line 37 of file PreferencesForm.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 16 23:11:15 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002