Mercurial > hg > easyhg
comparison grapher.h @ 44:bed7ab59f62e
* A snatched bit of work on graph layout
author | Chris Cannam |
---|---|
date | Tue, 09 Nov 2010 17:51:12 +0000 |
parents | |
children | 4286836bb3c9 |
comparison
equal
deleted
inserted
replaced
43:c32067cd19f8 | 44:bed7ab59f62e |
---|---|
1 #ifndef GRAPHER_H | |
2 #define GRAPHER_H | |
3 | |
4 #include "changeset.h" | |
5 #include "changesetitem.h" | |
6 | |
7 typedef QMap<Changeset *, ChangesetItem *> ChangesetItemMap; | |
8 | |
9 class Grapher | |
10 { | |
11 public: | |
12 void layout(Changesets csets, ChangesetItemMap items); | |
13 }; | |
14 | |
15 #endif |