GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | 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-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)
 
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.nosp@m.@kob.nosp@m.altwi.nosp@m.t.be

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