#include <git.h>
Public Member Functions | |
| FileHistory () | |
| ~FileHistory () | |
| void | clear (SCRef name) |
Public Attributes | |
| QString | fileName |
| RevMap | revs |
| Lanes * | lns |
| StrVect | revOrder |
| uint | firstFreeLane |
| QPtrList< QByteArray > | rowData |
Definition at line 23 of file git.h.
| FileHistory | ( | ) |
| ~FileHistory | ( | ) |
| void clear | ( | SCRef | name | ) |
Definition at line 43 of file git.cpp.
Referenced by Git::clearRevs(), FileView::doUpdate(), and FileHistory().
| QString fileName |
Definition at line 28 of file git.h.
Referenced by clear(), Git::copyDiffIndex(), Annotate::start(), and Git::startFileHistory().
Definition at line 29 of file git.h.
Referenced by Git::addChunk(), clear(), Git::copyDiffIndex(), FileHistory(), Git::getDiffIndex(), Git::on_loaded(), and Git::revLookup().
Definition at line 30 of file git.h.
Referenced by clear(), FileHistory(), Git::init(), Git::setLane(), and ~FileHistory().
Definition at line 31 of file git.h.
Referenced by Git::addChunk(), clear(), Git::copyDiffIndex(), Git::getChilds(), Git::getDescendantBranches(), Git::getDiffIndex(), Git::getFileFilter(), Git::getLaneParent(), Git::getNearTags(), Git::getPatchFilter(), Git::indexTree(), Git::loadFileNames(), Git::mergeBranches(), Git::mergeNearTags(), Git::on_newDataReady(), Git::setLane(), Annotate::start(), and Git::updateDescMap().
| uint firstFreeLane |
| QPtrList<QByteArray> rowData |
Definition at line 33 of file git.h.
Referenced by clear(), Git::fakeWorkDirRev(), FileHistory(), DataLoader::parseSingleBuffer(), and DataLoader::readNewData().
1.5.3