KiCad PCB EDA Suite
|
#include <dialog_template_selector.h>
Public Member Functions | |
TEMPLATE_SELECTION_PANEL (wxNotebookPage *aParent, const wxString &aPath) | |
const wxString & | GetPath () |
void | AddTemplateWidget (TEMPLATE_WIDGET *aTemplateWidget) |
Public Attributes | |
wxBoxSizer * | m_SizerBase |
wxScrolledWindow * | m_scrolledWindow |
wxBoxSizer * | m_SizerChoice |
Protected Attributes | |
wxNotebookPage * | m_parent |
wxString | m_templatesPath |
the path to access to the folder containing the templates (which are also folders) | |
Definition at line 68 of file dialog_template_selector.h.
TEMPLATE_SELECTION_PANEL::TEMPLATE_SELECTION_PANEL | ( | wxNotebookPage * | aParent, |
const wxString & | aPath | ||
) |
aParent | The window creating the dialog |
aPath | the path |
Definition at line 35 of file dialog_template_selector.cpp.
References m_parent, and m_templatesPath.
void TEMPLATE_SELECTION_PANEL::AddTemplateWidget | ( | TEMPLATE_WIDGET * | aTemplateWidget | ) |
Definition at line 44 of file dialog_template_selector.cpp.
References TEMPLATE_SELECTION_PANEL_BASE::m_SizerChoice.
|
inline |
Definition at line 77 of file dialog_template_selector.h.
References m_templatesPath.
|
protected |
Definition at line 82 of file dialog_template_selector.h.
Referenced by TEMPLATE_SELECTION_PANEL().
|
inherited |
Definition at line 83 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE().
|
inherited |
Definition at line 82 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE().
|
inherited |
Definition at line 84 of file dialog_template_selector_base.h.
Referenced by AddTemplateWidget(), and TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE().
|
protected |
the path to access to the folder containing the templates (which are also folders)
Definition at line 83 of file dialog_template_selector.h.
Referenced by GetPath(), and TEMPLATE_SELECTION_PANEL().