|
GnuCash c935c2f+
|
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. | |
| 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.
| GHashTable* _GncTreeModelAccount::account_values_hash |
Definition at line 104 of file gnc-tree-model-account.c.
| QofBook* _GncTreeModelAccount::book |
Definition at line 99 of file gnc-tree-model-account.c.
| gint _GncTreeModelAccount::event_handler_id |
Definition at line 101 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.
| gchar* _GncTreeModelAccount::negative_color |
Definition at line 102 of file gnc-tree-model-account.c.
| Account* _GncTreeModelAccount::root |
Definition at line 100 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.