|
GnuCash c935c2f+
|
Data Fields | |
| GncSxInstances * | parent |
| the parent instances collection. | |
| SXTmpStateData * | temporal_state |
| the sx creation temporal state. | |
| GncSxInstanceState | orig_state |
| the original state at generation time. | |
| GncSxInstanceState | state |
| the current state of the instance (during editing) | |
| GDate | date |
| the instance date. | |
| GHashTable * | variable_bindings |
| variable bindings. | |
Definition at line 69 of file gnc-sx-instance-model.h.
| GDate GncSxInstance::date |
the instance date.
Definition at line 75 of file gnc-sx-instance-model.h.
| GncSxInstanceState GncSxInstance::orig_state |
the original state at generation time.
Definition at line 73 of file gnc-sx-instance-model.h.
| GncSxInstances* GncSxInstance::parent |
the parent instances collection.
Definition at line 71 of file gnc-sx-instance-model.h.
| GncSxInstanceState GncSxInstance::state |
the current state of the instance (during editing)
Definition at line 74 of file gnc-sx-instance-model.h.
| SXTmpStateData* GncSxInstance::temporal_state |
the sx creation temporal state.
Definition at line 72 of file gnc-sx-instance-model.h.
| GHashTable* GncSxInstance::variable_bindings |
variable bindings.
Definition at line 76 of file gnc-sx-instance-model.h.