#include <mainapplication.h>
|
| | MainApplication (int &argc, char **argv) |
| |
| | ~MainApplication () |
| |
| bool | isClosing () const |
| |
| bool | isPrivate () const |
| |
| bool | isPortable () const |
| |
| bool | isStartingAfterCrash () const |
| |
| int | windowCount () const |
| |
| QList< BrowserWindow * > | windows () const |
| |
| BrowserWindow * | getWindow () const |
| |
| BrowserWindow * | createWindow (Qz::BrowserWindowType type, const QUrl &startUrl=QUrl()) |
| |
| AfterLaunch | afterLaunch () const |
| |
| void | openSession (BrowserWindow *window, RestoreData &restoreData) |
| |
| bool | restoreSession (BrowserWindow *window, RestoreData restoreData) |
| |
| void | destroyRestoreManager () |
| |
| void | reloadSettings () |
| |
| QString | styleName () const |
| |
| void | setProxyStyle (ProxyStyle *style) |
| |
| QByteArray | wmClass () const |
| |
| History * | history () |
| |
| Bookmarks * | bookmarks () |
| |
| AutoFill * | autoFill () |
| |
| CookieJar * | cookieJar () |
| |
| PluginProxy * | plugins () |
| |
| BrowsingLibrary * | browsingLibrary () |
| |
| NetworkManager * | networkManager () |
| |
| RestoreManager * | restoreManager () |
| |
| SessionManager * | sessionManager () |
| |
| DownloadManager * | downloadManager () |
| |
| UserAgentManager * | userAgentManager () |
| |
| SearchEnginesManager * | searchEnginesManager () |
| |
| ClosedWindowsManager * | closedWindowsManager () |
| |
| ProtocolHandlerManager * | protocolHandlerManager () |
| |
| HTML5PermissionsManager * | html5PermissionsManager () |
| |
| SiteSettingsManager * | siteSettingsManager () |
| |
| DesktopNotificationsFactory * | desktopNotifications () |
| |
| QWebEngineProfile * | webProfile () const |
| |
| QWebEngineSettings * | webSettings () const |
| |
| QByteArray | saveState () const |
| |
| | QtSingleApplication (int &argc, char **argv, bool GUIenabled=true) |
| |
| | QtSingleApplication (const QString &id, int &argc, char **argv) |
| |
| | QtSingleApplication (int &argc, char **argv, Type type) |
| |
| bool | isRunning () |
| |
| void | setAppId (const QString &id) |
| |
| QString | id () const |
| |
| void | setActivationWindow (QWidget *aw, bool activateOnMessage=true) |
| |
| QWidget * | activationWindow () const |
| |
| void | initialize (bool dummy=true) |
| |
| void | removeLockFile () |
| |
Definition at line 58 of file mainapplication.h.
◆ AfterLaunch
| Enumerator |
|---|
| OpenBlankPage | |
| OpenHomePage | |
| OpenSpeedDial | |
| RestoreSession | |
| SelectSession | |
Definition at line 63 of file mainapplication.h.
◆ MainApplication()
| MainApplication::MainApplication |
( |
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
explicit |
◆ ~MainApplication()
| MainApplication::~MainApplication |
( |
| ) |
|
◆ activeWindowChanged
| void MainApplication::activeWindowChanged |
( |
BrowserWindow * |
window | ) |
|
|
signal |
◆ addNewTab
| void MainApplication::addNewTab |
( |
const QUrl & |
url = QUrl() | ) |
|
|
slot |
◆ afterLaunch()
◆ autoFill()
| AutoFill * MainApplication::autoFill |
( |
| ) |
|
◆ bookmarks()
◆ browsingLibrary()
◆ changeOccurred
| void MainApplication::changeOccurred |
( |
| ) |
|
|
slot |
◆ closedWindowsManager()
◆ cookieJar()
◆ createWindow()
◆ desktopNotifications()
◆ destroyRestoreManager()
| void MainApplication::destroyRestoreManager |
( |
| ) |
|
◆ downloadManager()
◆ getWindow()
◆ history()
| History * MainApplication::history |
( |
| ) |
|
◆ html5PermissionsManager()
◆ instance()
◆ isClosing()
| bool MainApplication::isClosing |
( |
| ) |
const |
◆ isPortable()
| bool MainApplication::isPortable |
( |
| ) |
const |
◆ isPrivate()
| bool MainApplication::isPrivate |
( |
| ) |
const |
◆ isStartingAfterCrash()
| bool MainApplication::isStartingAfterCrash |
( |
| ) |
const |
◆ isTestModeEnabled()
| bool MainApplication::isTestModeEnabled |
( |
| ) |
|
|
static |
◆ networkManager()
◆ openSession()
◆ plugins()
◆ protocolHandlerManager()
◆ quitApplication
| void MainApplication::quitApplication |
( |
| ) |
|
|
slot |
◆ reloadSettings()
| void MainApplication::reloadSettings |
( |
| ) |
|
◆ reloadUserStyleSheet
| void MainApplication::reloadUserStyleSheet |
( |
| ) |
|
|
slot |
◆ restoreManager()
◆ restoreOverrideCursor
| void MainApplication::restoreOverrideCursor |
( |
| ) |
|
|
slot |
◆ restoreSession()
◆ saveState()
| QByteArray MainApplication::saveState |
( |
| ) |
const |
◆ searchEnginesManager()
◆ sessionManager()
◆ setProxyStyle()
| void MainApplication::setProxyStyle |
( |
ProxyStyle * |
style | ) |
|
◆ setTestModeEnabled()
| void MainApplication::setTestModeEnabled |
( |
bool |
enabled | ) |
|
|
static |
◆ settingsReloaded
| void MainApplication::settingsReloaded |
( |
| ) |
|
|
signal |
◆ siteSettingsManager()
◆ startPrivateBrowsing
| void MainApplication::startPrivateBrowsing |
( |
const QUrl & |
startUrl = QUrl() | ) |
|
|
slot |
◆ styleName()
| QString MainApplication::styleName |
( |
| ) |
const |
◆ userAgentManager()
◆ webProfile()
| QWebEngineProfile * MainApplication::webProfile |
( |
| ) |
const |
◆ webSettings()
| QWebEngineSettings * MainApplication::webSettings |
( |
| ) |
const |
◆ windowCount()
| int MainApplication::windowCount |
( |
| ) |
const |
◆ windows()
◆ wmClass()
| QByteArray MainApplication::wmClass |
( |
| ) |
const |
The documentation for this class was generated from the following files: