#include <GitTypes.h>
|
| enum class | Code : unsigned int {
Unknown
, Ignored
, Untracked
, NotUpdated = 0x10000000
,
Staged_ = 0x20000000
, UpdatedInIndex
, AddedToIndex
, DeletedFromIndex
,
RenamedInIndex
, CopiedInIndex
, Unmerged_ = 0x40000000
, Unmerged_BothDeleted
,
Unmerged_AddedByUs
, Unmerged_DeletedByThem
, Unmerged_AddedByThem
, Unmerged_DeletedByUs
,
Unmerged_BothAdded
, Unmerged_BothModified
, Tracked_ = 0xf0000000
} |
| |
◆ Code
| Enumerator |
|---|
| Unknown | |
| Ignored | |
| Untracked | |
| NotUpdated | |
| Staged_ | |
| UpdatedInIndex | |
| AddedToIndex | |
| DeletedFromIndex | |
| RenamedInIndex | |
| CopiedInIndex | |
| Unmerged_ | |
| Unmerged_BothDeleted | |
| Unmerged_AddedByUs | |
| Unmerged_DeletedByThem | |
| Unmerged_AddedByThem | |
| Unmerged_DeletedByUs | |
| Unmerged_BothAdded | |
| Unmerged_BothModified | |
| Tracked_ | |
◆ GitFileStatus() [1/2]
| GitFileStatus::GitFileStatus |
( |
| ) |
|
|
default |
◆ GitFileStatus() [2/2]
| GitFileStatus::GitFileStatus |
( |
QString const & |
text | ) |
|
|
inline |
◆ code()
| Code GitFileStatus::code |
( |
| ) |
const |
|
inline |
◆ code_x()
| int GitFileStatus::code_x |
( |
| ) |
const |
|
inline |
◆ code_y()
| int GitFileStatus::code_y |
( |
| ) |
const |
|
inline |
◆ isDeleted()
| bool GitFileStatus::isDeleted |
( |
| ) |
const |
|
inline |
◆ isStaged()
| bool GitFileStatus::isStaged |
( |
| ) |
const |
|
inline |
◆ isTracked()
| bool GitFileStatus::isTracked |
( |
| ) |
const |
|
inline |
◆ isUnmerged()
| bool GitFileStatus::isUnmerged |
( |
| ) |
const |
|
inline |
◆ parse()
| void GitFileStatus::parse |
( |
QString const & |
text | ) |
|
◆ parseFileStatusCode()
◆ path1()
| QString GitFileStatus::path1 |
( |
| ) |
const |
|
inline |
◆ path2()
| QString GitFileStatus::path2 |
( |
| ) |
const |
|
inline |
◆ rawpath1()
| QString GitFileStatus::rawpath1 |
( |
| ) |
const |
|
inline |
◆ rawpath2()
| QString GitFileStatus::rawpath2 |
( |
| ) |
const |
|
inline |
◆ data
The documentation for this class was generated from the following files: