|
GnuCash
2.6.99
|
Functions providing a page which lists owners of one type. This type can be vendors, customers or employees. More...
#include "config.h"#include <gtk/gtk.h>#include <glib/gi18n.h>#include "swig-runtime.h"#include "gnc-plugin.h"#include "gnc-plugin-page-owner-tree.h"#include "gnc-plugin-page-report.h"#include "dialog-vendor.h"#include "dialog-customer.h"#include "dialog-employee.h"#include "dialog-invoice.h"#include "dialog-job.h"#include "gncOwner.h"#include "dialog-utils.h"#include "gnc-component-manager.h"#include "gnc-engine.h"#include "gnc-gnome-utils.h"#include "gnc-gobject-utils.h"#include "gnc-icons.h"#include "gnc-session.h"#include "gnc-tree-view-owner.h"#include "gnc-ui.h"#include "gnc-ui-util.h"#include "guile-mappings.h"#include "dialog-lot-viewer.h"#include "dialog-object-references.h"Go to the source code of this file.
Data Structures | |
| struct | GncPluginPageOwnerTreePrivate |
| struct | action_owners_struct |
Macros | |
| #define | PLUGIN_PAGE_ACCT_TREE_CM_CLASS "plugin-page-owner-tree" |
| #define | DELETE_DIALOG_FILTER "filter" |
| #define | DELETE_DIALOG_OWNER "owner" |
| #define | GNC_PLUGIN_PAGE_OWNER_TREE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GNC_TYPE_PLUGIN_PAGE_OWNER_TREE, GncPluginPageOwnerTreePrivate)) |
| #define | OWNER_TYPE_LABEL "OwnerType" |
Typedefs | |
|
typedef struct GncPluginPageOwnerTreePrivate | GncPluginPageOwnerTreePrivate |
Enumerations | |
| enum | { OWNER_SELECTED, LAST_SIGNAL } |
Functions | |
| GType | gnc_plugin_page_owner_tree_get_type (void) |
| GncPluginPage * | gnc_plugin_page_owner_tree_new (GncOwnerType owner_type) |
| GncOwner * | gnc_plugin_page_owner_tree_get_current_owner (GncPluginPageOwnerTree *page) |
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.c.
1.8.6