GnuCash
5.6-150-g038405b370+
|
The GNCLedgerDisplay struct describes a single register/ledger instance. More...
Data Fields | |
GncGUID | leader |
Query * | query |
Query * | pre_filter_query |
GNCLedgerDisplayType | ld_type |
SplitRegister * | reg |
gboolean | loading |
gboolean | use_double_line_default |
gboolean | visible |
gboolean | needs_refresh |
GNCLedgerDisplayDestroy | destroy |
GNCLedgerDisplayGetParent | get_parent |
GHashTable * | excluded_template_acc_hash |
gpointer | user_data |
gint | number_of_subaccounts |
gint | component_id |
The GNCLedgerDisplay struct describes a single register/ledger instance.
It has a SplitRegister specially configured for displaying the results of a Query. It also stores the Query.
Definition at line 57 of file gnc-ledger-display.c.