KiCad PCB EDA Suite
|
#include <dialog_board_reannotate.h>
Public Attributes | |
KIID | Uuid |
bool | Front |
wxString | RefDesString |
wxString | RefDesPrefix |
int | x |
int | y |
int | roundedx |
int | roundedy |
ACTION_CODE | Action |
LIB_ID | FPID |
Definition at line 69 of file dialog_board_reannotate.h.
ACTION_CODE REFDES_INFO::Action |
Definition at line 77 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
LIB_ID REFDES_INFO::FPID |
Definition at line 78 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
bool REFDES_INFO::Front |
Definition at line 72 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
wxString REFDES_INFO::RefDesPrefix |
Definition at line 74 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
wxString REFDES_INFO::RefDesString |
Definition at line 73 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
int REFDES_INFO::roundedx |
Definition at line 76 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList(), and FootprintCompare().
int REFDES_INFO::roundedy |
Definition at line 76 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList(), and FootprintCompare().
KIID REFDES_INFO::Uuid |
Definition at line 71 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
int REFDES_INFO::x |
Definition at line 75 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
int REFDES_INFO::y |
Definition at line 75 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().