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

#include <git_sync_handler.h>

Public Member Functions

 GIT_SYNC_HANDLER (git_repository *aRepository)
 
virtual ~GIT_SYNC_HANDLER ()
 
bool PerformSync ()
 

Private Attributes

git_repository * m_repository
 

Detailed Description

Definition at line 31 of file git_sync_handler.h.

Constructor & Destructor Documentation

◆ GIT_SYNC_HANDLER()

GIT_SYNC_HANDLER::GIT_SYNC_HANDLER ( git_repository *  aRepository)

Definition at line 30 of file git_sync_handler.cpp.

References m_repository.

◆ ~GIT_SYNC_HANDLER()

GIT_SYNC_HANDLER::~GIT_SYNC_HANDLER ( )
virtual

Definition at line 36 of file git_sync_handler.cpp.

Member Function Documentation

◆ PerformSync()

bool GIT_SYNC_HANDLER::PerformSync ( )

Definition at line 41 of file git_sync_handler.cpp.

Referenced by PROJECT_TREE_PANE::onGitSyncProject().

Member Data Documentation

◆ m_repository

git_repository* GIT_SYNC_HANDLER::m_repository
private

Definition at line 40 of file git_sync_handler.h.

Referenced by GIT_SYNC_HANDLER().


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