79    void OnCancel( wxCommandEvent& event ) 
override;
 
   80    void OnUpdateUI( wxUpdateUIEvent& event ) 
override;
 
 
Information pertinent to a Pcbnew printed circuit board.
 
DIALOG_BARCODE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_DIALOG_EDIT_PAD, const wxString &title=_("Barcode Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
PCB_BARCODE * m_currentBarcode
 
bool TransferDataFromWindow() override
 
UNIT_BINDER m_knockoutMarginX
 
PCB_BASE_FRAME * m_parent
 
void OnUpdateUI(wxUpdateUIEvent &event) override
 
PCB_BARCODE * m_dummyBarcode
 
bool transferDataToBarcode(PCB_BARCODE *aBarcode)
Copy values from dialog field to aBarcode's members.
 
DIALOG_BARCODE_PROPERTIES(PCB_BASE_FRAME *aParent, PCB_BARCODE *aBarcode)
 
UNIT_BINDER m_knockoutMarginY
 
~DIALOG_BARCODE_PROPERTIES()
 
UNIT_BINDER m_orientation
 
void OnValuesChanged(wxCommandEvent &event) override
Update the graphical barcode shown in the panel.
 
bool TransferDataToWindow() override
 
void OnCancel(wxCommandEvent &event) override
 
void OnResize(wxSizeEvent &event)
 
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.