KiCad PCB EDA Suite
Loading...
Searching...
No Matches
orcad_converter_sheet.cpp File Reference

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.
 

Detailed Description

Sheet-level ORCAD_CONVERTER: page assembly, wires, buses, labels, junctions, graphics, title blocks, page sizing, bitmaps.

Definition in file orcad_converter_sheet.cpp.

Function Documentation

◆ OrcadColor()

◆ OrcadPageOrder()

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().