|
Krita Source Code Documentation
|
Paints the comment menu of the storyboard docker and creates widgets for editing data in CommentModel.
More...
#include <CommentDelegate.h>
Inheritance diagram for CommentDelegate:Public Member Functions | |
| CommentDelegate (QObject *parent) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) override |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| ~CommentDelegate () override | |
Paints the comment menu of the storyboard docker and creates widgets for editing data in CommentModel.
Definition at line 19 of file CommentDelegate.h.
| CommentDelegate::CommentDelegate | ( | QObject * | parent | ) |
Definition at line 19 of file CommentDelegate.cpp.
|
override |
Definition at line 24 of file CommentDelegate.cpp.
|
override |
Definition at line 61 of file CommentDelegate.cpp.
|
override |
Definition at line 69 of file CommentDelegate.cpp.
|
override |
Definition at line 28 of file CommentDelegate.cpp.
|
override |
|
override |
|
override |
Definition at line 54 of file CommentDelegate.cpp.
|
override |
Definition at line 112 of file CommentDelegate.cpp.