Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qwindowcontainer_p.h
Go to the documentation of this file.
1
// Copyright (C) 2016 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 QWINDOWCONTAINER_H
5
#define QWINDOWCONTAINER_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#include <QtWidgets/private/qtwidgetsglobal_p.h>
19
#include <QtWidgets/qwidget.h>
20
21
QT_BEGIN_NAMESPACE
22
23
class
QWindowContainerPrivate
;
24
25
class
Q_WIDGETS_EXPORT
QWindowContainer
:
public
QWidget
26
{
27
Q_OBJECT
28
Q_DECLARE_PRIVATE(
QWindowContainer
)
29
30
public
:
31
explicit
QWindowContainer
(
QWindow
*embeddedWindow,
QWidget
*
parent
=
nullptr
, Qt::WindowFlags
f
= { });
32
~QWindowContainer
();
33
QWindow
*containedWindow()
const
;
34
35
static
void
toplevelAboutToBeDestroyed(
QWidget
*
parent
);
36
static
void
parentWasChanged(
QWidget
*
parent
);
37
static
void
parentWasMoved(
QWidget
*
parent
);
38
static
void
parentWasRaised(
QWidget
*
parent
);
39
static
void
parentWasLowered(
QWidget
*
parent
);
40
41
protected
:
42
bool
event
(
QEvent
*ev)
override
;
43
bool
eventFilter
(
QObject
*,
QEvent
*ev)
override
;
44
45
private
slots
:
46
void
focusWindowChanged(
QWindow
*focusWindow);
47
};
48
49
QT_END_NAMESPACE
50
51
#endif
// QWINDOWCONTAINER_H
QEvent
\inmodule QtCore
Definition
qcoreevent.h:45
QObject
\inmodule QtCore
Definition
qobject.h:90
QObject::eventFilter
virtual bool eventFilter(QObject *watched, QEvent *event)
Filters events if this object has been installed as an event filter for the watched object.
Definition
qobject.cpp:1518
QWidget
The QWidget class is the base class of all user interface objects.
Definition
qwidget.h:99
QWindowContainerPrivate
Definition
qwindowcontainer.cpp:22
QWindowContainer
Definition
qwindowcontainer_p.h:26
QWindow
\inmodule QtGui
Definition
qwindow.h:63
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
f
GLfloat GLfloat f
Definition
qopengles2ext.h:795
event
struct _cl_event * event
Definition
qopenglext.h:2998
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
slots
#define slots
Definition
qtmetamacros.h:40
parent
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent
Definition
uiaclientinterfaces_p.h:209
qtbase
src
widgets
kernel
qwindowcontainer_p.h
Generated by
1.9.7