#include <TaskChamfer.h>
Public Member Functions | |
| ChamferDistanceDelegate (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 |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Definition at line 36 of file TaskChamfer.h.
| ChamferDistanceDelegate::ChamferDistanceDelegate | ( | QObject * | parent = 0 |
) |
Definition at line 63 of file TaskChamfer.cpp.
| QWidget * ChamferDistanceDelegate::createEditor | ( | QWidget * | parent, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 67 of file TaskChamfer.cpp.
| void ChamferDistanceDelegate::setEditorData | ( | QWidget * | editor, | |
| const QModelIndex & | index | |||
| ) | const |
Definition at line 81 of file TaskChamfer.cpp.
References Py::value().
| void ChamferDistanceDelegate::setModelData | ( | QWidget * | editor, | |
| QAbstractItemModel * | model, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 89 of file TaskChamfer.cpp.
References Py::value().
| void ChamferDistanceDelegate::updateEditorGeometry | ( | QWidget * | editor, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 101 of file TaskChamfer.cpp.
1.6.1