Qt 4.8
|
#include <QtCore/qobjectdefs.h>
#include <QtCore/qnamespace.h>
#include <QtGui/qwindowdefs_win.h>
Go to the source code of this file.
Classes | |
class | QHash< Key, T > |
The QHash class is a template class that provides a hash-table-based dictionary. More... | |
class | QList< T > |
The QList class is a template class that provides lists. More... | |
class | QSet< T > |
Typedefs | |
typedef struct _XDisplay | Display |
typedef struct _XGC * | GC |
typedef QList< QWidget * > | QWidgetList |
typedef QHash< WId, QWidget * > | QWidgetMapper |
typedef QSet< QWidget * > | QWidgetSet |
typedef struct _XRegion * | Region |
typedef unsigned long | WId |
typedef union _XEvent | XEvent |
typedef struct _XDisplay Display |
Definition at line 115 of file qwindowdefs.h.
typedef struct _XGC* GC |
Definition at line 117 of file qwindowdefs.h.
|
related |
Definition at line 89 of file qwindowdefs.h.
typedef QHash<WId, QWidget *> QWidgetMapper |
Definition at line 148 of file qwindowdefs.h.
typedef QSet<QWidget *> QWidgetSet |
Definition at line 151 of file qwindowdefs.h.
typedef struct _XRegion* Region |
Definition at line 118 of file qwindowdefs.h.
|
related |
Definition at line 119 of file qwindowdefs.h.
typedef union _XEvent XEvent |
Definition at line 116 of file qwindowdefs.h.