|
| | CLIPBOARD_EXPORT_FIXTURE () |
| |
| | ~CLIPBOARD_EXPORT_FIXTURE ()=default |
| |
| void | AddTrack (int x1, int y1, int x2, int y2, PCB_LAYER_ID layer=F_Cu) |
| |
| void | AddVia (int x, int y) |
| |
| void | AddPad (FOOTPRINT *fp, int x, int y, const wxString &padNum, PAD_SHAPE shape=PAD_SHAPE::CIRCLE) |
| |
| FOOTPRINT * | AddFootprint (int x, int y, const wxString &ref=wxT("U1")) |
| |
| void | AddZone (PCB_LAYER_ID layer=F_Cu) |
| |
Definition at line 50 of file test_clipboard_export.cpp.
◆ CLIPBOARD_EXPORT_FIXTURE()
| CLIPBOARD_EXPORT_FIXTURE::CLIPBOARD_EXPORT_FIXTURE |
( |
| ) |
|
|
inline |
◆ ~CLIPBOARD_EXPORT_FIXTURE()
| CLIPBOARD_EXPORT_FIXTURE::~CLIPBOARD_EXPORT_FIXTURE |
( |
| ) |
|
|
default |
◆ AddFootprint()
| FOOTPRINT * CLIPBOARD_EXPORT_FIXTURE::AddFootprint |
( |
int | x, |
|
|
int | y, |
|
|
const wxString & | ref = wxT( "U1" ) ) |
|
inline |
◆ AddPad()
◆ AddTrack()
| void CLIPBOARD_EXPORT_FIXTURE::AddTrack |
( |
int | x1, |
|
|
int | y1, |
|
|
int | x2, |
|
|
int | y2, |
|
|
PCB_LAYER_ID | layer = F_Cu ) |
|
inline |
◆ AddVia()
| void CLIPBOARD_EXPORT_FIXTURE::AddVia |
( |
int | x, |
|
|
int | y ) |
|
inline |
◆ AddZone()
◆ m_board
| std::unique_ptr<BOARD> CLIPBOARD_EXPORT_FIXTURE::m_board |
◆ m_items
| std::vector<BOARD_ITEM*> CLIPBOARD_EXPORT_FIXTURE::m_items |
The documentation for this class was generated from the following file: