21#ifndef DIALOG_EDIT_LIBRARY_TABLES_H
22#define DIALOG_EDIT_LIBRARY_TABLES_H
48 if( aShowCloseButton )
51 m_infoBar->ShowMessageFor( aErrorMsg, 8000, wxICON_ERROR, aType );
bool m_ProjectTableChanged
DIALOG_EDIT_LIBRARY_TABLES(wxWindow *aParent, const wxString &aTitle)
bool TransferDataToWindow() override
void InstallPanel(wxPanel *aPanel)
bool TransferDataFromWindow() override
void ShowInfoBarError(const wxString &aErrorMsg, bool aShowCloseButton=false, WX_INFOBAR::MESSAGE_TYPE aType=WX_INFOBAR::MESSAGE_TYPE::GENERIC)
bool m_GlobalTableChanged
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
A modified version of the wxInfoBar class that allows us to:
MESSAGE_TYPE
Sets the type of message for special handling if needed.
@ GENERIC
GENERIC Are messages that do not have special handling.