| 
    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(-1,-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 93 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( -1,-1 ), | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) | 
Definition at line 115 of file dialog_template_selector_base.cpp.
References m_bitmapIcon, m_staticTitle, and name.
Referenced by TEMPLATE_WIDGET::TEMPLATE_WIDGET().
| TEMPLATE_WIDGET_BASE::~TEMPLATE_WIDGET_BASE | ( | ) | 
Definition at line 139 of file dialog_template_selector_base.cpp.
      
  | 
  protected | 
Definition at line 98 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_WIDGET::SetTemplate(), TEMPLATE_WIDGET::TEMPLATE_WIDGET(), and TEMPLATE_WIDGET_BASE().
      
  | 
  protected | 
Definition at line 99 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_WIDGET::Select(), TEMPLATE_WIDGET::SetTemplate(), TEMPLATE_WIDGET::TEMPLATE_WIDGET(), TEMPLATE_WIDGET_BASE(), and TEMPLATE_WIDGET::Unselect().