KiCad PCB EDA Suite
|
Class TEMPLATE_WIDGET_BASE. More...
#include <dialog_template_selector_base.h>
Public Member Functions | |
TEMPLATE_WIDGET_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(108,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~TEMPLATE_WIDGET_BASE () | |
Protected Attributes | |
wxStaticBitmap * | m_bitmapIcon |
wxStaticText * | m_staticTitle |
Class TEMPLATE_WIDGET_BASE.
Definition at line 95 of file dialog_template_selector_base.h.
TEMPLATE_WIDGET_BASE::TEMPLATE_WIDGET_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 108,-1 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 106 of file dialog_template_selector_base.cpp.
References _, m_bitmapIcon, and m_staticTitle.
TEMPLATE_WIDGET_BASE::~TEMPLATE_WIDGET_BASE | ( | ) |
Definition at line 128 of file dialog_template_selector_base.cpp.
|
protected |
Definition at line 100 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_WIDGET::SetTemplate(), TEMPLATE_WIDGET::TEMPLATE_WIDGET(), and TEMPLATE_WIDGET_BASE().
|
protected |
Definition at line 101 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_WIDGET::SetTemplate(), TEMPLATE_WIDGET::TEMPLATE_WIDGET(), and TEMPLATE_WIDGET_BASE().