┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-26 22:21:50 +0000
committerPeter Penz <[email protected]>2008-08-26 22:21:50 +0000
commitca7aaecbdbddb27f7442e69d2770b97b4307f338 (patch)
tree82e3ebf42148cebb706af41bc48dd2f7895d2f6a /src/dolphinview.h
parent71819c80bb79229da4c4a9c5fc57ae7fab3fd0d4 (diff)
Provide a common iconsize-widget for the settings dialog of the icons-, details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 613141535..acc9ba363 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -236,24 +236,21 @@ public:
/**
* Sets the zoom level to \a level. It is assured that the used
- * level is adjusted to be inside the range DolphinView::zoomLevelMinimum() and
- * DolphinView::zoomLevelMaximum().
+ * level is adjusted to be inside the range ZoomLevelInfo::minimumLevel() and
+ * ZoomLevelInfo::maximumLevel().
*/
void setZoomLevel(int level);
int zoomLevel() const;
- int zoomLevelMinimum() const;
- int zoomLevelMaximum() const;
-
/**
* Returns true, if zooming in is possible. If false is returned,
- * the minimal zoom size is possible.
+ * the maximimum zooming level has been reached.
*/
bool isZoomInPossible() const;
/**
* Returns true, if zooming out is possible. If false is returned,
- * the maximum zoom size is possible.
+ * the minimum zooming level has been reached.
*/
bool isZoomOutPossible() const;