|
GnuCash c935c2f+
|
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. | |
| 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.
| gboolean SplitRegister::do_auto_complete |
whether to use auto-completion
Definition at line 269 of file split-register.h.
| gboolean SplitRegister::double_alt_color |
whether transaction use alternate colors
Definition at line 266 of file split-register.h.
| gboolean SplitRegister::is_template |
Definition at line 268 of file split-register.h.
| gboolean SplitRegister::mismatched_commodities |
indicates the register includes transactions in mismatched commodities
Definition at line 270 of file split-register.h.
| gboolean SplitRegister::show_leaf_accounts |
whether to show full account names
Definition at line 265 of file split-register.h.
| SRInfo* SplitRegister::sr_info |
private data; outsiders should not access this
Definition at line 276 of file split-register.h.
| SplitRegisterStyle SplitRegister::style |
Definition at line 259 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.
| SplitRegisterType SplitRegister::type |
Definition at line 258 of file split-register.h.
| SplitList* SplitRegister::unrecn_splits |
list of splits to unreconcile after transaction edit
Definition at line 274 of file split-register.h.
| gboolean SplitRegister::use_double_line |
whether to use two lines per transaction
Definition at line 261 of file split-register.h.
| gboolean SplitRegister::use_tran_num_for_num_field |
whether to use transaction number or split action for number field in register
Definition at line 262 of file split-register.h.