Contains typedefs, global variables and structs from pcb. More...
Go to the source code of this file.
Data Structures | |
| struct | BoxType |
| A bounding box. More... | |
| struct | FlagType |
| A Flag type. More... | |
| struct | AttributeType |
| An Attribute type. More... | |
| struct | AttributeListType |
| An Attribute list. More... | |
| struct | PointType |
| A line or polygon point. More... | |
| struct | AnyLineObjectType |
| Holds information of any line object type. More... | |
| struct | LineType |
| Holds information about one line entity. More... | |
| struct | MarkType |
| Holds information about one mark entity. More... | |
| struct | TextType |
| Holds information about one text entity. More... | |
| struct | ArcType |
| Holds information about one arc entity. More... | |
| struct | PadType |
| Holds information about one SMD pad entity. More... | |
| struct | PinType |
| Holds information about one through hole pin entity. More... | |
| struct | ElementType |
| Holds information about one element entity. More... | |
Typedefs | |
| typedef int | LocationType |
| typedef int | BDimension |
| typedef unsigned int | Cardinal |
| typedef char | Boolean |
| typedef char * | String |
| typedef short | Position |
| typedef short | Dimension |
| typedef unsigned char | BYTE |
| typedef struct BoxType * | BoxTypePtr |
| typedef struct FlagType * | FlagTypePtr |
| typedef struct AttributeType * | AttributeTypePtr |
| typedef struct AttributeListType * | AttributeListTypePtr |
| typedef struct PointType * | PointTypePtr |
| typedef struct AnyLineObjectType * | AnyLineObjectTypePtr |
| typedef struct LineType * | LineTypePtr |
| typedef struct MarkType * | MarkTypePtr |
| typedef struct TextType * | TextTypePtr |
| typedef struct ArcType * | ArcTypePtr |
| typedef struct PadType * | PadTypePtr |
| typedef struct PinType * | PinTypePtr |
| typedef struct PinType ** | PinTypeHandle |
| typedef struct ElementType * | ElementTypePtr |
| typedef struct ElementType ** | ElementTypeHandle |
Enumerations | |
| enum | direction_t { NORTH, EAST, SOUTH, WEST } |
Some directions. More... | |
Variables | |
| static int | ID = 1 |
Contains typedefs, global variables and structs from pcb.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition in file pcb_globals.h.
| typedef int BDimension |
big dimension
Definition at line 112 of file pcb_globals.h.
| enum direction_t |
Some directions.
Definition at line 102 of file pcb_globals.h.
int ID = 1 [static] |
Current object ID;
incremented after each creation of an object.
Definition at line 95 of file pcb_globals.h.
Referenced by bga_create_element(), capa_create_element(), capc_create_element(), capm_create_element(), capmp_create_element(), cappr_create_element(), con_dil_create_element(), con_dip_create_element(), con_sil_create_element(), create_new_arc(), create_new_line(), create_new_pad(), create_new_pin(), diom_create_element(), diomelf_create_element(), dip_create_element(), dips_create_element(), indc_create_element(), indm_create_element(), indp_create_element(), pga_create_element(), plcc_create_element(), res_create_element(), resc_create_element(), resm_create_element(), resmelf_create_element(), sil_create_element(), sip_create_element(), sot_create_element(), to_create_element_to92(), and to_create_element_to92_staggered().
1.7.1