GnuCash
5.6-150-g038405b370+
|
Data Fields | |
GncOwnerType | type |
Customer, Job, Vendor, Employee or Undefined. More... | |
union { | |
gpointer undefined | |
GncCustomer * customer | |
GncJob * job | |
GncVendor * vendor | |
GncEmployee * employee | |
} | owner |
holds the pointer to the owner object. More... | |
gpointer | qof_temp |
Set type independently of the owner. More... | |
Definition at line 96 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 107 of file gncOwner.h.
GncOwnerType GncOwner::type |
Customer, Job, Vendor, Employee or Undefined.
Definition at line 98 of file gncOwner.h.