|
GnuCash c935c2f+
|
An accumulator for a given currency. More...
Data Fields | |
| gnc_commodity * | currency |
| gnc_numeric | assets |
| gnc_numeric | profits |
| gint | total_mode |
An accumulator for a given currency.
This is used during the update to the status bar to contain the accumulation for a single currency. These are placed in a GList and kept around for the duration of the calculation. There may, in fact be better ways to do this, but none occurred.
Definition at line 71 of file window-main-summarybar.c.
| gnc_numeric GNCCurrencyAcc::assets |
Definition at line 74 of file window-main-summarybar.c.
| gnc_commodity* GNCCurrencyAcc::currency |
Definition at line 73 of file window-main-summarybar.c.
| gnc_numeric GNCCurrencyAcc::profits |
Definition at line 75 of file window-main-summarybar.c.
| gint GNCCurrencyAcc::total_mode |
Definition at line 76 of file window-main-summarybar.c.