| 
    KiCad PCB EDA Suite
    
   | 
 
#include <font/outline_font.h>#include <sch_draw_panel.h>#include <plotters/plotter.h>#include <sch_screen.h>#include <template_fieldnames.h>#include <transform.h>#include <settings/color_settings.h>#include <sch_pin.h>#include <sch_shape.h>#include <trace_helpers.h>#include <common.h>#include <text_eval/text_eval_wrapper.h>#include <libraries/legacy_symbol_library.h>#include <algorithm>#include <memory>#include <unordered_set>#include <advanced_config.h>Go to the source code of this file.
Classes | |
| struct | null_deleter | 
| http://www.boost.org/doc/libs/1_55_0/libs/smart_ptr/sp_techniques.html#weak_without_shared  More... | |
| struct | LIB_SYMBOL_DESC | 
Macros | |
| #define | REPORT(msg) | 
| #define | ITEM_DESC(item) | 
Functions | |
| bool | operator< (const LIB_SYMBOL &aItem1, const LIB_SYMBOL &aItem2) | 
Variables | |
| static struct LIB_SYMBOL_DESC | _LIB_SYMBOL_DESC | 
| #define ITEM_DESC | ( | item | ) | 
Definition at line 1597 of file lib_symbol.cpp.
Referenced by LIB_SYMBOL::Compare(), and FOOTPRINT::FootprintNeedsUpdate().
| #define REPORT | ( | msg | ) | 
Definition at line 1596 of file lib_symbol.cpp.
Referenced by LIB_SYMBOL::Compare(), DRC_ENGINE::EvalRules(), DRC_ENGINE::EvalZoneConnection(), FOOTPRINT::FootprintNeedsUpdate(), and DRC_ENGINE::ProcessAssertions().
| bool operator< | ( | const LIB_SYMBOL & | aItem1, | 
| const LIB_SYMBOL & | aItem2 ) | 
Definition at line 123 of file lib_symbol.cpp.
References LIB_SYMBOL::GetName().
      
  | 
  static |