Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
JsonKeys.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 fuddlesworth
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
7
8#include <QLatin1String>
9
10namespace PhosphorEngine {
11namespace JsonKeys {
12
17
18inline constexpr QLatin1String WindowId{"windowId"};
19inline constexpr QLatin1String SourceZoneId{"sourceZoneId"};
20inline constexpr QLatin1String TargetZoneId{"targetZoneId"};
21inline constexpr QLatin1String TargetZoneIds{"targetZoneIds"};
22
23} // namespace JsonKeys
24} // namespace PhosphorEngine
constexpr QLatin1String TargetZoneIds
Definition JsonKeys.h:21
constexpr QLatin1String TargetZoneId
Definition JsonKeys.h:20
constexpr QLatin1String WindowId
Definition JsonKeys.h:18
constexpr QLatin1String SourceZoneId
Definition JsonKeys.h:19
Definition EngineTypes.h:13
constexpr QLatin1String Height
Definition JsonKeys.h:14
constexpr QLatin1String Width
Definition JsonKeys.h:13
constexpr QLatin1String Y
Definition JsonKeys.h:12
constexpr QLatin1String X
Definition JsonKeys.h:11