41 void updateRowRange(
const QModelIndex& parent,
int start,
int end,
bool isRemoving);
42 QStyleOptionViewItem optionView(
const QModelIndex& index);
46 void initializeModel(
const QModelIndex& parent = QModelIndex());
48 void slotDWRowsInserted(
const QModelIndex& parent,
int start,
int end);
49 void slotDWRowsAboutToBeRemoved(
const QModelIndex& parent,
int start,
int end);
50 void slotDWRowsRemoved(
const QModelIndex& parent,
int start,
int end);
51 void slotDWDataChanged(
const QModelIndex& topLeft,
const QModelIndex& bottomRight);
52 void slotDWLayoutChanged();
53 void slotDWModelReset();
54 void slotDWSelectionChanged(
const QItemSelection& selected,
const QItemSelection& deselected);
58 bool eventFilter(QObject* watched, QEvent* event)
override;
62 QAbstractItemView* itemView =
nullptr;
64 QAbstractItemModel* model =
nullptr;
65 QItemSelectionModel* selectionModel =
nullptr;