KiCad PCB EDA Suite
Loading...
Searching...
No Matches
lib_item.h File Reference
#include <eda_item.h>
#include <eda_shape.h>
#include <transform.h>
#include <render_settings.h>

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 []
 

Macro Definition Documentation

◆ MINIMUM_SELECTION_DISTANCE

#define MINIMUM_SELECTION_DISTANCE   2

Definition at line 53 of file lib_item.h.

Typedef Documentation

◆ LIB_PINS

typedef std::vector< LIB_PIN* > LIB_PINS

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.

Variable Documentation

◆ fill_tab