36 #ifndef CLUSTSTCTABLEDELEGATE_H
37 #define CLUSTSTCTABLEDELEGATE_H
44 #include "../disp3D_global.h"
52 #include <QAbstractItemDelegate>
53 #include <QSharedPointer>
74 typedef QSharedPointer<ClustStcTableDelegate>
SPtr;
75 typedef QSharedPointer<const ClustStcTableDelegate>
ConstSPtr;
89 virtual void paint(QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
98 virtual QSize sizeHint(
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
106 #endif // CLUSTSTCTABLEDELEGATE_H
QSharedPointer< ClustStcTableDelegate > SPtr
QSharedPointer< const ClustStcTableDelegate > ConstSPtr
#define DISP3DSHARED_EXPORT