|
Guitar
|
#include "CommitLogTableWidget.h"#include "ApplicationGlobal.h"#include "BranchLabel.h"#include "Git.h"#include "MainWindow.h"#include "MyTableWidgetDelegate.h"#include "TraceLogger.h"#include <QHeaderView>#include <QPainter>#include <QPainterPath>#include <cmath>
Classes | |
| class | CommitLogTableWidgetDelegate |
| コミットログを描画するためのdelegate More... | |
Functions | |
| void | drawBranch (QPainterPath *path, double x0, double y0, double x1, double y1, double r, bool bend_early) |
| void drawBranch | ( | QPainterPath * | path, |
| double | x0, | ||
| double | y0, | ||
| double | x1, | ||
| double | y1, | ||
| double | r, | ||
| bool | bend_early | ||
| ) |