Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qunixeventdispatcher.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qplatformdefs.h"
5#include "qcoreapplication.h"
7#include "private/qguiapplication_p.h"
8
9#include <qpa/qwindowsysteminterface.h>
10
11#include <QtCore/QDebug>
12
14
16
17
21
24
25bool QUnixEventDispatcherQPA::processEvents(QEventLoop::ProcessEventsFlags flags)
26{
27 const bool didSendEvents = QEventDispatcherUNIX::processEvents(flags);
29}
30
bool processEvents(QEventLoop::ProcessEventsFlags flags) override
Processes pending events that match flags until there are no more events to process.
\inmodule QtCore
Definition qobject.h:103
QUnixEventDispatcherQPA(QObject *parent=nullptr)
bool processEvents(QEventLoop::ProcessEventsFlags flags) override
Processes pending events that match flags until there are no more events to process.
static bool sendWindowSystemEvents(QEventLoop::ProcessEventsFlags flags)
Combined button and popup list for selecting options.
GLbitfield flags