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 <symbol_library.h>
#include <settings/color_settings.h>
#include <sch_pin.h>
#include <sch_shape.h>
#include <memory>
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... | |
Macros | |
#define | REPORT(msg) { if( aReporter ) aReporter->Report( msg ); } |
#define | ITEM_DESC(item) ( item )->GetItemDescription( &unitsProvider, true ) |
Functions | |
bool | operator< (const LIB_SYMBOL &aItem1, const LIB_SYMBOL &aItem2) |
#define ITEM_DESC | ( | item | ) | ( item )->GetItemDescription( &unitsProvider, true ) |
Definition at line 1527 of file lib_symbol.cpp.
#define REPORT | ( | msg | ) | { if( aReporter ) aReporter->Report( msg ); } |
Definition at line 1526 of file lib_symbol.cpp.
bool operator< | ( | const LIB_SYMBOL & | aItem1, |
const LIB_SYMBOL & | aItem2 | ||
) |
Definition at line 83 of file lib_symbol.cpp.
References LIB_SYMBOL::GetName().