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

728             QWidget *w = *it;  in ~QApplication()  local
1036 QWidget *w = *it; in setStyle() local
1077 QWidget *w = *it; in setStyle() local
1089 QWidget *w = *it; in setStyle() local
1280 QPalette QApplication::palette(const QWidget* w) in palette()
1525 QWidget *w = *it; in setFont() local
1608 for (auto *w : list) { in notifyWindowIconChanged() local
1635 const auto isTopLevelWidget = [] (const QWidget *w) { in topLevelWidgets()
1760 while (QWidget *w = QApplication::activeModalWidget()) { in tryCloseAllWidgetWindows() local
1772 for (auto *w : list) { in tryCloseAllWidgetWindows() local
1856 for (auto *w : topLevelWidgets()) { in event() local
1872 for (auto *w : list) { in event() local
1885 QWidget *w = d->toolTipWidget->window(); in event() local
1920 for (auto *w : list) { in event() local
1939 for (auto *w : list) { in notifyLayoutDirectionChange() local
1991 for (auto *w : list) { in setActiveWindow() local
2013 for (auto *w : list) { in setActiveWindow() local
2029 QWidget *w = toBeActivated.at(i); in setActiveWindow() local
2035 QWidget *w = toBeDeactivated.at(i); in setActiveWindow() local
2045 QWidget *w = QApplicationPrivate::active_window->focusWidget(); in setActiveWindow() local
2120 QWidget *w = f; in focusNextPrevChild_helper() local
2197 auto *w = leave; in dispatchEnterLeave() local
2203 auto *w = enter; in dispatchEnterLeave() local
2232 for (auto *w = leave; w != wleave; w = w->parentWidget()) in dispatchEnterLeave() local
2235 for (auto *w = enter; w != wenter; w = w->parentWidget()) in dispatchEnterLeave() local
2241 auto *w = leaveList.at(i); in dispatchEnterLeave() local
2260 auto *w = *it; in dispatchEnterLeave() local
2283 auto *w = leaveList.at(i); in dispatchEnterLeave() local
2419 QWindow *w = window; in isWindowBlocked() local
2466 bool qt_try_modal(QWidget *widget, QEvent::Type type) in qt_try_modal()
2508 QPoint *pos, QEvent::Type type, in pickMouseReceiver()
2835 QWidget *w = list.at(i); in shouldQuit() local
2990 QWidget *w = isWidget ? static_cast<QWidget *>(receiver) : nullptr; in notify() local
3032 QWidget* w = static_cast<QWidget *>(receiver); in notify() local
3116 QWidget* w = static_cast<QWidget *>(receiver); in notify() local
3231 QWidget* w = static_cast<QWidget *>(receiver); in notify() local
3258 QWidget *w = static_cast<QWidget *>(receiver); in notify() local
3291 QWidget* w = static_cast<QWidget *>(receiver); in notify() local
3315 QWidget *w = static_cast<QWidget *>(receiver); in notify() local
3328 QWidget* w = static_cast<QWidget *>(receiver); in notify() local
3357 QWidget* w = static_cast<QWidget *>(receiver); in notify() local
3475 QWidget *w = static_cast<QWidget *>(receiver); in notify() local
3489 QWidget *w = static_cast<QWidget *>(receiver); in notify() local
3501 Qt::GestureType type = g->gestureType(); in notify() local
3558 QWidget *w = static_cast<QWidget *>(receiver); in notify() local
3570 QWidget *w = static_cast<QWidget *>(receiver); in notify() local
3965 static inline int uiEffectToFlag(Qt::UIEffect effect) in uiEffectToFlag()
3997 void QApplication::setEffectEnabled(Qt::UIEffect effect, bool enable) in setEffectEnabled()
4024 bool QApplication::isEffectEnabled(Qt::UIEffect effect) in isEffectEnabled()
4115 bool QApplicationPrivate::shouldSetFocus(QWidget *w, Qt::FocusPolicy policy) in shouldSetFocus()