#include <kicad_git_errors.h>
Definition at line 32 of file kicad_git_errors.h.
◆ KIGIT_ERRORS()
| KIGIT_ERRORS::KIGIT_ERRORS |
( |
| ) |
|
|
default |
◆ ~KIGIT_ERRORS()
| virtual KIGIT_ERRORS::~KIGIT_ERRORS |
( |
| ) |
|
|
virtualdefault |
◆ AddErrorString() [1/2]
| void KIGIT_ERRORS::AddErrorString |
( |
const std::string | aErrorString | ) |
|
|
inline |
◆ AddErrorString() [2/2]
| void KIGIT_ERRORS::AddErrorString |
( |
const wxString | aErrorString | ) |
|
|
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::RebaseOntoUpstream(), LIBGIT_BACKEND::ResetToUpstream(), LIBGIT_BACKEND::SetupRemote(), and LIBGIT_BACKEND::SwitchToBranch().
◆ ClearErrorStrings()
| void KIGIT_ERRORS::ClearErrorStrings |
( |
| ) |
|
|
inline |
◆ GetErrorString()
| wxString KIGIT_ERRORS::GetErrorString |
( |
| ) |
|
|
inline |
◆ GetErrorStrings()
| const std::vector< wxString > & KIGIT_ERRORS::GetErrorStrings |
( |
| ) |
const |
|
inline |
◆ PeekErrorString()
| wxString KIGIT_ERRORS::PeekErrorString |
( |
| ) |
const |
|
inline |
◆ m_errorStrings
| std::vector<wxString> KIGIT_ERRORS::m_errorStrings |
|
private |
The documentation for this class was generated from the following file: