KiCad PCB EDA Suite
|
#include <sch_screen.h>
#include <sch_item.h>
#include <sch_marker.h>
#include <sch_label.h>
#include <sch_reference_list.h>
#include <symbol_library.h>
#include <sch_sheet_path.h>
#include <sch_symbol.h>
#include <sch_sheet.h>
#include <schematic.h>
#include <template_fieldnames.h>
#include <trace_helpers.h>
#include <boost/functional/hash.hpp>
#include <wx/filename.h>
#include <wx/log.h>
Go to the source code of this file.
Classes | |
class | DELETED_SHEET_ITEM |
A singleton item of this class is returned for a weak reference that no longer exists. More... | |
Namespaces | |
namespace | std |
STL namespace. | |
Functions | |
bool | SortSymbolInstancesByProjectUuid (const SCH_SYMBOL_INSTANCE &aLhs, const SCH_SYMBOL_INSTANCE &aRhs) |
bool SortSymbolInstancesByProjectUuid | ( | const SCH_SYMBOL_INSTANCE & | aLhs, |
const SCH_SYMBOL_INSTANCE & | aRhs | ||
) |
Definition at line 99 of file sch_sheet_path.cpp.
References SCH_SYMBOL_INSTANCE::m_Path.
Referenced by SCH_SEXPR_PLUGIN::saveSymbol().