|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
| #define | BOOL_TRUE _HKI( "True" ) |
| #define | BOOL_FALSE _HKI( "False" ) |
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. | |
| #define BOOL_FALSE _HKI( "False" ) |
Definition at line 28 of file column_formatter.cpp.
Referenced by COLUMN_FORMATTER::boolFromString(), and COLUMN_FORMATTER::stringFromBool().
| #define BOOL_TRUE _HKI( "True" ) |
Definition at line 27 of file column_formatter.cpp.
Referenced by COLUMN_FORMATTER::boolFromString(), and COLUMN_FORMATTER::stringFromBool().
| 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().