KiCad PCB EDA Suite
|
Class PANEL_PACKAGE_BASE. More...
#include <panel_package_base.h>
Public Member Functions | |
PANEL_PACKAGE_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxBORDER_NONE|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_PACKAGE_BASE () | |
Protected Member Functions | |
virtual void | OnClick (wxMouseEvent &event) |
virtual void | OnPaint (wxPaintEvent &event) |
virtual void | OnSize (wxSizeEvent &event) |
virtual void | OnButtonClicked (wxCommandEvent &event) |
Protected Attributes | |
wxStaticBitmap * | m_bitmap |
wxStaticText * | m_name |
wxBoxSizer * | m_descSizer |
wxStaticText * | m_desc |
wxButton * | m_button |
SPLIT_BUTTON * | m_splitButton |
Class PANEL_PACKAGE_BASE.
Definition at line 34 of file panel_package_base.h.
PANEL_PACKAGE_BASE::PANEL_PACKAGE_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxBORDER_NONE|wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 12 of file panel_package_base.cpp.
References _, m_bitmap, m_button, m_desc, m_descSizer, m_name, m_splitButton, OnButtonClicked(), OnClick(), OnPaint(), and OnSize().
PANEL_PACKAGE_BASE::~PANEL_PACKAGE_BASE | ( | ) |
Definition at line 99 of file panel_package_base.cpp.
References m_button, OnButtonClicked(), OnClick(), OnPaint(), and OnSize().
|
inlineprotectedvirtual |
Reimplemented in PANEL_PACKAGE.
Definition at line 50 of file panel_package_base.h.
Referenced by PANEL_PACKAGE_BASE(), and ~PANEL_PACKAGE_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_PACKAGE.
Definition at line 47 of file panel_package_base.h.
Referenced by PANEL_PACKAGE_BASE(), and ~PANEL_PACKAGE_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_PACKAGE.
Definition at line 48 of file panel_package_base.h.
Referenced by PANEL_PACKAGE_BASE(), and ~PANEL_PACKAGE_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_PACKAGE.
Definition at line 49 of file panel_package_base.h.
Referenced by PANEL_PACKAGE_BASE(), and ~PANEL_PACKAGE_BASE().
|
protected |
Definition at line 39 of file panel_package_base.h.
Referenced by PANEL_PACKAGE::PANEL_PACKAGE(), and PANEL_PACKAGE_BASE().
|
protected |
Definition at line 43 of file panel_package_base.h.
Referenced by PANEL_PACKAGE_BASE(), PANEL_PACKAGE::SetState(), and ~PANEL_PACKAGE_BASE().
|
protected |
Definition at line 42 of file panel_package_base.h.
Referenced by PANEL_PACKAGE::OnSize(), PANEL_PACKAGE::PANEL_PACKAGE(), and PANEL_PACKAGE_BASE().
|
protected |
Definition at line 41 of file panel_package_base.h.
Referenced by PANEL_PACKAGE::OnSize(), PANEL_PACKAGE::PANEL_PACKAGE(), and PANEL_PACKAGE_BASE().
|
protected |
Definition at line 40 of file panel_package_base.h.
Referenced by PANEL_PACKAGE::OnSize(), PANEL_PACKAGE::PANEL_PACKAGE(), and PANEL_PACKAGE_BASE().
|
protected |
Definition at line 44 of file panel_package_base.h.
Referenced by PANEL_PACKAGE::PANEL_PACKAGE(), PANEL_PACKAGE_BASE(), and PANEL_PACKAGE::SetState().