|
GnuCash c935c2f+
|
The instance data structure for an owner tree model. More...
Data Fields | |
| GncTreeModel | gnc_tree_model |
| The parent object data. | |
| int | stamp |
| The state of the model. | |
| QofBook * | book |
| GncOwnerType | owner_type |
| OwnerList * | owner_list |
| gint | event_handler_id |
| const gchar * | negative_color |
The instance data structure for an owner tree model.
Definition at line 90 of file gnc-tree-model-owner.c.
| QofBook* _GncTreeModelOwner::book |
Definition at line 96 of file gnc-tree-model-owner.c.
| gint _GncTreeModelOwner::event_handler_id |
Definition at line 99 of file gnc-tree-model-owner.c.
| GncTreeModel _GncTreeModelOwner::gnc_tree_model |
The parent object data.
Definition at line 92 of file gnc-tree-model-owner.c.
| const gchar* _GncTreeModelOwner::negative_color |
Definition at line 100 of file gnc-tree-model-owner.c.
| OwnerList* _GncTreeModelOwner::owner_list |
Definition at line 98 of file gnc-tree-model-owner.c.
| GncOwnerType _GncTreeModelOwner::owner_type |
Definition at line 97 of file gnc-tree-model-owner.c.
| int _GncTreeModelOwner::stamp |
The state of the model.
Any state change increments this number.
Definition at line 93 of file gnc-tree-model-owner.c.