|
Marlin
01.17.01
|
@ class Small delegate class for changing inactive processor's names More...
#include <iprocdelegate.h>
Inheritance diagram for IProcDelegate:Public Member Functions | |
| IProcDelegate (const IProcDelegate &)=default | |
| IProcDelegate & | operator= (const IProcDelegate &)=default |
| IProcDelegate (QObject *parent=0) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
Private Attributes | |
| QObject * | _parent {} |
@ class Small delegate class for changing inactive processor's names
Definition at line 13 of file iprocdelegate.h.
|
default |
| IProcDelegate::IProcDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 5 of file iprocdelegate.cpp.
References _parent.
| QWidget * IProcDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 9 of file iprocdelegate.cpp.
References _parent.
|
default |
| void IProcDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const |
Definition at line 24 of file iprocdelegate.cpp.
| void IProcDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 30 of file iprocdelegate.cpp.
|
private |
Definition at line 27 of file iprocdelegate.h.
Referenced by createEditor(), and IProcDelegate().
1.8.5