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.h
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
5#ifndef QQNXFOREIGNWINDOW_H
6#define QQNXFOREIGNWINDOW_H
7
8#include "qqnxwindow.h"
9
11
13{
14public:
15 QQnxForeignWindow(QWindow *window,
16 screen_context_t context,
17 screen_window_t screenWindow);
18
19 bool isForeignWindow() const override;
20 int pixelFormat() const override;
21 void resetBuffers() override {}
22};
23
24QT_END_NAMESPACE
25
26#endif // QQNXFOREIGNWINDOW_H
int pixelFormat() const override
void resetBuffers() override
QQnxForeignWindow(QWindow *window, screen_context_t context, screen_window_t screenWindow)
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.