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
4#ifndef QQNXFOREIGNWINDOW_H
5#define QQNXFOREIGNWINDOW_H
6
7#include "qqnxwindow.h"
8
10
12{
13public:
14 QQnxForeignWindow(QWindow *window,
15 screen_context_t context,
16 screen_window_t screenWindow);
17
18 bool isForeignWindow() const override;
19 int pixelFormat() const override;
20 void resetBuffers() override {}
21};
22
23QT_END_NAMESPACE
24
25#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:31
\inmodule QtGui
Definition qwindow.h:63