#include <utils/GitProxy.hpp>
|
| void | info (const QString &Message) |
| |
| void | error (const QString &Message) |
| |
|
| | GitProxy () |
| |
| | ~GitProxy () |
| |
| bool | clone (const QString &FromUrl, const QString &ToPath, const QString &Username="", const QString &Password="", bool SslNoVerify=false) |
| |
| TreeStatusInfo | status (const QString &Path) |
| |
| QString | statusHtml (const QString &Path, bool WithColorCodes) |
| |
| QString | logHtml (const QString &Path, bool WithColorCodes) |
| |
| Enumerator |
|---|
| TRACKED |
|
| UNTRACKED |
|
| IGNORED |
|
| CONFLICT |
|
| ADDED |
|
| DELETED |
|
| MODIFIED |
|
| openfluid::utils::GitProxy::GitProxy |
( |
| ) |
|
| openfluid::utils::GitProxy::~GitProxy |
( |
| ) |
|
| bool openfluid::utils::GitProxy::clone |
( |
const QString & |
FromUrl, |
|
|
const QString & |
ToPath, |
|
|
const QString & |
Username = "", |
|
|
const QString & |
Password = "", |
|
|
bool |
SslNoVerify = false |
|
) |
| |
| void openfluid::utils::GitProxy::error |
( |
const QString & |
Message | ) |
|
|
signal |
| static QString openfluid::utils::GitProxy::getCurrentOpenFLUIDBranchName |
( |
| ) |
|
|
static |
| void openfluid::utils::GitProxy::info |
( |
const QString & |
Message | ) |
|
|
signal |
| static bool openfluid::utils::GitProxy::isAvailable |
( |
| ) |
|
|
static |
| QString openfluid::utils::GitProxy::logHtml |
( |
const QString & |
Path, |
|
|
bool |
WithColorCodes |
|
) |
| |
| TreeStatusInfo openfluid::utils::GitProxy::status |
( |
const QString & |
Path | ) |
|
| QString openfluid::utils::GitProxy::statusHtml |
( |
const QString & |
Path, |
|
|
bool |
WithColorCodes |
|
) |
| |
The documentation for this class was generated from the following file: