diff options
| author | Peter Penz <[email protected]> | 2006-12-14 19:12:05 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-14 19:12:05 +0000 |
| commit | 70782d6bb4d3b02c4c48c38ee2867561a706ed84 (patch) | |
| tree | 278ec21c0b631b3996fbe0441159c9f44de4bb5d /src/dolphinview.h | |
| parent | dd8158e70751d815305b50e3458835fce9e1574a (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.h | 6 |
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; |
