Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
ZoneJsonKeys.h File Reference
#include <PhosphorLayoutApi/GapKeys.h>
#include <QLatin1String>

Go to the source code of this file.

Namespaces

namespace  PhosphorZones
 
namespace  PhosphorZones::ZoneJsonKeys
 JSON wire-format keys for zone & layout serialisation.
 

Variables

constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Id {"id"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ZoneId {"zoneId"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Name {"name"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ZoneNumber {"zoneNumber"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::RelativeGeometry {"relativeGeometry"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Appearance {"appearance"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::X {"x"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Y {"y"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Width {"width"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Height {"height"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ZOrder {"zOrder"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::HighlightColor {"highlightColor"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::InactiveColor {"inactiveColor"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::BorderColor {"borderColor"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ActiveOpacity {"activeOpacity"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::InactiveOpacity {"inactiveOpacity"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::BorderWidth {"borderWidth"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::BorderRadius {"borderRadius"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::UseCustomColors {"useCustomColors"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::IsHighlighted {"isHighlighted"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::DefaultOrder {"defaultOrder"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Description {"description"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Zones {"zones"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ZonePadding {"zonePadding"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::OuterGap {"outerGap"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ShowZoneNumbers {"showZoneNumbers"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::OverlayDisplayMode {"overlayDisplayMode"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::IsBuiltIn {"isBuiltIn"}
 Live wire-format key — still emitted by sibling libraries and src/common/layoutpreviewserialize.cpp when serialising layout previews.
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::IsSystem {"isSystem"}
 Live wire-format key — system classification derived from the layout's source path.
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::HasSystemOrigin {"hasSystemOrigin"}
 Live wire-format key — set when a user layout overrides a system original (see SystemSourcePath).
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::SystemSourcePath {"systemSourcePath"}
 Original system layout path.
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ZoneCount {"zoneCount"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Category {"category"}
 0=Manual, 1=Autotile
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ShaderId {"shaderId"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::ShaderParams {"shaderParams"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::HiddenFromSelector {"hiddenFromSelector"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::AllowedScreens {"allowedScreens"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::AllowedDesktops {"allowedDesktops"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::AllowedActivities {"allowedActivities"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::AspectRatioClassKey {"aspectRatioClass"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::MinAspectRatio {"minAspectRatio"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::MaxAspectRatio {"maxAspectRatio"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::AppRules {"appRules"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::Pattern {"pattern"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::TargetScreen {"targetScreen"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::AutoAssign {"autoAssign"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::UseFullScreenGeometry {"useFullScreenGeometry"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::GeometryMode {"geometryMode"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::FixedGeometry {"fixedGeometry"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::FixedX {"fixedX"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::FixedY {"fixedY"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::FixedWidth {"fixedWidth"}
 
constexpr QLatin1String PhosphorZones::ZoneJsonKeys::FixedHeight {"fixedHeight"}