comparison src/grapher.h @ 371:f051d210521e

Ensure current item is visible in graph after update
author Chris Cannam
date Thu, 24 Mar 2011 10:47:03 +0000
parents b9c153e00e84
children 470829a21f98
comparison
equal deleted inserted replaced
370:b9c153e00e84 371:f051d210521e
37 void layout(Changesets csets, 37 void layout(Changesets csets,
38 QStringList uncommittedParents, 38 QStringList uncommittedParents,
39 QString uncommittedBranch); 39 QString uncommittedBranch);
40 40
41 ChangesetItem *getItemFor(Changeset *cs); 41 ChangesetItem *getItemFor(Changeset *cs);
42 ChangesetItem *getItemFor(QString id);
42 43
43 UncommittedItem *getUncommittedItem() { return m_uncommitted; } 44 UncommittedItem *getUncommittedItem() { return m_uncommitted; }
44 45
45 class LayoutException : public std::exception { 46 class LayoutException : public std::exception {
46 public: 47 public: