#include <qof-expenses.h>
Data Fields | |
gint | pq_code |
gint | fraction |
const gchar * | symbol |
const gchar * | mnemonic |
gboolean | non_utf8 |
Uses the same format as the Palm Default Currency Table:
http://pilot-qof.sourceforge.net/manual.html#currency
Definition at line 117 of file qof-expenses.h.
currency fraction, pennies/cents etc.
Definition at line 122 of file qof-expenses.h.
Referenced by qof_currency_lookup().
const gchar * QofCurrency::mnemonic |
gnucash/cashutil mnemonic.
Definition at line 126 of file qof-expenses.h.
Referenced by qof_currency_lookup().
gboolean QofCurrency::non_utf8 |
TRUE if symbol is not UTF-8. (Currently, this is only useful if the symbol can still be shown as iso-8859-1.)
Definition at line 130 of file qof-expenses.h.
Referenced by qof_currency_lookup().
gint QofCurrency::pq_code |
pilot-link integer ID
Definition at line 120 of file qof-expenses.h.
Referenced by qof_currency_lookup_name().
const gchar * QofCurrency::symbol |