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

#include <mousegesturesplugin.h>

Inheritance diagram for MouseGesturesPlugin:
PluginInterface

Public Member Functions

 MouseGesturesPlugin ()
 
void init (InitState state, const QString &settingsPath) override
 
void unload () override
 
bool testPlugin () override
 
void showSettings (QWidget *parent) override
 
bool mousePress (Qz::ObjectName type, QObject *obj, QMouseEvent *event) override
 
bool mouseRelease (Qz::ObjectName type, QObject *obj, QMouseEvent *event) override
 
bool mouseMove (Qz::ObjectName type, QObject *obj, QMouseEvent *event) 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 24 of file mousegesturesplugin.h.

Constructor & Destructor Documentation

◆ MouseGesturesPlugin()

MouseGesturesPlugin::MouseGesturesPlugin ( )

Definition at line 25 of file mousegesturesplugin.cpp.

Member Function Documentation

◆ init()

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

Implements PluginInterface.

Definition at line 30 of file mousegesturesplugin.cpp.

◆ mouseMove()

bool MouseGesturesPlugin::mouseMove ( Qz::ObjectName  type,
QObject *  obj,
QMouseEvent *  event 
)
overridevirtual

Reimplemented from PluginInterface.

Definition at line 76 of file mousegesturesplugin.cpp.

◆ mousePress()

bool MouseGesturesPlugin::mousePress ( Qz::ObjectName  type,
QObject *  obj,
QMouseEvent *  event 
)
overridevirtual

Reimplemented from PluginInterface.

Definition at line 58 of file mousegesturesplugin.cpp.

◆ mouseRelease()

bool MouseGesturesPlugin::mouseRelease ( Qz::ObjectName  type,
QObject *  obj,
QMouseEvent *  event 
)
overridevirtual

Reimplemented from PluginInterface.

Definition at line 67 of file mousegesturesplugin.cpp.

◆ showSettings()

void MouseGesturesPlugin::showSettings ( QWidget *  parent)
overridevirtual

Reimplemented from PluginInterface.

Definition at line 53 of file mousegesturesplugin.cpp.

◆ testPlugin()

bool MouseGesturesPlugin::testPlugin ( )
overridevirtual

Implements PluginInterface.

Definition at line 47 of file mousegesturesplugin.cpp.

◆ unload()

void MouseGesturesPlugin::unload ( )
overridevirtual

Implements PluginInterface.

Definition at line 41 of file mousegesturesplugin.cpp.


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