KiCad PCB EDA Suite
|
#include <algorithm>
#include <bitmaps.h>
#include <eda_item.h>
#include <trace_helpers.h>
#include <trigo.h>
#include <i18n_utility.h>
#include <wx/log.h>
#include <wx/fdrepdlg.h>
#include <eda_pattern_match.h>
Go to the source code of this file.
Classes | |
struct | EDA_ITEM_DESC |
Functions | |
bool | isWordChar (const wxUniChar &c) |
ENUM_TO_WXANY (KICAD_T) | |
Variables | |
static struct EDA_ITEM_DESC | _EDA_ITEM_DESC |
ENUM_TO_WXANY | ( | KICAD_T | ) |
bool isWordChar | ( | const wxUniChar & | c | ) |
Definition at line 120 of file eda_item.cpp.
Referenced by EDA_ITEM::Matches(), and EDA_ITEM::Replace().
|
static |