KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_SYM_LIB_TABLE_BASE Class Reference

Class PANEL_SYM_LIB_TABLE_BASE. More...

#include <panel_sym_lib_table_base.h>

Inheritance diagram for PANEL_SYM_LIB_TABLE_BASE:
PANEL_SYM_LIB_TABLE

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 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 onConvertLegacyLibraries (wxCommandEvent &event)
 
virtual void onSizeGrid (wxSizeEvent &event)
 

Protected Attributes

wxNotebook * m_notebook
 
wxPanel * m_global_panel
 
WX_GRIDm_global_grid
 
wxPanel * m_project_panel
 
WX_GRIDm_project_grid
 
STD_BITMAP_BUTTONm_append_button
 
STD_BITMAP_BUTTONm_browse_button
 
STD_BITMAP_BUTTONm_move_up_button
 
STD_BITMAP_BUTTONm_move_down_button
 
STD_BITMAP_BUTTONm_delete_button
 
wxButton * m_convertLegacy
 
WX_GRIDm_path_subs_grid
 

Detailed Description

Class PANEL_SYM_LIB_TABLE_BASE.

Definition at line 38 of file panel_sym_lib_table_base.h.

Constructor & Destructor Documentation

◆ PANEL_SYM_LIB_TABLE_BASE()

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 
)

◆ ~PANEL_SYM_LIB_TABLE_BASE()

Member Function Documentation

◆ appendRowHandler()

virtual void PANEL_SYM_LIB_TABLE_BASE::appendRowHandler ( wxCommandEvent &  event)
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().

◆ browseLibrariesHandler()

virtual void PANEL_SYM_LIB_TABLE_BASE::browseLibrariesHandler ( wxCommandEvent &  event)
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().

◆ deleteRowHandler()

virtual void PANEL_SYM_LIB_TABLE_BASE::deleteRowHandler ( wxCommandEvent &  event)
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().

◆ moveDownHandler()

virtual void PANEL_SYM_LIB_TABLE_BASE::moveDownHandler ( wxCommandEvent &  event)
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().

◆ moveUpHandler()

virtual void PANEL_SYM_LIB_TABLE_BASE::moveUpHandler ( wxCommandEvent &  event)
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().

◆ onConvertLegacyLibraries()

virtual void PANEL_SYM_LIB_TABLE_BASE::onConvertLegacyLibraries ( wxCommandEvent &  event)
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().

◆ onSizeGrid()

virtual void PANEL_SYM_LIB_TABLE_BASE::onSizeGrid ( wxSizeEvent &  event)
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().

◆ OnUpdateUI()

virtual void PANEL_SYM_LIB_TABLE_BASE::OnUpdateUI ( wxUpdateUIEvent &  event)
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().

Member Data Documentation

◆ m_append_button

STD_BITMAP_BUTTON* PANEL_SYM_LIB_TABLE_BASE::m_append_button
protected

◆ m_browse_button

STD_BITMAP_BUTTON* PANEL_SYM_LIB_TABLE_BASE::m_browse_button
protected

◆ m_convertLegacy

wxButton* PANEL_SYM_LIB_TABLE_BASE::m_convertLegacy
protected

◆ m_delete_button

STD_BITMAP_BUTTON* PANEL_SYM_LIB_TABLE_BASE::m_delete_button
protected

◆ m_global_grid

◆ m_global_panel

wxPanel* PANEL_SYM_LIB_TABLE_BASE::m_global_panel
protected

Definition at line 44 of file panel_sym_lib_table_base.h.

Referenced by PANEL_SYM_LIB_TABLE_BASE().

◆ m_move_down_button

STD_BITMAP_BUTTON* PANEL_SYM_LIB_TABLE_BASE::m_move_down_button
protected

◆ m_move_up_button

STD_BITMAP_BUTTON* PANEL_SYM_LIB_TABLE_BASE::m_move_up_button
protected

◆ m_notebook

wxNotebook* PANEL_SYM_LIB_TABLE_BASE::m_notebook
protected

◆ m_path_subs_grid

◆ m_project_grid

◆ m_project_panel

wxPanel* PANEL_SYM_LIB_TABLE_BASE::m_project_panel
protected

Definition at line 46 of file panel_sym_lib_table_base.h.

Referenced by PANEL_SYM_LIB_TABLE_BASE().


The documentation for this class was generated from the following files: