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
qqnxforeignwindow.cpp
Go to the documentation of this file.
1// Copyright (C) 2018 QNX Software Systems. All rights reserved.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
7
9
13 : QQnxWindow(window, context, screenWindow)
14{
15 initWindow();
16}
17
19{
20 return true;
21}
22
24{
25 int result = SCREEN_FORMAT_RGBA8888;
26 screen_get_window_property_iv(nativeHandle(), SCREEN_PROPERTY_FORMAT, &result);
27 return result;
28}
29
30QT_END_NAMESPACE
int pixelFormat() const override
bool isForeignWindow() const override
The QQnxWindow is the base class of the various classes used as instances of QPlatformWindow in the Q...
Definition qqnxwindow.h:32
\inmodule QtGui
Definition qwindow.h:64
Combined button and popup list for selecting options.