|
KiCad PCB EDA Suite
|
#include <git_compare_handler.h>
Public Attributes | |
| wxString | path |
| wxString | oldPath |
| FILE_CHANGE_STATUS | status = FILE_CHANGE_STATUS::UNCHANGED |
Definition at line 49 of file git_compare_handler.h.
| wxString KIGIT::CHANGED_FILE::oldPath |
Definition at line 52 of file git_compare_handler.h.
Referenced by KIGIT::CompareRefs(), and DIALOG_GIT_MR_REVIEW::openFileDiff().
| wxString KIGIT::CHANGED_FILE::path |
Definition at line 51 of file git_compare_handler.h.
Referenced by KIGIT::CompareRefs(), and DIALOG_GIT_MR_REVIEW::openFileDiff().
| FILE_CHANGE_STATUS KIGIT::CHANGED_FILE::status = FILE_CHANGE_STATUS::UNCHANGED |
Definition at line 53 of file git_compare_handler.h.
Referenced by KIGIT::CompareRefs(), and DIALOG_GIT_MR_REVIEW::openFileDiff().