#include <tabmanagerplugin.h>
|
| | TabManagerPlugin () |
| |
| void | init (InitState state, const QString &settingsPath) override |
| |
| void | unload () override |
| |
| bool | testPlugin () override |
| |
| void | showSettings (QWidget *parent) override |
| |
| void | populateExtensionsMenu (QMenu *menu) override |
| |
| void | removeManagerWidget () |
| |
| ViewType | viewType () |
| |
| void | setViewType (ViewType type) |
| |
| void | saveSettings () |
| |
| bool | asTabBarReplacement () const |
| |
| void | setAsTabBarReplacement (bool yes) |
| |
| 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) |
| |
Definition at line 33 of file tabmanagerplugin.h.
◆ ViewType
◆ TabManagerPlugin()
| TabManagerPlugin::TabManagerPlugin |
( |
| ) |
|
|
explicit |
◆ asTabBarReplacement()
| bool TabManagerPlugin::asTabBarReplacement |
( |
| ) |
const |
◆ init()
| void TabManagerPlugin::init |
( |
InitState |
state, |
|
|
const QString & |
settingsPath |
|
) |
| |
|
overridevirtual |
◆ insertManagerWidget
| void TabManagerPlugin::insertManagerWidget |
( |
| ) |
|
|
slot |
◆ populateExtensionsMenu()
| void TabManagerPlugin::populateExtensionsMenu |
( |
QMenu * |
menu | ) |
|
|
overridevirtual |
◆ removeManagerWidget()
| void TabManagerPlugin::removeManagerWidget |
( |
| ) |
|
◆ saveSettings()
| void TabManagerPlugin::saveSettings |
( |
| ) |
|
◆ setAsTabBarReplacement()
| void TabManagerPlugin::setAsTabBarReplacement |
( |
bool |
yes | ) |
|
◆ settingsPath()
| QString TabManagerPlugin::settingsPath |
( |
| ) |
|
|
static |
◆ setViewType()
| void TabManagerPlugin::setViewType |
( |
ViewType |
type | ) |
|
◆ showSettings()
| void TabManagerPlugin::showSettings |
( |
QWidget * |
parent | ) |
|
|
overridevirtual |
◆ testPlugin()
| bool TabManagerPlugin::testPlugin |
( |
| ) |
|
|
overridevirtual |
◆ unload()
| void TabManagerPlugin::unload |
( |
| ) |
|
|
overridevirtual |
◆ viewType()
The documentation for this class was generated from the following files: