KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT Struct Reference

#include <conn_facts.h>

Public Member Functions

int Compare (const LIBRARY_SHAPE_FACT &aOther, int aCompareFlags) const
 
bool operator== (const LIBRARY_SHAPE_FACT &aOther) const
 

Public Attributes

KIID id = niluuid
 
int unit = 0
 
int bodyStyle = 0
 
bool isPrivate = false
 
VECTOR2I position
 
EDA_SHAPE geometry { SHAPE_T::SEGMENT, 0, FILL_T::NO_FILL }
 

Detailed Description

Definition at line 190 of file conn_facts.h.

Member Function Documentation

◆ Compare()

int SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::Compare ( const LIBRARY_SHAPE_FACT & aOther,
int aCompareFlags ) const

◆ operator==()

bool SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::operator== ( const LIBRARY_SHAPE_FACT & aOther) const

Member Data Documentation

◆ bodyStyle

int SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::bodyStyle = 0

Definition at line 194 of file conn_facts.h.

Referenced by Compare(), and operator==().

◆ geometry

EDA_SHAPE SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::geometry { SHAPE_T::SEGMENT, 0, FILL_T::NO_FILL }

Definition at line 197 of file conn_facts.h.

Referenced by Compare(), and operator==().

◆ id

KIID SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::id = niluuid

Definition at line 192 of file conn_facts.h.

Referenced by Compare(), and operator==().

◆ isPrivate

bool SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::isPrivate = false

Definition at line 195 of file conn_facts.h.

Referenced by Compare(), and operator==().

◆ position

VECTOR2I SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::position

Definition at line 196 of file conn_facts.h.

Referenced by Compare(), and operator==().

◆ unit

int SCH_CONNECTIVITY::LIBRARY_SHAPE_FACT::unit = 0

Definition at line 193 of file conn_facts.h.

Referenced by Compare(), and operator==().


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