コミットログを描画するためのdelegate
More...
|
| MainWindow * | mainwindow () const |
| |
| void | drawSignatureIcon (QPainter *painter, const QStyleOptionViewItem &opt, GitCommitItem const &commit) const |
| |
| void | drawAvatar (QPainter *painter, double opacity, const QStyleOptionViewItem &opt, int row) const |
| |
| void | drawLabels (QPainter *painter, const QStyleOptionViewItem &opt, QModelIndex const &index, BranchLabelList const &labels, QString const ¤t_branch) const |
| |
| void | paintCommitMessage (QPainter *painter, QStyleOptionViewItem const &opt, QModelIndex const &index) const |
| |
◆ CommitLogTableWidgetDelegate()
◆ drawAvatar()
| void CommitLogTableWidgetDelegate::drawAvatar |
( |
QPainter * |
painter, |
|
|
double |
opacity, |
|
|
const QStyleOptionViewItem & |
opt, |
|
|
int |
row |
|
) |
| const |
|
inlineprivate |
◆ drawLabels()
| void CommitLogTableWidgetDelegate::drawLabels |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
opt, |
|
|
QModelIndex const & |
index, |
|
|
BranchLabelList const & |
labels, |
|
|
QString const & |
current_branch |
|
) |
| const |
|
inlineprivate |
◆ drawSignatureIcon()
| void CommitLogTableWidgetDelegate::drawSignatureIcon |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
opt, |
|
|
GitCommitItem const & |
commit |
|
) |
| const |
|
inlineprivate |
◆ hiliteColor()
| static QColor CommitLogTableWidgetDelegate::hiliteColor |
( |
QColor const & |
color | ) |
|
|
inlinestaticprivate |
◆ mainwindow()
| MainWindow* CommitLogTableWidgetDelegate::mainwindow |
( |
| ) |
const |
|
inlineprivate |
◆ paint()
| void CommitLogTableWidgetDelegate::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
QModelIndex const & |
index |
|
) |
| const |
|
inlineoverride |
◆ paintCommitMessage()
| void CommitLogTableWidgetDelegate::paintCommitMessage |
( |
QPainter * |
painter, |
|
|
QStyleOptionViewItem const & |
opt, |
|
|
QModelIndex const & |
index |
|
) |
| const |
|
inlineprivate |
◆ shadowColor()
| static QColor CommitLogTableWidgetDelegate::shadowColor |
( |
QColor const & |
color | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: