GnuCash 2.4.99
Data Structures | Defines | Typedefs | Enumerations | Functions
gnc-plugin-page-owner-tree.c File Reference

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-gconf-utils.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

Defines

#define PLUGIN_PAGE_ACCT_TREE_CM_CLASS   "plugin-page-owner-tree"
#define GCONF_SECTION   "window/pages/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"
#define EXPLANATION   "The list below shows objects which make use of the owner which you want to delete.\nBefore you can delete it, you must either delete those objects or else modify them so they make use\nof another owner"

Typedefs

typedef struct
GncPluginPageOwnerTreePrivate 
GncPluginPageOwnerTreePrivate

Enumerations

enum  { OWNER_SELECTED, LAST_SIGNAL }

Functions

GType gnc_plugin_page_owner_tree_get_type (void)
GncPluginPagegnc_plugin_page_owner_tree_new (GncOwnerType owner_type)
GncOwnergnc_plugin_page_owner_tree_get_current_owner (GncPluginPageOwnerTree *page)

Detailed Description

Functions providing a page which lists owners of one type. This type can be vendors, customers or employees.

Author:
Copyright (C) 2011 Geert Janssens <geert@kobaltwit.be>

Definition in file gnc-plugin-page-owner-tree.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines