| AccountFlags | Account flags for tight packing |
| AccountsDB | Class to manipulate the accounts database |
| AccountsForm | Contains function to manipulate the main form of the program the variables are defined in the .c file (due to visibility issues ;) |
| AccountsTable | The table displays a list of accounts |
| accountStructure | Unpacked structure of an account |
| appInfoType | Application Info Block |
| CalculatorForm | Class implements a calculator |
| ChooseAccountForm | This class displays a form which enables the user to choose an account from a displayed account list |
| CoinsPref | Manipulates the program preferences |
| CoinsPrefType | Structure containing the program preferences |
| CurrencyDB | Class to manipulate the currency database |
| CurrencyListForm | This class displays a form which enables the user to browse all entries in the currency database |
| currencyStructure | Unpacked structure for a currency entry |
| Database< recordStructure, packedRecordStructure > | Interface to some of the PalmOS database functions Using this class: derive a new database class as public from this one passing your packed/unpacked structures as parameters |
| EditAccountForm | The form is used to create a new transaction or to modify an existing one, depending on the record_is_new member |
| EditCurrencyForm | Form used to edit currency entries |
| EditRateForm | Form used to edit the content of a split |
| EditRateForm::Results | Structure in which data is returned |
| EditScheduledTransForm | The form is used to create a new scheduled transaction or to modify an existing one, depending on the record_is_new member |
| EditSplitForm | Form used to edit the content of a split |
| EditTransactionForm | The form is used to create a new transaction or to modify an existing one, depending on the record_is_new member |
| Form | Generic form All you need to do is derive a class from this one and override the main handle event methods There are several ways in which forms can be used |
| Form::popSelect | Definition for popup item selection event |
| Form::tblSelect | Definition for table selection event |
| FormManager | This class manages dispatching Form events, by using Form classes instead of the normal C mechanism provided by PalmOS |
| FormManager::form_info | Form information stored by the manager |
| GenericDB | Generic Database class This contains the basic database functionality that does not depend on the record structre |
| GenericInputForm | The form is used as a generic one field input form |
| NoteForm | Class contains code necessary to do note editing The data edited by the note field is copied on OK/Delete events to a temporary location which survives after the form closes |
| packedAccountStructure | The packed structure of an account |
| packedCurrencyStructure | The packed structure for a currency entry |
| packedScheduleStructure | Data specific to scheduled transactions |
| packedSplitStructure | The packed structure of a split |
| packedTransactionStructure | The packed structure of a transaction - see the unpacked struct for explanations |
| PreferencesForm | Contains functions and variabile definitions to manipulate the Prefereces Form |
| PurgeTransForm | This class provides and interface for purging transactions dated earlier than a date chosen by the user |
| scheduledStructure | Unpacked structure of an scheduled scheduled |
| SplitsDB | Class to manipulate the splits database |
| SplitsForm | Class used to handle Split managment |
| SplitsTable | This class handles display and modification of splits |
| splitStructure | Unpacked structure of a Split |
| Table | A wrapper for the Table functions; its main function is to set a few standard functions which are to be overloaded in derived classes |
| totalsStruct | This structure contains the overall totals for all the selected accounts |
| TransactionsDB | Class to manipulate the transactions database |
| TransactionsForm | Functions and vars that manipulate the form which deals with transactions |
| TransactionsTable | -
Revision:
-
1.10
Last updated: -
Date:
-
2002/09/20 12:21:31
|
| transactionStructure | Unpacked structure of an Transaction |