![]() |
Qt 4.8
|
#include "QtGui/qwidget.h"#include "QtGui/qevent.h"#include "QtGui/qapplication.h"#include "QtGui/private/qbackingstore_p.h"#include "QtGui/private/qwidget_p.h"#include "QtGui/private/qgraphicssystem_p.h"#include "QtGui/private/qapplication_p.h"#include "QtGui/qdesktopwidget.h"#include "QtGui/qplatformwindow_qpa.h"#include "QtGui/qplatformglcontext_qpa.h"#include <QtGui/QPlatformCursor>Go to the source code of this file.
Functions | |
| static Qt::WindowStates | effectiveState (Qt::WindowStates state) |
| void | q_createNativeChildrenAndSetParent (QPlatformWindow *parentWindow, const QWidget *parentWidget) |
| void | qt_qpa_set_cursor (QWidget *w, bool force) |
Variables | |
| static QWidget * | keyboardGrb = 0 |
| QWidget * | qt_mouseGrb = 0 |
| QWidget * | qt_pressGrab = 0 |
|
static |
Definition at line 468 of file qwidget_qpa.cpp.
| void q_createNativeChildrenAndSetParent | ( | QPlatformWindow * | parentWindow, |
| const QWidget * | parentWidget | ||
| ) |
Definition at line 57 of file qwidget_qpa.cpp.
| void qt_qpa_set_cursor | ( | QWidget * | w, |
| bool | force | ||
| ) |
Definition at line 872 of file qwidget_qpa.cpp.
Referenced by QApplicationPrivate::dispatchEnterLeave(), and q_createNativeChildrenAndSetParent().
|
static |
Definition at line 312 of file qwidget_qpa.cpp.
| QWidget* qt_mouseGrb = 0 |
Definition at line 311 of file qwidget_qpa.cpp.
Referenced by isServerProcess().
| QWidget* qt_pressGrab = 0 |
Definition at line 310 of file qwidget_qpa.cpp.
Referenced by isServerProcess().