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

Class PANEL_DESIGN_BLOCK_LIB_TABLE_BASE. More...

#include <panel_design_block_lib_table_base.h>

Inheritance diagram for PANEL_DESIGN_BLOCK_LIB_TABLE_BASE:
PANEL_DESIGN_BLOCK_LIB_TABLE

Public Member Functions

 PANEL_DESIGN_BLOCK_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_DESIGN_BLOCK_LIB_TABLE_BASE ()
 

Protected Member Functions

virtual void OnUpdateUI (wxUpdateUIEvent &event)
 
virtual void appendRowHandler (wxCommandEvent &event)
 
virtual void moveUpHandler (wxCommandEvent &event)
 
virtual void moveDownHandler (wxCommandEvent &event)
 
virtual void deleteRowHandler (wxCommandEvent &event)
 
virtual void onMigrateLibraries (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
 
SPLIT_BUTTONm_browseButton
 
STD_BITMAP_BUTTONm_move_up_button
 
STD_BITMAP_BUTTONm_move_down_button
 
STD_BITMAP_BUTTONm_delete_button
 
wxButton * m_migrate_libs_button
 
WX_GRIDm_path_subs_grid
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_DESIGN_BLOCK_LIB_TABLE_BASE()

PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::PANEL_DESIGN_BLOCK_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_DESIGN_BLOCK_LIB_TABLE_BASE()

Member Function Documentation

◆ appendRowHandler()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::appendRowHandler ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ deleteRowHandler()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::deleteRowHandler ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ moveDownHandler()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::moveDownHandler ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ moveUpHandler()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::moveUpHandler ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ onMigrateLibraries()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::onMigrateLibraries ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ onSizeGrid()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::onSizeGrid ( wxSizeEvent &  event)
inlineprotectedvirtual

◆ OnUpdateUI()

virtual void PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::OnUpdateUI ( wxUpdateUIEvent &  event)
inlineprotectedvirtual

Member Data Documentation

◆ m_append_button

◆ m_browseButton

◆ m_delete_button

◆ m_global_grid

◆ m_global_panel

wxPanel* PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::m_global_panel
protected

◆ m_migrate_libs_button

wxButton* PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::m_migrate_libs_button
protected

◆ m_move_down_button

◆ m_move_up_button

◆ m_notebook

◆ m_path_subs_grid

◆ m_project_grid

◆ m_project_panel

wxPanel* PANEL_DESIGN_BLOCK_LIB_TABLE_BASE::m_project_panel
protected

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