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

#include <bom_settings.h>

Public Member Functions

bool operator== (const BOM_FMT_PRESET &rhs) const
 

Static Public Member Functions

static BOM_FMT_PRESET CSV ()
 
static BOM_FMT_PRESET TSV ()
 
static BOM_FMT_PRESET Semicolons ()
 
static std::vector< BOM_FMT_PRESETBuiltInPresets ()
 

Public Attributes

wxString name
 
bool readOnly = false
 
wxString fieldDelimiter
 
wxString stringDelimiter
 
wxString refDelimiter
 
wxString refRangeDelimiter
 
bool keepTabs = false
 
bool keepLineBreaks = false
 

Detailed Description

Definition at line 79 of file bom_settings.h.

Member Function Documentation

◆ BuiltInPresets()

std::vector< BOM_FMT_PRESET > BOM_FMT_PRESET::BuiltInPresets ( )
static

◆ CSV()

BOM_FMT_PRESET BOM_FMT_PRESET::CSV ( )
static

◆ operator==()

bool BOM_FMT_PRESET::operator== ( const BOM_FMT_PRESET rhs) const

◆ Semicolons()

BOM_FMT_PRESET BOM_FMT_PRESET::Semicolons ( )
static

Definition at line 263 of file bom_settings.cpp.

References _HKI.

Referenced by BuiltInPresets().

◆ TSV()

BOM_FMT_PRESET BOM_FMT_PRESET::TSV ( )
static

Definition at line 258 of file bom_settings.cpp.

References _HKI.

Referenced by BuiltInPresets().

Member Data Documentation

◆ fieldDelimiter

◆ keepLineBreaks

◆ keepTabs

◆ name

◆ readOnly

bool BOM_FMT_PRESET::readOnly = false

◆ refDelimiter

◆ refRangeDelimiter

◆ stringDelimiter


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