KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGIT_ERRORS Class Reference

#include <kicad_git_errors.h>

Inheritance diagram for KIGIT_ERRORS:
KIGIT_COMMON GIT_CLONE_HANDLER GIT_COMMIT_HANDLER GIT_PULL_HANDLER GIT_PUSH_HANDLER

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
 

Detailed Description

Definition at line 31 of file kicad_git_errors.h.

Constructor & Destructor Documentation

◆ KIGIT_ERRORS()

KIGIT_ERRORS::KIGIT_ERRORS ( )
default

◆ ~KIGIT_ERRORS()

virtual KIGIT_ERRORS::~KIGIT_ERRORS ( )
virtualdefault

Member Function Documentation

◆ AddErrorString() [1/2]

void KIGIT_ERRORS::AddErrorString ( const std::string  aErrorString)
inline

Definition at line 66 of file kicad_git_errors.h.

References m_errorStrings.

◆ AddErrorString() [2/2]

◆ ClearErrorStrings()

void KIGIT_ERRORS::ClearErrorStrings ( )
inline

Definition at line 71 of file kicad_git_errors.h.

References m_errorStrings.

◆ GetErrorString()

wxString KIGIT_ERRORS::GetErrorString ( )
inline

◆ GetErrorStrings()

const std::vector< wxString > & KIGIT_ERRORS::GetErrorStrings ( ) const
inline

Definition at line 38 of file kicad_git_errors.h.

References m_errorStrings.

◆ PeekErrorString()

const wxString & KIGIT_ERRORS::PeekErrorString ( ) const
inline

Definition at line 43 of file kicad_git_errors.h.

References _, and m_errorStrings.

Member Data Documentation

◆ m_errorStrings

std::vector<wxString> KIGIT_ERRORS::m_errorStrings
private

The documentation for this class was generated from the following file: