68 tableSelected(false), tableColCount(0), tableRowCount(0) {} |
68 tableSelected(false), tableColCount(0), tableRowCount(0) {} |
69 |
69 |
70 QItemSelection expandSelection(const QItemSelection &selection, |
70 QItemSelection expandSelection(const QItemSelection &selection, |
71 QItemSelectionModel::SelectionFlags command) const; |
71 QItemSelectionModel::SelectionFlags command) const; |
72 |
72 |
|
73 void initModel(QAbstractItemModel *model); |
|
74 |
73 void _q_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end); |
75 void _q_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end); |
74 void _q_columnsAboutToBeRemoved(const QModelIndex &parent, int start, int end); |
76 void _q_columnsAboutToBeRemoved(const QModelIndex &parent, int start, int end); |
75 void _q_rowsAboutToBeInserted(const QModelIndex &parent, int start, int end); |
77 void _q_rowsAboutToBeInserted(const QModelIndex &parent, int start, int end); |
76 void _q_columnsAboutToBeInserted(const QModelIndex &parent, int start, int end); |
78 void _q_columnsAboutToBeInserted(const QModelIndex &parent, int start, int end); |
77 void _q_layoutAboutToBeChanged(); |
79 void _q_layoutAboutToBeChanged(); |