|
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 | OnLeave (wxMouseEvent &aEvent) |
| void | OnTimer (wxTimerEvent &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_timer |
| wxTimer | m_refreshTimer |
| long | m_hoverItem |
| wxPoint | m_hoverPos |
| wxTipWindow * | m_tip |
| std::mutex | m_mutex |
Definition at line 53 of file local_history_pane.h.
| LOCAL_HISTORY_PANE::LOCAL_HISTORY_PANE | ( | KICAD_MANAGER_FRAME * | aParent | ) |
Definition at line 35 of file local_history_pane.cpp.
References _, m_frame, m_hoverItem, m_list, m_refreshTimer, m_timer, m_tip, OnLeave(), OnMotion(), OnRefreshEvent(), OnRefreshTimer(), OnRightClick(), and OnTimer().
| LOCAL_HISTORY_PANE::~LOCAL_HISTORY_PANE | ( | ) |
Definition at line 61 of file local_history_pane.cpp.
References m_refreshTimer, m_timer, and m_tip.
|
private |
Definition at line 178 of file local_history_pane.cpp.
References m_hoverItem, m_list, m_mutex, m_timer, and m_tip.
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 154 of file local_history_pane.cpp.
References m_hoverItem, m_hoverPos, m_list, m_mutex, and m_timer.
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 241 of file local_history_pane.cpp.
References m_frame, and RefreshHistory().
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 252 of file local_history_pane.cpp.
References m_frame, and RefreshHistory().
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 219 of file local_history_pane.cpp.
References _, m_commits, and m_frame.
Referenced by LOCAL_HISTORY_PANE().
|
private |
Definition at line 198 of file local_history_pane.cpp.
References m_commits, m_hoverItem, m_hoverPos, m_mutex, and m_tip.
Referenced by LOCAL_HISTORY_PANE().
| void LOCAL_HISTORY_PANE::RefreshHistory | ( | const wxString & | aProjectPath | ) |
Definition at line 73 of file local_history_pane.cpp.
References _, info, m_commits, m_list, and m_mutex.
Referenced by OnRefreshEvent(), and OnRefreshTimer().
|
private |
Definition at line 71 of file local_history_pane.h.
Referenced by OnRightClick(), OnTimer(), and RefreshHistory().
|
private |
Definition at line 69 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnRefreshEvent(), OnRefreshTimer(), and OnRightClick().
|
private |
Definition at line 74 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnLeave(), OnMotion(), and OnTimer().
|
private |
Definition at line 75 of file local_history_pane.h.
Referenced by OnMotion(), and OnTimer().
|
private |
Definition at line 70 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnLeave(), OnMotion(), and RefreshHistory().
|
private |
Definition at line 77 of file local_history_pane.h.
Referenced by OnLeave(), OnMotion(), OnTimer(), and RefreshHistory().
|
private |
Definition at line 73 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), and ~LOCAL_HISTORY_PANE().
|
private |
Definition at line 72 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnLeave(), OnMotion(), and ~LOCAL_HISTORY_PANE().
|
private |
Definition at line 76 of file local_history_pane.h.
Referenced by LOCAL_HISTORY_PANE(), OnLeave(), OnTimer(), and ~LOCAL_HISTORY_PANE().