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

Class PANEL_BOM_PRESETS_BASE. More...

#include <panel_bom_presets_base.h>

Inheritance diagram for PANEL_BOM_PRESETS_BASE:
PANEL_BOM_PRESETS

Public Member Functions

 PANEL_BOM_PRESETS_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_BOM_PRESETS_BASE ()
 

Protected Member Functions

virtual void OnSizeGrid (wxSizeEvent &event)
 
virtual void OnDeleteBomPreset (wxCommandEvent &event)
 
virtual void OnDeleteBomFmtPreset (wxCommandEvent &event)
 

Protected Attributes

wxStaticText * m_bomTitle
 
WX_GRIDm_bomPresetsGrid
 
STD_BITMAP_BUTTONm_btnDeleteBomPreset
 
wxStaticText * m_bomFmtTitle
 
WX_GRIDm_bomFmtPresetsGrid
 
STD_BITMAP_BUTTONm_btnDeleteBomFmtPreset
 

Detailed Description

Class PANEL_BOM_PRESETS_BASE.

Definition at line 36 of file panel_bom_presets_base.h.

Constructor & Destructor Documentation

◆ PANEL_BOM_PRESETS_BASE()

PANEL_BOM_PRESETS_BASE::PANEL_BOM_PRESETS_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_BOM_PRESETS_BASE()

PANEL_BOM_PRESETS_BASE::~PANEL_BOM_PRESETS_BASE ( )

Member Function Documentation

◆ OnDeleteBomFmtPreset()

virtual void PANEL_BOM_PRESETS_BASE::OnDeleteBomFmtPreset ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_BOM_PRESETS.

Definition at line 51 of file panel_bom_presets_base.h.

Referenced by PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().

◆ OnDeleteBomPreset()

virtual void PANEL_BOM_PRESETS_BASE::OnDeleteBomPreset ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_BOM_PRESETS.

Definition at line 50 of file panel_bom_presets_base.h.

Referenced by PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().

◆ OnSizeGrid()

virtual void PANEL_BOM_PRESETS_BASE::OnSizeGrid ( wxSizeEvent &  event)
inlineprotectedvirtual

Definition at line 49 of file panel_bom_presets_base.h.

Referenced by PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().

Member Data Documentation

◆ m_bomFmtPresetsGrid

◆ m_bomFmtTitle

wxStaticText* PANEL_BOM_PRESETS_BASE::m_bomFmtTitle
protected

Definition at line 44 of file panel_bom_presets_base.h.

Referenced by PANEL_BOM_PRESETS_BASE().

◆ m_bomPresetsGrid

◆ m_bomTitle

wxStaticText* PANEL_BOM_PRESETS_BASE::m_bomTitle
protected

Definition at line 41 of file panel_bom_presets_base.h.

Referenced by PANEL_BOM_PRESETS_BASE().

◆ m_btnDeleteBomFmtPreset

STD_BITMAP_BUTTON* PANEL_BOM_PRESETS_BASE::m_btnDeleteBomFmtPreset
protected

◆ m_btnDeleteBomPreset

STD_BITMAP_BUTTON* PANEL_BOM_PRESETS_BASE::m_btnDeleteBomPreset
protected

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