X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/464b13f3828e5cdd03438d0881c3a62c7cda6333..594e0a394341e92069dc16aa0aca5f42ac362274:/src/views/viewmodecontroller.h diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 015fdec85..3aebf1638 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -1,29 +1,17 @@ -/*************************************************************************** - * Copyright (C) 2010 by Peter Penz * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - ***************************************************************************/ +/* + * SPDX-FileCopyrightText: 2010 Peter Penz + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ #ifndef VIEWMODECONTROLLER_H #define VIEWMODECONTROLLER_H -#include -#include #include "dolphin_export.h" -#include +#include "views/dolphinview.h" + +#include +#include /** * @brief Allows the DolphinView to control the view implementations for the @@ -38,7 +26,7 @@ class DOLPHIN_EXPORT ViewModeController : public QObject Q_OBJECT public: - explicit ViewModeController(QObject* parent = 0); + explicit ViewModeController(QObject *parent = nullptr); ~ViewModeController() override; /** @@ -50,7 +38,7 @@ public: * Sets the URL to \a url and does nothing else. Called when * a redirection happens. See ViewModeController::setUrl() */ - void redirectToUrl(const QUrl& url); + void redirectToUrl(const QUrl &url); /** * Informs the view mode implementation about a change of the activation @@ -70,26 +58,21 @@ public: /** * Sets the name filter to \a and emits the signal nameFilterChanged(). */ - void setNameFilter(const QString& nameFilter); + void setNameFilter(const QString &nameFilter); QString nameFilter() const; - /** - * Requests the view mode implementation to hide tooltips. - */ - void requestToolTipHiding(); - -public slots: +public Q_SLOTS: /** * Sets the URL to \a url and emits the signals cancelPreviews() and * urlChanged() if \a url is different for the current URL. */ - void setUrl(const QUrl& url); + void setUrl(const QUrl &url); -signals: +Q_SIGNALS: /** * Is emitted if the URL has been changed by ViewModeController::setUrl(). */ - void urlChanged(const QUrl& url); + void urlChanged(const QUrl &url); /** * Is emitted, if ViewModeController::indicateActivationChange() has been @@ -102,7 +85,7 @@ signals: * Is emitted if the name filter has been changed by * ViewModeController::setNameFilter(). */ - void nameFilterChanged(const QString& nameFilter); + void nameFilterChanged(const QString &nameFilter); /** * Is emitted if the zoom level has been changed by