|
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 | onPageChange (wxAuiNotebookEvent &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 | |
| wxAuiNotebook * | m_notebook |
| 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_move_down_button, m_move_up_button, m_notebook, m_path_subs_grid, m_resetGlobal, moveDownHandler(), moveUpHandler(), name, onConvertLegacyLibraries(), onPageChange(), onReset(), and onSizeGrid().
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE().
| PANEL_SYM_LIB_TABLE_BASE::~PANEL_SYM_LIB_TABLE_BASE | ( | ) |
Definition at line 129 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(), and onSizeGrid().
|
inlineprotectedvirtual |
Reimplemented in PANEL_SYM_LIB_TABLE.
Definition at line 54 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 55 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 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 57 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 56 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 53 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 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 61 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 43 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::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_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 46 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 45 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::AddTable(), PANEL_SYM_LIB_TABLE::browseLibrariesHandler(), PANEL_SYM_LIB_TABLE::cur_grid(), PANEL_SYM_LIB_TABLE::cur_model(), PANEL_SYM_LIB_TABLE::get_grid(), PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::populateEnvironReadOnlyTable(), PANEL_SYM_LIB_TABLE::TransferDataFromWindow(), PANEL_SYM_LIB_TABLE::verifyTables(), and ~PANEL_SYM_LIB_TABLE_BASE().
|
protected |
Definition at line 50 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 48 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().