pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <gts.h>
Data Fields | |
GtsTokenType | type |
gchar | name [30] |
gboolean | unique |
gpointer | data |
gboolean | set |
guint | line |
guint | pos |
gpointer _GtsFileVariable::data |
Definition at line 162 of file gts.h.
Referenced by gts_file_assign_next().
guint _GtsFileVariable::line |
Definition at line 164 of file gts.h.
Referenced by gts_file_assign_next(), and gts_file_variable_error().
gchar _GtsFileVariable::name[30] |
Definition at line 160 of file gts.h.
Referenced by gts_file_assign_next(), and gts_file_variable_error().
guint _GtsFileVariable::pos |
Definition at line 164 of file gts.h.
Referenced by gts_file_assign_next(), and gts_file_variable_error().
gboolean _GtsFileVariable::set |
Definition at line 163 of file gts.h.
Referenced by gts_file_assign_next(), and gts_file_variable_error().
Definition at line 159 of file gts.h.
Referenced by gts_file_assign_next(), gts_file_assign_start(), and gts_file_variable_error().
gboolean _GtsFileVariable::unique |
Definition at line 161 of file gts.h.
Referenced by gts_file_assign_next().