KiCad PCB EDA Suite
|
#include <advanced_config.h>
#include <board.h>
#include <board_design_settings.h>
#include <confirm.h>
#include <convert_basic_shapes_to_polygon.h>
#include <string_utils.h>
#include <kiface_base.h>
#include <locale_io.h>
#include <macros.h>
#include <callback_gal.h>
#include <pad.h>
#include <footprint.h>
#include <pcb_group.h>
#include <pcb_shape.h>
#include <pcb_dimension.h>
#include <pcb_bitmap.h>
#include <pcb_target.h>
#include <pcb_text.h>
#include <pcb_textbox.h>
#include <pcb_track.h>
#include <zone.h>
#include <pcbnew_settings.h>
#include <pgm_base.h>
#include <plugins/kicad/pcb_plugin.h>
#include <plugins/kicad/pcb_parser.h>
#include <trace_helpers.h>
#include <progress_reporter.h>
#include <wildcards_and_files_ext.h>
#include <wx/dir.h>
#include <wx/log.h>
#include <wx/base64.h>
#include <wx/mstream.h>
Go to the source code of this file.
Macros | |
#define | wxUSE_BASE64 1 |
#define | MIME_BASE64_LENGTH 76 |
Functions | |
std::string | formatInternalUnits (int aValue) |
std::string | formatInternalUnits (const VECTOR2I &aCoord) |
std::string | formatInternalUnits (const VECTOR2I &aCoord, const FOOTPRINT *aParentFP) |
bool | isDefaultTeardropParameters (const TEARDROP_PARAMETERS &tdParams) |
#define MIME_BASE64_LENGTH 76 |
#define wxUSE_BASE64 1 |
Definition at line 58 of file pcb_plugin.cpp.
std::string formatInternalUnits | ( | const VECTOR2I & | aCoord | ) |
Definition at line 402 of file pcb_plugin.cpp.
References EDA_UNIT_UTILS::FormatInternalUnits(), and pcbIUScale.
Definition at line 408 of file pcb_plugin.cpp.
References formatInternalUnits(), FOOTPRINT::GetOrientation(), FOOTPRINT::GetPosition(), and RotatePoint().
std::string formatInternalUnits | ( | int | aValue | ) |
Definition at line 396 of file pcb_plugin.cpp.
References EDA_UNIT_UTILS::FormatInternalUnits(), and pcbIUScale.
Referenced by PCB_PLUGIN::format(), PCB_PLUGIN::formatGeneral(), formatInternalUnits(), PCB_PLUGIN::formatPolyPts(), PCB_PLUGIN::formatSetup(), and PCB_PLUGIN::formatTeardropParameters().
bool isDefaultTeardropParameters | ( | const TEARDROP_PARAMETERS & | tdParams | ) |
Definition at line 711 of file pcb_plugin.cpp.
References TEARDROP_PARAMETERS::m_AllowUseTwoTracks, TEARDROP_PARAMETERS::m_BestLengthRatio, TEARDROP_PARAMETERS::m_BestWidthRatio, TEARDROP_PARAMETERS::m_CurveSegCount, TEARDROP_PARAMETERS::m_Enabled, TEARDROP_PARAMETERS::m_TdMaxLen, TEARDROP_PARAMETERS::m_TdMaxWidth, TEARDROP_PARAMETERS::m_TdOnPadsInZones, and TEARDROP_PARAMETERS::m_WidthtoSizeFilterRatio.
Referenced by PCB_PLUGIN::format().