KiCad PCB EDA Suite
|
#include <panel_common_settings.h>
Public Member Functions | |
PANEL_COMMON_SETTINGS (wxWindow *aParent) | |
~PANEL_COMMON_SETTINGS () override | |
void | ResetPanel () override |
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 | |
bool | TransferDataFromWindow () override |
bool | TransferDataToWindow () override |
void | applySettingsToPanel (COMMON_SETTINGS &aSettings) |
void | OnTextEditorClick (wxCommandEvent &event) override |
void | OnPDFViewerClick (wxCommandEvent &event) override |
void | OnRadioButtonPdfViewer (wxCommandEvent &event) override |
void | OnCanvasScaleChange (wxCommandEvent &aEvent) |
Event fired when the canvas scale field is modified. | |
void | OnCanvasScaleAuto (wxCommandEvent &aEvent) override |
Event fired when the canvas auto-scale option is changed. | |
Private Member Functions | |
void | ShowFileManagerWidgets (bool aBool) |
void | setPdfViewerPathState () |
Definition at line 35 of file panel_common_settings.h.
PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS | ( | wxWindow * | aParent | ) |
Definition at line 47 of file panel_common_settings.cpp.
References _, KIPLATFORM::UI::AllowIconsInMenus(), ADVANCED_CFG::GetCfg(), DPI_SCALING::GetDefaultScaleFactor(), DPI_SCALING::GetMaxScaleFactor(), DPI_SCALING::GetMinScaleFactor(), KiBitmapBundle(), PANEL_COMMON_SETTINGS_BASE::m_antialiasingFallback, PANEL_COMMON_SETTINGS_BASE::m_antialiasingFallbackLabel, PANEL_COMMON_SETTINGS_BASE::m_canvasScaleAuto, PANEL_COMMON_SETTINGS_BASE::m_canvasScaleCtrl, PANEL_COMMON_SETTINGS_BASE::m_checkBoxIconsInMenus, PANEL_COMMON_SETTINGS_BASE::m_fontScalingHelp, PANEL_COMMON_SETTINGS_BASE::m_highContrastCtrl, PANEL_COMMON_SETTINGS_BASE::m_pdfViewerBtn, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeAuto, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeDark, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeLight, PANEL_COMMON_SETTINGS_BASE::m_scaleFonts, PANEL_COMMON_SETTINGS_BASE::m_staticTextCanvasScale, PANEL_COMMON_SETTINGS_BASE::m_stIconTheme, PANEL_COMMON_SETTINGS_BASE::m_textEditorBtn, minSize, OnCanvasScaleChange(), STD_BITMAP_BUTTON::SetBitmap(), and ShowFileManagerWidgets().
|
override |
Definition at line 131 of file panel_common_settings.cpp.
References PANEL_COMMON_SETTINGS_BASE::m_canvasScaleCtrl, and OnCanvasScaleChange().
|
protected |
Definition at line 248 of file panel_common_settings.cpp.
References COMMON_SETTINGS::APPEARANCE::apply_icon_scale_to_fonts, COMMON_SETTINGS::SYSTEM::autosave_interval, COMMON_SETTINGS::AUTO_BACKUP::backup_on_autosave, COMMON_SETTINGS::GRAPHICS::cairo_aa_mode, COMMON_SETTINGS::SYSTEM::clear_3d_cache_interval, COMMON_SETTINGS::AUTO_BACKUP::enabled, COMMON_SETTINGS::SYSTEM::file_history_size, COMMON_SETTINGS::INPUT::focus_follow_sch_pcb, DPI_SCALING_COMMON::GetCanvasIsAutoScaled(), DPI_SCALING_COMMON::GetScaleFactor(), COMMON_SETTINGS::APPEARANCE::grid_striping, COMMON_SETTINGS::APPEARANCE::hicontrast_dimming_factor, COMMON_SETTINGS::INPUT::hotkey_feedback, COMMON_SETTINGS::APPEARANCE::icon_theme, COMMON_SETTINGS::INPUT::immediate_actions, COMMON_SETTINGS::AUTO_BACKUP::limit_daily_files, COMMON_SETTINGS::AUTO_BACKUP::limit_total_files, COMMON_SETTINGS::AUTO_BACKUP::limit_total_size, PANEL_COMMON_SETTINGS_BASE::m_antialiasing, PANEL_COMMON_SETTINGS_BASE::m_antialiasingFallback, COMMON_SETTINGS::m_Appearance, COMMON_SETTINGS::m_Backup, PANEL_COMMON_SETTINGS_BASE::m_backupLimitDailyFiles, PANEL_COMMON_SETTINGS_BASE::m_backupLimitTotalFiles, PANEL_COMMON_SETTINGS_BASE::m_backupLimitTotalSize, PANEL_COMMON_SETTINGS_BASE::m_backupMinInterval, PANEL_COMMON_SETTINGS_BASE::m_canvasScaleAuto, PANEL_COMMON_SETTINGS_BASE::m_canvasScaleCtrl, PANEL_COMMON_SETTINGS_BASE::m_cbBackupAutosave, PANEL_COMMON_SETTINGS_BASE::m_cbBackupEnabled, PANEL_COMMON_SETTINGS_BASE::m_cbRememberOpenFiles, PANEL_COMMON_SETTINGS_BASE::m_checkBoxIconsInMenus, PANEL_COMMON_SETTINGS_BASE::m_Clear3DCacheFilesOlder, PANEL_COMMON_SETTINGS_BASE::m_fileHistorySize, PANEL_COMMON_SETTINGS_BASE::m_focusFollowSchPcb, COMMON_SETTINGS::m_Graphics, PANEL_COMMON_SETTINGS_BASE::m_gridStriping, PANEL_COMMON_SETTINGS_BASE::m_highContrastCtrl, PANEL_COMMON_SETTINGS_BASE::m_hotkeyFeedback, COMMON_SETTINGS::m_Input, PANEL_COMMON_SETTINGS_BASE::m_NonImmediateActions, PANEL_COMMON_SETTINGS_BASE::m_rbIconSizeLarge, PANEL_COMMON_SETTINGS_BASE::m_rbIconSizeNormal, PANEL_COMMON_SETTINGS_BASE::m_rbIconSizeSmall, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeAuto, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeDark, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeLight, PANEL_COMMON_SETTINGS_BASE::m_SaveTime, PANEL_COMMON_SETTINGS_BASE::m_scaleFonts, COMMON_SETTINGS::m_Session, PANEL_COMMON_SETTINGS_BASE::m_showScrollbars, COMMON_SETTINGS::m_System, PANEL_COMMON_SETTINGS_BASE::m_warpMouseOnMove, COMMON_SETTINGS::AUTO_BACKUP::min_interval, COMMON_SETTINGS::GRAPHICS::opengl_aa_mode, COMMON_SETTINGS::SESSION::remember_open_files, COMMON_SETTINGS::APPEARANCE::show_scrollbars, COMMON_SETTINGS::APPEARANCE::toolbar_icon_size, COMMON_SETTINGS::APPEARANCE::use_icons_in_menus, and COMMON_SETTINGS::INPUT::warp_mouse_on_move.
Referenced by ResetPanel(), and TransferDataToWindow().
|
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().
|
overrideprotectedvirtual |
Event fired when the canvas auto-scale option is changed.
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 316 of file panel_common_settings.cpp.
References DPI_SCALING_COMMON::GetScaleFactor(), PANEL_COMMON_SETTINGS_BASE::m_canvasScaleAuto, and PANEL_COMMON_SETTINGS_BASE::m_canvasScaleCtrl.
|
protected |
Event fired when the canvas scale field is modified.
Definition at line 310 of file panel_common_settings.cpp.
References PANEL_COMMON_SETTINGS_BASE::m_canvasScaleAuto.
Referenced by PANEL_COMMON_SETTINGS(), and ~PANEL_COMMON_SETTINGS().
|
overrideprotectedvirtual |
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 366 of file panel_common_settings.cpp.
References _, PGM_BASE::GetPdfBrowserName(), PANEL_COMMON_SETTINGS_BASE::m_otherPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath, Pgm(), and PGM_BASE::ReadPdfBrowserInfos().
|
overrideprotectedvirtual |
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 392 of file panel_common_settings.cpp.
References setPdfViewerPathState().
|
overrideprotectedvirtual |
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 331 of file panel_common_settings.cpp.
References PGM_BASE::AskUserForPreferredEditor(), PANEL_COMMON_SETTINGS_BASE::m_textEditorPath, and Pgm().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 231 of file panel_common_settings.cpp.
References applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::m_defaultPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_otherPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath, COMMON_SETTINGS::m_System, PANEL_COMMON_SETTINGS_BASE::m_textEditorPath, COMMON_SETTINGS::SYSTEM::pdf_viewer_name, JSON_SETTINGS::ResetToDefaults(), setPdfViewerPathState(), COMMON_SETTINGS::SYSTEM::text_editor, and COMMON_SETTINGS::SYSTEM::use_system_pdf_viewer.
|
private |
Definition at line 398 of file panel_common_settings.cpp.
References STD_BITMAP_BUTTON::Enable(), PANEL_COMMON_SETTINGS_BASE::m_otherPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_pdfViewerBtn, and PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath.
Referenced by OnRadioButtonPdfViewer(), ResetPanel(), and TransferDataToWindow().
|
private |
Definition at line 344 of file panel_common_settings.cpp.
References _, PANEL_COMMON_SETTINGS_BASE::m_staticTextFileManager, and PANEL_COMMON_SETTINGS_BASE::m_textCtrlFileManager.
Referenced by PANEL_COMMON_SETTINGS().
|
overrideprotected |
Definition at line 161 of file panel_common_settings.cpp.
References COMMON_SETTINGS::APPEARANCE::apply_icon_scale_to_fonts, COMMON_SETTINGS::SYSTEM::autosave_interval, COMMON_SETTINGS::AUTO_BACKUP::backup_on_autosave, COMMON_SETTINGS::GRAPHICS::cairo_aa_mode, COMMON_SETTINGS::SYSTEM::clear_3d_cache_interval, COMMON_SETTINGS::AUTO_BACKUP::enabled, COMMON_SETTINGS::SYSTEM::file_explorer, COMMON_SETTINGS::SYSTEM::file_history_size, COMMON_SETTINGS::INPUT::focus_follow_sch_pcb, PGM_BASE::ForceSystemPdfBrowser(), PGM_BASE::GetCommonSettings(), PGM_BASE::GetSettingsManager(), COMMON_SETTINGS::APPEARANCE::grid_striping, COMMON_SETTINGS::APPEARANCE::hicontrast_dimming_factor, COMMON_SETTINGS::INPUT::hotkey_feedback, COMMON_SETTINGS::APPEARANCE::icon_theme, COMMON_SETTINGS::INPUT::immediate_actions, COMMON_SETTINGS::AUTO_BACKUP::limit_daily_files, COMMON_SETTINGS::AUTO_BACKUP::limit_total_files, COMMON_SETTINGS::AUTO_BACKUP::limit_total_size, PANEL_COMMON_SETTINGS_BASE::m_antialiasing, PANEL_COMMON_SETTINGS_BASE::m_antialiasingFallback, COMMON_SETTINGS::m_Appearance, COMMON_SETTINGS::m_Backup, PANEL_COMMON_SETTINGS_BASE::m_backupLimitDailyFiles, PANEL_COMMON_SETTINGS_BASE::m_backupLimitTotalFiles, PANEL_COMMON_SETTINGS_BASE::m_backupLimitTotalSize, PANEL_COMMON_SETTINGS_BASE::m_backupMinInterval, PANEL_COMMON_SETTINGS_BASE::m_canvasScaleAuto, PANEL_COMMON_SETTINGS_BASE::m_canvasScaleCtrl, PANEL_COMMON_SETTINGS_BASE::m_cbBackupAutosave, PANEL_COMMON_SETTINGS_BASE::m_cbBackupEnabled, PANEL_COMMON_SETTINGS_BASE::m_cbRememberOpenFiles, PANEL_COMMON_SETTINGS_BASE::m_checkBoxIconsInMenus, PANEL_COMMON_SETTINGS_BASE::m_Clear3DCacheFilesOlder, PANEL_COMMON_SETTINGS_BASE::m_defaultPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_fileHistorySize, PANEL_COMMON_SETTINGS_BASE::m_focusFollowSchPcb, COMMON_SETTINGS::m_Graphics, PANEL_COMMON_SETTINGS_BASE::m_gridStriping, PANEL_COMMON_SETTINGS_BASE::m_highContrastCtrl, PANEL_COMMON_SETTINGS_BASE::m_hotkeyFeedback, COMMON_SETTINGS::m_Input, PANEL_COMMON_SETTINGS_BASE::m_NonImmediateActions, PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath, PANEL_COMMON_SETTINGS_BASE::m_rbIconSizeLarge, PANEL_COMMON_SETTINGS_BASE::m_rbIconSizeNormal, PANEL_COMMON_SETTINGS_BASE::m_rbIconSizeSmall, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeAuto, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeDark, PANEL_COMMON_SETTINGS_BASE::m_rbIconThemeLight, PANEL_COMMON_SETTINGS_BASE::m_SaveTime, PANEL_COMMON_SETTINGS_BASE::m_scaleFonts, COMMON_SETTINGS::m_Session, PANEL_COMMON_SETTINGS_BASE::m_showScrollbars, COMMON_SETTINGS::m_System, PANEL_COMMON_SETTINGS_BASE::m_textCtrlFileManager, PANEL_COMMON_SETTINGS_BASE::m_textEditorPath, PANEL_COMMON_SETTINGS_BASE::m_warpMouseOnMove, COMMON_SETTINGS::AUTO_BACKUP::min_interval, COMMON_SETTINGS::GRAPHICS::opengl_aa_mode, Pgm(), COMMON_SETTINGS::SESSION::remember_open_files, SETTINGS_MANAGER::Save(), DPI_SCALING_COMMON::SetDpiConfig(), PGM_BASE::SetPdfBrowserName(), PGM_BASE::SetTextEditor(), COMMON_SETTINGS::APPEARANCE::show_scrollbars, COMMON_SETTINGS::APPEARANCE::toolbar_icon_size, COMMON_SETTINGS::APPEARANCE::use_icons_in_menus, COMMON_SETTINGS::INPUT::warp_mouse_on_move, and PGM_BASE::WritePdfBrowserInfos().
|
overrideprotected |
Definition at line 142 of file panel_common_settings.cpp.
References applySettingsToPanel(), COMMON_SETTINGS::SYSTEM::file_explorer, PGM_BASE::GetCommonSettings(), PANEL_COMMON_SETTINGS_BASE::m_defaultPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_otherPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath, COMMON_SETTINGS::m_System, PANEL_COMMON_SETTINGS_BASE::m_textCtrlFileManager, PANEL_COMMON_SETTINGS_BASE::m_textEditorPath, Pgm(), and setPdfViewerPathState().
|
protectedinherited |
Definition at line 56 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 49 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 51 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 50 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 108 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 106 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 113 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 110 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 81 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), OnCanvasScaleAuto(), OnCanvasScaleChange(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), TransferDataFromWindow(), and PANEL_COMMON_SETTINGS_BASE::~PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 80 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), OnCanvasScaleAuto(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), TransferDataFromWindow(), and ~PANEL_COMMON_SETTINGS().
|
protectedinherited |
Definition at line 104 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 103 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 93 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 65 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 99 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 59 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), ResetPanel(), TransferDataFromWindow(), TransferDataToWindow(), and PANEL_COMMON_SETTINGS_BASE::~PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 97 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 67 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 83 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 78 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 69 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 85 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 84 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 86 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 68 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 90 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 60 of file panel_common_settings_base.h.
Referenced by OnPDFViewerClick(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), ResetPanel(), setPdfViewerPathState(), TransferDataToWindow(), and PANEL_COMMON_SETTINGS_BASE::~PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 62 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), setPdfViewerPathState(), and PANEL_COMMON_SETTINGS_BASE::~PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 61 of file panel_common_settings_base.h.
Referenced by OnPDFViewerClick(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), ResetPanel(), setPdfViewerPathState(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 77 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 76 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 75 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 73 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 72 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 71 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 95 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 82 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 66 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 64 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 53 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 48 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 102 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 92 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 88 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 107 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 109 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 111 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 112 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 114 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 47 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 52 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 63 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 87 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 91 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 101 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 105 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 94 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 79 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 98 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 100 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 96 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 57 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and ShowFileManagerWidgets().
|
protectedinherited |
Definition at line 70 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 74 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 58 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), ShowFileManagerWidgets(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 55 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and PANEL_COMMON_SETTINGS_BASE::~PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 54 of file panel_common_settings_base.h.
Referenced by OnTextEditorClick(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), ResetPanel(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 89 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().