Graphviz 13.0.0~dev.20241220.2304
|
#include <types.h>
Data Fields | |
pointf | size |
boxf | b |
int | n_flds |
textlabel_t * | lp |
struct field_t ** | fld |
char * | id |
unsigned char | LR |
unsigned char | sides |
boxf field_t::b |
Definition at line 237 of file types.h.
Referenced by gen_fields(), makeObstacle(), pos_reclbl(), record_gencode(), record_inside(), record_port(), and set_record_rects().
struct field_t** field_t::fld |
Definition at line 240 of file types.h.
Referenced by free_field(), gen_fields(), map_rec_port(), parse_reclbl(), pos_reclbl(), resize_reclbl(), set_record_rects(), and size_reclbl().
char* field_t::id |
Definition at line 241 of file types.h.
Referenced by free_field(), map_rec_port(), and parse_reclbl().
textlabel_t* field_t::lp |
Definition at line 239 of file types.h.
Referenced by free_field(), gen_fields(), parse_reclbl(), resize_reclbl(), and size_reclbl().
unsigned char field_t::LR |
Definition at line 242 of file types.h.
Referenced by gen_fields(), parse_reclbl(), pos_reclbl(), resize_reclbl(), and size_reclbl().
int field_t::n_flds |
Definition at line 238 of file types.h.
Referenced by free_field(), gen_fields(), map_rec_port(), parse_reclbl(), pos_reclbl(), resize_reclbl(), set_record_rects(), and size_reclbl().
unsigned char field_t::sides |
Definition at line 243 of file types.h.
Referenced by pos_reclbl(), and record_port().
pointf field_t::size |
Definition at line 236 of file types.h.
Referenced by pos_reclbl(), resize_reclbl(), and size_reclbl().