┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-14 19:12:05 +0000
committerPeter Penz <[email protected]>2006-12-14 19:12:05 +0000
commit70782d6bb4d3b02c4c48c38ee2867561a706ed84 (patch)
tree278ec21c0b631b3996fbe0441159c9f44de4bb5d /src/dolphinview.h
parentdd8158e70751d815305b50e3458835fce9e1574a (diff)
Support changing the sorting type and sort order (TODO: does not work yet as the implementation in KDirModel is empty yet).
svn path=/trunk/playground/utils/dolphin/; revision=613696
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 2f1d7c605..e5af61f3f 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -442,6 +442,12 @@ private:
*/
void applyModeToView();
+ /**
+ * Returns the column index used in the KDirModel depending on \a sorting.
+ */
+ int columnIndex(Sorting sorting) const;
+
+private:
bool m_refreshing;
bool m_showProgress;
Mode m_mode;