Lines Matching +defs:w +defs:effect +defs:type

226             QWidget *w = qobject_cast<QWidget*>(childObjects.at(i));  in scrollChildren()  local
273 const QWidget* w = this; in hasEditFocus() local
920 void QWidgetPrivate::adjustFlags(Qt::WindowFlags &flags, QWidget *w) in adjustFlags()
931 uint type = (flags & Qt::WindowType_Mask); in adjustFlags() local
1138 Qt::WindowType type = windowType(); in create() local
1713 const QWidget *w = q; in overlappedRegion() local
1821 QWidget *w = qobject_cast<QWidget *>(children.at(i)); in setUpdatesEnabled_helper() local
1857 QWidget *w = qobject_cast<QWidget*>(children.at(i)); in propagatePaletteChange() local
1873 const QWidget * w = q; in clipRect() local
1900 const QWidget * w = q; in clipRegion() local
1946 QWidget *w = q; in invalidateGraphicsEffectsRecursively() local
2039 const QWidget *w = q; in subtractOpaqueSiblings() local
2113 const QWidget *w = q; in clipToEffectiveMask() local
2379 QWidget *w = qobject_cast<QWidget *>(pd->children.at(i)); in createWinId() local
3056 const QWidget * w = this; in isEnabledTo() local
3242 QWidget *w = qobject_cast<QWidget *>(children.at(i)); in setEnabled_helper() local
3554 QWidget *w = qobject_cast<QWidget *>(d->children.at(i)); in childrenRect() local
3578 QWidget *w = qobject_cast<QWidget *>(d->children.at(i)); in childrenRegion() local
3891 void QWidget::setSizeIncrement(int w, int h) in setSizeIncrement()
3951 void QWidget::setFixedSize(int w, int h) in setFixedSize()
3968 void QWidget::setMinimumWidth(int w) in setMinimumWidth()
3986 void QWidget::setMaximumWidth(int w) in setMaximumWidth()
4011 void QWidget::setFixedWidth(int w) in setFixedWidth()
4056 const QWidget * w = this; in mapTo() local
4080 const QWidget * w = this; in mapFrom() local
4137 QWidget *w = const_cast<QWidget *>(this); in window() local
4185 const QWidget *w = this; in backgroundRole() local
4629 QWidget *w = qobject_cast<QWidget*>(children.at(i)); in updateFont() local
4666 QWidget *w = qobject_cast<QWidget*>(children.at(i)); in setLayoutDirection_helper() local
4823 static inline void applyCursor(QWidget *w, const QCursor &c) in applyCursor()
4829 static inline void unsetCursor(QWidget *w) in unsetCursor()
4835 void qt_qpa_set_cursor(QWidget *w, bool force) in qt_qpa_set_cursor()
5108 void QWidget::setGraphicsEffect(QGraphicsEffect *effect) in setGraphicsEffect()
5551 QWidget *w = nullptr; in paintSiblingsRecursive() local
5729 QWidget *w = qobject_cast<QWidget*>(children.at(i)); in setLocale_helper() local
5961 const QWidget *w = this; in windowIcon() local
5983 QWidget *w = qobject_cast<QWidget *>(children.at(i)); in setWindowIcon_helper() local
6186 void QWidget::setFocusProxy(QWidget * w) in setFocusProxy()
6236 const QWidget* w = this; in hasFocus() local
6400 static inline bool isEmbedded(const QWindow *w) in isEmbedded()
6428 QWidget *w = q; in updateFocusChild() local
6482 QWidget *w = this; in clearFocus() local
6569 QWidget *w = QApplicationPrivate::focusNextPrevChild_helper(this, next, in focusNextPrevChild() local
6668 QWidget *w = QApplication::activeWindow(); in isActiveWindow() local
6693 if (const QWindow *w = tlw->windowHandle()) { in isActiveWindow() local
6764 auto setNext = [](QWidget *w, QWidget *next) in setTabOrder()
6765 { in setTabOrder()
6825 QWidget *w = focus_next; in reparentFocusWidgets() local
7030 void QWidgetPrivate::setGeometry_sys(int x, int y, int w, int h, bool isMove) in setGeometry_sys()
7492 for (const QWidget *w = q; w != nativeWidget; w = w->parentWidget()) { in safeAreaMargins() local
8261 QWidget *w = list.at(i); in close_helper() local
8375 const QWidget * w = this; in isVisibleTo() local
8935 QWidget *w = qobject_cast<QWidget *>(childList.at(i)); in event() local
8984 QWidget *w = static_cast<QWidget *>(o); in event() local
9031 QWidget *w = qobject_cast<QWidget *>(childList.at(i)); in event() local
9208 QWidget* w; in mousePressEvent() local
9909 if (QWidget *w = qobject_cast<QWidget *>(o)) in ensurePolished() local
10174 … if (QWidget *w = child->d_func()->childAtRecursiveHelper(childPoint, ignoreChildrenInDestructor)) in childAtRecursiveHelper() local
10354 QWidget *w = qobject_cast<QWidget *>(d->children.at(i)); in sendWindowChangeToTextureChildrenRecursively() local
10742 void QWidget::repaint(int x, int y, int w, int h) in repaint()
10894 QWidget *w = qobject_cast<QWidget *>(children.at(i)); in macUpdateSizeAttribute() local
10953 QWidget *w = qobject_cast<QWidget *>(d->children.at(i)); in setAttribute() local
10992 QWidget *w = parentWidget(); in setAttribute() local
11642 void QWidget::stackUnder(QWidget* w) in stackUnder()
11986 Qt::WindowType type = q->windowType(); in adjustQuitOnCloseAttribute() local
12015 void QWidgetPrivate::sendComposeStatus(QWidget *w, bool end) in sendComposeStatus()
12194 static inline QGraphicsProxyWidget *graphicsProxyWidget(const QWidget *w) in graphicsProxyWidget()
12209 static MapToGlobalTransformResult mapToGlobalTransform(const QWidget *w) in mapToGlobalTransform()
12276 static inline QWindow *grabberWindow(const QWidget *w) in grabberWindow()