|
KiCad PCB EDA Suite
|
#include <local_history_pane.h>
Public Member Functions | |
| LOCAL_HISTORY_PANE (KICAD_MANAGER_FRAME *aParent) | |
| ~LOCAL_HISTORY_PANE () | |
| void | RefreshHistory (const wxString &aProjectPath) |
Private Member Functions | |
| void | OnMotion (wxMouseEvent &aEvent) |
| void | OnRightClick (wxListEvent &aEvent) |
| void | OnRefreshEvent (wxCommandEvent &aEvent) |
| void | OnRefreshTimer (wxTimerEvent &aEvent) |
Private Attributes | |
| KICAD_MANAGER_FRAME * | m_frame |
| wxListCtrl * | m_list |
| std::vector< LOCAL_COMMIT_INFO > | m_commits |
| wxTimer | m_refreshTimer |
Definition at line 51 of file local_history_pane.h.
| LOCAL_HISTORY_PANE::LOCAL_HISTORY_PANE | ( | KICAD_MANAGER_FRAME * | aParent | ) |
Definition at line 36 of file local_history_pane.cpp.
References _, m_frame, m_list, m_refreshTimer, OnMotion(), OnRefreshEvent(), OnRefreshTimer(), and OnRightClick().
| LOCAL_HISTORY_PANE::~LOCAL_HISTORY_PANE | ( | ) |
Definition at line 60 of file local_history_pane.cpp.
References m_refreshTimer.
|
private |
Definition at line 149 of file local_history_pane.cpp.
References info, m_commits, and m_list.
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 194 of file local_history_pane.cpp.
References m_frame, and RefreshHistory().
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 205 of file local_history_pane.cpp.
References m_frame, and RefreshHistory().
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 175 of file local_history_pane.cpp.
References _, m_commits, and m_frame.
Referenced by LOCAL_HISTORY_PANE().
| void LOCAL_HISTORY_PANE::RefreshHistory | ( | const wxString & | aProjectPath | ) |
Definition at line 65 of file local_history_pane.cpp.
References _, info, m_commits, and m_list.
Referenced by OnRefreshEvent(), and OnRefreshTimer().
|
private |
Definition at line 67 of file local_history_pane.h.
Referenced by OnMotion(), OnRightClick(), and RefreshHistory().
|
private |
Definition at line 65 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnRefreshEvent(), OnRefreshTimer(), and OnRightClick().
|
private |
Definition at line 66 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnMotion(), and RefreshHistory().
|
private |
Definition at line 68 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), and ~LOCAL_HISTORY_PANE().