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
qxcbnativeinterfacehandler.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
5
7
9
11 : m_native_interface(nativeInterface)
12{
14}
19
25
31
37
43
49
50QFunctionPointer QXcbNativeInterfaceHandler::platformFunction(const QByteArray &function) const
51{
52 Q_UNUSED(function);
53 return nullptr;
54}
55
\inmodule QtCore
Definition qbytearray.h:57
void *(* NativeResourceForBackingStoreFunction)(QBackingStore *backingStore)
void *(* NativeResourceForScreenFunction)(QScreen *screen)
void *(* NativeResourceForWindowFunction)(QWindow *window)
void *(* NativeResourceForContextFunction)(QOpenGLContext *context)
virtual QPlatformNativeInterface::NativeResourceForBackingStoreFunction nativeResourceFunctionForBackingStore(const QByteArray &resource) const
QXcbNativeInterfaceHandler(QXcbNativeInterface *nativeInterface)
virtual QPlatformNativeInterface::NativeResourceForContextFunction nativeResourceFunctionForContext(const QByteArray &resource) const
virtual QFunctionPointer platformFunction(const QByteArray &function) const
virtual QPlatformNativeInterface::NativeResourceForIntegrationFunction nativeResourceFunctionForIntegration(const QByteArray &resource) const
virtual QPlatformNativeInterface::NativeResourceForScreenFunction nativeResourceFunctionForScreen(const QByteArray &resource) const
virtual QPlatformNativeInterface::NativeResourceForWindowFunction nativeResourceFunctionForWindow(const QByteArray &resource) const
void removeHandler(QXcbNativeInterfaceHandler *handler)
void addHandler(QXcbNativeInterfaceHandler *handler)
Combined button and popup list for selecting options.
#define Q_UNUSED(x)