KiCad PCB EDA Suite
|
#include <dialog_board_reannotate.h>
Public Attributes | |
KIID | Uuid |
wxString | NewRefDes |
wxString | OldRefDesString |
bool | Front |
ACTION_CODE | Action |
Definition at line 69 of file dialog_board_reannotate.h.
ACTION_CODE REFDES_CHANGE::Action |
Definition at line 75 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray().
bool REFDES_CHANGE::Front |
Definition at line 74 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray().
wxString REFDES_CHANGE::NewRefDes |
Definition at line 72 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray(), and DIALOG_BOARD_REANNOTATE::ReannotateBoard().
wxString REFDES_CHANGE::OldRefDesString |
Definition at line 73 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray(), and ChangeArrayCompare().
KIID REFDES_CHANGE::Uuid |
Definition at line 71 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray().