Mercurial > hg > easyhg
comparison src/changesetitem.h @ 400:07eaf4e6003a
Merge from branch "item_appearance_adjustments"
author | Chris Cannam |
---|---|
date | Wed, 25 May 2011 14:59:09 +0100 |
parents | b1f0fa991c49 |
children | 8bdc8f27d19c |
comparison
equal
deleted
inserted
replaced
385:5cc0d897eb26 | 400:07eaf4e6003a |
---|---|
23 | 23 |
24 class Changeset; | 24 class Changeset; |
25 class ChangesetDetailItem; | 25 class ChangesetDetailItem; |
26 | 26 |
27 class QAction; | 27 class QAction; |
28 class QImage; | |
28 | 29 |
29 class ChangesetItem : public QGraphicsObject | 30 class ChangesetItem : public QGraphicsObject |
30 { | 31 { |
31 Q_OBJECT | 32 Q_OBJECT |
32 | 33 |
98 bool m_current; | 99 bool m_current; |
99 bool m_new; | 100 bool m_new; |
100 | 101 |
101 QMap<QAction *, QString> m_parentDiffActions; | 102 QMap<QAction *, QString> m_parentDiffActions; |
102 QMap<QAction *, QString> m_summaryActions; | 103 QMap<QAction *, QString> m_summaryActions; |
104 | |
105 static QImage *m_star; | |
106 | |
107 bool isMerge() const; | |
108 void paintNormal(QPainter *); | |
109 void paintMerge(QPainter *); | |
103 }; | 110 }; |
104 | 111 |
105 #endif // CHANGESETITEM_H | 112 #endif // CHANGESETITEM_H |