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

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qcontainerfwd.h>
+ Include dependency graph for qwindowdefs.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef QList< QWidget * > QWidgetList
 
typedef QList< QWindow * > QWindowList
 
typedef QSet< QWidget * > QWidgetSet
 

Functions

QT_END_NAMESPACE typedef QT_PREPEND_NAMESPACE (quintptr) WId
 

Variables

QT_BEGIN_NAMESPACE typedef QHash< WId, QWidget * > QWidgetMapper
 

Typedef Documentation

◆ QWidgetList

Definition at line 47 of file qwindowdefs.h.

◆ QWidgetSet

typedef QSet<QWidget *> QWidgetSet

Definition at line 69 of file qwindowdefs.h.

◆ QWindowList

Definition at line 48 of file qwindowdefs.h.

Function Documentation

◆ QT_PREPEND_NAMESPACE()

QT_END_NAMESPACE typedef QT_PREPEND_NAMESPACE ( quintptr )

Variable Documentation

◆ QWidgetMapper

QT_BEGIN_NAMESPACE typedef QHash<WId, QWidget *> QWidgetMapper

Definition at line 68 of file qwindowdefs.h.

Referenced by QApplicationPrivate::initialize().