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
qwindowsdirect2dnativeinterface.h
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#ifndef QWINDOWSDIRECT2DNATIVEINTERFACE_H
5#define QWINDOWSDIRECT2DNATIVEINTERFACE_H
6
8
10
12{
14public:
15 void *nativeResourceForBackingStore(const QByteArray &resource, QBackingStore *bs) override;
16};
17
19
20#endif // QWINDOWSDIRECT2DNATIVEINTERFACE_H
The QBackingStore class provides a drawing area for QWindow.
\inmodule QtCore
Definition qbytearray.h:57
void * nativeResourceForBackingStore(const QByteArray &resource, QBackingStore *bs) override
Provides access to native handles.
Combined button and popup list for selecting options.
#define Q_OBJECT