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

(e1125c4965743611960681ada345005c83cfc070)

#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<<()

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

Definition at line 3336 of file qwindow.cpp.

◆ qobject_cast< const QWindow * >()

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

Definition at line 377 of file qwindow.h.

◆ qobject_cast< QWindow * >()

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

Definition at line 372 of file qwindow.h.