|
GnuCash
2.6.99
|
Data Fields | |
| GncOwnerType | type |
| union { | |
| gpointer undefined | |
| GncCustomer * customer | |
| GncJob * job | |
| GncVendor * vendor | |
| GncEmployee * employee | |
| } | owner |
| gpointer | qof_temp |
Definition at line 89 of file gncOwner.h.
| union { ... } _gncOwner::owner |
holds the pointer to the owner object.
| gpointer _gncOwner::qof_temp |
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.
1.8.6