Vagyojaka 5.5.7
Loading...
Searching...
No Matches
Git Class Reference

#include <git.h>

Inheritance diagram for Git:

Public Member Functions

 Git (QWidget *parent=nullptr)
 
void init ()
 
void add ()
 
void commit ()
 
void addRemoteUrl ()
 
void pull ()
 
void push ()
 
 ~Git ()
 

Private Member Functions

bool doesRepositoryExist (const char *path)
 

Private Attributes

git_repository * repo = nullptr
 
QString repoPath
 
QStatusBar * statusBar = nullptr
 
Ui::Git * ui
 

Constructor & Destructor Documentation

◆ Git()

Git::Git ( QWidget * parent = nullptr)
explicit

◆ ~Git()

Git::~Git ( )

Member Function Documentation

◆ add()

void Git::add ( )

◆ addRemoteUrl()

void Git::addRemoteUrl ( )

◆ commit()

void Git::commit ( )

◆ doesRepositoryExist()

bool Git::doesRepositoryExist ( const char * path)
private

◆ init()

void Git::init ( )

◆ pull()

void Git::pull ( )

◆ push()

void Git::push ( )

Member Data Documentation

◆ repo

git_repository* Git::repo = nullptr
private

◆ repoPath

QString Git::repoPath
private

◆ statusBar

QStatusBar* Git::statusBar = nullptr
private

◆ ui

Ui::Git* Git::ui
private

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