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
qcapturablewindow_p.h
Go to the documentation of this file.
1// Copyright (C) 2023 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 QCAPTURABLEWINDOW_P_H
5#define QCAPTURABLEWINDOW_P_H
6
7#include <QtGui/qwindowdefs.h>
8#include <QtCore/QSharedData>
9#include <QtMultimedia/qcapturablewindow.h>
10
11//
12// W A R N I N G
13// -------------
14//
15// This file is not part of the Qt API. It exists purely as an
16// implementation detail. This header file may change from version to
17// version without notice, or even be removed.
18//
19// We mean it.
20//
21
23
25public:
26 using Id = size_t;
27
29 Id id = 0;
30
32 {
33 return window.d.get();
34 }
35
37};
38
40
41#endif // QCAPTURABLEWINDOW_P_H
static const QCapturableWindowPrivate * handle(const QCapturableWindow &window)
\inmodule QtMultimedia
\inmodule QtCore
Definition qshareddata.h:19
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
aWidget window() -> setWindowTitle("New Window Title")
[2]