|
GnuCash
2.6.99
|
GtkTreeModel implementation for gnucash account tree. More...
Go to the source code of this file.
Data Structures | |
| struct | GncTreeModelAccount |
| struct | GncTreeModelAccountClass |
Macros | |
| #define | GNC_TYPE_TREE_MODEL_ACCOUNT (gnc_tree_model_account_get_type ()) |
| #define | GNC_TREE_MODEL_ACCOUNT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_TREE_MODEL_ACCOUNT, GncTreeModelAccount)) |
| #define | GNC_TREE_MODEL_ACCOUNT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_TREE_MODEL_ACCOUNT, GncTreeModelAccountClass)) |
| #define | GNC_IS_TREE_MODEL_ACCOUNT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_TREE_MODEL_ACCOUNT)) |
| #define | GNC_IS_TREE_MODEL_ACCOUNT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_TREE_MODEL_ACCOUNT)) |
| #define | GNC_TREE_MODEL_ACCOUNT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_TREE_MODEL_ACCOUNT, GncTreeModelAccountClass)) |
| #define | GNC_TREE_MODEL_ACCOUNT_NAME "GncTreeModelAccount" |
Functions | |
| GType | gnc_tree_model_account_get_type (void) |
Account Tree Model Constructors | |
| GtkTreeModel * | gnc_tree_model_account_new (Account *root) |
Account Tree Model Get/Set Functions | |
| Account * | gnc_tree_model_account_get_account (GncTreeModelAccount *model, GtkTreeIter *iter) |
| gboolean | gnc_tree_model_account_get_iter_from_account (GncTreeModelAccount *model, Account *account, GtkTreeIter *iter) |
| GtkTreePath * | gnc_tree_model_account_get_path_from_account (GncTreeModelAccount *model, Account *account) |
GtkTreeModel implementation for gnucash account tree.
Definition in file gnc-tree-model-account.h.
1.8.6