#include <CellDelegate.h>
|
| CellDelegate (QObject *parent, QTreeView const &view, FilteredTreeModel const &filterModel, QStandardItemModel const &mainModel) |
|
void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
|
Definition at line 20 of file CellDelegate.h.
◆ CellDelegate()
MantidQt::MantidWidgets::Batch::CellDelegate::CellDelegate |
( |
QObject * |
parent, |
|
|
QTreeView const & |
view, |
|
|
FilteredTreeModel const & |
filterModel, |
|
|
QStandardItemModel const & |
mainModel |
|
) |
| |
|
explicit |
◆ paint()
void MantidQt::MantidWidgets::Batch::CellDelegate::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
override |
◆ m_filteredModel
FilteredTreeModel const& MantidQt::MantidWidgets::Batch::CellDelegate::m_filteredModel |
|
private |
◆ m_mainModel
QStandardItemModel const& MantidQt::MantidWidgets::Batch::CellDelegate::m_mainModel |
|
private |
◆ m_view
QTreeView const& MantidQt::MantidWidgets::Batch::CellDelegate::m_view |
|
private |
The documentation for this class was generated from the following files: