KWin
Loading...
Searching...
No Matches
src
core
inputbackend.cpp
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
#include "
inputbackend.h
"
8
9
namespace
KWin
10
{
11
12
InputBackend::InputBackend
(QObject *parent)
13
: QObject(parent)
14
{
15
}
16
17
KSharedConfigPtr
InputBackend::config
()
const
18
{
19
return
m_config;
20
}
21
22
void
InputBackend::setConfig
(KSharedConfigPtr config)
23
{
24
m_config =
config
;
25
}
26
27
}
// namespace KWin
28
29
#include "moc_inputbackend.cpp"
KWin::InputBackend::InputBackend
InputBackend(QObject *parent=nullptr)
Definition
inputbackend.cpp:12
KWin::InputBackend::setConfig
void setConfig(KSharedConfigPtr config)
Definition
inputbackend.cpp:22
KWin::InputBackend::config
KSharedConfigPtr config() const
Definition
inputbackend.cpp:17
inputbackend.h
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:09 for KWin by
1.10.0