KiCad PCB EDA Suite
|
Class PANEL_GIT_REPOS_BASE. More...
#include <panel_git_repos_base.h>
Public Member Functions | |
PANEL_GIT_REPOS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_GIT_REPOS_BASE () | |
virtual void | ResetPanel ()=0 |
Reset the contents of this panel. | |
virtual wxString | GetResetTooltip () const |
Get the tooltip the reset button should display when showing this panel. | |
wxString | GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. | |
Protected Member Functions | |
virtual void | onDefaultClick (wxCommandEvent &event) |
virtual void | onGridDClick (wxGridEvent &event) |
virtual void | onAddClick (wxCommandEvent &event) |
virtual void | onEditClick (wxCommandEvent &event) |
virtual void | onDeleteClick (wxCommandEvent &event) |
Protected Attributes | |
wxStaticText * | m_staticText12 |
wxCheckBox * | m_cbDefault |
wxStaticText * | m_authorLabel |
wxTextCtrl * | m_author |
wxStaticText * | m_authorEmailLabel |
wxTextCtrl * | m_authorEmail |
wxStaticLine * | m_staticline3 |
wxStaticText * | m_staticText20 |
WX_GRID * | m_grid |
STD_BITMAP_BUTTON * | m_btnAddRepo |
STD_BITMAP_BUTTON * | m_btnEditRepo |
STD_BITMAP_BUTTON * | m_btnDelete |
Class PANEL_GIT_REPOS_BASE.
Definition at line 40 of file panel_git_repos_base.h.
PANEL_GIT_REPOS_BASE::PANEL_GIT_REPOS_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 15 of file panel_git_repos_base.cpp.
References _, m_author, m_authorEmail, m_authorEmailLabel, m_authorLabel, m_btnAddRepo, m_btnDelete, m_btnEditRepo, m_cbDefault, m_grid, m_staticline3, m_staticText12, m_staticText20, onAddClick(), onDefaultClick(), onDeleteClick(), onEditClick(), onGridDClick(), and WX_GRID::SetColLabelSize().
PANEL_GIT_REPOS_BASE::~PANEL_GIT_REPOS_BASE | ( | ) |
Definition at line 158 of file panel_git_repos_base.cpp.
References m_btnAddRepo, m_btnDelete, m_btnEditRepo, m_cbDefault, m_grid, onAddClick(), onDefaultClick(), onDeleteClick(), onEditClick(), and onGridDClick().
|
inlineoverrideinherited |
Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
Definition at line 72 of file resettable_panel.h.
References RESETTABLE_PANEL::GetResetTooltip().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
inlineprotectedvirtual |
Reimplemented in PANEL_GIT_REPOS.
Definition at line 61 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_GIT_REPOS.
Definition at line 59 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_GIT_REPOS.
Definition at line 63 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_GIT_REPOS.
Definition at line 62 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_GIT_REPOS.
Definition at line 60 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
pure virtualinherited |
Reset the contents of this panel.
Implemented in PANEL_3D_DISPLAY_OPTIONS, PANEL_3D_OPENGL_OPTIONS, PANEL_3D_RAYTRACING_OPTIONS, PANEL_GIT_REPOS, PANEL_EESCHEMA_ANNOTATION_OPTIONS, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_EESCHEMA_DISPLAY_OPTIONS, PANEL_EESCHEMA_EDITING_OPTIONS, PANEL_SETUP_PINMAP, PANEL_SIMULATOR_PREFERENCES, PANEL_SYM_DISPLAY_OPTIONS, PANEL_SYM_EDITING_OPTIONS, PANEL_GERBVIEW_DISPLAY_OPTIONS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, PANEL_DATA_COLLECTION, PANEL_GRID_SETTINGS, PANEL_MOUSE_SETTINGS, PANEL_PLUGIN_SETTINGS, PANEL_HOTKEYS_EDITOR, PANEL_PL_EDITOR_COLOR_SETTINGS, PANEL_PL_EDITOR_DISPLAY_OPTIONS, PANEL_EDIT_OPTIONS, PANEL_FP_EDITOR_DEFAULTS, PANEL_PCB_DISPLAY_OPTIONS, PANEL_PCBNEW_COLOR_SETTINGS, and PANEL_PCBNEW_DISPLAY_ORIGIN.
Referenced by RESETTABLE_PANEL::RESETTABLE_PANEL().
|
protected |
Definition at line 48 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::onDefaultClick(), PANEL_GIT_REPOS_BASE(), PANEL_GIT_REPOS::ResetPanel(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
|
protected |
Definition at line 50 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::onDefaultClick(), PANEL_GIT_REPOS_BASE(), PANEL_GIT_REPOS::ResetPanel(), PANEL_GIT_REPOS::TransferDataFromWindow(), and PANEL_GIT_REPOS::TransferDataToWindow().
|
protected |
Definition at line 49 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::onDefaultClick(), and PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 47 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::onDefaultClick(), and PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 54 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::PANEL_GIT_REPOS(), PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 56 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::PANEL_GIT_REPOS(), PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 55 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::PANEL_GIT_REPOS(), PANEL_GIT_REPOS_BASE(), and ~PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 46 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::onDefaultClick(), PANEL_GIT_REPOS_BASE(), PANEL_GIT_REPOS::ResetPanel(), PANEL_GIT_REPOS::TransferDataFromWindow(), PANEL_GIT_REPOS::TransferDataToWindow(), and ~PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 53 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS::onAddClick(), PANEL_GIT_REPOS::onDeleteClick(), PANEL_GIT_REPOS::onEditClick(), PANEL_GIT_REPOS::onGridDClick(), PANEL_GIT_REPOS_BASE(), PANEL_GIT_REPOS::ResetPanel(), PANEL_GIT_REPOS::TransferDataFromWindow(), PANEL_GIT_REPOS::TransferDataToWindow(), and ~PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 51 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 45 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE().
|
protected |
Definition at line 52 of file panel_git_repos_base.h.
Referenced by PANEL_GIT_REPOS_BASE().