GnuCash
5.6-150-g038405b370+
|
GtkTreeView implementation for gnucash price tree. More...
Go to the source code of this file.
Macros | |
#define | GNC_TYPE_TREE_VIEW_PRICE (gnc_tree_view_price_get_type ()) |
Functions | |
Price Tree View Constructors | |
GtkTreeView * | gnc_tree_view_price_new (QofBook *book, const gchar *first_property_name,...) |
Create a new price tree view. More... | |
Price Tree View Get/Set Functions | |
GNCPrice * | gnc_tree_view_price_get_cursor_price (GncTreeViewPrice *view) |
This function returns the price in the price tree view at the current location of the cursor. More... | |
GNCPrice * | gnc_tree_view_price_get_selected_price (GncTreeViewPrice *view) |
This function returns the price associated with the selected item in the price tree view. More... | |
void | gnc_tree_view_price_set_selected_price (GncTreeViewPrice *view, GNCPrice *price) |
This function selects an price in the price tree view. More... | |
GList * | gnc_tree_view_price_get_selected_prices (GncTreeViewPrice *view) |
This function returns a list of the prices associated with the selected items in the price tree view. More... | |
GList * | gnc_tree_view_price_get_selected_commodities (GncTreeViewPrice *view) |
This function returns a list of commodities associated with the selected rows that are not prices but are the parent rows for prices in the price tree view. More... | |
Price Tree View Filtering | |
typedef gboolean(* | gnc_tree_view_price_ns_filter_func) (gnc_commodity_namespace *, gpointer data) |
This function attaches a filter function to the given price tree. More... | |
typedef gboolean(* | gnc_tree_view_price_cm_filter_func) (gnc_commodity *, gpointer data) |
typedef gboolean(* | gnc_tree_view_price_pc_filter_func) (GNCPrice *, gpointer data) |
void | gnc_tree_view_price_set_filter (GncTreeViewPrice *view, gnc_tree_view_price_ns_filter_func ns_func, gnc_tree_view_price_cm_filter_func cm_func, gnc_tree_view_price_pc_filter_func pc_func, gpointer data, GDestroyNotify destroy) |
GtkTreeView implementation for gnucash price tree.
Definition in file gnc-tree-view-price.h.