Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwindow.h File Reference
#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 3076 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 simpleContextMatcher().

+ Here is the caller graph for this function:

◆ qobject_cast< QWindow * >()