KiCad PCB EDA Suite
|
#include <panel_pcm_settings.h>
Public Member Functions | |
PANEL_PCM_SETTINGS (wxWindow *parent) | |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
Protected Attributes | |
wxStaticText * | m_generalLabel |
wxStaticLine * | m_staticline1 |
wxCheckBox * | m_updateCheck |
wxStaticText * | m_staticText4 |
wxStaticLine * | m_staticline2 |
wxCheckBox * | m_libAutoAdd |
wxCheckBox * | m_libAutoRemove |
wxStaticText * | m_staticText1 |
wxTextCtrl * | m_libPrefix |
wxStaticText * | m_libHelp |
Definition at line 30 of file panel_pcm_settings.h.
PANEL_PCM_SETTINGS::PANEL_PCM_SETTINGS | ( | wxWindow * | parent | ) |
Definition at line 32 of file panel_pcm_settings.cpp.
References KIUI::GetInfoFont(), PANEL_PCM_SETTINGS_BASE::m_libHelp, PANEL_PCM_SETTINGS_BASE::m_libPrefix, and minSize.
|
override |
Definition at line 57 of file panel_pcm_settings.cpp.
References SETTINGS_MANAGER::GetAppSettings(), PANEL_PCM_SETTINGS_BASE::m_libAutoAdd, PANEL_PCM_SETTINGS_BASE::m_libAutoRemove, PANEL_PCM_SETTINGS_BASE::m_libPrefix, KICAD_SETTINGS::m_PcmLibAutoAdd, KICAD_SETTINGS::m_PcmLibAutoRemove, KICAD_SETTINGS::m_PcmLibPrefix, KICAD_SETTINGS::m_PcmUpdateCheck, PANEL_PCM_SETTINGS_BASE::m_updateCheck, and Pgm().
|
override |
Definition at line 43 of file panel_pcm_settings.cpp.
References SETTINGS_MANAGER::GetAppSettings(), PANEL_PCM_SETTINGS_BASE::m_libAutoAdd, PANEL_PCM_SETTINGS_BASE::m_libAutoRemove, PANEL_PCM_SETTINGS_BASE::m_libPrefix, KICAD_SETTINGS::m_PcmLibAutoAdd, KICAD_SETTINGS::m_PcmLibAutoRemove, KICAD_SETTINGS::m_PcmLibPrefix, KICAD_SETTINGS::m_PcmUpdateCheck, PANEL_PCM_SETTINGS_BASE::m_updateCheck, and Pgm().
|
protectedinherited |
Definition at line 36 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE().
|
protectedinherited |
Definition at line 41 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 42 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 45 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS(), and PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE().
|
protectedinherited |
Definition at line 44 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS(), PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 37 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE().
|
protectedinherited |
Definition at line 40 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE().
|
protectedinherited |
Definition at line 43 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE().
|
protectedinherited |
Definition at line 39 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE().
|
protectedinherited |
Definition at line 38 of file panel_pcm_settings_base.h.
Referenced by PANEL_PCM_SETTINGS_BASE::PANEL_PCM_SETTINGS_BASE(), TransferDataFromWindow(), and TransferDataToWindow().