KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_GIT_REPOS_BASE Class Referenceabstract

Class PANEL_GIT_REPOS_BASE. More...

#include <panel_git_repos_base.h>

Inheritance diagram for PANEL_GIT_REPOS_BASE:
RESETTABLE_PANEL PANEL_GIT_REPOS

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_GRIDm_grid
 
STD_BITMAP_BUTTONm_btnAddRepo
 
STD_BITMAP_BUTTONm_btnEditRepo
 
STD_BITMAP_BUTTONm_btnDelete
 

Detailed Description

Class PANEL_GIT_REPOS_BASE.

Definition at line 40 of file panel_git_repos_base.h.

Constructor & Destructor Documentation

◆ PANEL_GIT_REPOS_BASE()

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 
)

◆ ~PANEL_GIT_REPOS_BASE()

PANEL_GIT_REPOS_BASE::~PANEL_GIT_REPOS_BASE ( )

Member Function Documentation

◆ GetHelpTextAtPoint()

wxString RESETTABLE_PANEL::GetHelpTextAtPoint ( const wxPoint &  aPt,
wxHelpEvent::Origin  aOrigin 
) const
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().

◆ GetResetTooltip()

virtual wxString RESETTABLE_PANEL::GetResetTooltip ( ) const
inlinevirtualinherited

Get the tooltip the reset button should display when showing this panel.

Returns
the tooltip

Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.

Definition at line 64 of file resettable_panel.h.

References _.

Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().

◆ onAddClick()

virtual void PANEL_GIT_REPOS_BASE::onAddClick ( wxCommandEvent &  event)
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().

◆ onDefaultClick()

virtual void PANEL_GIT_REPOS_BASE::onDefaultClick ( wxCommandEvent &  event)
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().

◆ onDeleteClick()

virtual void PANEL_GIT_REPOS_BASE::onDeleteClick ( wxCommandEvent &  event)
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().

◆ onEditClick()

virtual void PANEL_GIT_REPOS_BASE::onEditClick ( wxCommandEvent &  event)
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().

◆ onGridDClick()

virtual void PANEL_GIT_REPOS_BASE::onGridDClick ( wxGridEvent &  event)
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().

◆ ResetPanel()

Member Data Documentation

◆ m_author

◆ m_authorEmail

◆ m_authorEmailLabel

wxStaticText* PANEL_GIT_REPOS_BASE::m_authorEmailLabel
protected

Definition at line 49 of file panel_git_repos_base.h.

Referenced by PANEL_GIT_REPOS::onDefaultClick(), and PANEL_GIT_REPOS_BASE().

◆ m_authorLabel

wxStaticText* PANEL_GIT_REPOS_BASE::m_authorLabel
protected

Definition at line 47 of file panel_git_repos_base.h.

Referenced by PANEL_GIT_REPOS::onDefaultClick(), and PANEL_GIT_REPOS_BASE().

◆ m_btnAddRepo

STD_BITMAP_BUTTON* PANEL_GIT_REPOS_BASE::m_btnAddRepo
protected

◆ m_btnDelete

STD_BITMAP_BUTTON* PANEL_GIT_REPOS_BASE::m_btnDelete
protected

◆ m_btnEditRepo

STD_BITMAP_BUTTON* PANEL_GIT_REPOS_BASE::m_btnEditRepo
protected

◆ m_cbDefault

◆ m_grid

◆ m_staticline3

wxStaticLine* PANEL_GIT_REPOS_BASE::m_staticline3
protected

Definition at line 51 of file panel_git_repos_base.h.

Referenced by PANEL_GIT_REPOS_BASE().

◆ m_staticText12

wxStaticText* PANEL_GIT_REPOS_BASE::m_staticText12
protected

Definition at line 45 of file panel_git_repos_base.h.

Referenced by PANEL_GIT_REPOS_BASE().

◆ m_staticText20

wxStaticText* PANEL_GIT_REPOS_BASE::m_staticText20
protected

Definition at line 52 of file panel_git_repos_base.h.

Referenced by PANEL_GIT_REPOS_BASE().


The documentation for this class was generated from the following files: