Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
NavigationContext.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 <QString>
7
8namespace PhosphorEngine {
9
18{
19 QString windowId;
20 QString screenId;
21};
22
23} // namespace PhosphorEngine
Definition EngineTypes.h:13
Target window + screen for a navigation or lifecycle operation.
Definition NavigationContext.h:18
QString screenId
Definition NavigationContext.h:20
QString windowId
Definition NavigationContext.h:19