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

Class TEMPLATE_WIDGET_BASE. More...

#include <dialog_template_selector_base.h>

Inheritance diagram for TEMPLATE_WIDGET_BASE:
TEMPLATE_WIDGET

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
 

Detailed Description

Class TEMPLATE_WIDGET_BASE.

Definition at line 96 of file dialog_template_selector_base.h.

Constructor & Destructor Documentation

◆ TEMPLATE_WIDGET_BASE()

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 113 of file dialog_template_selector_base.cpp.

References _, m_bitmapIcon, and m_staticTitle.

◆ ~TEMPLATE_WIDGET_BASE()

TEMPLATE_WIDGET_BASE::~TEMPLATE_WIDGET_BASE ( )

Definition at line 135 of file dialog_template_selector_base.cpp.

Member Data Documentation

◆ m_bitmapIcon

wxStaticBitmap* TEMPLATE_WIDGET_BASE::m_bitmapIcon
protected

◆ m_staticTitle

wxStaticText* TEMPLATE_WIDGET_BASE::m_staticTitle
protected

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