24 #ifndef KICAD_DIALOG_SUITE_OPTIONS_H 25 #define KICAD_DIALOG_SUITE_OPTIONS_H 78 #endif //KICAD_DIALOG_SUITE_OPTIONS_H void ResetPanel() override
Reset the contents of this panel.
void OnScaleSlider(wxScrollEvent &aEvent)
void OnCanvasScaleChange(wxCommandEvent &aEvent)
Event fired when the canvas scale field is modified.
wxCheckBox * m_iconScaleAuto
~PANEL_COMMON_SETTINGS() override
void OnPDFViewerClick(wxCommandEvent &event) override
wxStaticText * m_iconScaleLabel
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class PANEL_COMMON_SETTINGS_BASE.
bool TransferDataFromWindow() override
void OnTextEditorClick(wxCommandEvent &event) override
void applySettingsToPanel(COMMON_SETTINGS &aSettings)
void OnIconScaleAuto(wxCommandEvent &aEvent)
int m_last_scale
saved icon scale when Auto selected
void OnRadioButtonPdfViewer(wxCommandEvent &event) override
Customized wxSlider with forced stepping.
void OnCanvasScaleAuto(wxCommandEvent &aEvent) override
Event fired when the canvas auto-scale option is changed.
bool TransferDataToWindow() override
PANEL_COMMON_SETTINGS(DIALOG_SHIM *aDialog, wxWindow *aParent)
STEPPED_SLIDER * m_iconScaleSlider
void setPdfViewerPathState()