|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SCHEMATIC_CLIPBOARD_FIXTURE ()=default | |
| ~SCHEMATIC_CLIPBOARD_FIXTURE ()=default | |
| std::unique_ptr< SCH_LINE > | CreateWire (int x1, int y1, int x2, int y2) |
| std::unique_ptr< SCH_LINE > | CreateBus (int x1, int y1, int x2, int y2) |
| std::unique_ptr< SCH_JUNCTION > | CreateJunction (int x, int y) |
| std::unique_ptr< SCH_NO_CONNECT > | CreateNoConnect (int x, int y) |
| std::unique_ptr< SCH_BUS_WIRE_ENTRY > | CreateBusEntry (int x, int y) |
| std::unique_ptr< SCH_TEXT > | CreateText (int x, int y, const wxString &text) |
| std::unique_ptr< SCH_LABEL > | CreateLabel (int x, int y, const wxString &text) |
| std::unique_ptr< SCH_GLOBALLABEL > | CreateGlobalLabel (int x, int y, const wxString &text) |
| std::unique_ptr< SCH_HIERLABEL > | CreateHierLabel (int x, int y, const wxString &text) |
| std::unique_ptr< SCH_SHAPE > | CreateRectangle (int x1, int y1, int x2, int y2) |
| std::unique_ptr< SCH_SHAPE > | CreateCircle (int cx, int cy, int radius) |
| std::unique_ptr< SCH_SHAPE > | CreatePolyline (const std::vector< std::pair< int, int > > &points) |
| void | ClearItems () |
Public Attributes | |
| std::vector< SCH_ITEM * > | m_items |
Definition at line 51 of file test_schematic_clipboard_export.cpp.
|
default |
|
default |
|
inline |
Definition at line 166 of file test_schematic_clipboard_export.cpp.
References m_items.
|
inline |
Definition at line 67 of file test_schematic_clipboard_export.cpp.
References LAYER_BUS, m_items, and schIUScale.
|
inline |
Definition at line 93 of file test_schematic_clipboard_export.cpp.
References m_items, and schIUScale.
|
inline |
Definition at line 144 of file test_schematic_clipboard_export.cpp.
References CIRCLE, circle(), m_items, radius, schIUScale, and SOLID.
|
inline |
Definition at line 118 of file test_schematic_clipboard_export.cpp.
References m_items, schIUScale, and text.
|
inline |
Definition at line 126 of file test_schematic_clipboard_export.cpp.
References m_items, schIUScale, and text.
|
inline |
Definition at line 77 of file test_schematic_clipboard_export.cpp.
References m_items, and schIUScale.
|
inline |
Definition at line 110 of file test_schematic_clipboard_export.cpp.
References m_items, schIUScale, and text.
|
inline |
Definition at line 85 of file test_schematic_clipboard_export.cpp.
References m_items, and schIUScale.
|
inline |
Definition at line 154 of file test_schematic_clipboard_export.cpp.
References m_items, POLY, schIUScale, and SOLID.
|
inline |
Definition at line 134 of file test_schematic_clipboard_export.cpp.
References m_items, RECTANGLE, schIUScale, and SOLID.
|
inline |
Definition at line 101 of file test_schematic_clipboard_export.cpp.
References m_items, schIUScale, and text.
|
inline |
Definition at line 57 of file test_schematic_clipboard_export.cpp.
References LAYER_WIRE, m_items, and schIUScale.
| std::vector<SCH_ITEM*> SCHEMATIC_CLIPBOARD_FIXTURE::m_items |
Definition at line 171 of file test_schematic_clipboard_export.cpp.
Referenced by ClearItems(), CreateBus(), CreateBusEntry(), CreateCircle(), CreateGlobalLabel(), CreateHierLabel(), CreateJunction(), CreateLabel(), CreateNoConnect(), CreatePolyline(), CreateRectangle(), CreateText(), and CreateWire().