GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
SplitRegister Struct Reference

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
 
SplitListunrecn_splits
 list of splits to unreconcile after transaction edit
 
SRInfo * sr_info
 private data; outsiders should not access this
 

Detailed Description

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.

Field Documentation

◆ do_auto_complete

gboolean SplitRegister::do_auto_complete

whether to use auto-completion

Definition at line 269 of file split-register.h.

◆ double_alt_color

gboolean SplitRegister::double_alt_color

whether transaction use alternate colors

Definition at line 266 of file split-register.h.

◆ is_template

gboolean SplitRegister::is_template

Definition at line 268 of file split-register.h.

◆ mismatched_commodities

gboolean SplitRegister::mismatched_commodities

indicates the register includes transactions in mismatched commodities

Definition at line 270 of file split-register.h.

◆ show_leaf_accounts

gboolean SplitRegister::show_leaf_accounts

whether to show full account names

Definition at line 265 of file split-register.h.

◆ sr_info

SRInfo* SplitRegister::sr_info

private data; outsiders should not access this

Definition at line 276 of file split-register.h.

◆ style

SplitRegisterStyle SplitRegister::style

Definition at line 259 of file split-register.h.

◆ table

Table* SplitRegister::table

The table itself that implements the underlying GUI.

Definition at line 256 of file split-register.h.

◆ type

SplitRegisterType SplitRegister::type

Definition at line 258 of file split-register.h.

◆ unrecn_splits

SplitList* SplitRegister::unrecn_splits

list of splits to unreconcile after transaction edit

Definition at line 274 of file split-register.h.

◆ use_double_line

gboolean SplitRegister::use_double_line

whether to use two lines per transaction

Definition at line 261 of file split-register.h.

◆ use_tran_num_for_num_field

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.


The documentation for this struct was generated from the following file: