![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <sitesettingsview_plugin.h>
Public Member Functions | |
SiteSettingsView () | |
void | init (InitState state, const QString &settingsPath) override |
void | unload () override |
bool | testPlugin () override |
![]() | |
virtual | ~PluginInterface ()=default |
virtual void | init (InitState state, const QString &settingsPath)=0 |
virtual void | unload ()=0 |
virtual bool | testPlugin ()=0 |
virtual void | showSettings (QWidget *parent=nullptr) |
virtual void | populateWebViewMenu (QMenu *menu, WebView *view, const WebHitTestResult &r) |
virtual void | populateExtensionsMenu (QMenu *menu) |
virtual bool | mouseDoubleClick (Qz::ObjectName type, QObject *obj, QMouseEvent *event) |
virtual bool | mousePress (Qz::ObjectName type, QObject *obj, QMouseEvent *event) |
virtual bool | mouseRelease (Qz::ObjectName type, QObject *obj, QMouseEvent *event) |
virtual bool | mouseMove (Qz::ObjectName type, QObject *obj, QMouseEvent *event) |
virtual bool | wheelEvent (Qz::ObjectName type, QObject *obj, QWheelEvent *event) |
virtual bool | keyPress (Qz::ObjectName type, QObject *obj, QKeyEvent *event) |
virtual bool | keyRelease (Qz::ObjectName type, QObject *obj, QKeyEvent *event) |
virtual bool | acceptNavigationRequest (WebPage *page, const QUrl &url, QWebEnginePage::NavigationType type, bool isMainFrame) |
Additional Inherited Members | |
![]() | |
enum | InitState { StartupInitState , LateInitState } |
Definition at line 31 of file sitesettingsview_plugin.h.
|
explicit |
Definition at line 32 of file sitesettingsview_plugin.cpp.
|
overridevirtual |
Implements PluginInterface.
Definition at line 38 of file sitesettingsview_plugin.cpp.
|
overridevirtual |
Implements PluginInterface.
Definition at line 63 of file sitesettingsview_plugin.cpp.
|
overridevirtual |
Implements PluginInterface.
Definition at line 56 of file sitesettingsview_plugin.cpp.