| 
    KiCad PCB EDA Suite
    
   | 
 
A structure for storing weighted search terms. More...
#include <eda_pattern_match.h>
Public Member Functions | |
| SEARCH_TERM (const wxString &aText, int aScore) | |
Public Attributes | |
| wxString | Text | 
| int | Score | 
| bool | Normalized | 
A structure for storing weighted search terms.
Definition at line 47 of file eda_pattern_match.h.
      
  | 
  inline | 
Definition at line 49 of file eda_pattern_match.h.
References Normalized, Score, and Text.
| bool SEARCH_TERM::Normalized | 
Definition at line 57 of file eda_pattern_match.h.
Referenced by SEARCH_TERM().
| int SEARCH_TERM::Score | 
Definition at line 56 of file eda_pattern_match.h.
Referenced by SEARCH_TERM().
| wxString SEARCH_TERM::Text | 
Definition at line 55 of file eda_pattern_match.h.
Referenced by SEARCH_TERM().