/**
* This file is part of the KDE project
- * Copyright (C) 2007 Rafael Fernández López <ereslibre@gmail.com>
+ * Copyright (C) 2007 Rafael Fernández López <ereslibre@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
*/
void drawDraggedItems();
+ void layoutChanged(bool forceItemReload = false);
+
// Attributes
QModelIndexList intersectedIndexes;
QRect lastDraggedItemsRect;
QRect lastSelectionRect;
+ int modelSortRole;
+ int modelSortColumn;
+ int modelLastRowCount;
+ bool modelCategorized;
+ Qt::SortOrder modelSortOrder;
// Attributes for speed reasons
KCategorizedSortFilterProxyModel *proxyModel;