26#ifndef SYM_TREE_PANE_H 
   27#define SYM_TREE_PANE_H 
   30#include <wx/dataview.h> 
Symbol library management helper that is specific to the symbol library editor frame.
 
Widget displaying a tree of symbols with optional search text control and description panel.
 
The symbol library editor main window.
 
void onUpdateUI(wxUpdateUIEvent &aEvent)
 
LIB_SYMBOL_LIBRARY_MANAGER * m_libMgr
 
SYMBOL_TREE_PANE(SYMBOL_EDIT_FRAME *aParent, LIB_SYMBOL_LIBRARY_MANAGER *aLibMgr)
 
SYMBOL_EDIT_FRAME * m_symbolEditFrame
 
void onSymbolSelected(wxCommandEvent &aEvent)
 
void onMenuClose(wxMenuEvent &aEvent)
 
LIB_TREE * GetLibTree() const
 
void onMenuOpen(wxMenuEvent &aEvent)
Handle parent menu events to block preview updates while the menu is open.
 
LIB_TREE * m_tree
symbol search tree widget