KWin
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
Variables
a
c
e
f
g
i
k
l
o
p
q
r
s
t
v
w
x
Typedefs
Enumerations
a
c
d
e
g
h
k
l
m
n
o
p
q
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Symbols
a
b
c
d
e
f
g
i
k
l
o
p
q
r
s
t
v
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
d
e
g
k
l
m
o
q
s
w
x
Variables
Typedefs
c
d
e
l
p
r
s
x
Enumerations
Macros
_
a
b
c
d
e
f
g
k
l
m
n
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
plugins
magiclamp
magiclamp_config.h
Go to the documentation of this file.
1
/*
2
KWin - the KDE window manager
3
This file is part of the KDE project.
4
5
SPDX-FileCopyrightText: 2009 Martin Gräßlin <mgraesslin@kde.org>
6
7
SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#pragma once
11
12
#include <kcmodule.h>
13
14
#include "ui_magiclamp_config.h"
15
16
namespace
KWin
17
{
18
class
MagicLampEffectConfig
:
public
KCModule
19
{
20
Q_OBJECT
21
public
:
22
explicit
MagicLampEffectConfig
(QObject *parent,
const
KPluginMetaData &data);
23
24
public
Q_SLOTS:
25
void
save
()
override
;
26
27
private
:
28
Ui::MagicLampEffectConfigForm m_ui;
29
};
18
class
MagicLampEffectConfig
:
public
KCModule {
…
};
30
31
}
// namespace
KWin::MagicLampEffectConfig
Definition
magiclamp_config.h:19
KWin::MagicLampEffectConfig::save
void save() override
Definition
magiclamp_config.cpp:37
KWin::MagicLampEffectConfig::MagicLampEffectConfig
MagicLampEffectConfig(QObject *parent, const KPluginMetaData &data)
Definition
magiclamp_config.cpp:28
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0