| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_SYM_LIB_TABLE_BASE. More...
#include <panel_sym_lib_table_base.h>
  
Public Member Functions | |
| PANEL_SYM_LIB_TABLE_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_SYM_LIB_TABLE_BASE () | |
Protected Member Functions | |
| virtual void | OnUpdateUI (wxUpdateUIEvent &event) | 
| virtual void | onPageChange (wxNotebookEvent &event) | 
| virtual void | appendRowHandler (wxCommandEvent &event) | 
| virtual void | browseLibrariesHandler (wxCommandEvent &event) | 
| virtual void | moveUpHandler (wxCommandEvent &event) | 
| virtual void | moveDownHandler (wxCommandEvent &event) | 
| virtual void | deleteRowHandler (wxCommandEvent &event) | 
| virtual void | onReset (wxCommandEvent &event) | 
| virtual void | onConvertLegacyLibraries (wxCommandEvent &event) | 
| virtual void | onSizeGrid (wxSizeEvent &event) | 
Protected Attributes | |
| wxNotebook * | m_notebook | 
| wxPanel * | m_global_panel | 
| WX_GRID * | m_global_grid | 
| wxPanel * | m_project_panel | 
| WX_GRID * | m_project_grid | 
| STD_BITMAP_BUTTON * | m_append_button | 
| STD_BITMAP_BUTTON * | m_browse_button | 
| STD_BITMAP_BUTTON * | m_move_up_button | 
| STD_BITMAP_BUTTON * | m_move_down_button | 
| STD_BITMAP_BUTTON * | m_delete_button | 
| wxButton * | m_resetGlobal | 
| wxButton * | m_convertLegacy | 
| WX_GRID * | m_path_subs_grid | 
Class PANEL_SYM_LIB_TABLE_BASE.
Definition at line 37 of file panel_sym_lib_table_base.h.
| PANEL_SYM_LIB_TABLE_BASE::PANEL_SYM_LIB_TABLE_BASE | ( | wxWindow * | parent, | 
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( -1,-1 ), | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 15 of file panel_sym_lib_table_base.cpp.
References _, appendRowHandler(), browseLibrariesHandler(), deleteRowHandler(), m_append_button, m_browse_button, m_convertLegacy, m_delete_button, m_global_grid, m_global_panel, m_move_down_button, m_move_up_button, m_notebook, m_path_subs_grid, m_project_grid, m_project_panel, m_resetGlobal, moveDownHandler(), moveUpHandler(), name, onConvertLegacyLibraries(), onPageChange(), onReset(), onSizeGrid(), and OnUpdateUI().
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE().
| PANEL_SYM_LIB_TABLE_BASE::~PANEL_SYM_LIB_TABLE_BASE | ( | ) | 
Definition at line 231 of file panel_sym_lib_table_base.cpp.
References appendRowHandler(), browseLibrariesHandler(), deleteRowHandler(), m_append_button, m_browse_button, m_convertLegacy, m_delete_button, m_move_down_button, m_move_up_button, m_notebook, m_path_subs_grid, m_resetGlobal, moveDownHandler(), moveUpHandler(), onConvertLegacyLibraries(), onPageChange(), onReset(), onSizeGrid(), and OnUpdateUI().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 59 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 60 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 63 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 62 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 61 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 65 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Definition at line 58 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 64 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 66 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 57 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 47 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 48 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 53 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 51 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 44 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::global_model(), PANEL_SYM_LIB_TABLE::onConvertLegacyLibraries(), PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::onReset(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and PANEL_SYM_LIB_TABLE::~PANEL_SYM_LIB_TABLE().
      
  | 
  protected | 
Definition at line 43 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 50 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 49 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 42 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::verifyTables(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 54 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::adjustPathSubsGridColumns(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::populateEnvironReadOnlyTable(), PANEL_SYM_LIB_TABLE::~PANEL_SYM_LIB_TABLE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 46 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::browseLibrariesHandler(), PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::project_model(), and PANEL_SYM_LIB_TABLE::~PANEL_SYM_LIB_TABLE().
      
  | 
  protected | 
Definition at line 45 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protected | 
Definition at line 52 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().