#include "tagseditdelegate.h"
|
| QWidget * | createEditor (QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const override |
| void | paint (QPainter *, const QStyleOptionViewItem &, const QModelIndex &) const override |
| void | setEditorData (QWidget *, const QModelIndex &) const override |
| void | setModelData (QWidget *, QAbstractItemModel *, const QModelIndex &) const override |
Definition at line 18 of file tagseditdelegate.h.
◆ TagsEditDelegate()
| LC::Util::TagsEditDelegate::TagsEditDelegate |
( |
ITagsManager & | itm, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
◆ createEditor()
| QWidget * LC::Util::TagsEditDelegate::createEditor |
( |
QWidget * | parent, |
|
|
const QStyleOptionViewItem & | , |
|
|
const QModelIndex & | index ) const |
|
overrideprotected |
◆ paint()
| void LC::Util::TagsEditDelegate::paint |
( |
QPainter * | painter, |
|
|
const QStyleOptionViewItem & | option, |
|
|
const QModelIndex & | index ) const |
|
overrideprotected |
◆ setEditorData()
| void LC::Util::TagsEditDelegate::setEditorData |
( |
QWidget * | editor, |
|
|
const QModelIndex & | index ) const |
|
overrideprotected |
◆ setModelData()
| void LC::Util::TagsEditDelegate::setModelData |
( |
QWidget * | editor, |
|
|
QAbstractItemModel * | model, |
|
|
const QModelIndex & | index ) const |
|
overrideprotected |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/leechcraft-doc-0.6.70+git.18450.gabe19ee3b0-build/leechcraft-0.6.70-18450-gabe19ee3b0/src/util/tags/tagseditdelegate.h
- /home/abuild/rpmbuild/BUILD/leechcraft-doc-0.6.70+git.18450.gabe19ee3b0-build/leechcraft-0.6.70-18450-gabe19ee3b0/src/util/tags/tagseditdelegate.cpp