KiCad PCB EDA Suite
|
Class PANEL_COMMON_SETTINGS_BASE. More...
#include <panel_common_settings_base.h>
Public Member Functions | |
PANEL_COMMON_SETTINGS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_COMMON_SETTINGS_BASE () | |
virtual void | ResetPanel ()=0 |
Reset the contents of this panel. | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Protected Member Functions | |
virtual void | OnTextEditorClick (wxCommandEvent &event) |
virtual void | OnRadioButtonPdfViewer (wxCommandEvent &event) |
virtual void | OnPDFViewerClick (wxCommandEvent &event) |
virtual void | OnCanvasScaleAuto (wxCommandEvent &event) |
Class PANEL_COMMON_SETTINGS_BASE.
Definition at line 42 of file panel_common_settings_base.h.
PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 14 of file panel_common_settings_base.cpp.
References _, bSizerFileManager, m_antialiasing, m_antialiasingFallback, m_antialiasingFallbackLabel, m_backupLimitDailyFiles, m_backupLimitTotalFiles, m_backupLimitTotalSize, m_backupMinInterval, m_canvasScaleAuto, m_canvasScaleCtrl, m_cbBackupAutosave, m_cbBackupEnabled, m_cbRememberOpenFiles, m_checkBoxIconsInMenus, m_Clear3DCacheFilesOlder, m_defaultPDFViewer, m_fileHistorySize, m_focusFollowSchPcb, m_fontScalingHelp, m_gbUserInterface, m_gridStriping, m_highContrastCtrl, m_highContrastLabel, m_highContrastUnits, m_hotkeyFeedback, m_NonImmediateActions, m_otherPDFViewer, m_pdfViewerBtn, m_PDFViewerPath, m_rbIconSizeLarge, m_rbIconSizeNormal, m_rbIconSizeSmall, m_rbIconThemeAuto, m_rbIconThemeDark, m_rbIconThemeLight, m_SaveTime, m_scaleFonts, m_showScrollbars, m_staticline1, m_staticline2, m_staticline3, m_staticline4, m_staticline5, m_staticline6, m_staticText10, m_staticText11, m_staticText15, m_staticText16, m_staticText17, m_staticText20, m_staticText21, m_staticText22, m_staticText23, m_staticText24, m_staticText25, m_staticText9, m_staticTextautosave, m_staticTextCanvasScale, m_staticTextClear3DCache, m_staticTextDays, m_staticTextFileHistorySize, m_staticTextFileManager, m_stIconTheme, m_stToolbarIconSize, m_textCtrlFileManager, m_textEditorBtn, m_textEditorPath, m_warpMouseOnMove, OnCanvasScaleAuto(), OnPDFViewerClick(), OnRadioButtonPdfViewer(), and OnTextEditorClick().
PANEL_COMMON_SETTINGS_BASE::~PANEL_COMMON_SETTINGS_BASE | ( | ) |
Definition at line 475 of file panel_common_settings_base.cpp.
References m_canvasScaleAuto, m_defaultPDFViewer, m_otherPDFViewer, m_pdfViewerBtn, m_textEditorBtn, OnCanvasScaleAuto(), OnPDFViewerClick(), OnRadioButtonPdfViewer(), and OnTextEditorClick().
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
inlineprotectedvirtual |
Reimplemented in PANEL_COMMON_SETTINGS.
Definition at line 120 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), and ~PANEL_COMMON_SETTINGS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_COMMON_SETTINGS.
Definition at line 119 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), and ~PANEL_COMMON_SETTINGS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_COMMON_SETTINGS.
Definition at line 118 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), and ~PANEL_COMMON_SETTINGS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_COMMON_SETTINGS.
Definition at line 117 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), and ~PANEL_COMMON_SETTINGS_BASE().
|
pure virtualinherited |
Reset the contents of this panel.
Implemented in PANEL_3D_DISPLAY_OPTIONS, PANEL_3D_OPENGL_OPTIONS, PANEL_3D_RAYTRACING_OPTIONS, PANEL_GIT_REPOS, PANEL_EESCHEMA_ANNOTATION_OPTIONS, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_EESCHEMA_DISPLAY_OPTIONS, PANEL_EESCHEMA_EDITING_OPTIONS, PANEL_SETUP_PINMAP, PANEL_SIMULATOR_PREFERENCES, PANEL_SYM_DISPLAY_OPTIONS, PANEL_SYM_EDITING_OPTIONS, PANEL_GERBVIEW_DISPLAY_OPTIONS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, PANEL_DATA_COLLECTION, PANEL_GRID_SETTINGS, PANEL_MOUSE_SETTINGS, PANEL_PLUGIN_SETTINGS, PANEL_HOTKEYS_EDITOR, PANEL_PL_EDITOR_COLOR_SETTINGS, PANEL_PL_EDITOR_DISPLAY_OPTIONS, PANEL_EDIT_OPTIONS, PANEL_FP_EDITOR_DEFAULTS, PANEL_PCB_DISPLAY_OPTIONS, PANEL_PCBNEW_COLOR_SETTINGS, and PANEL_PCBNEW_DISPLAY_ORIGIN.
Referenced by RESETTABLE_PANEL::RESETTABLE_PANEL().
|
protected |
Definition at line 56 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 49 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 51 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 50 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 108 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 106 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 113 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 110 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 81 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::OnCanvasScaleAuto(), PANEL_COMMON_SETTINGS::OnCanvasScaleChange(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and ~PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 80 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::OnCanvasScaleAuto(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_COMMON_SETTINGS::~PANEL_COMMON_SETTINGS().
|
protected |
Definition at line 104 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 103 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 93 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 65 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 99 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 59 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::ResetPanel(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), PANEL_COMMON_SETTINGS::TransferDataToWindow(), and ~PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 97 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 67 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 83 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 78 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 69 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 85 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 84 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 86 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 68 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 90 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 60 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::OnPDFViewerClick(), PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::ResetPanel(), PANEL_COMMON_SETTINGS::setPdfViewerPathState(), PANEL_COMMON_SETTINGS::TransferDataToWindow(), and ~PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 62 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::setPdfViewerPathState(), and ~PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 61 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::OnPDFViewerClick(), PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::ResetPanel(), PANEL_COMMON_SETTINGS::setPdfViewerPathState(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_COMMON_SETTINGS::TransferDataToWindow().
|
protected |
Definition at line 77 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 76 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 75 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 73 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 72 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 71 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 95 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 82 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 66 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
|
protected |
Definition at line 64 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 53 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 48 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 102 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 92 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 88 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 107 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 109 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 111 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 112 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 114 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 47 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 52 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 63 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 87 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 91 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 101 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 105 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 94 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 79 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 98 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 100 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 96 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 57 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::ShowFileManagerWidgets().
|
protected |
Definition at line 70 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 74 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 58 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::ShowFileManagerWidgets(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_COMMON_SETTINGS::TransferDataToWindow().
|
protected |
Definition at line 55 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE(), and ~PANEL_COMMON_SETTINGS_BASE().
|
protected |
Definition at line 54 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::OnTextEditorClick(), PANEL_COMMON_SETTINGS_BASE(), PANEL_COMMON_SETTINGS::ResetPanel(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_COMMON_SETTINGS::TransferDataToWindow().
|
protected |
Definition at line 89 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().