| 
    KiCad PCB EDA Suite
    
   | 
 
#include <kicad_git_errors.h>
  
Public Member Functions | |
| KIGIT_ERRORS ()=default | |
| virtual | ~KIGIT_ERRORS ()=default | 
| const std::vector< wxString > & | GetErrorStrings () const | 
| const wxString & | PeekErrorString () const | 
| wxString | GetErrorString () | 
| void | AddErrorString (const wxString aErrorString) | 
| void | AddErrorString (const std::string aErrorString) | 
| void | ClearErrorStrings () | 
Private Attributes | |
| std::vector< wxString > | m_errorStrings | 
Definition at line 32 of file kicad_git_errors.h.
      
  | 
  default | 
      
  | 
  virtualdefault | 
      
  | 
  inline | 
Definition at line 67 of file kicad_git_errors.h.
References m_errorStrings.
      
  | 
  inline | 
Definition at line 62 of file kicad_git_errors.h.
References m_errorStrings.
Referenced by LIBGIT_BACKEND::Clone(), LIBGIT_BACKEND::handleFastForward(), LIBGIT_BACKEND::handleMerge(), LIBGIT_BACKEND::handleRebase(), LIBGIT_BACKEND::InitializeRepository(), LIBGIT_BACKEND::PerformFetch(), LIBGIT_BACKEND::PerformPull(), LIBGIT_BACKEND::Push(), LIBGIT_BACKEND::SetupRemote(), and LIBGIT_BACKEND::SwitchToBranch().
      
  | 
  inline | 
Definition at line 72 of file kicad_git_errors.h.
References m_errorStrings.
      
  | 
  inline | 
Definition at line 52 of file kicad_git_errors.h.
References _, and m_errorStrings.
Referenced by KICAD_MANAGER_CONTROL::NewFromRepository(), PROJECT_TREE_PANE::onGitInitializeProject(), PROJECT_TREE_PANE::onGitPullProject(), PROJECT_TREE_PANE::onGitPushProject(), and PROJECT_TREE_PANE::onGitSwitchBranch().
      
  | 
  inline | 
Definition at line 39 of file kicad_git_errors.h.
References m_errorStrings.
      
  | 
  inline | 
Definition at line 44 of file kicad_git_errors.h.
References _, and m_errorStrings.
      
  | 
  private | 
Definition at line 79 of file kicad_git_errors.h.
Referenced by AddErrorString(), AddErrorString(), ClearErrorStrings(), GetErrorString(), GetErrorStrings(), and PeekErrorString().