From 7308c7d03e182795d6b64d85a3f0725d8af32436 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 5 Aug 2008 20:15:51 +0000 Subject: First step of refactoring to improve the zooming capabilities of views: * Let classes that use DolphinView know about the currently used zoom level. * Provide more zoom levels for all views (the settings dialogs have not been adjusted yet). * Fixed issue that when using the wheel that the enabled state of the zoom actions has not been updated. svn path=/trunk/KDE/kdebase/apps/; revision=842715 --- src/dolphinviewactionhandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinviewactionhandler.h') diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index af25cc48c..5084d06fe 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -130,6 +130,11 @@ private Q_SLOTS: * Updates the state of the 'Sort by' actions. */ void slotSortingChanged(DolphinView::Sorting sorting); + + /** + * Updates the state of the 'Zoom In' and 'Zoom Out' actions. + */ + void slotZoomLevelChanged(int level); /** * Switches on or off the displaying of additional information -- cgit v1.3