![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <gnomekeyringplugin.h>
Public Member Functions | |
GnomeKeyringPlugin () | |
void | init (InitState state, const QString &settingsPath) |
void | unload () |
bool | testPlugin () |
![]() | |
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 25 of file gnomekeyringplugin.h.
|
explicit |
Definition at line 27 of file gnomekeyringplugin.cpp.
|
virtual |
Implements PluginInterface.
Definition at line 33 of file gnomekeyringplugin.cpp.
|
virtual |
Implements PluginInterface.
Definition at line 48 of file gnomekeyringplugin.cpp.
|
virtual |
Implements PluginInterface.
Definition at line 42 of file gnomekeyringplugin.cpp.