KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
#define | DANGLING_SYMBOL_SIZE 12 |
< The size of the rectangle indicating an unconnected wire or label | |
#define | UNSELECTED_END_SIZE 4 |
The size of the rectangle indicating the anchor of a text object (including fields) | |
#define | TEXT_ANCHOR_SIZE 8 |
The default pin len value when creating pins(can be changed in preference menu) | |
#define | DEFAULT_PIN_LENGTH 100 |
The default pin number size when creating pins(can be changed in preference menu) | |
#define | DEFAULT_PINNUM_SIZE 50 |
The default pin name size when creating pins(can be changed in preference menu) | |
#define | DEFAULT_PINNAME_SIZE 50 |
The default selection highlight thickness (can be changed in preference menu) | |
#define | DEFAULTSELECTIONTHICKNESS 3 |
The default line width in mils. (can be changed in preference menu) | |
#define | DEFAULT_LINE_WIDTH_MILS 6 |
The default wire width in mils. (can be changed in preference menu) | |
#define | DEFAULT_WIRE_WIDTH_MILS 6 |
The default bus width in mils. (can be changed in preference menu) | |
#define | DEFAULT_BUS_WIDTH_MILS 12 |
The default noconnect size in mils. | |
#define | DEFAULT_NOCONNECT_SIZE 48 |
The default junction diameter in mils. (can be changed in preference menu) | |
#define | DEFAULT_JUNCTION_DIAM 36 |
The default bus and wire entry size in mils. | |
#define | DEFAULT_SCH_ENTRY_SIZE 100 |
The default text size in mils. (can be changed in preference menu) | |
#define | DEFAULT_TEXT_SIZE 50 |
Ratio of the font height to the baseline of the text above the wire. | |
#define | DEFAULT_TEXT_OFFSET_RATIO 0.15 |
Ratio of the font height to space around global labels. | |
#define | DEFAULT_LABEL_SIZE_RATIO 0.375 |
The offset of the pin name string from the end of the pin in mils. | |
#define | DEFAULT_PIN_NAME_OFFSET 20 |
The intersheets references prefix string. | |
#define | DEFAULT_IREF_PREFIX "[" |
The intersheets references suffix string. | |
#define | DEFAULT_IREF_SUFFIX "]" |
Radius of snap "gravity well". | |
#define | SNAP_RANGE 55 |
#define DANGLING_SYMBOL_SIZE 12 |
< The size of the rectangle indicating an unconnected wire or label
The size of the rectangle indicating a connected, unselected wire end
Definition at line 32 of file default_values.h.
#define DEFAULT_BUS_WIDTH_MILS 12 |
The default noconnect size in mils.
Definition at line 59 of file default_values.h.
#define DEFAULT_IREF_PREFIX "[" |
The intersheets references suffix string.
Definition at line 83 of file default_values.h.
#define DEFAULT_IREF_SUFFIX "]" |
Radius of snap "gravity well".
Definition at line 86 of file default_values.h.
#define DEFAULT_JUNCTION_DIAM 36 |
The default bus and wire entry size in mils.
Definition at line 65 of file default_values.h.
#define DEFAULT_LABEL_SIZE_RATIO 0.375 |
The offset of the pin name string from the end of the pin in mils.
Definition at line 77 of file default_values.h.
#define DEFAULT_LINE_WIDTH_MILS 6 |
The default wire width in mils. (can be changed in preference menu)
Definition at line 53 of file default_values.h.
#define DEFAULT_NOCONNECT_SIZE 48 |
The default junction diameter in mils. (can be changed in preference menu)
Definition at line 62 of file default_values.h.
#define DEFAULT_PIN_LENGTH 100 |
The default pin number size when creating pins(can be changed in preference menu)
Definition at line 41 of file default_values.h.
#define DEFAULT_PIN_NAME_OFFSET 20 |
The intersheets references prefix string.
Definition at line 80 of file default_values.h.
#define DEFAULT_PINNAME_SIZE 50 |
The default selection highlight thickness (can be changed in preference menu)
Definition at line 47 of file default_values.h.
#define DEFAULT_PINNUM_SIZE 50 |
The default pin name size when creating pins(can be changed in preference menu)
Definition at line 44 of file default_values.h.
#define DEFAULT_SCH_ENTRY_SIZE 100 |
The default text size in mils. (can be changed in preference menu)
Definition at line 68 of file default_values.h.
#define DEFAULT_TEXT_OFFSET_RATIO 0.15 |
Ratio of the font height to space around global labels.
Definition at line 74 of file default_values.h.
#define DEFAULT_TEXT_SIZE 50 |
Ratio of the font height to the baseline of the text above the wire.
Definition at line 71 of file default_values.h.
#define DEFAULT_WIRE_WIDTH_MILS 6 |
The default bus width in mils. (can be changed in preference menu)
Definition at line 56 of file default_values.h.
#define DEFAULTSELECTIONTHICKNESS 3 |
The default line width in mils. (can be changed in preference menu)
Definition at line 50 of file default_values.h.
#define SNAP_RANGE 55 |
Definition at line 87 of file default_values.h.
#define TEXT_ANCHOR_SIZE 8 |
The default pin len value when creating pins(can be changed in preference menu)
Definition at line 38 of file default_values.h.
#define UNSELECTED_END_SIZE 4 |
The size of the rectangle indicating the anchor of a text object (including fields)
Definition at line 35 of file default_values.h.