|
KiCad PCB EDA Suite
|
A widget displaying a recently used template with a small icon and title. More...
#include <dialog_template_selector.h>
Public Member Functions | |
| TEMPLATE_MRU_WIDGET (wxWindow *aParent, DIALOG_TEMPLATE_SELECTOR *aDialog, const wxString &aPath, const wxString &aTitle, const wxBitmap &aIcon) | |
| wxString | GetTemplatePath () const |
Protected Member Functions | |
| void | OnClick (wxMouseEvent &event) |
| void | OnDoubleClick (wxMouseEvent &event) |
| void | OnEnter (wxMouseEvent &event) |
| void | OnLeave (wxMouseEvent &event) |
Private Attributes | |
| DIALOG_TEMPLATE_SELECTOR * | m_dialog |
| wxString | m_templatePath |
A widget displaying a recently used template with a small icon and title.
Definition at line 48 of file dialog_template_selector.h.
| TEMPLATE_MRU_WIDGET::TEMPLATE_MRU_WIDGET | ( | wxWindow * | aParent, |
| DIALOG_TEMPLATE_SELECTOR * | aDialog, | ||
| const wxString & | aPath, | ||
| const wxString & | aTitle, | ||
| const wxBitmap & | aIcon ) |
Definition at line 53 of file dialog_template_selector.cpp.
References KIUI::GetInfoFont(), m_dialog, m_templatePath, OnClick(), OnDoubleClick(), OnEnter(), and OnLeave().
|
inline |
Definition at line 54 of file dialog_template_selector.h.
References m_templatePath.
|
protected |
Definition at line 87 of file dialog_template_selector.cpp.
References m_dialog, and m_templatePath.
Referenced by TEMPLATE_MRU_WIDGET().
|
protected |
Definition at line 95 of file dialog_template_selector.cpp.
References m_dialog, and m_templatePath.
Referenced by TEMPLATE_MRU_WIDGET().
|
protected |
Definition at line 103 of file dialog_template_selector.cpp.
References Refresh().
Referenced by TEMPLATE_MRU_WIDGET().
|
protected |
Definition at line 111 of file dialog_template_selector.cpp.
References Refresh().
Referenced by TEMPLATE_MRU_WIDGET().
|
private |
Definition at line 63 of file dialog_template_selector.h.
Referenced by OnClick(), OnDoubleClick(), and TEMPLATE_MRU_WIDGET().
|
private |
Definition at line 64 of file dialog_template_selector.h.
Referenced by GetTemplatePath(), OnClick(), OnDoubleClick(), and TEMPLATE_MRU_WIDGET().