Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
PhosphorOverlay::SlotEntry Struct Reference

#include <phosphor-overlay/include/PhosphorOverlay/SlotEntry.h>

Public Attributes

QPointer< QQuickItem > item
 The slot's QQuickItem.
 
PhosphorLayer::Role role
 The PhosphorLayer::Role identifying this slot's animator scope.
 

Member Data Documentation

◆ item

QPointer<QQuickItem> PhosphorOverlay::SlotEntry::item

The slot's QQuickItem.

Borrowed - owned by the shell window's scene graph; QPointer auto-clears if the underlying Item is destroyed (typically: shell torn down).

◆ role

PhosphorLayer::Role PhosphorOverlay::SlotEntry::role

The PhosphorLayer::Role identifying this slot's animator scope.

Used as the role argument to PhosphorAnimationLayer::SurfaceAnimator::beginShow / beginHide.


The documentation for this struct was generated from the following file: