#include <webtab.h>
Definition at line 39 of file webtab.h.
◆ AddChildBehavior
| Enumerator |
|---|
| AppendChild | |
| PrependChild | |
Definition at line 64 of file webtab.h.
◆ WebTab()
| WebTab::WebTab |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ addChildBehavior()
◆ addChildTab()
| void WebTab::addChildTab |
( |
WebTab * |
tab, |
|
|
int |
index = -1 |
|
) |
| |
◆ attach()
◆ backgroundActivity()
| bool WebTab::backgroundActivity |
( |
| ) |
const |
◆ backgroundActivityChanged
| void WebTab::backgroundActivityChanged |
( |
bool |
activity | ) |
|
|
signal |
◆ browserWindow()
◆ childTabAdded
| void WebTab::childTabAdded |
( |
WebTab * |
tab, |
|
|
int |
index |
|
) |
| |
|
signal |
◆ childTabRemoved
| void WebTab::childTabRemoved |
( |
WebTab * |
tab, |
|
|
int |
index |
|
) |
| |
|
signal |
◆ childTabs()
| QVector< WebTab * > WebTab::childTabs |
( |
| ) |
const |
◆ closeTab()
| void WebTab::closeTab |
( |
| ) |
|
◆ currentTabChanged
| void WebTab::currentTabChanged |
( |
bool |
current | ) |
|
|
signal |
◆ detach()
◆ haveInspector()
| bool WebTab::haveInspector |
( |
| ) |
const |
◆ history()
| QWebEngineHistory * WebTab::history |
( |
| ) |
const |
◆ historyData()
| QByteArray WebTab::historyData |
( |
| ) |
const |
◆ icon()
| QIcon WebTab::icon |
( |
bool |
allowNull = false | ) |
const |
◆ iconChanged
| void WebTab::iconChanged |
( |
const QIcon & |
icon | ) |
|
|
signal |
◆ isCurrentTab()
| bool WebTab::isCurrentTab |
( |
| ) |
const |
◆ isLoading()
| bool WebTab::isLoading |
( |
| ) |
const |
◆ isMuted()
| bool WebTab::isMuted |
( |
| ) |
const |
◆ isPinned()
| bool WebTab::isPinned |
( |
| ) |
const |
◆ isPlaying()
| bool WebTab::isPlaying |
( |
| ) |
const |
◆ isRestored()
| bool WebTab::isRestored |
( |
| ) |
const |
◆ load()
◆ loadingChanged
| void WebTab::loadingChanged |
( |
bool |
loading | ) |
|
|
signal |
◆ locationBar()
◆ makeCurrentTab()
| void WebTab::makeCurrentTab |
( |
| ) |
|
◆ moveTab()
| void WebTab::moveTab |
( |
int |
to | ) |
|
◆ mutedChanged
| void WebTab::mutedChanged |
( |
bool |
muted | ) |
|
|
signal |
◆ p_restoreTab() [1/2]
| void WebTab::p_restoreTab |
( |
const QUrl & |
url, |
|
|
const QByteArray & |
history, |
|
|
int |
zoomLevel |
|
) |
| |
◆ p_restoreTab() [2/2]
| void WebTab::p_restoreTab |
( |
const SavedTab & |
tab | ) |
|
◆ parentTab()
| WebTab * WebTab::parentTab |
( |
| ) |
const |
◆ parentTabChanged
| void WebTab::parentTabChanged |
( |
WebTab * |
tab | ) |
|
|
signal |
◆ pinnedChanged
| void WebTab::pinnedChanged |
( |
bool |
pinned | ) |
|
|
signal |
◆ playingChanged
| void WebTab::playingChanged |
( |
bool |
playing | ) |
|
|
signal |
◆ reload()
◆ restoredChanged
| void WebTab::restoredChanged |
( |
bool |
restored | ) |
|
|
signal |
◆ restoreTab()
| void WebTab::restoreTab |
( |
const SavedTab & |
tab | ) |
|
◆ sessionData()
| QHash< QString, QVariant > WebTab::sessionData |
( |
| ) |
const |
◆ setAddChildBehavior()
◆ setMuted()
| void WebTab::setMuted |
( |
bool |
muted | ) |
|
◆ setParentTab()
| void WebTab::setParentTab |
( |
WebTab * |
tab | ) |
|
◆ setPinned()
| void WebTab::setPinned |
( |
bool |
state | ) |
|
◆ setSessionData()
| void WebTab::setSessionData |
( |
const QString & |
key, |
|
|
const QVariant & |
value |
|
) |
| |
◆ setZoomLevel()
| void WebTab::setZoomLevel |
( |
int |
level | ) |
|
◆ showSearchToolBar()
| void WebTab::showSearchToolBar |
( |
const QString & |
searchText = QString() | ) |
|
◆ showWebInspector()
| void WebTab::showWebInspector |
( |
bool |
inspectElement = false | ) |
|
◆ stop()
◆ tabActivated()
| void WebTab::tabActivated |
( |
| ) |
|
◆ tabIcon()
| TabIcon * WebTab::tabIcon |
( |
| ) |
const |
◆ tabIndex()
| int WebTab::tabIndex |
( |
| ) |
const |
◆ title()
| QString WebTab::title |
( |
bool |
allowEmpty = false | ) |
const |
◆ titleChanged
| void WebTab::titleChanged |
( |
const QString & |
title | ) |
|
|
signal |
◆ toggleMuted()
| void WebTab::toggleMuted |
( |
| ) |
|
◆ togglePinned()
| void WebTab::togglePinned |
( |
| ) |
|
◆ toggleWebInspector()
| void WebTab::toggleWebInspector |
( |
| ) |
|
◆ unload()
◆ url()
| QUrl WebTab::url |
( |
| ) |
const |
◆ webView()
◆ zoomLevel()
| int WebTab::zoomLevel |
( |
| ) |
const |
The documentation for this class was generated from the following files: