Falkon Develop
Cross-platform Qt-based web browser
GnomeKeyringPlugin Class Reference

#include <gnomekeyringplugin.h>

Inheritance diagram for GnomeKeyringPlugin:
PluginInterface

Public Member Functions

 GnomeKeyringPlugin ()
 
void init (InitState state, const QString &settingsPath)
 
void unload ()
 
bool testPlugin ()
 
- Public Member Functions inherited from PluginInterface
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

- Public Types inherited from PluginInterface
enum  InitState { StartupInitState , LateInitState }
 

Detailed Description

Definition at line 25 of file gnomekeyringplugin.h.

Constructor & Destructor Documentation

◆ GnomeKeyringPlugin()

GnomeKeyringPlugin::GnomeKeyringPlugin ( )
explicit

Definition at line 27 of file gnomekeyringplugin.cpp.

Member Function Documentation

◆ init()

void GnomeKeyringPlugin::init ( InitState  state,
const QString &  settingsPath 
)
virtual

Implements PluginInterface.

Definition at line 33 of file gnomekeyringplugin.cpp.

◆ testPlugin()

bool GnomeKeyringPlugin::testPlugin ( )
virtual

Implements PluginInterface.

Definition at line 48 of file gnomekeyringplugin.cpp.

◆ unload()

void GnomeKeyringPlugin::unload ( )
virtual

Implements PluginInterface.

Definition at line 42 of file gnomekeyringplugin.cpp.


The documentation for this class was generated from the following files: