|
KiCad PCB EDA Suite
|
#include <sch_io/orcad/orcad_stream.h>#include <cstring>#include <ki_exception.h>#include <wx/strconv.h>Go to the source code of this file.
Functions | |
| static wxString | hexOf (const uint8_t *aBytes, size_t aCount) |
| wxString | FromOrcadString (const std::string &aText) |
| Decode raw stream bytes (Windows-1252) into a wxString for UI/UX use. | |
| wxString FromOrcadString | ( | const std::string & | aText | ) |
Decode raw stream bytes (Windows-1252) into a wxString for UI/UX use.
Undecodable bytes degrade to an 8-bit-data fallback rather than an empty string.
Definition at line 272 of file orcad_stream.cpp.
Referenced by ORCAD_CONVERTER::addSymbolPin(), ORCAD_CONVERTER::addSymbolPrimitive(), ORCAD_CONVERTER::applyFont(), ORCAD_CONVERTER::applyTitleBlock(), ORCAD_CONVERTER::Convert(), ORCAD_CONVERTER::kicadSymbolFor(), ORCAD_CONVERTER::libForInstance(), ORCAD_CONVERTER::placeGraphics(), ORCAD_CONVERTER::placeInstance(), ORCAD_CONVERTER::placeOffpageConnectors(), ORCAD_CONVERTER::placePorts(), ORCAD_CONVERTER::placePowerSymbol(), ORCAD_CONVERTER::placeSymbolFields(), ORCAD_CONVERTER::placeWires(), ORCAD_CONVERTER::prepareSymbols(), ORCAD_CONVERTER::resolveReference(), and ORCAD_CONVERTER::SanitizeFileName().
|
static |
Definition at line 31 of file orcad_stream.cpp.
Referenced by ORCAD_STREAM::Expect().