pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <gts.h>
Data Fields | |
gchar | name [GTS_CLASS_NAME_LENGTH] |
guint | object_size |
guint | class_size |
GtsObjectClassInitFunc | class_init_func |
GtsObjectInitFunc | object_init_func |
GtsArgSetFunc | arg_set_func |
GtsArgGetFunc | arg_get_func |
Definition at line 233 of file gts.h.
Referenced by gts_object_class_init(), and heap_surface_class_new().
Definition at line 232 of file gts.h.
Referenced by gts_object_class_new().
gchar _GtsObjectClassInfo::name[GTS_CLASS_NAME_LENGTH] |
Definition at line 230 of file gts.h.
Referenced by graph_write(), gts_object_class_new(), gts_object_clone(), gts_object_new(), object_destroy(), and surface_write().
Definition at line 234 of file gts.h.
Referenced by gts_object_init().
Definition at line 231 of file gts.h.
Referenced by gts_object_class_new(), gts_object_clone(), gts_object_new(), and object_clone().