GnuCash
5.6-150-g038405b370+
|
The type, style and table for the register. More...
#include <split-register.h>
Data Fields | |
Table * | table |
The table itself that implements the underlying GUI. More... | |
SplitRegisterType | type |
SplitRegisterStyle | style |
gboolean | use_double_line |
whether to use two lines per transaction | |
gboolean | use_tran_num_for_num_field |
whether to use transaction number or split action for number field in register | |
gboolean | show_leaf_accounts |
whether to show full account names | |
gboolean | double_alt_color |
whether transaction use alternate colors | |
gboolean | is_template |
gboolean | do_auto_complete |
whether to use auto-completion | |
gboolean | mismatched_commodities |
indicates the register includes transactions in mismatched commodities | |
SplitList * | unrecn_splits |
list of splits to unreconcile after transaction edit | |
SRInfo * | sr_info |
private data; outsiders should not access this | |
The type, style and table for the register.
A split register created with gnc_split_register_new.
Definition at line 254 of file split-register.h.
Table* SplitRegister::table |
The table itself that implements the underlying GUI.
Definition at line 256 of file split-register.h.