GnuCash
4.11-145-g15ce9be79a+
|
GtkTreeModel implementation for gnucash owner tree. More...
Go to the source code of this file.
Data Structures | |
struct | GncTreeModelOwner |
The instance data structure for an owner tree model. More... | |
struct | GncTreeModelOwnerClass |
The class data structure for an owner tree model. More... | |
Macros | |
#define | GNC_TYPE_TREE_MODEL_OWNER (gnc_tree_model_owner_get_type ()) |
#define | GNC_TREE_MODEL_OWNER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_TREE_MODEL_OWNER, GncTreeModelOwner)) |
#define | GNC_TREE_MODEL_OWNER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_TREE_MODEL_OWNER, GncTreeModelOwnerClass)) |
#define | GNC_IS_TREE_MODEL_OWNER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_TREE_MODEL_OWNER)) |
#define | GNC_IS_TREE_MODEL_OWNER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_TREE_MODEL_OWNER)) |
#define | GNC_TREE_MODEL_OWNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_TREE_MODEL_OWNER, GncTreeModelOwnerClass)) |
#define | GNC_TREE_MODEL_OWNER_NAME "GncTreeModelOwner" |
Functions | |
GType | gnc_tree_model_owner_get_type (void) |
Get the type of an owner tree plugin. More... | |
Owner Tree Model Constructors | |
GtkTreeModel * | gnc_tree_model_owner_new (GncOwnerType owner_type) |
Create a new GtkTreeModel for manipulating gnucash owners. More... | |
Owner Tree Model Get/Set Functions | |
GncOwner * | gnc_tree_model_owner_get_owner (GncTreeModelOwner *model, GtkTreeIter *iter) |
Convert a model/iter pair to a gnucash owner. More... | |
gboolean | gnc_tree_model_owner_get_iter_from_owner (GncTreeModelOwner *model, GncOwner *owner, GtkTreeIter *iter) |
Convert a model/owner pair into a gtk_tree_model_iter. More... | |
GtkTreePath * | gnc_tree_model_owner_get_path_from_owner (GncTreeModelOwner *model, GncOwner *owner) |
Convert a model/owner pair into a gtk_tree_model_path. More... | |
GtkTreeModel implementation for gnucash owner tree.
Definition in file gnc-tree-model-owner.h.