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) |
int | GetMinHeight () |
Public Attributes | |
wxBoxSizer * | m_SizerBase |
wxScrolledWindow * | m_scrolledWindow |
Protected Attributes | |
wxNotebookPage * | m_parent |
wxString | m_templatesPath |
the path to access to the folder containing the templates (which are also folders) | |
int | m_minHeight |
minimal height to show templates (this is the height of the biggest template widget) | |
wxBoxSizer * | m_SizerChoice |
Definition at line 66 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_minHeight, m_parent, and m_templatesPath.
void TEMPLATE_SELECTION_PANEL::AddTemplateWidget | ( | TEMPLATE_WIDGET * | aTemplateWidget | ) |
Definition at line 45 of file dialog_template_selector.cpp.
References m_minHeight, and TEMPLATE_SELECTION_PANEL_BASE::m_SizerChoice.
|
inline |
Definition at line 79 of file dialog_template_selector.h.
References m_minHeight.
Referenced by DIALOG_TEMPLATE_SELECTOR::AddTemplatesPage().
|
inline |
Definition at line 75 of file dialog_template_selector.h.
References m_templatesPath.
|
protected |
minimal height to show templates (this is the height of the biggest template widget)
Definition at line 85 of file dialog_template_selector.h.
Referenced by AddTemplateWidget(), GetMinHeight(), and TEMPLATE_SELECTION_PANEL().
|
protected |
Definition at line 82 of file dialog_template_selector.h.
Referenced by TEMPLATE_SELECTION_PANEL().
|
inherited |
Definition at line 84 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE().
|
inherited |
Definition at line 83 of file dialog_template_selector_base.h.
Referenced by TEMPLATE_SELECTION_PANEL_BASE::TEMPLATE_SELECTION_PANEL_BASE().
|
protectedinherited |
Definition at line 80 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().