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

Class TEMPLATE_SELECTION_PANEL_BASE. More...

#include <dialog_template_selector_base.h>

Inheritance diagram for TEMPLATE_SELECTION_PANEL_BASE:
TEMPLATE_SELECTION_PANEL

Public Member Functions

 TEMPLATE_SELECTION_PANEL_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1, 140), long style=wxTAB_TRAVERSAL|wxBORDER_NONE, const wxString &name=wxEmptyString)
 
 ~TEMPLATE_SELECTION_PANEL_BASE ()
 

Public Attributes

wxBoxSizer * m_SizerBase
 
wxScrolledWindow * m_scrolledWindow
 
wxGridSizer * m_SizerChoice
 

Detailed Description

Constructor & Destructor Documentation

◆ TEMPLATE_SELECTION_PANEL_BASE()

TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,140 ),
long  style = wxTAB_TRAVERSAL|wxBORDER_NONE,
const wxString &  name = wxEmptyString 
)

Definition at line 84 of file dialog_template_selector_base.cpp.

References m_scrolledWindow, m_SizerBase, and m_SizerChoice.

◆ ~TEMPLATE_SELECTION_PANEL_BASE()

TEMPLATE_SELECTION_PANEL_BASE::~TEMPLATE_SELECTION_PANEL_BASE ( )

Definition at line 109 of file dialog_template_selector_base.cpp.

Member Data Documentation

◆ m_scrolledWindow

wxScrolledWindow* TEMPLATE_SELECTION_PANEL_BASE::m_scrolledWindow

Definition at line 84 of file dialog_template_selector_base.h.

Referenced by TEMPLATE_SELECTION_PANEL_BASE().

◆ m_SizerBase

wxBoxSizer* TEMPLATE_SELECTION_PANEL_BASE::m_SizerBase

Definition at line 83 of file dialog_template_selector_base.h.

Referenced by TEMPLATE_SELECTION_PANEL_BASE().

◆ m_SizerChoice

wxGridSizer* TEMPLATE_SELECTION_PANEL_BASE::m_SizerChoice

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