Horizon
|
Classes | |
struct | Span |
Public Types | |
enum class | Context { BOARD , MISC } |
enum class | Type { SIGNAL , SOLDER_MASK , SILK_SCREEN , SOLDER_PASTE , DRILL , ROUT , DOCUMENT , COMPONENT } |
Public Member Functions | |
Layer (unsigned int r, const std::string &n) | |
Public Attributes | |
const unsigned int | row |
const std::string | name |
Context | context |
Type | type |
std::optional< Span > | span |
Polarity | polarity = Polarity::POSITIVE |