1 #ifndef FRAGMENTLISTSELECTIONWIDGET_H
2 #define FRAGMENTLISTSELECTIONWIDGET_H
8 class QAbstractItemDelegate;
17 void AddItem( QStandardItem *item );
18 void UpdateItem(
const int row,
const QVariant &value,
int role );
23 void FilterItems( QString filterText,
int filterDataRole,
bool scrollToFirstVisibleRow =
false ,
int hidingDataRole = - 1 );
29 void ItemChanged(
const QModelIndex &,
const QModelIndex & );
33 QScopedPointer<DataClass> d;
36 #endif // FRAGMENTLISTSELECTIONWIDGET_H
DataRole
Definition: BusStopListViewDelegate.h:9