|
GnuCash c935c2f+
|
Data Fields | |
| gboolean | need_dialog |
| If the dialog needs to be displayed. | |
| gint | num_instances |
| The number of total instances (in any state). | |
| gint | num_to_create_instances |
| The number of (not-auto-create) to-create instances. | |
| gint | num_auto_create_instances |
| The total number of auto-create instances. | |
| gint | num_auto_create_no_notify_instances |
| The number of automatically-created instances that do no request notification. | |
Definition at line 182 of file gnc-sx-instance-model.h.
| gboolean GncSxSummary::need_dialog |
If the dialog needs to be displayed.
Definition at line 184 of file gnc-sx-instance-model.h.
| gint GncSxSummary::num_auto_create_instances |
The total number of auto-create instances.
Definition at line 188 of file gnc-sx-instance-model.h.
| gint GncSxSummary::num_auto_create_no_notify_instances |
The number of automatically-created instances that do no request notification.
Definition at line 189 of file gnc-sx-instance-model.h.
| gint GncSxSummary::num_instances |
The number of total instances (in any state).
Definition at line 186 of file gnc-sx-instance-model.h.
| gint GncSxSummary::num_to_create_instances |
The number of (not-auto-create) to-create instances.
Definition at line 187 of file gnc-sx-instance-model.h.