4 #ifndef pqSpreadSheetViewSelectionModel_h
5 #define pqSpreadSheetViewSelectionModel_h
7 #include "pqCoreModule.h"
8 #include <QItemSelectionModel>
31 typedef QItemSelectionModel Superclass;
38 void select(
const QModelIndex& index, QItemSelectionModel::SelectionFlags command)
override
40 this->Superclass::select(
index, command);
44 const QItemSelection& selection, QItemSelectionModel::SelectionFlags command)
override;
50 void serverSelectionChanged(
const QItemSelection&);