Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
GapKeys.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 PhosphorLayout {
9
17namespace GapKeys {
18
19inline constexpr QLatin1String UsePerSideOuterGap{"usePerSideOuterGap"};
20inline constexpr QLatin1String OuterGapTop{"outerGapTop"};
21inline constexpr QLatin1String OuterGapBottom{"outerGapBottom"};
22inline constexpr QLatin1String OuterGapLeft{"outerGapLeft"};
23inline constexpr QLatin1String OuterGapRight{"outerGapRight"};
24
25} // namespace GapKeys
26} // namespace PhosphorLayout
constexpr QLatin1String OuterGapLeft
Definition GapKeys.h:22
constexpr QLatin1String UsePerSideOuterGap
Definition GapKeys.h:19
constexpr QLatin1String OuterGapBottom
Definition GapKeys.h:21
constexpr QLatin1String OuterGapRight
Definition GapKeys.h:23
constexpr QLatin1String OuterGapTop
Definition GapKeys.h:20
Definition AlgorithmMetadata.h:10