|
KiCad PCB EDA Suite
|
#include <panel_sch_data_sources.h>
Public Member Functions | |
| PANEL_SCH_DATA_SOURCES (wxWindow *aParent, EDA_BASE_FRAME *aFrame) | |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () 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 }. | |
Private Member Functions | |
| void | populateInstalledSources () |
| void | OnManageDataSources (wxCommandEvent &aEvent) |
Private Attributes | |
| EDA_BASE_FRAME * | m_frame |
| std::shared_ptr< PLUGIN_CONTENT_MANAGER > | m_pcm |
| wxStaticText * | m_description |
| wxStaticText * | m_status |
| wxListBox * | m_sourcesList |
| wxButton * | m_manageButton |
Definition at line 34 of file panel_sch_data_sources.h.
| PANEL_SCH_DATA_SOURCES::PANEL_SCH_DATA_SOURCES | ( | wxWindow * | aParent, |
| EDA_BASE_FRAME * | aFrame ) |
Definition at line 38 of file panel_sch_data_sources.cpp.
References m_frame, m_pcm, and RESETTABLE_PANEL::RESETTABLE_PANEL().
|
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 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 GetHelpTextAtPoint().
|
private |
Definition at line 140 of file panel_sch_data_sources.cpp.
References m_frame, m_pcm, populateInstalledSources(), PT_DATASOURCE, DIALOG_PCM::SetActivePackageType(), and DIALOG_SHIM::ShowModal().
|
private |
Definition at line 95 of file panel_sch_data_sources.cpp.
References _, m_pcm, m_sourcesList, m_status, PC_FAB, PT_DATASOURCE, and PT_FAB.
Referenced by OnManageDataSources(), ResetPanel(), and TransferDataToWindow().
|
overridevirtual |
Reset the contents of this panel.
Implements RESETTABLE_PANEL.
Definition at line 89 of file panel_sch_data_sources.cpp.
References populateInstalledSources().
|
override |
Definition at line 83 of file panel_sch_data_sources.cpp.
|
override |
Definition at line 72 of file panel_sch_data_sources.cpp.
References GetAppSettings(), m_pcm, and populateInstalledSources().
|
private |
Definition at line 51 of file panel_sch_data_sources.h.
|
private |
Definition at line 49 of file panel_sch_data_sources.h.
Referenced by OnManageDataSources(), and PANEL_SCH_DATA_SOURCES().
|
private |
Definition at line 54 of file panel_sch_data_sources.h.
|
private |
Definition at line 50 of file panel_sch_data_sources.h.
Referenced by OnManageDataSources(), PANEL_SCH_DATA_SOURCES(), populateInstalledSources(), and TransferDataToWindow().
|
private |
Definition at line 53 of file panel_sch_data_sources.h.
Referenced by populateInstalledSources().
|
private |
Definition at line 52 of file panel_sch_data_sources.h.
Referenced by populateInstalledSources().