|
KiCad PCB EDA Suite
|
Sheet-level ORCAD_CONVERTER: page assembly, wires, buses, labels, junctions, graphics, title blocks, page sizing, bitmaps. More...
#include <sch_io/orcad/orcad_converter.h>#include <sch_io/orcad/orcad_ole.h>#include <algorithm>#include <array>#include <cctype>#include <cmath>#include <functional>#include <limits>#include <map>#include <memory>#include <set>#include <string>#include <utility>#include <vector>#include <wx/buffer.h>#include <wx/filename.h>#include <wx/log.h>#include <wx/translation.h>#include <base_units.h>#include <ki_exception.h>#include <layer_ids.h>#include <lib_symbol.h>#include <math/util.h>#include <page_info.h>#include <progress_reporter.h>#include <project.h>#include <reference_image.h>#include <reporter.h>#include <schematic.h>#include <sch_bitmap.h>#include <sch_bus_entry.h>#include <sch_junction.h>#include <sch_label.h>#include <sch_line.h>#include <sch_no_connect.h>#include <sch_screen.h>#include <sch_shape.h>#include <sch_sheet.h>#include <sch_sheet_path.h>#include <sch_sheet_pin.h>#include <sch_text.h>#include <string_utils.h>#include <stroke_params.h>#include <template_fieldnames.h>#include <title_block.h>#include <sch_io/orcad/orcad_stream.h>Go to the source code of this file.
Functions | |
| KIGFX::COLOR4D | OrcadColor (int aColorIndex) |
| int | OrcadPageOrder (wxString &aName) |
| Return a numeric page prefix (or -1); strip only the "N - title" convention. | |
Sheet-level ORCAD_CONVERTER: page assembly, wires, buses, labels, junctions, graphics, title blocks, page sizing, bitmaps.
Definition in file orcad_converter_sheet.cpp.
| KIGFX::COLOR4D OrcadColor | ( | int | aColorIndex | ) |
Definition at line 145 of file orcad_converter_sheet.cpp.
References KIGFX::COLOR4D::UNSPECIFIED.
Referenced by ORCAD_CONVERTER::addSymbolPrimitive(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::placeBusEntries(), ORCAD_CONVERTER::placeGraphics(), ORCAD_CONVERTER::placeOffpageConnectors(), ORCAD_CONVERTER::placePorts(), ORCAD_CONVERTER::placeSymbolFields(), and ORCAD_CONVERTER::placeWires().
| int OrcadPageOrder | ( | wxString & | aName | ) |
Return a numeric page prefix (or -1); strip only the "N - title" convention.
Definition at line 197 of file orcad_converter_sheet.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and ORCAD_CONVERTER::Convert().