KWin
Loading...
Searching...
No Matches
src
plugins
qpa
platformcursor.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: 2016 Martin Gräßlin <mgraesslin@kde.org>
6
7
SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
#pragma once
10
11
#include <qpa/qplatformcursor.h>
12
13
namespace
KWin
14
{
15
namespace
QPA
16
{
17
18
class
PlatformCursor
:
public
QPlatformCursor
19
{
20
public
:
21
PlatformCursor
();
22
~PlatformCursor
()
override
;
23
QPoint
pos
()
const override
;
24
void
setPos
(
const
QPoint &
pos
)
override
;
25
void
changeCursor
(QCursor *windowCursor, QWindow *window)
override
;
26
};
27
28
}
29
}
KWin::QPA::PlatformCursor
Definition
platformcursor.h:19
KWin::QPA::PlatformCursor::setPos
void setPos(const QPoint &pos) override
Definition
platformcursor.cpp:29
KWin::QPA::PlatformCursor::pos
QPoint pos() const override
Definition
platformcursor.cpp:24
KWin::QPA::PlatformCursor::changeCursor
void changeCursor(QCursor *windowCursor, QWindow *window) override
Definition
platformcursor.cpp:34
KWin::QPA::PlatformCursor::~PlatformCursor
~PlatformCursor() override
KWin::QPA::PlatformCursor::PlatformCursor
PlatformCursor()
Definition
platformcursor.cpp:17
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0