KiCad PCB EDA Suite
|
#include <odb_util.h>
Classes | |
struct | TOOLS |
Public Member Functions | |
ODB_DRILL_TOOLS (const wxString &aUnits, const wxString &aThickness="0", const wxString &aUserParams=wxEmptyString) | |
void | AddDrillTools (const wxString &aType, const wxString &aFinishSize) |
void | GenerateFile (std::ostream &aStream) |
Public Attributes | |
wxString | m_units |
wxString | m_thickness |
wxString | m_userParams |
std::vector< ODB_DRILL_TOOLS::TOOLS > | m_tools |
Definition at line 316 of file odb_util.h.
ODB_DRILL_TOOLS::ODB_DRILL_TOOLS | ( | const wxString & | aUnits, |
const wxString & | aThickness = "0" , |
||
const wxString & | aUserParams = wxEmptyString |
||
) |
Definition at line 328 of file odb_util.cpp.
|
inline |
Definition at line 336 of file odb_util.h.
References ODB_DRILL_TOOLS::TOOLS::m_drillSize, ODB_DRILL_TOOLS::TOOLS::m_finishSize, ODB_DRILL_TOOLS::TOOLS::m_num, m_tools, and ODB_DRILL_TOOLS::TOOLS::m_type.
void ODB_DRILL_TOOLS::GenerateFile | ( | std::ostream & | aStream | ) |
Definition at line 335 of file odb_util.cpp.
References m_thickness, m_tools, m_units, m_userParams, ODB_TEXT_WRITER::MakeArrayProxy(), and ODB_TEXT_WRITER::WriteEquationLine().
wxString ODB_DRILL_TOOLS::m_thickness |
Definition at line 350 of file odb_util.h.
Referenced by GenerateFile().
std::vector<ODB_DRILL_TOOLS::TOOLS> ODB_DRILL_TOOLS::m_tools |
Definition at line 352 of file odb_util.h.
Referenced by AddDrillTools(), and GenerateFile().
wxString ODB_DRILL_TOOLS::m_units |
Definition at line 349 of file odb_util.h.
Referenced by GenerateFile().
wxString ODB_DRILL_TOOLS::m_userParams |
Definition at line 351 of file odb_util.h.
Referenced by GenerateFile().