gschem
|
Stored state of the autonumber text dialog.
Data Fields | |
GList * | scope_text |
Search text history. | |
gint | scope_skip |
Scope for searching existing numbers. | |
gint | scope_number |
Scope for autonumbering text. | |
gboolean | scope_overwrite |
Overwrite existing numbers in scope. | |
gint | order |
Sort order. | |
gint | startnum |
Starting number for automatic numbering. | |
gboolean | removenum |
Remove numbers instead of automatic numbering. | |
gboolean | slotting |
Automatic assignments of slots. | |
GtkWidget * | dialog |
Pointer to the dialog. | |
GSCHEM_TOPLEVEL * | w_current |
Pointer to the GSCHEM_TOPLEVEL struct. | |
gchar * | current_searchtext |
gint | root_page |
GList * | used_numbers |
GList * | free_slots |
GList * | used_slots |
Definition at line 71 of file x_autonumber.c.
Definition at line 73 of file x_autonumber.c.
Definition at line 76 of file x_autonumber.c.
Definition at line 79 of file x_autonumber.c.
gboolean autonumber_text_t::scope_overwrite |
Definition at line 82 of file x_autonumber.c.
Definition at line 85 of file x_autonumber.c.
Definition at line 88 of file x_autonumber.c.
gboolean autonumber_text_t::removenum |
Definition at line 91 of file x_autonumber.c.
gboolean autonumber_text_t::slotting |
Definition at line 94 of file x_autonumber.c.
GtkWidget* autonumber_text_t::dialog |
Definition at line 97 of file x_autonumber.c.
Definition at line 100 of file x_autonumber.c.
Definition at line 103 of file x_autonumber.c.
Definition at line 104 of file x_autonumber.c.
Definition at line 105 of file x_autonumber.c.
Definition at line 106 of file x_autonumber.c.
Definition at line 107 of file x_autonumber.c.