X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c8072005fada01d772595ec64adca449134f421e..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/kcategorizedview_p.h diff --git a/src/kcategorizedview_p.h b/src/kcategorizedview_p.h index d72753b1d..aa55cda75 100644 --- a/src/kcategorizedview_p.h +++ b/src/kcategorizedview_p.h @@ -1,6 +1,6 @@ /** * This file is part of the KDE project - * Copyright (C) 2007 Rafael Fernández López + * Copyright (C) 2007 Rafael Fernández López * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -112,6 +112,8 @@ public: */ void drawDraggedItems(); + void layoutChanged(bool forceItemReload = false); + // Attributes @@ -149,6 +151,11 @@ public: QModelIndexList intersectedIndexes; QRect lastDraggedItemsRect; QRect lastSelectionRect; + int modelSortRole; + int modelSortColumn; + int modelLastRowCount; + bool modelCategorized; + Qt::SortOrder modelSortOrder; // Attributes for speed reasons KCategorizedSortFilterProxyModel *proxyModel;