KiCad PCB EDA Suite
|
#include <dialog_board_reannotate.h>
Public Attributes | |
KIID | Uuid |
bool | Front |
wxString | RefDesString |
wxString | RefDesType |
int | x |
int | y |
int | roundedx |
int | roundedy |
ACTION_CODE | Action |
LIB_ID | FPID |
Definition at line 78 of file dialog_board_reannotate.h.
ACTION_CODE REFDES_INFO::Action |
Definition at line 86 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
LIB_ID REFDES_INFO::FPID |
Definition at line 87 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
bool REFDES_INFO::Front |
Definition at line 81 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
wxString REFDES_INFO::RefDesString |
Definition at line 82 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
wxString REFDES_INFO::RefDesType |
Definition at line 83 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
int REFDES_INFO::roundedx |
Definition at line 85 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList(), and ModuleCompare().
int REFDES_INFO::roundedy |
Definition at line 85 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList(), and ModuleCompare().
KIID REFDES_INFO::Uuid |
Definition at line 80 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
int REFDES_INFO::x |
Definition at line 84 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().
int REFDES_INFO::y |
Definition at line 84 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildFootprintList().