KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_backend.h File Reference
#include <map>
#include <import_export.h>
#include <set>
#include <vector>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  GIT_BACKEND
 

Enumerations

enum class  CommitResult { Success , Error , Cancelled }
 

Functions

APIEXPORT GIT_BACKENDGetGitBackend ()
 
APIEXPORT void SetGitBackend (GIT_BACKEND *aBackend)
 

Enumeration Type Documentation

◆ CommitResult

enum class CommitResult
strong
Enumerator
Success 
Error 
Cancelled 

Definition at line 53 of file git_backend.h.

Function Documentation

◆ GetGitBackend()

◆ SetGitBackend()

APIEXPORT void SetGitBackend ( GIT_BACKEND * aBackend)

Definition at line 33 of file git_backend.cpp.

References s_backend.

Referenced by PGM_KICAD::OnPgmExit(), and PGM_KICAD::OnPgmInit().