KiCad PCB EDA Suite
dialog_footprint_properties_fp_editor.cpp File Reference

Go to the source code of this file.

Functions

static bool footprintIsFromBoard (FOOTPRINT *aFootprint)
 

Function Documentation

◆ footprintIsFromBoard()

static bool footprintIsFromBoard ( FOOTPRINT aFootprint)
static

Definition at line 614 of file dialog_footprint_properties_fp_editor.cpp.

615{
616 return aFootprint->GetLink() != niluuid;
617}
KIID GetLink() const
Definition: footprint.h:680
KIID niluuid(0)

References FOOTPRINT::GetLink(), and niluuid.

Referenced by DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::OnFootprintNameText().