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
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:
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
24
25#endif // QQNXFOREIGNWINDOW_H
QWindow * window() const
Returns the window which belongs to the QPlatformWindow.
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
Combined button and popup list for selecting options.
static void * context