Per-context overlay-property overrides resolved from window-rule actions. More...
#include <phosphor-zones/include/PhosphorZones/AssignmentEntry.h>
Public Member Functions | |
| bool | isEmpty () const |
Public Attributes | |
| std::optional< QString > | shaderId |
| QVariantMap | shaderParams |
| std::optional< int > | style |
| std::optional< QColor > | highlightColor |
| std::optional< QColor > | inactiveColor |
| std::optional< QColor > | borderColor |
| std::optional< double > | activeOpacity |
| std::optional< double > | inactiveOpacity |
| std::optional< int > | borderWidth |
| std::optional< int > | borderRadius |
| std::optional< bool > | showZoneNumbers |
Per-context overlay-property overrides resolved from window-rule actions.
Each field is set only when a matching context rule fills the corresponding overlay slot; an unset field falls through to the active layout's own value (shader / style) or the global config value (appearance). Consumed daemon-side by the overlay service — see LayoutRegistry::resolveContextOverlay.
style is the OverlayDisplayMode int (0 = ZoneRectangles, 1 = LayoutPreview); the resolver maps the wire token ("rectangles" / "preview") to the int so consumers compare against the same enum the layout exposes. shaderParams holds the overridden shader's uniform values (translated by the overlay service); it is only meaningful when shaderId is set and is empty when the rule overrides only the shader id (shader defaults apply).
The appearance fields (colours / opacities / border dimensions / zone-number visibility) layer over the global Snapping.Zones.* config: each is filled only by its SetOverlay* context action, and an unset field means "use the
global config value" — config stays authoritative, the rule only overrides. Colours are concrete (no accent sentinel). Opacities are [0, 1].
|
inline |
| std::optional<double> PhosphorZones::ContextOverlayOverride::activeOpacity |
| std::optional<QColor> PhosphorZones::ContextOverlayOverride::borderColor |
| std::optional<int> PhosphorZones::ContextOverlayOverride::borderRadius |
| std::optional<int> PhosphorZones::ContextOverlayOverride::borderWidth |
| std::optional<QColor> PhosphorZones::ContextOverlayOverride::highlightColor |
| std::optional<QColor> PhosphorZones::ContextOverlayOverride::inactiveColor |
| std::optional<double> PhosphorZones::ContextOverlayOverride::inactiveOpacity |
| std::optional<QString> PhosphorZones::ContextOverlayOverride::shaderId |
| QVariantMap PhosphorZones::ContextOverlayOverride::shaderParams |
| std::optional<bool> PhosphorZones::ContextOverlayOverride::showZoneNumbers |
| std::optional<int> PhosphorZones::ContextOverlayOverride::style |