|
GnuCash c935c2f+
|
Data Fields | ||
| GncOwnerType | type | |
| Customer, Job, Vendor, Employee or Undefined. | ||
| union { | ||
| gpointer undefined | ||
| GncCustomer * customer | ||
| GncJob * job | ||
| GncVendor * vendor | ||
| GncEmployee * employee | ||
| } | owner | |
| holds the pointer to the owner object. | ||
| gpointer | qof_temp | |
| Set type independently of the owner. | ||
Definition at line 96 of file gncOwner.h.
| GncCustomer* GncOwner::customer |
Definition at line 102 of file gncOwner.h.
| GncEmployee* GncOwner::employee |
Definition at line 105 of file gncOwner.h.
| GncJob* GncOwner::job |
Definition at line 103 of file gncOwner.h.
| gpointer GncOwner::qof_temp |
Set type independently of the owner.
Definition at line 107 of file gncOwner.h.
| GncOwnerType GncOwner::type |
Customer, Job, Vendor, Employee or Undefined.
Definition at line 98 of file gncOwner.h.
| gpointer GncOwner::undefined |
Definition at line 101 of file gncOwner.h.
| GncVendor* GncOwner::vendor |
Definition at line 104 of file gncOwner.h.