6#include <imtwidgets/CNumericItemDelegate.h>
7#include <imtgui/ICollectionViewDelegate.h>
14class CCollectionNumericItemDelegate :
public imtwidgets::CNumericItemDelegate
18 CCollectionNumericItemDelegate(Type type = CCollectionNumericItemDelegate::SpinInt, QObject *parent = 0);
19 ~CCollectionNumericItemDelegate();
21 void SetCollectionViewDelegate(
const ICollectionViewDelegate* collectionViewDelegate);
22 void SetColumnId(
const QByteArray &columnId);
25 virtual void setModelData(QWidget* editor, QAbstractItemModel* model,
const QModelIndex& index)
const override;
28 const ICollectionViewDelegate* m_collectionViewDelegate;
29 QByteArray m_columnId;