KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eda_item.cpp File Reference
#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
 

Function Documentation

◆ ENUM_TO_WXANY()

ENUM_TO_WXANY ( KICAD_T  )

◆ isWordChar()

bool isWordChar ( const wxUniChar &  c)

Definition at line 117 of file eda_item.cpp.

Referenced by EDA_ITEM::Matches(), and EDA_ITEM::Replace().

Variable Documentation

◆ _EDA_ITEM_DESC

struct EDA_ITEM_DESC _EDA_ITEM_DESC
static