KiCad PCB EDA Suite
Loading...
Searching...
No Matches
footprint_info.cpp File Reference
#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_LISTget_instance_from_id (KIWAY &aKiway, int aId)
 

Function Documentation

◆ get_instance_from_id()

static FOOTPRINT_LIST * get_instance_from_id ( KIWAY aKiway,
int  aId 
)
static

◆ operator<()

bool operator< ( const FOOTPRINT_INFO lhs,
const FOOTPRINT_INFO rhs 
)

Definition at line 98 of file footprint_info.cpp.