|
KiCad PCB EDA Suite
|
#include <footprint_info.h>#include <dialogs/html_message_box.h>#include <string_utils.h>#include <kiface_ids.h>#include <kiway.h>#include <lib_id.h>#include <thread>#include <utility>#include <wx/tokenzr.h>#include <kiface_base.h>Go to the source code of this file.
Functions | |
| bool | operator< (const FOOTPRINT_INFO &lhs, const FOOTPRINT_INFO &rhs) |
| static FOOTPRINT_LIST * | get_instance_from_id (KIWAY &aKiway, int aId) |
|
static |
Definition at line 141 of file footprint_info.cpp.
References KIWAY::FACE_PCB, KIFACE_BASE::IfaceOrAddress(), KIWAY::KiFACE(), Kiface(), and kiface().
Referenced by FOOTPRINT_LIST::GetInstance().
| bool operator< | ( | const FOOTPRINT_INFO & | lhs, |
| const FOOTPRINT_INFO & | rhs ) |
Definition at line 99 of file footprint_info.cpp.