| 
    KiCad PCB EDA Suite
    
   | 
 
#include <git_resolve_conflict_handler.h>
Public Member Functions | |
| GIT_RESOLVE_CONFLICT_HANDLER (git_repository *aRepository) | |
| virtual | ~GIT_RESOLVE_CONFLICT_HANDLER () | 
| bool | PerformResolveConflict () | 
Private Attributes | |
| git_repository * | m_repository | 
Definition at line 32 of file git_resolve_conflict_handler.h.
| GIT_RESOLVE_CONFLICT_HANDLER::GIT_RESOLVE_CONFLICT_HANDLER | ( | git_repository * | aRepository | ) | 
Definition at line 26 of file git_resolve_conflict_handler.cpp.
References m_repository.
      
  | 
  virtual | 
Definition at line 32 of file git_resolve_conflict_handler.cpp.
| bool GIT_RESOLVE_CONFLICT_HANDLER::PerformResolveConflict | ( | ) | 
Definition at line 37 of file git_resolve_conflict_handler.cpp.
Referenced by PROJECT_TREE_PANE::onGitResolveConflict().
      
  | 
  private | 
Definition at line 41 of file git_resolve_conflict_handler.h.
Referenced by GIT_RESOLVE_CONFLICT_HANDLER().