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

Class PANEL_PACKAGE_BASE. More...

#include <panel_package_base.h>

Inheritance diagram for PANEL_PACKAGE_BASE:
PANEL_PACKAGE

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_BUTTONm_splitButton
 

Detailed Description

Class PANEL_PACKAGE_BASE.

Definition at line 34 of file panel_package_base.h.

Constructor & Destructor Documentation

◆ PANEL_PACKAGE_BASE()

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 
)

◆ ~PANEL_PACKAGE_BASE()

PANEL_PACKAGE_BASE::~PANEL_PACKAGE_BASE ( )

Definition at line 99 of file panel_package_base.cpp.

References m_button, OnButtonClicked(), OnClick(), OnPaint(), and OnSize().

Member Function Documentation

◆ OnButtonClicked()

virtual void PANEL_PACKAGE_BASE::OnButtonClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_PACKAGE.

Definition at line 50 of file panel_package_base.h.

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

◆ OnClick()

virtual void PANEL_PACKAGE_BASE::OnClick ( wxMouseEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_PACKAGE.

Definition at line 47 of file panel_package_base.h.

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

◆ OnPaint()

virtual void PANEL_PACKAGE_BASE::OnPaint ( wxPaintEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_PACKAGE.

Definition at line 48 of file panel_package_base.h.

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

◆ OnSize()

virtual void PANEL_PACKAGE_BASE::OnSize ( wxSizeEvent &  event)
inlineprotectedvirtual

Reimplemented in PANEL_PACKAGE.

Definition at line 49 of file panel_package_base.h.

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

Member Data Documentation

◆ m_bitmap

wxStaticBitmap* PANEL_PACKAGE_BASE::m_bitmap
protected

Definition at line 39 of file panel_package_base.h.

Referenced by PANEL_PACKAGE::PANEL_PACKAGE(), and PANEL_PACKAGE_BASE().

◆ m_button

wxButton* PANEL_PACKAGE_BASE::m_button
protected

◆ m_desc

wxStaticText* PANEL_PACKAGE_BASE::m_desc
protected

◆ m_descSizer

wxBoxSizer* PANEL_PACKAGE_BASE::m_descSizer
protected

◆ m_name

wxStaticText* PANEL_PACKAGE_BASE::m_name
protected

◆ m_splitButton

SPLIT_BUTTON* PANEL_PACKAGE_BASE::m_splitButton
protected

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