![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <doublespinboxdelegate.h>


Public Member Functions | |
| DoubleSpinBoxDelegate (QObject *parent=0) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const Q_DECL_OVERRIDE |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const Q_DECL_OVERRIDE |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const Q_DECL_OVERRIDE |
| void | updateEditorGeometry (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const Q_DECL_OVERRIDE |
Definition at line 16 of file doublespinboxdelegate.h.
| VtkUtils::DoubleSpinBoxDelegate::DoubleSpinBoxDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 14 of file doublespinboxdelegate.cpp.
| QWidget * VtkUtils::DoubleSpinBoxDelegate::createEditor | ( | QWidget * | parent, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 17 of file doublespinboxdelegate.cpp.
| void VtkUtils::DoubleSpinBoxDelegate::setEditorData | ( | QWidget * | editor, |
| const QModelIndex & | index | ||
| ) | const |
Definition at line 31 of file doublespinboxdelegate.cpp.
| void VtkUtils::DoubleSpinBoxDelegate::setModelData | ( | QWidget * | editor, |
| QAbstractItemModel * | model, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 38 of file doublespinboxdelegate.cpp.
| void VtkUtils::DoubleSpinBoxDelegate::updateEditorGeometry | ( | QWidget * | editor, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 48 of file doublespinboxdelegate.cpp.