GnuCash
5.6-150-g038405b370+
|
Functions providing a page which lists owners of one type. More...
Go to the source code of this file.
Data Structures | |
struct | GncPluginPageOwnerTree |
struct | GncPluginPageOwnerTreeClass |
Macros | |
#define | GNC_TYPE_PLUGIN_PAGE_OWNER_TREE (gnc_plugin_page_owner_tree_get_type ()) |
#define | GNC_PLUGIN_PAGE_OWNER_TREE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTree)) |
#define | GNC_PLUGIN_PAGE_OWNER_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTreeClass)) |
#define | GNC_IS_PLUGIN_PAGE_OWNER_TREE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE)) |
#define | GNC_IS_PLUGIN_PAGE_OWNER_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE)) |
#define | GNC_PLUGIN_PAGE_OWNER_TREE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTreeClass)) |
#define | GNC_PLUGIN_PAGE_OWNER_TREE_NAME "GncPluginPageOwnerTree" |
Functions | |
GType | gnc_plugin_page_owner_tree_get_type (void) |
Retrieve the type number for an "owner tree" plugin page. More... | |
GncPluginPage * | gnc_plugin_page_owner_tree_new (GncOwnerType owner_type) |
Create a new "owner tree" plugin page. More... | |
GncOwner * | gnc_plugin_page_owner_tree_get_current_owner (GncPluginPageOwnerTree *page) |
Given a pointer to an owner tree plugin page, return the selected owner (if any). More... | |
Functions providing a page which lists owners of one type.
This type can be vendors, customers or employees.
Definition in file gnc-plugin-page-owner-tree.h.