![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
The class exposing Browser window to QML. More...
#include <qmlwindow.h>
Public Member Functions | |
QmlWindow (BrowserWindow *window=nullptr, QObject *parent=nullptr) | |
Properties | |
int | id |
id of window More... | |
bool | incognito |
checks if the window is private More... | |
QString | title |
title of window More... | |
QmlEnums::WindowState | state |
window state of window More... | |
QmlEnums::WindowType | type |
window type of window More... | |
QList< QObject * > | tabs |
list of all tabs of window More... | |
bool | focussed |
checks if the window is focused More... | |
int | height |
height of window More... | |
int | width |
width of window More... | |
The class exposing Browser window to QML.
Definition at line 26 of file qmlwindow.h.
QmlWindow::QmlWindow | ( | BrowserWindow * | window = nullptr , |
QObject * | parent = nullptr |
||
) |
Definition at line 25 of file qmlwindow.cpp.
|
read |
checks if the window is focused
Definition at line 1 of file qmlwindow.h.
|
read |
height of window
Definition at line 1 of file qmlwindow.h.
|
read |
id of window
Definition at line 1 of file qmlwindow.h.
|
read |
checks if the window is private
Definition at line 1 of file qmlwindow.h.
|
read |
window state of window
Definition at line 1 of file qmlwindow.h.
|
read |
list of all tabs of window
Definition at line 1 of file qmlwindow.h.
|
read |
title of window
Definition at line 1 of file qmlwindow.h.
|
read |
window type of window
Definition at line 1 of file qmlwindow.h.
|
read |
width of window
Definition at line 1 of file qmlwindow.h.