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
qwindow.h File Reference

(e2fef733be92e95ff28225196e14ffeb98d61a1f)

#include <QtGui/qtguiglobal.h>
#include <QtCore/QObject>
#include <QtCore/QEvent>
#include <QtCore/QMargins>
#include <QtCore/QRect>
#include <QtCore/qnamespace.h>
#include <QtCore/qnativeinterface.h>
#include <QtGui/qsurface.h>
#include <QtGui/qsurfaceformat.h>
#include <QtGui/qwindowdefs.h>
#include <QtGui/qicon.h>
#include <QtGui/qcursor.h>
+ Include dependency graph for qwindow.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWindow
 \inmodule QtGui More...
 

Functions

template<>
QWindowqobject_cast< QWindow * > (QObject *o)
 
template<>
const QWindowqobject_cast< const QWindow * > (const QObject *o)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QWindow *)
 

Function Documentation

◆ operator<<()

Q_GUI_EXPORT QDebug operator<< ( QDebug debug,
const QWindow * window )

Definition at line 3166 of file qwindow.cpp.

References debug, Qt::dec(), Qt::forcesign(), QRect::height(), Qt::hex(), QMargins::isNull(), QScreen::name, Qt::noforcesign(), screen, QRect::width(), window(), QRect::x(), and QRect::y().

+ Here is the call graph for this function:

◆ qobject_cast< const QWindow * >()

template<>
const QWindow * qobject_cast< const QWindow * > ( const QObject * o)
inline

Definition at line 372 of file qwindow.h.

References o.

Referenced by QShortcutPrivate::simpleContextMatcher().

+ Here is the caller graph for this function:

◆ qobject_cast< QWindow * >()

template<>
QWindow * qobject_cast< QWindow * > ( QObject * o)
inline

Definition at line 367 of file qwindow.h.

References o.

Referenced by QBackingStoreRhiSupportWindowWatcher::eventFilter(), QQuickLabsPlatformDialog::findParentWindow(), QQuickLabsPlatformMenuBar::findWindow(), QQuickLabsPlatformMenu::findWindow(), QQuickShortcutContext::matcher(), qWidgetShortcutContextMatcher(), and QT_BEGIN_NAMESPACE::windowForDrag().

+ Here is the caller graph for this function: