PCB-FPW developer documentation based on version: 0.0.11

Data Fields

ElementType Struct Reference

Holds information about one element entity. More...

#include <pcb_globals.h>

Collaboration diagram for ElementType:
Collaboration graph
[legend]

Data Fields

 ANYOBJECTFIELDS
TextType Name [MAX_ELEMENTNAMES]
LocationType MarkX
LocationType MarkY
Cardinal PinN
Cardinal PinMax
Cardinal PadN
Cardinal PadMax
Cardinal LineN
Cardinal LineMax
Cardinal ArcN
Cardinal ArcMax
PinTypePtr Pin
PadTypePtr Pad
LineTypePtr Line
ArcTypePtr Arc
BoxType VBox
AttributeListType Attributes

Detailed Description

Holds information about one element entity.

Definition at line 316 of file pcb_globals.h.


Field Documentation

Arcs contained by the element.

Definition at line 353 of file pcb_globals.h.

Referenced by create_new_arc().

Maximum number of arcs.

Definition at line 345 of file pcb_globals.h.

Referenced by create_new_arc().

Arc Number.

Definition at line 343 of file pcb_globals.h.

Referenced by create_new_arc().

List of attributes.

Definition at line 357 of file pcb_globals.h.

Referenced by create_attributes_in_element().

Lines contained by the element.

Definition at line 351 of file pcb_globals.h.

Referenced by create_new_line().

Maximum number of lines.

Definition at line 341 of file pcb_globals.h.

Referenced by create_new_line().

Line Number.

Definition at line 339 of file pcb_globals.h.

Referenced by create_new_line().

LocationType ElementType::MarkX
LocationType ElementType::MarkY
TextType ElementType::Name[MAX_ELEMENTNAMES]

Pads contained by the element.

Definition at line 349 of file pcb_globals.h.

Maximum number of pads.

Definition at line 337 of file pcb_globals.h.

Pad Number.

Definition at line 335 of file pcb_globals.h.

Pins contained by the element.

Definition at line 347 of file pcb_globals.h.

Maximum number of pins.

Definition at line 333 of file pcb_globals.h.

Pin Number.

Definition at line 331 of file pcb_globals.h.

Bounding box.

Definition at line 355 of file pcb_globals.h.


The documentation for this struct was generated from the following file: