GnuCash 2.4.99
Data Fields
_gncOwner Struct Reference

Data Fields

GncOwnerType type
union {
   gpointer   undefined
   GncCustomer *   customer
   GncJob *   job
   GncVendor *   vendor
   GncEmployee *   employee
owner
gpointer qof_temp

Detailed Description

Definition at line 89 of file gncOwner.h.


Field Documentation

union { ... } _gncOwner::owner

holds the pointer to the owner object.

Set type independently of the owner.

Definition at line 100 of file gncOwner.h.

GncOwnerType _gncOwner::type

Customer, Job, Vendor, Employee or Undefined.

Definition at line 91 of file gncOwner.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines