1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-15 11:32:11 +01:00
falkonOfficial/src/plugins/PyFalkon/pyfalkon_global.h

128 lines
3.0 KiB
C
Raw Normal View History

/* ============================================================
* Falkon - Qt web browser
* Copyright (C) 2018 David Rosca <nowrep@gmail.com>
*
* 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 3 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, see <http://www.gnu.org/licenses/>.
* ============================================================ */
2018-02-26 16:38:19 +01:00
// Make "signals:", "slots:" visible as access specifiers
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
// PYSIDE-711
#include <QHstsPolicy>
#include <QWebEngineContextMenuData>
2018-02-26 08:35:09 +01:00
// 3rdparty
#include "lineedit.h"
#include "squeezelabelv1.h"
#include "squeezelabelv2.h"
#include "qtsingleapplication/qtsingleapplication.h"
// app
2018-02-26 16:38:19 +01:00
#include "autosaver.h"
#include "browserwindow.h"
#include "datapaths.h"
2018-02-26 08:35:09 +01:00
#include "mainapplication.h"
2018-02-26 16:38:19 +01:00
#include "settings.h"
// autofill
#include "autofill.h"
#include "passwordmanager.h"
#include "passwordbackends/passwordbackend.h"
// bookmarks
#include "bookmarkitem.h"
#include "bookmarks.h"
#include "bookmarksmodel.h"
#include "bookmarkstools.h"
// cookies
#include "cookiejar.h"
#include "cookiemanager.h"
// downloads
#include "downloaditem.h"
#include "downloadmanager.h"
// history
#include "history.h"
#include "historyitem.h"
#include "historymodel.h"
// navigation
#include "locationbar.h"
#include "navigationbar.h"
// network
#include "networkmanager.h"
#include "urlinterceptor.h"
#include "schemehandlers/extensionschemehandler.h"
2018-02-26 08:35:09 +01:00
// notifications
#include "desktopnotificationsfactory.h"
2018-02-26 16:38:19 +01:00
// opensearch
#include "searchenginesdialog.h"
#include "searchenginesmanager.h"
// other
#include "checkboxdialog.h"
#include "qzsettings.h"
#include "statusbar.h"
2018-02-26 08:35:09 +01:00
// plugins
#include "pluginproxy.h"
#include "plugininterface.h"
2018-02-26 08:35:09 +01:00
2018-02-26 16:38:19 +01:00
// sidebar
#include "sidebar.h"
#include "sidebarinterface.h"
// tabwidget
#include "combotabbar.h"
#include "tabbar.h"
#include "tabcontextmenu.h"
#include "tabicon.h"
#include "tabmodel.h"
#include "tabmrumodel.h"
#include "tabstackedwidget.h"
#include "tabtreemodel.h"
#include "tabwidget.h"
#include <QItemSelection>
2018-02-26 08:35:09 +01:00
// tools
2018-02-26 16:38:19 +01:00
#include "abstractbuttoninterface.h"
#include "clickablelabel.h"
#include "delayedfilewatcher.h"
2018-02-26 08:35:09 +01:00
#include "desktopfile.h"
#include "enhancedmenu.h"
2018-02-26 16:38:19 +01:00
#include "iconprovider.h"
#include "qztools.h"
#include "sqldatabase.h"
#include "toolbutton.h"
#include "wheelhelper.h"
2018-02-26 08:35:09 +01:00
// webengine
2018-02-26 16:38:19 +01:00
#include "loadrequest.h"
#include "webhittestresult.h"
#include "webinspector.h"
2018-02-26 08:35:09 +01:00
#include "webpage.h"
#include "webview.h"
#include "javascript/externaljsobject.h"
// webtab
2018-02-26 16:38:19 +01:00
#include "searchtoolbar.h"
2018-02-26 08:35:09 +01:00
#include "tabbedwebview.h"
2018-02-26 16:38:19 +01:00
#include "webtab.h"