1 #ifndef BUSSTOPLISTVIEWDELEGATE_H
2 #define BUSSTOPLISTVIEWDELEGATE_H
4 #include <QStyledItemDelegate>
24 void paint( QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index )
const;
28 QScopedPointer<DataClass> d;
31 #endif // BUSSTOPLISTVIEWDELEGATE_H
DataRole
Definition: BusStopListViewDelegate.h:9
Definition: BusStopListViewDelegate.h:13
Definition: BusStopListViewDelegate.h:16
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: BusStopListViewDelegate.cpp:62
Definition: BusStopListViewDelegate.h:17
Definition: BusStopListViewDelegate.h:18
BusStopListViewDelegate()
Definition: BusStopListViewDelegate.cpp:52
Definition: BusStopListViewDelegate.h:14
virtual ~BusStopListViewDelegate()
Definition: BusStopListViewDelegate.cpp:58
Definition: BusStopListViewDelegate.h:12
Definition: BusStopListViewDelegate.h:11
Definition: BusStopListViewDelegate.h:15
Definition: BusStopListViewDelegate.h:6