Messagelib

webenginemanagescript.h
1 /*
2  SPDX-FileCopyrightText: 2016-2023 Laurent Montel <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #pragma once
8 
9 #include "webengineviewer_export.h"
10 #include <QObject>
11 #include <QWebEngineScript>
12 
13 class QWebEngineProfile;
14 namespace WebEngineViewer
15 {
16 /**
17  * @brief The WebEngineManageScript class
18  * @author Laurent Montel <[email protected]>
19  */
20 class WEBENGINEVIEWER_EXPORT WebEngineManageScript : public QObject
21 {
22  Q_OBJECT
23 public:
24  explicit WebEngineManageScript(QObject *parent = nullptr);
25  ~WebEngineManageScript() override;
26  static quint32 scriptWordId()
27  {
28  return QWebEngineScript::UserWorld + 1;
29  }
30 };
31 }
The WebEngineManageScript class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 27 2023 04:08:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.