KiCad PCB EDA Suite
|
#include <footprint_info.h>
#include <fp_lib_table.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 140 of file footprint_info.cpp.
References KIWAY::FACE_PCB, IFACE::IfaceOrAddress(), KIFACE_BASE::IfaceOrAddress(), kiface(), Kiface(), and KIWAY::KiFACE().
Referenced by FOOTPRINT_LIST::GetInstance().
bool operator< | ( | const FOOTPRINT_INFO & | lhs, |
const FOOTPRINT_INFO & | rhs | ||
) |
Definition at line 98 of file footprint_info.cpp.