| 
    KiCad PCB EDA Suite
    
   | 
 
Footprint Editor pane with footprint library tree. More...
#include <footprint_tree_pane.h>
 Public Member Functions | |
| FOOTPRINT_TREE_PANE (FOOTPRINT_EDIT_FRAME *aParent) | |
| ~FOOTPRINT_TREE_PANE () | |
| LIB_TREE * | GetLibTree () const | 
| void | FocusSearchFieldIfExists () | 
| Focus the search widget if it exists.   | |
Protected Member Functions | |
| void | onMenuOpen (wxMenuEvent &aEvent) | 
| Handle parent menu events to block preview updates while the menu is open.   | |
| void | onMenuClose (wxMenuEvent &aEvent) | 
| void | onComponentSelected (wxCommandEvent &aEvent) | 
| void | onUpdateUI (wxUpdateUIEvent &aEvent) | 
Protected Attributes | |
| FOOTPRINT_EDIT_FRAME * | m_frame | 
| LIB_TREE * | m_tree | 
| component search tree widget   | |
Footprint Editor pane with footprint library tree.
Definition at line 40 of file footprint_tree_pane.h.
| FOOTPRINT_TREE_PANE::FOOTPRINT_TREE_PANE | ( | FOOTPRINT_EDIT_FRAME * | aParent | ) | 
Definition at line 30 of file footprint_tree_pane.cpp.
References m_frame, m_tree, onComponentSelected(), onMenuClose(), onMenuOpen(), onUpdateUI(), and LIB_TREE::SEARCH.
| FOOTPRINT_TREE_PANE::~FOOTPRINT_TREE_PANE | ( | ) | 
Definition at line 64 of file footprint_tree_pane.cpp.
References m_frame, m_tree, onComponentSelected(), onMenuClose(), onMenuOpen(), and onUpdateUI().
| void FOOTPRINT_TREE_PANE::FocusSearchFieldIfExists | ( | ) | 
Focus the search widget if it exists.
Definition at line 55 of file footprint_tree_pane.cpp.
References m_tree.
      
  | 
  inline | 
Definition at line 46 of file footprint_tree_pane.h.
References m_tree.
Referenced by onComponentSelected().
      
  | 
  protected | 
Definition at line 88 of file footprint_tree_pane.cpp.
References GetLibTree(), m_frame, and m_tree.
Referenced by FOOTPRINT_TREE_PANE(), and ~FOOTPRINT_TREE_PANE().
      
  | 
  protected | 
Definition at line 81 of file footprint_tree_pane.cpp.
References m_tree.
Referenced by FOOTPRINT_TREE_PANE(), and ~FOOTPRINT_TREE_PANE().
      
  | 
  protected | 
Handle parent menu events to block preview updates while the menu is open.
Definition at line 74 of file footprint_tree_pane.cpp.
References m_tree.
Referenced by FOOTPRINT_TREE_PANE(), and ~FOOTPRINT_TREE_PANE().
      
  | 
  protected | 
Definition at line 96 of file footprint_tree_pane.cpp.
References m_frame, and m_tree.
Referenced by FOOTPRINT_TREE_PANE(), and ~FOOTPRINT_TREE_PANE().
      
  | 
  protected | 
Definition at line 67 of file footprint_tree_pane.h.
Referenced by FOOTPRINT_TREE_PANE(), onComponentSelected(), onUpdateUI(), and ~FOOTPRINT_TREE_PANE().
      
  | 
  protected | 
component search tree widget
Definition at line 68 of file footprint_tree_pane.h.
Referenced by FocusSearchFieldIfExists(), FOOTPRINT_TREE_PANE(), GetLibTree(), onComponentSelected(), onMenuClose(), onMenuOpen(), onUpdateUI(), and ~FOOTPRINT_TREE_PANE().