This allows QOF to build as an option rather than adding QofInstance to Expense_t and requiring QOF for all builds.
Definition at line 469 of file qof-expenses.c.
Data Fields | |
QofInstance | inst |
Expense_t | wrap |
enum ExpenseDistance | distance_unit |
gchar * | category |
const gchar * | print_string |
PQCurrency * | currency |
gdouble | temp_amount |
gboolean | reset_amount |
gdouble QofExpense::temp_amount |
The amount is set before the currency code is available so this acts as a buffer until both pieces of data are available.
Definition at line 477 of file qof-expenses.c.
Referenced by exp_combine_currency_with_amount(), and exp_setAmount().
gboolean QofExpense::reset_amount |
Denote whether the buffer should be used.
Definition at line 480 of file qof-expenses.c.
Referenced by exp_setAmount().