24#ifndef KICAD_DIALOG_SUITE_OPTIONS_H
25#define KICAD_DIALOG_SUITE_OPTIONS_H
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class PANEL_COMMON_SETTINGS_BASE.
void OnTextEditorClick(wxCommandEvent &event) override
void setPdfViewerPathState()
bool TransferDataFromWindow() override
bool TransferDataToWindow() override
void OnCanvasScaleChange(wxCommandEvent &aEvent)
Event fired when the canvas scale field is modified.
void ShowFileManagerWidgets(bool aBool)
void applySettingsToPanel(COMMON_SETTINGS &aSettings)
void OnPDFViewerClick(wxCommandEvent &event) override
void OnCanvasScaleAuto(wxCommandEvent &aEvent) override
Event fired when the canvas auto-scale option is changed.
void ResetPanel() override
Reset the contents of this panel.
void OnRadioButtonPdfViewer(wxCommandEvent &event) override
~PANEL_COMMON_SETTINGS() override
Customized wxSlider with forced stepping.