Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohosapplicationstatetracker.h
Go to the documentation of this file.
1// Copyright (C) 2025 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#ifndef QOHOSAPPLICATIONSTATETRACKER_H
5#define QOHOSAPPLICATIONSTATETRACKER_H
6
7#include <QtCore/qglobal.h>
8#include <QtCore/qpointer.h>
9#include <QtGui/qwindow.h>
10#include <qpa/qwindowsysteminterface_p.h>
11
12QT_BEGIN_NAMESPACE
13
14std::shared_ptr<QWindowSystemEventHandler> makeApplicationStateTracker();
15
16QT_END_NAMESPACE
17
18#endif
std::enable_if_t< qohosplugincore_h_detail::isQOhosOptional< QOhosInvokeResult< Func, T > >, QOhosInvokeResult< Func, T > > andThen(Func &&func) const
bool sendEvent(WindowSystemEvent *event) override
Combined button and popup list for selecting options.
QOhosView * mapQWindowToViewOrNull(QWindow *window)
std::shared_ptr< QWindowSystemEventHandler > makeApplicationStateTracker()