21#ifndef _PANEL_GLOBAL_LIB_TABLE_CONFIG_H_
22#define _PANEL_GLOBAL_LIB_TABLE_CONFIG_H_
24#include "panel_global_lib_table_config_base.h"
28#include <wx/filename.h>
50 std::shared_ptr<PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL> aModel,
66 std::shared_ptr<PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL>
m_model;
FACE_T
Known KIFACE implementations.
wxString m_customTablePath
wxString m_defaultTablePath
virtual bool TransferDataFromWindow() override
virtual void onUpdateDefaultSelection(wxUpdateUIEvent &aEvent) override
virtual wxFileName GetGlobalTableFileName()=0
virtual bool TransferDataToWindow() override
PANEL_GLOBAL_LIB_TABLE_CONFIG(wxWindow *aParent, const wxString &aTableName, std::shared_ptr< PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL > aModel, const KIWAY::FACE_T aFaceType)
virtual ~PANEL_GLOBAL_LIB_TABLE_CONFIG()
virtual void onUpdateFilePicker(wxUpdateUIEvent &aEvent) override
std::shared_ptr< PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL > m_model