1 #ifndef DESTINATIONBUSSTOPLISTVIEWDELEGATE_H
2 #define DESTINATIONBUSSTOPLISTVIEWDELEGATE_H
4 #include <QStyledItemDelegate>
21 void paint( QPainter *painter,
const QStyleOptionViewItem &option,
const QModelIndex &index )
const;
25 QScopedPointer<DataClass> d;
28 #endif // DESTINATIONBUSSTOPLISTVIEWDELEGATE_H
Definition: DestinationBusStopListViewDelegate.h:6
DataRole
Definition: DestinationBusStopListViewDelegate.h:9
Definition: DestinationBusStopListViewDelegate.h:12
DestinationBusStopListViewDelegate()
Definition: DestinationBusStopListViewDelegate.cpp:41
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: DestinationBusStopListViewDelegate.cpp:50
Definition: DestinationBusStopListViewDelegate.h:14
Definition: DestinationBusStopListViewDelegate.h:13
Definition: DestinationBusStopListViewDelegate.h:15
virtual ~DestinationBusStopListViewDelegate()
Definition: DestinationBusStopListViewDelegate.cpp:46
Definition: DestinationBusStopListViewDelegate.h:11