]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcategorizedview_p.h
SVN_SILENT made messages (.desktop file)
[dolphin.git] / src / kcategorizedview_p.h
index bd2233acea7ee0e78e5555376fdddbc4e825177a..c420bb6adf21d94af4e262b809943a3f179b9097 100644 (file)
@@ -112,6 +112,8 @@ public:
       */
     void drawDraggedItems();
 
+    void layoutChanged(bool forceItemReload = false);
+
 
     // Attributes
 
@@ -134,7 +136,6 @@ public:
     QString hoveredCategory;
     QPoint initialPressPosition;
     QPoint mousePosition;
-    QItemSelection lastSelection;
     QModelIndex currentViewIndex;
     int forcedSelectionPosition;
 
@@ -148,10 +149,12 @@ public:
     QStringList categories;
     QModelIndexList intersectedIndexes;
     QRect lastDraggedItemsRect;
-    QRect lastSelectionRect;
     int modelSortRole;
     int modelSortColumn;
+    int modelLastRowCount;
+    bool modelCategorized;
     Qt::SortOrder modelSortOrder;
+    QItemSelection lastSelection;
 
     // Attributes for speed reasons
     KCategorizedSortFilterProxyModel *proxyModel;