21#ifndef _BOM_SETTINGS_H 
   22#define _BOM_SETTINGS_H 
  105#if defined( __MINGW32__ ) 
bool operator==(const wxAuiPaneInfo &aLhs, const wxAuiPaneInfo &aRhs)
 
KICOMMON_API void to_json(nlohmann::json &j, const BOM_FIELD &f)
 
KICOMMON_API bool operator!=(const BOM_FIELD &lhs, const BOM_FIELD &rhs)
 
KICOMMON_API bool operator<(const BOM_FIELD &lhs, const BOM_FIELD &rhs)
 
KICOMMON_API void from_json(const nlohmann::json &j, BOM_FIELD &f)
 
Some functions to handle hotkeys in KiCad.
 
static BOM_FMT_PRESET CSV()
 
static std::vector< BOM_FMT_PRESET > BuiltInPresets()
 
static BOM_FMT_PRESET TSV()
 
wxString refRangeDelimiter
 
static BOM_FMT_PRESET Semicolons()
 
static BOM_PRESET DefaultEditing()
 
std::vector< BOM_FIELD > fieldsOrdered
 
static BOM_PRESET GroupedByValue()
 
bool includeExcludedFromBOM
 
static std::vector< BOM_PRESET > BuiltInPresets()
 
static BOM_PRESET GroupedByValueFootprint()
 
static BOM_PRESET Attributes()