KiCad PCB EDA Suite
|
Class PANEL_BOM_PRESETS_BASE. More...
#include <panel_bom_presets_base.h>
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_GRID * | m_bomPresetsGrid |
STD_BITMAP_BUTTON * | m_btnDeleteBomPreset |
wxStaticText * | m_bomFmtTitle |
WX_GRID * | m_bomFmtPresetsGrid |
STD_BITMAP_BUTTON * | m_btnDeleteBomFmtPreset |
Class PANEL_BOM_PRESETS_BASE.
Definition at line 36 of file panel_bom_presets_base.h.
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 |
||
) |
Definition at line 15 of file panel_bom_presets_base.cpp.
References _, m_bomFmtPresetsGrid, m_bomFmtTitle, m_bomPresetsGrid, m_bomTitle, m_btnDeleteBomFmtPreset, m_btnDeleteBomPreset, OnDeleteBomFmtPreset(), OnDeleteBomPreset(), OnSizeGrid(), and WX_GRID::SetColLabelSize().
PANEL_BOM_PRESETS_BASE::~PANEL_BOM_PRESETS_BASE | ( | ) |
Definition at line 112 of file panel_bom_presets_base.cpp.
References m_bomFmtPresetsGrid, m_bomPresetsGrid, m_btnDeleteBomFmtPreset, m_btnDeleteBomPreset, OnDeleteBomFmtPreset(), OnDeleteBomPreset(), and OnSizeGrid().
|
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().
|
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().
|
inlineprotectedvirtual |
Definition at line 49 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().
|
protected |
Definition at line 45 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS::BuildGrid(), PANEL_BOM_PRESETS::OnDeleteBomFmtPreset(), PANEL_BOM_PRESETS::PANEL_BOM_PRESETS(), PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().
|
protected |
Definition at line 44 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS_BASE().
|
protected |
Definition at line 42 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS::BuildGrid(), PANEL_BOM_PRESETS::OnDeleteBomPreset(), PANEL_BOM_PRESETS::PANEL_BOM_PRESETS(), PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().
|
protected |
Definition at line 41 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS_BASE().
|
protected |
Definition at line 46 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS::PANEL_BOM_PRESETS(), PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().
|
protected |
Definition at line 43 of file panel_bom_presets_base.h.
Referenced by PANEL_BOM_PRESETS::PANEL_BOM_PRESETS(), PANEL_BOM_PRESETS_BASE(), and ~PANEL_BOM_PRESETS_BASE().