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) |
void | SortAlphabetically () |
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 71 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 41 of file dialog_template_selector.cpp.
References m_parent, m_templatesPath, and TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE().
void TEMPLATE_SELECTION_PANEL::AddTemplateWidget | ( | TEMPLATE_WIDGET * | aTemplateWidget | ) |
Definition at line 50 of file dialog_template_selector.cpp.
References TEMPLATE_SELECTION_PANEL_BASE::m_SizerChoice.
|
inline |
Definition at line 80 of file dialog_template_selector.h.
References m_templatesPath.
void TEMPLATE_SELECTION_PANEL::SortAlphabetically | ( | ) |
Definition at line 58 of file dialog_template_selector.cpp.
References TEMPLATE_WIDGET::GetTemplate(), PROJECT_TEMPLATE::GetTitle(), and TEMPLATE_SELECTION_PANEL_BASE::m_SizerChoice.
|
protected |
Definition at line 87 of file dialog_template_selector.h.
Referenced by TEMPLATE_SELECTION_PANEL().
|
inherited |
Definition at line 81 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE().
|
inherited |
Definition at line 80 of file dialog_template_selector_base.h.
Referenced by DIALOG_TEMPLATE_SELECTOR::replaceCurrentPage(), and TEMPLATE_SELECTION_PANEL_BASE().
|
inherited |
Definition at line 82 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL::AddTemplateWidget(), TEMPLATE_SELECTION_PANEL::SortAlphabetically(), and TEMPLATE_SELECTION_PANEL_BASE().
|
protected |
the path to access to the folder containing the templates (which are also folders)
Definition at line 88 of file dialog_template_selector.h.
Referenced by GetPath(), and TEMPLATE_SELECTION_PANEL().