20#ifndef PANEL_SCH_DATA_SOURCES_H
21#define PANEL_SCH_DATA_SOURCES_H
50 std::shared_ptr<PLUGIN_CONTENT_MANAGER>
m_pcm;
The base frame for deriving all KiCad main window classes.
bool TransferDataToWindow() override
void OnManageDataSources(wxCommandEvent &aEvent)
wxButton * m_manageButton
wxStaticText * m_description
std::shared_ptr< PLUGIN_CONTENT_MANAGER > m_pcm
void ResetPanel() override
Reset the contents of this panel.
wxListBox * m_sourcesList
void populateInstalledSources()
PANEL_SCH_DATA_SOURCES(wxWindow *aParent, EDA_BASE_FRAME *aFrame)
bool TransferDataFromWindow() override
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)