Marlin
01.17.01
|
@ class Small delegate class for changing active processor's names More...
#include <aprocdelegate.h>
Public Member Functions | |
AProcDelegate (const AProcDelegate &)=default | |
AProcDelegate & | operator= (const AProcDelegate &)=default |
AProcDelegate (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 active processor's names
Definition at line 13 of file aprocdelegate.h.
|
default |
AProcDelegate::AProcDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 5 of file aprocdelegate.cpp.
References _parent.
QWidget * AProcDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | option, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 9 of file aprocdelegate.cpp.
References _parent.
|
default |
void AProcDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
Definition at line 24 of file aprocdelegate.cpp.
void AProcDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 30 of file aprocdelegate.cpp.
|
private |
Definition at line 28 of file aprocdelegate.h.
Referenced by AProcDelegate(), and createEditor().