class QAbstractItemView;
class QModelIndex;
class QAbstractButton;
+class QItemSelection;
class SelectionToggle;
/**
void slotViewportEntered();
void setItemSelected(bool selected);
void slotRowsRemoved(const QModelIndex& parent, int start, int end);
+ void slotSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
private:
KUrl urlForIndex(const QModelIndex& index) const;
private:
QAbstractItemView* m_view;
SelectionToggle* m_toggle;
+ bool m_connected;
};
#endif