KWin
Loading...
Searching...
No Matches
src
rootinfo_filter.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: 2017 Martin Flöser <mgraesslin@kde.org>
6
7
SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
#pragma once
10
11
#include "
x11eventfilter.h
"
12
13
namespace
KWin
14
{
15
class
RootInfo;
16
17
class
RootInfoFilter
:
public
X11EventFilter
18
{
19
public
:
20
explicit
RootInfoFilter
(
RootInfo
*parent);
21
22
bool
event
(xcb_generic_event_t *
event
)
override
;
23
24
private
:
25
RootInfo
*m_rootInfo;
26
};
27
28
}
KWin::RootInfoFilter
Definition
rootinfo_filter.h:18
KWin::RootInfoFilter::event
bool event(xcb_generic_event_t *event) override
Definition
rootinfo_filter.cpp:21
KWin::RootInfoFilter::RootInfoFilter
RootInfoFilter(RootInfo *parent)
Definition
rootinfo_filter.cpp:15
KWin::RootInfo
Definition
netinfo.h:30
KWin::X11EventFilter
Definition
x11eventfilter.h:22
KWin
Definition
activation_test.cpp:20
x11eventfilter.h
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0