#include <verticaltabsplugin.h>
|
| VerticalTabsPlugin () |
|
void | init (InitState state, const QString &settingsPath) override |
|
void | unload () override |
|
bool | testPlugin () override |
|
void | showSettings (QWidget *parent=nullptr) override |
|
bool | keyPress (Qz::ObjectName type, QObject *obj, QKeyEvent *event) override |
|
ViewType | viewType () const |
|
void | setViewType (ViewType type) |
|
bool | replaceTabBar () const |
|
void | setReplaceTabBar (bool replace) |
|
AddChildBehavior | addChildBehavior () const |
|
void | setAddChildBehavior (AddChildBehavior behavior) |
|
QString | theme () const |
|
void | setTheme (const QString &theme) |
|
QString | styleSheet () const |
|
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 27 of file verticaltabsplugin.h.
◆ AddChildBehavior
◆ ViewType
◆ VerticalTabsPlugin()
VerticalTabsPlugin::VerticalTabsPlugin |
( |
| ) |
|
|
explicit |
◆ addChildBehavior()
◆ init()
void VerticalTabsPlugin::init |
( |
InitState |
state, |
|
|
const QString & |
settingsPath |
|
) |
| |
|
overridevirtual |
◆ keyPress()
bool VerticalTabsPlugin::keyPress |
( |
Qz::ObjectName |
type, |
|
|
QObject * |
obj, |
|
|
QKeyEvent * |
event |
|
) |
| |
|
overridevirtual |
◆ replaceTabBar()
bool VerticalTabsPlugin::replaceTabBar |
( |
| ) |
const |
◆ setAddChildBehavior()
◆ setReplaceTabBar()
void VerticalTabsPlugin::setReplaceTabBar |
( |
bool |
replace | ) |
|
◆ setTheme()
void VerticalTabsPlugin::setTheme |
( |
const QString & |
theme | ) |
|
◆ setViewType()
void VerticalTabsPlugin::setViewType |
( |
ViewType |
type | ) |
|
◆ showSettings()
void VerticalTabsPlugin::showSettings |
( |
QWidget * |
parent = nullptr | ) |
|
|
overridevirtual |
◆ styleSheet()
QString VerticalTabsPlugin::styleSheet |
( |
| ) |
const |
◆ styleSheetChanged
void VerticalTabsPlugin::styleSheetChanged |
( |
const QString & |
styleSheet | ) |
|
|
signal |
◆ testPlugin()
bool VerticalTabsPlugin::testPlugin |
( |
| ) |
|
|
overridevirtual |
◆ theme()
QString VerticalTabsPlugin::theme |
( |
| ) |
const |
◆ unload()
void VerticalTabsPlugin::unload |
( |
| ) |
|
|
overridevirtual |
◆ viewType()
◆ viewTypeChanged
The documentation for this class was generated from the following files: