Public Member Functions | |
| S () | |
| void | clear () |
| bool | operator== (const S &newState) const |
| bool | operator!= (const S &newState) const |
Public Attributes | |
| QString | sha |
| QString | fn |
| QString | dtSha |
| bool | sel |
| bool | isM |
| bool | allM |
Definition at line 79 of file domain.h.
| void clear | ( | ) |
Definition at line 16 of file domain.cpp.
Referenced by StateInfo::clear(), StateInfo::rollBack(), and S().
| bool operator== | ( | const S & | newState | ) | const |
| bool operator!= | ( | const S & | newState | ) | const |
Definition at line 36 of file domain.cpp.
| QString sha |
Definition at line 86 of file domain.h.
Referenced by clear(), operator==(), StateInfo::requestPending(), StateInfo::setSha(), and StateInfo::sha().
| QString fn |
Definition at line 87 of file domain.h.
Referenced by clear(), StateInfo::fileName(), operator==(), and StateInfo::setFileName().
| QString dtSha |
Definition at line 88 of file domain.h.
Referenced by clear(), StateInfo::diffToSha(), operator==(), and StateInfo::setDiffToSha().
| bool sel |
Definition at line 89 of file domain.h.
Referenced by clear(), operator==(), StateInfo::selectItem(), and StateInfo::setSelectItem().
| bool isM |
Definition at line 90 of file domain.h.
Referenced by clear(), StateInfo::isMerge(), operator==(), and StateInfo::setIsMerge().
| bool allM |
Definition at line 91 of file domain.h.
Referenced by StateInfo::allMergeFiles(), clear(), operator==(), and StateInfo::setAllMergeFiles().
1.5.3