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

#include <kdeframeworksintegrationplugin.h>

Inheritance diagram for KDEFrameworksIntegrationPlugin:
PluginInterface

Public Member Functions

 KDEFrameworksIntegrationPlugin ()
 
void init (InitState state, const QString &settingsPath) override
 
void unload () override
 
bool testPlugin () override
 
void populateWebViewMenu (QMenu *menu, WebView *view, const WebHitTestResult &r) override
 
- 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 28 of file kdeframeworksintegrationplugin.h.

Constructor & Destructor Documentation

◆ KDEFrameworksIntegrationPlugin()

KDEFrameworksIntegrationPlugin::KDEFrameworksIntegrationPlugin ( )
explicit

Definition at line 45 of file kdeframeworksintegrationplugin.cpp.

Member Function Documentation

◆ init()

void KDEFrameworksIntegrationPlugin::init ( InitState  state,
const QString &  settingsPath 
)
overridevirtual

Implements PluginInterface.

Definition at line 50 of file kdeframeworksintegrationplugin.cpp.

◆ populateWebViewMenu()

void KDEFrameworksIntegrationPlugin::populateWebViewMenu ( QMenu *  menu,
WebView view,
const WebHitTestResult r 
)
overridevirtual

Reimplemented from PluginInterface.

Definition at line 139 of file kdeframeworksintegrationplugin.cpp.

◆ testPlugin()

bool KDEFrameworksIntegrationPlugin::testPlugin ( )
overridevirtual

Implements PluginInterface.

Definition at line 152 of file kdeframeworksintegrationplugin.cpp.

◆ unload()

void KDEFrameworksIntegrationPlugin::unload ( )
overridevirtual

Implements PluginInterface.

Definition at line 125 of file kdeframeworksintegrationplugin.cpp.


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