Skip to content

kwineffects: Add QuickEffect

Vlad Zahorodnii requested to merge work/zzag/quick-effect into master

This change moves some pieces of the Overview effect in a new QuickEffect class that can be useful for other QtQuick based effects.

The QuickEffect class is meant to deal with rendering bits, input handling, etc.

As the user of the QuickEffect class, you need to override the createView() method. The createView() method is invoked by the QuickEffect when it wants to create a QtQuick scene for the given screen. After that, it should "just work" (in theory)

closes #66 (closed)

Edited by Vlad Zahorodnii

Merge request reports