KiCad PCB EDA Suite
|
Class TEMPLATE_SELECTION_PANEL_BASE. More...
#include <dialog_template_selector_base.h>
Public Member Functions | |
TEMPLATE_SELECTION_PANEL_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(258, 140), long style=wxTAB_TRAVERSAL|wxBORDER_NONE, const wxString &name=wxEmptyString) | |
~TEMPLATE_SELECTION_PANEL_BASE () | |
Public Attributes | |
wxBoxSizer * | m_SizerBase |
wxScrolledWindow * | m_scrolledWindow |
Protected Attributes | |
wxBoxSizer * | m_SizerChoice |
Class TEMPLATE_SELECTION_PANEL_BASE.
Definition at line 75 of file dialog_template_selector_base.h.
TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 258,140 ) , |
||
long | style = wxTAB_TRAVERSAL|wxBORDER_NONE , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 83 of file dialog_template_selector_base.cpp.
References m_scrolledWindow, m_SizerBase, and m_SizerChoice.
TEMPLATE_SELECTION_PANEL_BASE::~TEMPLATE_SELECTION_PANEL_BASE | ( | ) |
Definition at line 102 of file dialog_template_selector_base.cpp.
wxScrolledWindow* TEMPLATE_SELECTION_PANEL_BASE::m_scrolledWindow |
Definition at line 84 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE().
wxBoxSizer* TEMPLATE_SELECTION_PANEL_BASE::m_SizerBase |
Definition at line 83 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE().
|
protected |
Definition at line 80 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL::AddTemplateWidget(), and TEMPLATE_SELECTION_PANEL_BASE().