KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::REUSE_INSTANCE Struct Reference

#include <pads_parser.h>

Public Attributes

std::string instance_name
 Instance name.
 
std::string part_naming
 Part naming scheme (may be multi-word like "PREFIX pref")
 
std::string net_naming
 Net naming scheme (may be multi-word like "SUFFIX suf")
 
POINT location = {}
 Placement location.
 
double rotation = 0.0
 Rotation angle in degrees.
 
bool glued = false
 True if glued in place.
 

Detailed Description

Definition at line 618 of file pads_parser.h.

Member Data Documentation

◆ glued

bool PADS_IO::REUSE_INSTANCE::glued = false

True if glued in place.

Definition at line 625 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().

◆ instance_name

std::string PADS_IO::REUSE_INSTANCE::instance_name

◆ location

POINT PADS_IO::REUSE_INSTANCE::location = {}

◆ net_naming

std::string PADS_IO::REUSE_INSTANCE::net_naming

Net naming scheme (may be multi-word like "SUFFIX suf")

Definition at line 622 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().

◆ part_naming

std::string PADS_IO::REUSE_INSTANCE::part_naming

Part naming scheme (may be multi-word like "PREFIX pref")

Definition at line 621 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().

◆ rotation

double PADS_IO::REUSE_INSTANCE::rotation = 0.0

Rotation angle in degrees.

Definition at line 624 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().


The documentation for this struct was generated from the following file: