63 void SetMenuLabels(
const std::map<MENU_ID, wxString>& aItems );
void OnListBoxCut(wxCommandEvent &aEvent)
void listBoxDuplicateSelected()
Duplicate the selected filters.
void OnListBoxDuplicate(wxCommandEvent &aEvent)
void OnListBoxPaste(wxCommandEvent &aEvent)
void OnListBoxCopy(wxCommandEvent &aEvent)
wxArrayString listBoxGetSelected() const
void OnListBoxDelete(wxCommandEvent &aEvent)
void OnListBoxKeyDown(wxKeyEvent &aEvent)
MENU_ID
These are the ids for the menu.
wxArrayInt listBoxDeleteSelected()
Delete the selected filters.
void SetMenuLabels(const std::map< MENU_ID, wxString > &aItems)
std::map< MENU_ID, wxString > m_menuStrings
void OnListBoxRDown(wxMouseEvent &aEvent)
wxDECLARE_EVENT(EDA_EVT_LISTBOX_COPY, wxCommandEvent)