| 
    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 60 of file dialog_board_reannotate.h.
| ACTION_CODE REFDES_CHANGE::Action | 
Definition at line 66 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray().
| bool REFDES_CHANGE::Front | 
Definition at line 65 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray().
| wxString REFDES_CHANGE::NewRefDes | 
Definition at line 63 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray(), and DIALOG_BOARD_REANNOTATE::ReannotateBoard().
| wxString REFDES_CHANGE::OldRefDesString | 
Definition at line 64 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray(), and ChangeArrayCompare().
| KIID REFDES_CHANGE::Uuid | 
Definition at line 62 of file dialog_board_reannotate.h.
Referenced by DIALOG_BOARD_REANNOTATE::BuildChangeArray().