KWin
Loading...
Searching...
No Matches
src
plugins
windowview
kcm
windowvieweffectkcm.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4
SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#pragma once
8
9
#include <KCModule>
10
11
#include "ui_windowvieweffectkcm.h"
12
13
namespace
KWin
14
{
15
16
class
WindowViewEffectConfig
:
public
KCModule
17
{
18
Q_OBJECT
19
20
public
:
21
explicit
WindowViewEffectConfig
(QObject *parent,
const
KPluginMetaData &data);
22
23
public
Q_SLOTS:
24
void
save
()
override
;
25
void
defaults
()
override
;
26
27
private
:
28
::Ui::WindowViewEffectConfig ui;
29
};
30
31
}
// namespace KWin
KWin::WindowViewEffectConfig
Definition
windowvieweffectkcm.h:17
KWin::WindowViewEffectConfig::WindowViewEffectConfig
WindowViewEffectConfig(QObject *parent, const KPluginMetaData &data)
Definition
windowvieweffectkcm.cpp:27
KWin::WindowViewEffectConfig::defaults
void defaults() override
Definition
windowvieweffectkcm.cpp:82
KWin::WindowViewEffectConfig::save
void save() override
Definition
windowvieweffectkcm.cpp:71
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0