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. More... | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. More... | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. More... | |
Protected Member Functions | |
bool | TransferDataFromWindow () override |
bool | TransferDataToWindow () override |
void | applySettingsToPanel (COMMON_SETTINGS &aSettings) |
void | OnScaleSlider (wxScrollEvent &aEvent) |
void | OnIconScaleAuto (wxCommandEvent &aEvent) |
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. More... | |
void | OnCanvasScaleAuto (wxCommandEvent &aEvent) override |
Event fired when the canvas auto-scale option is changed. More... | |
Private Member Functions | |
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(), KiBitmap(), 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_gbUserInterface, PANEL_COMMON_SETTINGS_BASE::m_highContrastCtrl, m_iconScaleAuto, m_iconScaleLabel, m_iconScaleSlider, 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(), OnIconScaleAuto(), OnScaleSlider(), STD_BITMAP_BUTTON::SetBitmap(), and STEPPED_SLIDER::SetStep().
|
override |
Definition at line 192 of file panel_common_settings.cpp.
References PANEL_COMMON_SETTINGS_BASE::m_canvasScaleCtrl, m_iconScaleAuto, m_iconScaleSlider, OnCanvasScaleChange(), OnIconScaleAuto(), and OnScaleSlider().
|
protected |
Definition at line 336 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::hicontrast_dimming_factor, COMMON_SETTINGS::INPUT::hotkey_feedback, COMMON_SETTINGS::APPEARANCE::icon_scale, COMMON_SETTINGS::APPEARANCE::icon_theme, COMMON_SETTINGS::INPUT::immediate_actions, KiIconScale(), 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_highContrastCtrl, PANEL_COMMON_SETTINGS_BASE::m_hotkeyFeedback, m_iconScaleAuto, m_iconScaleSlider, COMMON_SETTINGS::m_Input, PANEL_COMMON_SETTINGS_BASE::m_NonImmediateActions, 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::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 436 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 430 of file panel_common_settings.cpp.
References PANEL_COMMON_SETTINGS_BASE::m_canvasScaleAuto.
Referenced by PANEL_COMMON_SETTINGS(), and ~PANEL_COMMON_SETTINGS().
|
protected |
Definition at line 412 of file panel_common_settings.cpp.
References KiIconScale(), m_iconScaleAuto, m_iconScaleSlider, and m_last_scale.
Referenced by PANEL_COMMON_SETTINGS(), and ~PANEL_COMMON_SETTINGS().
|
overrideprotectedvirtual |
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 464 of file panel_common_settings.cpp.
References _, PANEL_COMMON_SETTINGS_BASE::m_otherPDFViewer, PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath, and Pgm().
|
overrideprotectedvirtual |
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 488 of file panel_common_settings.cpp.
References setPdfViewerPathState().
|
protected |
Definition at line 405 of file panel_common_settings.cpp.
References m_iconScaleAuto.
Referenced by PANEL_COMMON_SETTINGS(), and ~PANEL_COMMON_SETTINGS().
|
overrideprotectedvirtual |
Reimplemented from PANEL_COMMON_SETTINGS_BASE.
Definition at line 451 of file panel_common_settings.cpp.
References PANEL_COMMON_SETTINGS_BASE::m_textEditorPath, and Pgm().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 319 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 494 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().
|
overrideprotected |
Definition at line 254 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, COMMON_SETTINGS::APPEARANCE::hicontrast_dimming_factor, COMMON_SETTINGS::INPUT::hotkey_feedback, COMMON_SETTINGS::APPEARANCE::icon_scale, 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_highContrastCtrl, PANEL_COMMON_SETTINGS_BASE::m_hotkeyFeedback, m_iconScaleAuto, m_iconScaleSlider, COMMON_SETTINGS::m_Input, PANEL_COMMON_SETTINGS_BASE::m_NonImmediateActions, PANEL_COMMON_SETTINGS_BASE::m_PDFViewerPath, 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_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, DPI_SCALING_COMMON::SetDpiConfig(), COMMON_SETTINGS::APPEARANCE::show_scrollbars, COMMON_SETTINGS::APPEARANCE::use_icons_in_menus, and COMMON_SETTINGS::INPUT::warp_mouse_on_move.
|
overrideprotected |
Definition at line 237 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, PANEL_COMMON_SETTINGS_BASE::m_textEditorPath, Pgm(), and setPdfViewerPathState().
|
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 100 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 98 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 105 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 102 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(), 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 72 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 96 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), 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 85 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 62 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 91 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 56 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 89 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 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 PANEL_COMMON_SETTINGS(), and PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
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 77 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 76 of file panel_common_settings_base.h.
Referenced by 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 65 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protected |
Definition at line 71 of file panel_common_settings.h.
Referenced by applySettingsToPanel(), OnIconScaleAuto(), OnScaleSlider(), PANEL_COMMON_SETTINGS(), TransferDataFromWindow(), and ~PANEL_COMMON_SETTINGS().
|
protected |
Definition at line 69 of file panel_common_settings.h.
Referenced by PANEL_COMMON_SETTINGS().
|
protected |
Definition at line 70 of file panel_common_settings.h.
Referenced by applySettingsToPanel(), OnIconScaleAuto(), PANEL_COMMON_SETTINGS(), TransferDataFromWindow(), and ~PANEL_COMMON_SETTINGS().
|
protected |
saved icon scale when Auto selected
Definition at line 73 of file panel_common_settings.h.
Referenced by OnIconScaleAuto().
|
protectedinherited |
Definition at line 82 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 57 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 59 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 58 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 69 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 68 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 67 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 87 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 74 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 63 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 61 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 94 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
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 80 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 99 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 103 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 104 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 106 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 60 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_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 83 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 93 of file panel_common_settings_base.h.
Referenced by PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE().
|
protectedinherited |
Definition at line 97 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 71 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 90 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 66 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 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 81 of file panel_common_settings_base.h.
Referenced by applySettingsToPanel(), PANEL_COMMON_SETTINGS_BASE::PANEL_COMMON_SETTINGS_BASE(), and TransferDataFromWindow().