KiCad PCB EDA Suite
Loading...
Searching...
No Matches
lib_symbol.cpp File Reference
#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 )
 

Functions

bool operator< (const LIB_SYMBOL &aItem1, const LIB_SYMBOL &aItem2)
 

Macro Definition Documentation

◆ ITEM_DESC

#define ITEM_DESC (   item)    ( item )->GetItemDescription( &unitsProvider )

Definition at line 238 of file lib_symbol.cpp.

◆ REPORT

#define REPORT (   msg)    { if( aReporter ) aReporter->Report( msg ); }

Definition at line 237 of file lib_symbol.cpp.

Function Documentation

◆ operator<()

bool operator< ( const LIB_SYMBOL aItem1,
const LIB_SYMBOL aItem2 
)

Definition at line 82 of file lib_symbol.cpp.

References LIB_SYMBOL::GetName().