KiCad PCB EDA Suite
Loading...
Searching...
No Matches
column_formatter.h File Reference
#include <wx/string.h>
#include <reporter.h>
#include <units_provider.h>

Go to the source code of this file.

Classes

class  COLUMN_FORMATTER
 

Functions

bool MatchTranslationOrNative (const wxString &aStr, const wxString &aNativeLabel, bool aCaseSensitive)
 Return true if the given string matches either the translated or native version of the given label.
 

Function Documentation

◆ MatchTranslationOrNative()

bool MatchTranslationOrNative ( const wxString & aStr,
const wxString & aNativeLabel,
bool aCaseSensitive )

Return true if the given string matches either the translated or native version of the given label.

Definition at line 31 of file column_formatter.cpp.

Referenced by COLUMN_FORMATTER::boolFromString(), GetColTypeForString(), GetColTypeForString(), SetPadTypeFromString(), and PIN_INFO_FORMATTER::UpdatePin().