QuickSceneEffect QML Type

Provides a convenient way to write fullscreen QtQuick-based effects. More...

Import Statement: import org.kde.kwin

Properties

Methods

Detailed Description

QuickSceneView objects are managed internally.

The QuickSceneEffect takes care of forwarding input events to QuickSceneView and rendering. You can override relevant hooks from the Effect class to customize input handling or rendering, although it's highly recommended that you avoid doing that.

This type is not directly creatable from QML.

See also QuickSceneView.

Property Documentation

activeView : SceneView

delegate : Component

The delegate provides a template defining the contents of each instantiated screen view

Method Documentation

SceneView getView(Qt.Edge edge)

Get a view at the given direction from the active view

Returns null if no other views exist in the given direction

SceneView viewAt(point pos)

Returns the scene view on the specified screen

SceneView viewForScreen(LogicalOutput screen)

Returns the scene view on the specified screen