KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EDA_SEARCH_DATA Struct Reference

#include <eda_search_data.h>

Inheritance diagram for EDA_SEARCH_DATA:
SCH_SEARCH_DATA

Public Member Functions

 EDA_SEARCH_DATA ()
 
virtual ~EDA_SEARCH_DATA ()
 

Public Attributes

wxString findString
 
wxString replaceString
 
bool searchAndReplace
 
bool matchCase
 
bool markersOnly
 
EDA_SEARCH_MATCH_MODE matchMode
 

Detailed Description

Definition at line 37 of file eda_search_data.h.

Constructor & Destructor Documentation

◆ EDA_SEARCH_DATA()

EDA_SEARCH_DATA::EDA_SEARCH_DATA ( )
inline

Definition at line 48 of file eda_search_data.h.

◆ ~EDA_SEARCH_DATA()

virtual EDA_SEARCH_DATA::~EDA_SEARCH_DATA ( )
inlinevirtual

Definition at line 58 of file eda_search_data.h.

Member Data Documentation

◆ findString

◆ markersOnly

bool EDA_SEARCH_DATA::markersOnly

Definition at line 45 of file eda_search_data.h.

Referenced by SCH_FIND_REPLACE_TOOL::FindNext().

◆ matchCase

◆ matchMode

◆ replaceString

wxString EDA_SEARCH_DATA::replaceString

◆ searchAndReplace

bool EDA_SEARCH_DATA::searchAndReplace

Definition at line 42 of file eda_search_data.h.

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


The documentation for this struct was generated from the following file: