DIALOG_REFERENCE_IMAGE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Reference Image Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
~DIALOG_REFERENCE_IMAGE_PROPERTIES() override
void onWidthChanged(wxCommandEvent &aEvent)
PANEL_IMAGE_EDITOR * m_imageEditor
DIALOG_REFERENCE_IMAGE_PROPERTIES(PCB_BASE_FRAME *aParent, PCB_REFERENCE_IMAGE &aBitmap)
void onHeightChanged(wxCommandEvent &aEvent)
PCB_REFERENCE_IMAGE & m_bitmap
void onScaleChanged(wxCommandEvent &aEvent)
PCB_BASE_FRAME * m_frame
The reference image being edited.
bool TransferDataFromWindow() override
bool TransferDataToWindow() override
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
Object to handle a bitmap image that can be inserted in a PCB.