libgeda
|
#include <struct.h>
Data Fields | |
int | type |
int | sid |
char * | name |
PAGE * | page |
int | w_top |
int | w_left |
int | w_right |
int | w_bottom |
gboolean | w_bounds_valid |
COMPLEX * | complex |
LINE * | line |
CIRCLE * | circle |
ARC * | arc |
BOX * | box |
TEXT * | text |
PICTURE * | picture |
PATH * | path |
GList * | tiles |
GList * | conn_list |
OBJECT_END | line_end |
OBJECT_TYPE | line_type |
int | line_width |
int | line_space |
int | line_length |
OBJECT_FILLING | fill_type |
int | fill_width |
int | fill_angle1 |
int | fill_pitch1 |
int | fill_angle2 |
int | fill_pitch2 |
gboolean | complex_embedded |
gchar * | complex_basename |
OBJECT * | parent |
int | color |
int | dont_redraw |
int | selectable |
int | selected |
int | locked_color |
int | bus_ripper_direction |
int | font_text_size |
GList * | font_prim_objs |
int | whichend |
int | pin_type |
int | net_num_connected |
gboolean | valid_num_connected |
GList * | attribs |
int | show_name_value |
int | visibility |
OBJECT * | attached_to |
OBJECT * | copied_to |
GList * | weak_refs |
int | attrib_notify_freeze_count |
int | attrib_notify_pending |
int | conn_notify_freeze_count |
int | conn_notify_pending |
int st_object::type |
int st_object::sid |
char* st_object::name |
int st_object::w_top |
gboolean st_object::w_bounds_valid |
GList* st_object::tiles |
GList* st_object::conn_list |
gboolean st_object::complex_embedded |
gchar* st_object::complex_basename |
int st_object::color |
GList* st_object::font_prim_objs |
gboolean st_object::valid_num_connected |
GList* st_object::attribs |
GList* st_object::weak_refs |