|
KiCad PCB EDA Suite
|
Integer point in OrCAD DBU. More...
#include <orcad_records.h>
Public Member Functions | |
| bool | operator== (const ORCAD_POINT &aOther) const |
| bool | operator!= (const ORCAD_POINT &aOther) const |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
Integer point in OrCAD DBU.
Definition at line 167 of file orcad_records.h.
|
inline |
Definition at line 173 of file orcad_records.h.
|
inline |
Definition at line 172 of file orcad_records.h.
| int ORCAD_POINT::x = 0 |
Definition at line 169 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::addSymbolPrimitive(), ORCAD_CONVERTER::offsetPage(), operator==(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeDefinitionVectors(), ORCAD_CONVERTER::placeGraphics(), and ORCAD_CONVERTER::synthesizeSymbol().
| int ORCAD_POINT::y = 0 |
Definition at line 170 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::addSymbolPrimitive(), ORCAD_CONVERTER::offsetPage(), operator==(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeDefinitionVectors(), ORCAD_CONVERTER::placeGraphics(), and ORCAD_CONVERTER::synthesizeSymbol().