KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | LIB_ITEM |
The base class for drawable items used by schematic library symbols. More... | |
struct | LIB_ITEM::cmp_items |
Namespaces | |
namespace | KIFONT |
Macros | |
#define | MINIMUM_SELECTION_DISTANCE 2 |
Typedefs | |
typedef std::vector< LIB_PIN * > | LIB_PINS |
Helper for defining a list of pin object pointers. More... | |
Variables | |
const int | fill_tab [] |
#define MINIMUM_SELECTION_DISTANCE 2 |
Definition at line 53 of file lib_item.h.
Helper for defining a list of pin object pointers.
The list does not use a Boost pointer class so the object pointers do not accidentally get deleted when the container is deleted.
Definition at line 61 of file lib_item.h.
|
extern |
Definition at line 34 of file lib_item.cpp.
Referenced by SCH_LEGACY_PLUGIN_CACHE::saveArc(), SCH_LEGACY_PLUGIN_CACHE::saveBezier(), SCH_LEGACY_PLUGIN_CACHE::saveCircle(), SCH_LEGACY_PLUGIN_CACHE::savePolyLine(), and SCH_LEGACY_PLUGIN_CACHE::saveRectangle().