10 #ifndef WORKSPACEMODEL_H
11 #define WORKSPACEMODEL_H
13 #include <QSortFilterProxyModel>
29 inline void setTopIndex(QModelIndex index) { topIndex =index;}
30 inline QModelIndex getTopIndex() {
return topIndex;}
33 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent)
const;
39 #endif // WORKSPACEMODEL_H