Layershellqt

shell.h
1/*
2 * SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5 */
6
7#ifndef LAYERSHELLQTSHELL_H
8#define LAYERSHELLQTSHELL_H
9
10#include "layershellqt_export.h"
11#include "window.h"
12#include <QString>
13
14namespace LayerShellQt
15{
16/**
17 * Sets the right environment so the shells created from now on use wlr-layer-shell.
18 */
19class LAYERSHELLQT_EXPORT Shell
20{
21public:
22 static void useLayerShell();
23};
24
25}
26
27#endif
Sets the right environment so the shells created from now on use wlr-layer-shell.
Definition shell.h:20
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:19:49 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.