![]() |
KiCad PCB EDA Suite
|
#include <generate_footprint_info.h>
#include <kicad_string.h>
#include <footprint.h>
#include <fp_lib_table.h>
Go to the source code of this file.
Classes | |
class | FOOTPRINT_INFO_GENERATOR |
Functions | |
wxString | GenerateFootprintInfo (FP_LIB_TABLE *aFpLibTable, LIB_ID const &aLibId) |
Return an HTML page describing a LIB_ID in a FP_LIB_TABLE. More... | |
Variables | |
static const wxString | DescriptionFormat |
static const wxString | KeywordsFormat |
static const wxString | DocFormat |
wxString GenerateFootprintInfo | ( | FP_LIB_TABLE * | aFpLibTable, |
LIB_ID const & | aLibId | ||
) |
Return an HTML page describing a LIB_ID in a FP_LIB_TABLE.
This is suitable for inclusion in a wxHtmlWindow.
Definition at line 136 of file generate_footprint_info.cpp.
References gen.
Referenced by FP_TREE_MODEL_ADAPTER::GenerateInfo().
|
static |
Definition at line 27 of file generate_footprint_info.cpp.
|
static |
Definition at line 40 of file generate_footprint_info.cpp.
Referenced by FOOTPRINT_INFO_GENERATOR::GenerateHtml().
|
static |
Definition at line 34 of file generate_footprint_info.cpp.
Referenced by FOOTPRINT_INFO_GENERATOR::GenerateHtml().