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

The instance data structure for an account tree model. More...

Data Fields

GncTreeModel gnc_tree_model
 The parent object data.
 
int stamp
 The state of the model.
 
QofBookbook
 
Accountroot
 
gint event_handler_id
 
gchar * negative_color
 
GHashTable * account_values_hash
 

Detailed Description

The instance data structure for an account tree model.

Definition at line 94 of file gnc-tree-model-account.c.

Field Documentation

◆ account_values_hash

GHashTable* _GncTreeModelAccount::account_values_hash

Definition at line 104 of file gnc-tree-model-account.c.

◆ book

QofBook* _GncTreeModelAccount::book

Definition at line 99 of file gnc-tree-model-account.c.

◆ event_handler_id

gint _GncTreeModelAccount::event_handler_id

Definition at line 101 of file gnc-tree-model-account.c.

◆ gnc_tree_model

GncTreeModel _GncTreeModelAccount::gnc_tree_model

The parent object data.

Definition at line 96 of file gnc-tree-model-account.c.

◆ negative_color

gchar* _GncTreeModelAccount::negative_color

Definition at line 102 of file gnc-tree-model-account.c.

◆ root

Account* _GncTreeModelAccount::root

Definition at line 100 of file gnc-tree-model-account.c.

◆ stamp

int _GncTreeModelAccount::stamp

The state of the model.

Any state change increments this number.

Definition at line 97 of file gnc-tree-model-account.c.


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