|
KiCad PCB EDA Suite
|
#include <kiface_base.h>#include <confirm.h>#include <pcb_edit_frame.h>#include <eda_dde.h>#include <wx/file.h>#include <wx/snglinst.h>#include <wx/app.h>#include <board.h>#include <fp_lib_table.h>#include <footprint_viewer_frame.h>#include <footprint.h>#include <tools/pcb_actions.h>#include <tools/zone_filler_tool.h>#include <router/router_tool.h>#include <dialog_find.h>#include <dialog_filter_selection.h>#include <zone_filler.h>#include <preview_items/selection_area.h>#include <tools/pcb_selection_tool.h>#include <board_stackup_manager/stackup_predefined_prms.h>Go to the source code of this file.
Classes | |
| class | PCB_SELECTION_TOOL::PRIV |
| Private implementation of firewalled private data. More... | |
Functions | |
| static bool | itemIsIncludedByFilter (const BOARD_ITEM &aItem, const BOARD &aBoard, const DIALOG_FILTER_SELECTION::OPTIONS &aFilterOptions) |
| Function itemIsIncludedByFilter() | |
| const FAB_LAYER_COLOR * | GetColorStandardList () |
| int | GetColorStandardListCount () |
Variables | |
| FP_LIB_TABLE | GFootprintTable |
| The global footprint library table. | |
| const FAB_LAYER_COLOR * GetColorStandardList | ( | ) |
|
static |
Function itemIsIncludedByFilter()
Determine if an item is included by the filter specified
| FP_LIB_TABLE GFootprintTable |