| 
    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 142 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 100 of file footprint_info.cpp.