Falkon Develop
Cross-platform Qt-based web browser
QmlWindow Class Reference

The class exposing Browser window to QML. More...

#include <qmlwindow.h>

Inheritance diagram for QmlWindow:

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...
 

Detailed Description

The class exposing Browser window to QML.

Definition at line 26 of file qmlwindow.h.

Constructor & Destructor Documentation

◆ QmlWindow()

QmlWindow::QmlWindow ( BrowserWindow window = nullptr,
QObject *  parent = nullptr 
)

Definition at line 25 of file qmlwindow.cpp.

Property Documentation

◆ focussed

bool QmlWindow::focussed
read

checks if the window is focused

Definition at line 1 of file qmlwindow.h.

◆ height

int QmlWindow::height
read

height of window

Definition at line 1 of file qmlwindow.h.

◆ id

int QmlWindow::id
read

id of window

Definition at line 1 of file qmlwindow.h.

◆ incognito

bool QmlWindow::incognito
read

checks if the window is private

Definition at line 1 of file qmlwindow.h.

◆ state

QmlEnums::WindowState QmlWindow::state
read

window state of window

Definition at line 1 of file qmlwindow.h.

◆ tabs

QList<QObject*> QmlWindow::tabs
read

list of all tabs of window

Definition at line 1 of file qmlwindow.h.

◆ title

QString QmlWindow::title
read

title of window

Definition at line 1 of file qmlwindow.h.

◆ type

QmlEnums::WindowType QmlWindow::type
read

window type of window

Definition at line 1 of file qmlwindow.h.

◆ width

int QmlWindow::width
read

width of window

Definition at line 1 of file qmlwindow.h.


The documentation for this class was generated from the following files: