#include <CommitLogTableWidget.h>
◆ CommitLogTableModel()
CommitLogTableModel::CommitLogTableModel |
( |
QObject * |
parent = nullptr | ) |
|
|
inline |
◆ columnCount()
int CommitLogTableModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
◆ data()
QVariant CommitLogTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
◆ escapeTooltipText()
QString CommitLogTableModel::escapeTooltipText |
( |
QString |
tooltip | ) |
|
|
static |
◆ headerData()
QVariant CommitLogTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
◆ index()
QModelIndex CommitLogTableModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
◆ isFiltered()
bool CommitLogTableModel::isFiltered |
( |
| ) |
const |
|
inline |
◆ parent()
QModelIndex CommitLogTableModel::parent |
( |
const QModelIndex & |
child | ) |
const |
◆ privateSetFilter()
void CommitLogTableModel::privateSetFilter |
( |
const QString & |
text | ) |
|
|
private |
◆ record() [1/2]
const CommitRecord & CommitLogTableModel::record |
( |
int |
row | ) |
const |
|
private |
◆ record() [2/2]
const CommitRecord & CommitLogTableModel::record |
( |
QModelIndex const & |
index | ) |
const |
|
private |
◆ rowcount()
int CommitLogTableModel::rowcount |
( |
| ) |
const |
|
private |
◆ rowCount()
int CommitLogTableModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
◆ setFilter()
bool CommitLogTableModel::setFilter |
( |
const QString & |
text | ) |
|
◆ setRecords()
void CommitLogTableModel::setRecords |
( |
std::vector< CommitRecord > && |
records | ) |
|
◆ tablewidget()
◆ unfilteredIndex()
int CommitLogTableModel::unfilteredIndex |
( |
int |
i | ) |
const |
◆ CommitLogTableWidget
◆ CommitLogTableWidgetDelegate
◆ filter_
◆ filter_text_
QString CommitLogTableModel::filter_text_ |
|
private |
◆ index_
std::vector<size_t> CommitLogTableModel::index_ |
|
private |
◆ records_
The documentation for this class was generated from the following files: