LogicalOutput QML Type

Generic output representation for window management purposes. More...

Import Statement: import org.kde.kwin
In C++: LogicalOutput

Properties

Methods

Detailed Description

This type cannot be created from QML.

Property Documentation

devicePixelRatio : real [read-only]

The ratio between physical pixels and logical pixels

geometry : Rect [read-only]

Returns geometry of this output in device independent pixels

manufacturer : string [read-only]

The name of this output's manufacturer

model : string [read-only]

The model name for this output

name : string [read-only]

A short identifiable name of this output

serialNumber : string [read-only]

The serial number for this output

Method Documentation

mapFromGlobal(point pos)

Maps the specified pos from the global coordinate system to the output-local coords

mapToGlobal(point pos)

Maps a pos in this output coordinates to the global coordinate system.