]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view...
[dolphin.git] / src / dolphinview.h
index 39fb7cc2645d960d0875f7e9bf76721d8b20cbcf..2f1d7c60557e342dac92a2252cd7cbf14005e09f 100644 (file)
@@ -97,13 +97,7 @@ public:
          * for date, group and permissions.
          */
         DetailsView = 1,
-
-        /**
-         * The directory items are shown as preview if possible. As
-         * fallback the items are shown as icons.
-         */
-        PreviewsView = 2,
-        MaxModeEnum = PreviewsView
+        MaxModeEnum = DetailsView
     };
 
     /** Defines the sort order for the items of a directory. */
@@ -138,8 +132,8 @@ public:
 
     void setMode(Mode mode);
     Mode mode() const;
-    void setShowHiddenFilesEnabled(bool show);
-    bool isShowHiddenFilesEnabled() const;
+    void setShowHiddenFiles(bool show);
+    bool showHiddenFiles() const;
 
     void setViewProperties(const ViewProperties& props);