|
GnuCash c935c2f+
|
The instance data structure for a price tree model. More...
Data Fields | |
| GncTreeModel | gnc_tree_model |
| The parent object data. | |
| int | stamp |
| The state of the model. | |
| QofBook * | book |
| GNCPriceDB * | price_db |
| gint | event_handler_id |
| GNCPrintAmountInfo | print_info |
The instance data structure for a price tree model.
Definition at line 124 of file gnc-tree-model-price.c.
| QofBook* _GncTreeModelPrice::book |
Definition at line 129 of file gnc-tree-model-price.c.
| gint _GncTreeModelPrice::event_handler_id |
Definition at line 131 of file gnc-tree-model-price.c.
| GncTreeModel _GncTreeModelPrice::gnc_tree_model |
The parent object data.
Definition at line 126 of file gnc-tree-model-price.c.
| GNCPriceDB* _GncTreeModelPrice::price_db |
Definition at line 130 of file gnc-tree-model-price.c.
| GNCPrintAmountInfo _GncTreeModelPrice::print_info |
Definition at line 132 of file gnc-tree-model-price.c.
| int _GncTreeModelPrice::stamp |
The state of the model.
Any state change increments this number.
Definition at line 127 of file gnc-tree-model-price.c.