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
6#include <QLatin1String>
7
8namespace PhosphorGeometry {
9namespace JsonKeys {
10
11inline constexpr QLatin1String X{"x"};
12inline constexpr QLatin1String Y{"y"};
13inline constexpr QLatin1String Width{"width"};
14inline constexpr QLatin1String Height{"height"};
15
16} // namespace JsonKeys
17} // namespace PhosphorGeometry
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
Definition GeometryUtils.h:14