#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. | |
| 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).
| PhosphorLayer::Role PhosphorOverlay::SlotEntry::role |
The PhosphorLayer::Role identifying this slot's animator scope.
Used as the role argument to PhosphorAnimationLayer::SurfaceAnimator::beginShow / beginHide.