GnuCash
5.6-150-g038405b370+
|
The instance data structure for an account tree model. More...
Data Fields | |
GncTreeModel | gnc_tree_model |
The parent object data. More... | |
int | stamp |
The state of the model. More... | |
QofBook * | book |
Account * | root |
gint | event_handler_id |
gchar * | negative_color |
GHashTable * | account_values_hash |
The instance data structure for an account tree model.
Definition at line 94 of file gnc-tree-model-account.c.
GncTreeModel _GncTreeModelAccount::gnc_tree_model |
The parent object data.
Definition at line 96 of file gnc-tree-model-account.c.
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.