![]() |
Qt 6.x
The Qt SDK
|
#include <qapplication_p.h>
Inheritance diagram for QApplicationPrivate:
Collaboration diagram for QApplicationPrivate:Public Types | |
| enum | ImplicitTouchGrabMode { GrabAcceptedPoints , GrabAllPoints } |
| using | PaletteHash = QHash< QByteArray, QPalette > |
Public Types inherited from QCoreApplicationPrivate | |
| enum | Type { Tty , Gui } |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Protected Member Functions | |
| void | handleThemeChanged () override |
| QPalette | basePalette () const override |
| void | handlePaletteChanged (const char *className=nullptr) override |
| virtual void | handleThemeChanged () |
| virtual QPalette | basePalette () const |
| virtual void | handlePaletteChanged (const char *className=nullptr) |
Additional Inherited Members | |
Static Protected Member Functions inherited from QGuiApplicationPrivate | |
| static bool | setPalette (const QPalette &palette) |
Definition at line 61 of file qapplication_p.h.
Definition at line 161 of file qapplication_p.h.
| Enumerator | |
|---|---|
| GrabAcceptedPoints | |
| GrabAllPoints | |
Definition at line 216 of file qapplication_p.h.
| QApplicationPrivate::QApplicationPrivate | ( | int & | argc, |
| char ** | argv | ||
| ) |
Definition at line 125 of file qapplication.cpp.
References QCoreApplicationPrivate::application_type, gestureManager, gestureWidget, and QCoreApplicationPrivate::Gui.
| QApplicationPrivate::~QApplicationPrivate | ( | ) |
Definition at line 139 of file qapplication.cpp.
| void QApplicationPrivate::activateImplicitTouchGrab | ( | QWidget * | widget, |
| QTouchEvent * | touchBeginEvent, | ||
| ImplicitTouchGrabMode | grabMode = GrabAcceptedPoints |
||
| ) |
Definition at line 3806 of file qapplication.cpp.
References GrabAllPoints, i, QTest::QTouchEventSequence::point(), QMutableEventPoint::target(), QEvent::TouchBegin, and widget.
Here is the call graph for this function:| void QApplicationPrivate::appendTouchPoint | ( | const QEventPoint & | touchPoint | ) |
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 4014 of file qapplication.cpp.
References base, QStyle::generatedIconPixmap(), opt, QGuiApplication::palette(), QStyleOption::palette, and QApplication::style().
Here is the call graph for this function:
|
overrideprotectedvirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 1082 of file qapplication.cpp.
References app_style, Qt::gray, palette, QGuiApplicationPrivate::platformTheme(), QStyle::polish(), and QStyle::standardPalette().
Here is the call graph for this function:| void QApplicationPrivate::cleanupMultitouch | ( | ) |
Definition at line 3774 of file qapplication.cpp.
References cleanupMultitouch_sys().
Here is the call graph for this function:| void QApplicationPrivate::cleanupMultitouch_sys | ( | ) |
Definition at line 3779 of file qapplication.cpp.
Referenced by cleanupMultitouch().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 3333 of file qapplication.cpp.
References QApplication::activePopupWidget(), and QWidget::close().
Here is the call graph for this function:Definition at line 3344 of file qapplication.cpp.
References active_window, QList< T >::constLast(), QRect::contains(), e, QEvent::FocusIn, QApplication::focusWidget(), QWidget::focusWidget(), QWidget::geometry, QPointingDevicePrivate::get(), grabForPopup(), Qt::PopupFocusReason, popupGrabOk, popupWidgets, QPointingDevice::primaryPointingDevice(), qt_button_down, qt_popup_down, qt_popup_down_closed, qt_replay_popup_mouse_event, QList< T >::removeAll(), QCoreApplication::sendEvent(), QWidget::setFocus(), QWidget::testAttribute(), ungrabKeyboardForPopup(), ungrabMouseForPopup(), and Qt::WA_NoMouseReplay.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 19 of file qaction_widgets.cpp.
|
overridevirtual |
Reimplemented from QCoreApplicationPrivate.
Definition at line 145 of file qapplication.cpp.
References QGuiApplicationPrivate::createEventDispatcher().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 317 of file qshortcut_widgets.cpp.
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 2196 of file qapplication.cpp.
References Qt::ApplicationModal.
|
static |
Returns the desktop widget (also called the root window).
The widget represents the entire virtual desktop, and its geometry will be the union of all screens.
Definition at line 2453 of file qapplication.cpp.
References CHECK_QAPP_INSTANCE, Qt::Desktop, qt_desktopWidget, and QWidget::windowType().
Referenced by dispatchEnterLeave().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1393 of file qapplication.cpp.
References Qt::CaseInsensitive, QString::fromLocal8Bit(), QStyleFactory::keys(), QGuiApplicationPrivate::platformTheme(), qEnvironmentVariableIsSet(), qgetenv(), and QPlatformTheme::StyleNames.
Referenced by QProxyStylePrivate::ensureBaseStyle(), and QApplication::style().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Creates the proper Enter/Leave event when widget enter is entered and widget leave is left.
Definition at line 2024 of file qapplication.cpp.
References QApplication::activeModalWidget(), QApplication::activePopupWidget(), QList< T >::append(), QList< T >::at(), QList< T >::crbegin(), QList< T >::crend(), QWidget::cursor, desktop(), e, QWidget::effectiveWinId(), QEvent::HoverEnter, QEvent::HoverLeave, i, instance(), QList< T >::isEmpty(), QWidget::isEnabled(), QWidget::isWindow(), it, QGuiApplication::keyboardModifiers(), leave, QEvent::Leave, QWidget::mapFromGlobal(), QObjectData::parent, QWidget::parentWidget(), QPointerEvent::point(), Q_ASSERT, qApp, qIsInf(), qt_qpa_set_cursor(), QWIDGETSIZE_MAX, QCoreApplication::sendEvent(), QWidget::setCursor(), QList< T >::size(), QWidget::testAttribute(), tryModalHelper(), Qt::WA_DontShowOnScreen, Qt::WA_Hover, Qt::WA_SetCursor, QWidget::window(), and QPointF::x().
Referenced by QWidgetWindow::handleEnterLeaveEvent(), QWidgetWindow::handleMouseEvent(), QGraphicsProxyWidget::hoverLeaveEvent(), QGraphicsProxyWidget::hoverMoveEvent(), sendMouseEvent(), and QGraphicsProxyWidgetPrivate::sendWidgetMouseEvent().
Here is the call graph for this function:
Here is the caller graph for this function:| QWidget * QApplicationPrivate::findClosestTouchPointTarget | ( | const QPointingDevice * | device, |
| const QEventPoint & | touchPoint | ||
| ) |
Definition at line 3783 of file qapplication.cpp.
References QPointingDevicePrivate::activePoints, device, QPointingDevicePrivate::get(), QEventPoint::globalPosition, QEventPoint::id, QMutableEventPoint::target(), QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::values(), QPointF::x(), and QPointF::y().
Here is the call graph for this function:
|
static |
internal Helper function that returns the new focus widget, but does not set the focus reason.
Returns \nullptr if a new focus widget could not be found. Shared with QGraphicsProxyWidgetPrivate::findFocusChild()
Definition at line 1960 of file qapplication.cpp.
References QWidget::focusPolicy, QWidget::focusWidget(), QWidget::isAncestorOf(), QWidget::isEnabled(), QWidget::isVisibleTo(), QWidget::isWindow(), next, Qt::NoFocus, qt_in_tab_key_event, qt_tab_all_widgets(), Qt::StrongFocus, Qt::SubWindow, Qt::TabFocus, Qt::WA_KeyboardFocusChange, widget, and QWidget::windowType().
Referenced by QWidget::focusNextPrevChild(), and setActiveWindow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 1191 of file qapplication.cpp.
References Qt::AA_SetPalette, QApplication::allWidgets(), QEvent::ApplicationPaletteChange, className, QHash< Key, T >::clear(), QGuiApplicationPrivate::handlePaletteChanged(), QObject::inherits(), initializeWidgetPalettesFromTheme(), QCoreApplicationPrivate::is_app_closing, QCoreApplicationPrivate::is_app_running, QHash< Key, T >::isEmpty(), QWidget::isWindow(), scene, QCoreApplication::sendEvent(), QCoreApplicationPrivate::testAttribute(), widget, widgetPalettes, and widgets.
Here is the call graph for this function:
|
overrideprotectedvirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 3982 of file qapplication.cpp.
References QGuiApplicationPrivate::handleThemeChanged(), and qt_init_tooltip_palette().
Here is the call graph for this function:| void QApplicationPrivate::init | ( | ) |
Definition at line 467 of file qapplication.cpp.
References QCoreApplicationPrivate::application_type, QCoreApplicationPrivate::eventDispatcher, QGuiApplicationPrivate::init(), initialize(), QColormap::initialize(), initializeWidgetFontHash(), initializeWidgetPalettesFromTheme(), initResources(), pool, process_cmdline(), qAccessibleFactory(), qt_init_tooltip_palette(), qt_is_tty_app, QAbstractEventDispatcher::startingUp(), and QCoreApplicationPrivate::Tty.
Here is the call graph for this function:| void QApplicationPrivate::initialize | ( | ) |
Initializes the QApplication object, called from the constructors.
Definition at line 509 of file qapplication.cpp.
References Qt::AA_NativeWindows, QWidgetPrivate::allWidgets, QCoreApplicationPrivate::application_type, QString::clear(), QStyleFactory::create(), QGuiApplication::desktopSettingsAware(), enabledAnimations, initializeMultitouch(), QCoreApplicationPrivate::is_app_running, QString::isEmpty(), QStyleFactory::keys(), QWidgetPrivate::mapper, QGuiApplicationPrivate::platformTheme(), Q_UNUSED, qEnvironmentVariableIntValue(), qPrintable, qRegisterWidgetsVariant(), qt_is_tty_app, qWarning, QWidgetMapper, QCoreApplication::setAttribute(), QApplication::setStyle(), QAbstractDeclarativeData::setWidgetParent, QWidgetPrivate::setWidgetParentHelper(), QApplication::style(), QGuiApplicationPrivate::styleOverride, QString::toLower(), QCoreApplicationPrivate::Tty, and QPlatformTheme::UiEffects.
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:| void QApplicationPrivate::initializeMultitouch | ( | ) |
Definition at line 3765 of file qapplication.cpp.
References initializeMultitouch_sys().
Referenced by initialize().
Here is the call graph for this function:
Here is the caller graph for this function:| void QApplicationPrivate::initializeMultitouch_sys | ( | ) |
Definition at line 3770 of file qapplication.cpp.
Referenced by initializeMultitouch().
Here is the caller graph for this function:
|
static |
Definition at line 553 of file qapplication.cpp.
References QPlatformTheme::CheckBoxFont, QHash< Key, T >::clear(), QPlatformTheme::ComboLineEditFont, QPlatformTheme::ComboMenuItemFont, QPlatformTheme::DockWidgetTitleFont, QPlatformTheme::font(), font, QPlatformTheme::HeaderViewFont, QHash< Key, T >::insert(), QPlatformTheme::ItemViewFont, QPlatformTheme::LabelFont, QPlatformTheme::ListBoxFont, QPlatformTheme::ListViewFont, QPlatformTheme::MdiSubWindowTitleFont, QPlatformTheme::MenuBarFont, QPlatformTheme::MenuFont, QPlatformTheme::MenuItemFont, QPlatformTheme::MessageBoxFont, QPlatformTheme::MiniFont, QGuiApplicationPrivate::platformTheme(), QPlatformTheme::PushButtonFont, QByteArrayLiteral, QPlatformTheme::RadioButtonFont, QPlatformTheme::SmallFont, QPlatformTheme::StatusBarFont, QPlatformTheme::TipLabelFont, QPlatformTheme::TitleBarFont, and QPlatformTheme::ToolButtonFont.
Referenced by init(), and QApplication::setStyle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1221 of file qapplication.cpp.
References QPlatformTheme::ButtonPalette, QPlatformTheme::CheckBoxPalette, className, QHash< Key, T >::clear(), QPlatformTheme::GroupBoxPalette, QPlatformTheme::HeaderPalette, QPlatformTheme::ItemViewPalette, QPlatformTheme::LabelPalette, QPlatformTheme::MenuBarPalette, QPlatformTheme::MenuPalette, QPlatformTheme::MessageBoxLabelPalette, QPlatformTheme::palette(), palette, QGuiApplicationPrivate::platformTheme(), QPlatformTheme::RadioButtonPalette, QApplication::setPalette(), QPlatformTheme::TabBarPalette, QPlatformTheme::TextEditPalette, QPlatformTheme::TextLineEditPalette, QPlatformTheme::ToolButtonPalette, and widgetPalettes.
Referenced by handlePaletteChanged(), and init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 3293 of file qapplication.cpp.
References popupWidgets.
Referenced by QWidgetWindow::handleEnterLeaveEvent(), QWidgetWindow::handleGestureEvent(), QWidgetWindow::handleKeyEvent(), QWidgetWindow::handleMouseEvent(), QWidgetWindow::handleTouchEvent(), and notifyActiveWindowChange().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 164 of file qapplication_p.h.
Referenced by QGraphicsScenePrivate::cancelGesturesForChildren(), dispatchEnterLeave(), QWidgetWindow::handleKeyEvent(), QGestureManager::instance(), QGraphicsScenePrivate::sendEvent(), and QGestureRecognizer::unregisterRecognizer().
Here is the caller graph for this function:
|
static |
Returns true if widget is blocked by a modal window.
Definition at line 2189 of file qapplication.cpp.
References QGuiApplicationPrivate::isWindowBlocked(), widget, window(), QWidget::window(), and QWidget::windowHandle().
Referenced by QWidgetWindow::handleMouseEvent(), QWidget::palette(), pickMouseReceiver(), and tryModalHelper().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 2253 of file qapplication.cpp.
References QList< T >::isEmpty(), and QGuiApplicationPrivate::modalWindowList.
Here is the call graph for this function:Definition at line 3244 of file qapplication.cpp.
References QApplication::activePopupWidget(), QEvent::DragEnter, QEvent::DragLeave, e, QEvent::Enter, QObject::event(), QObject::isWidgetType(), layout, QWidget::layout(), QEvent::Leave, QCoreApplicationPrivate::mainThread(), Q_TRACE, Q_TRACE_EXIT, QCoreApplicationPrivate::sendThroughApplicationEventFilters(), QCoreApplicationPrivate::sendThroughObjectEventFilters(), QWidget::setAttribute(), QCoreApplicationPrivate::setEventSpontaneous(), QObject::thread(), QCoreApplicationPrivate::threadRequiresCoreApplication(), Qt::WA_UnderMouse, widget, QLayout::widgetEvent(), and QWidget::window().
Here is the call graph for this function:Reimplemented from QGuiApplicationPrivate.
Definition at line 1920 of file qapplication.cpp.
References Qt::ActiveWindowFocusReason, QGuiApplicationPrivate::focus_window, QObject::inherits(), inPopupMode(), qt_tlw_for_window(), QCoreApplication::sendEvent(), setActiveWindow(), QWidget::setFocus(), widget, QEvent::WindowActivate, QEvent::WindowDeactivate, and QWidget::windowHandle().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 1755 of file qapplication.cpp.
References QEvent::ApplicationLayoutDirectionChange, QList< T >::at(), i, list, QList< T >::removeAll(), QCoreApplication::sendEvent(), QList< T >::size(), QApplication::topLevelWidgets(), and QGuiApplication::topLevelWindows().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 1414 of file qapplication.cpp.
References QEvent::ApplicationWindowIconChange, QList< T >::at(), i, list, QList< T >::removeOne(), QCoreApplication::sendEvent(), QList< T >::size(), QApplication::topLevelWidgets(), and QGuiApplication::topLevelWindows().
Here is the call graph for this function:Definition at line 3409 of file qapplication.cpp.
References QList< T >::append(), e, QEvent::FocusOut, QApplication::focusWidget(), QWidget::focusWidget(), grabForPopup(), openPopupCount, Qt::PopupFocusReason, popupWidgets, QCoreApplication::sendEvent(), QWidget::setFocus(), and QList< T >::size().
Here is the call graph for this function:
|
static |
Definition at line 2261 of file qapplication.cpp.
References QWidget::internalWinId(), isBlockedByModal(), QWidget::mapFromGlobal(), QWidget::mapToGlobal(), QEvent::MouseButtonRelease, QWidget::mouseGrabber(), QEvent::MouseMove, pos, and Q_ASSERT.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 110 of file qapplication_p.h.
| void QApplicationPrivate::process_cmdline | ( | ) |
Definition at line 363 of file qapplication.cpp.
References QString::append(), arg, QCoreApplicationPrivate::argc, QCoreApplicationPrivate::argv, QString::fromLocal8Bit(), i, QString::isEmpty(), j, qEnvironmentVariableIsSet(), qgetenv(), qstrcmp(), qt_is_tty_app, QGuiApplicationPrivate::styleOverride, styleSheet, and widgetCount.
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:| void QApplicationPrivate::removeTouchPoint | ( | int | touchPointId | ) |
|
static |
Definition at line 2294 of file qapplication.cpp.
References QApplication::activePopupWidget(), QRectF::contains(), dispatchEnterLeave(), QWidget::internalWinId(), leaveAfterRelease, QEvent::MouseButtonRelease, QWidget::mouseGrabber(), Q_ASSERT, QWidget::rect, QCoreApplication::sendEvent(), QWidget::testAttribute(), Qt::WA_DontShowOnScreen, and QApplication::widgetAt().
Referenced by QWidgetWindow::handleMouseEvent(), sendSyntheticEnterLeave(), and QGraphicsProxyWidgetPrivate::sendWidgetMouseEvent().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 2396 of file qapplication.cpp.
References e, QWidget::isAncestorOf(), QWidget::isVisible(), QWidget::isWindow(), QWidget::mapFrom(), QWidget::mapFromGlobal(), QWidget::mouseGrabber(), QEvent::MouseMove, Qt::NoButton, Qt::NoModifier, QWidget::parentWidget(), pos, QCursor::pos(), Q_UNUSED, qt_button_down, qt_last_mouse_receiver, sendMouseEvent(), widget, and QWidget::window().
Here is the call graph for this function:Definition at line 1801 of file qapplication.cpp.
References QEvent::ActivationChange, active_window, Qt::ActiveWindowFocusReason, QList< T >::append(), QList< T >::at(), QInputMethod::commit(), focus_widget, QEvent::FocusAboutToChange, focusNextPrevChild_helper(), QWidget::focusWidget(), i, QGuiApplication::inputMethod(), list, Qt::NoFocus, popupWidgets, QCoreApplication::sendEvent(), QWidget::setFocus(), setFocusWidget(), QStyle::SH_Widget_ShareActivation, QList< T >::size(), QApplication::style(), QCoreApplicationPrivate::testAttribute(), QApplication::topLevelWidgets(), Qt::WA_InputMethodEnabled, window(), QWidget::window(), QEvent::WindowActivate, and QEvent::WindowDeactivate.
Referenced by QWidgetPrivate::deactivateWidgetCleanup(), QWidget::destroy(), and notifyActiveWindowChange().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1489 of file qapplication.cpp.
References Qt::BacktabFocusReason, emit, focus, focus_widget, QEvent::FocusIn, QEvent::FocusOut, hidden_focus_widget, Qt::NoFocusReason, out, Qt::PopupFocusReason, qApp, qt_in_tab_key_event, QCoreApplication::sendEvent(), Qt::ShortcutFocusReason, Qt::TabFocusReason, and Qt::WA_KeyboardFocusChange.
Referenced by QWidget::clearFocus(), setActiveWindow(), and QWidget::setFocus().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1380 of file qapplication.cpp.
References font, set_font, QApplication::setFont(), and sys_font.
Here is the call graph for this function:
|
static |
Definition at line 3823 of file qapplication.cpp.
References QHash< Key, T >::constBegin(), QHash< Key, T >::constEnd(), d, device, QPointingDevicePrivate::firstActiveTarget(), QGestureManager::gesturePending(), QPointingDevicePrivate::get(), QWidget::isAncestorOf(), QHash< Key, T >::isEmpty(), it, QGuiApplication::keyboardModifiers(), QPointerEvent::pointingDevice(), QPointerEvent::points(), QEventPoint::Pressed, Q_ASSERT, QEventPoint::Released, QCoreApplication::sendEvent(), QWidget::setAttribute(), QEvent::spontaneous(), QEventPoint::Stationary, QMutableEventPoint::target(), QWidget::testAttribute(), QInputEvent::timestamp(), QApplication::topLevelAt(), QEvent::TouchBegin, QEvent::TouchEnd, QInputDevice::TouchPad, QInputDevice::TouchScreen, QEvent::TouchUpdate, tryModalHelper(), updateTouchPointsForWidget(), Qt::WA_TouchPadAcceptSingleTouchEvents, Qt::WA_WState_AcceptedTouchBeginEvent, widget, and window().
Referenced by QGraphicsProxyWidget::event(), and QWidgetWindow::handleTouchEvent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 3961 of file qapplication.cpp.
References QPointingDevicePrivate::activePoints, QSet< T >::constBegin(), QSet< T >::constEnd(), device, QPointingDevicePrivate::get(), QSet< T >::insert(), QGuiApplication::keyboardModifiers(), QMutableEventPoint::target(), QEvent::TouchCancel, QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::values(), and widget.
Referenced by QWidgetWindow::handleTouchEvent().
Here is the call graph for this function:
Here is the caller graph for this function:Called from qapplication_{platform}.cpp, returns true if the widget should accept the event.
Definition at line 2213 of file qapplication.cpp.
References QApplication::activeModalWidget(), QApplication::activePopupWidget(), isBlockedByModal(), widget, and QWidget::window().
Referenced by correctWidgetContext(), dispatchEnterLeave(), qt_try_modal(), qt_tryModalHelper(), and translateRawTouchEvent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 3751 of file qapplication.cpp.
References i, QWidget::mapFromGlobal(), QTest::QTouchEventSequence::point(), QEventPoint::Pressed, and widget.
Referenced by translateRawTouchEvent().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 183 of file qapplication_p.h.
References QWidget::nativeParentWidget(), widget, window(), and QWidget::windowHandle().
Referenced by QApplication::alert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QGuiApplicationPrivate.
Definition at line 2201 of file qapplication.cpp.
References QApplication::activePopupWidget(), QWindowPrivate::get(), QWindowPrivate::isPopup(), window(), and QWidget::windowHandle().
Here is the call graph for this function:Definition at line 148 of file qapplication_p.h.
Referenced by QApplication::activeWindow(), closePopup(), QWidget::destroy(), qt_cleanup(), and setActiveWindow().
|
static |
Definition at line 128 of file qapplication_p.h.
Definition at line 130 of file qapplication_p.h.
Referenced by QApplication::~QApplication(), basePalette(), QApplication::setPalette(), QApplication::setStyle(), QApplication::setStyleSheet(), and QApplication::style().
|
static |
Definition at line 71 of file qapplication_p.h.
Referenced by QApplication::autoSipEnabled(), and QApplication::setAutoSipEnabled().
|
static |
Definition at line 154 of file qapplication_p.h.
Referenced by QApplication::~QApplication(), initialize(), QApplication::isEffectEnabled(), and QApplication::setEffectEnabled().
Definition at line 146 of file qapplication_p.h.
Referenced by QWidgetWindow::event(), QApplication::focusWidget(), setActiveWindow(), QWidget::setFocus(), QWidget::setFocusProxy(), setFocusWidget(), and QApplication::setStyle().
| QGestureManager* QApplicationPrivate::gestureManager |
Definition at line 204 of file qapplication_p.h.
Referenced by QApplicationPrivate(), QGraphicsScenePrivate::cancelGesturesForChildren(), QGestureManager::instance(), and QGraphicsScenePrivate::sendEvent().
| QWidget* QApplicationPrivate::gestureWidget |
Definition at line 205 of file qapplication_p.h.
Referenced by QApplicationPrivate().
Definition at line 147 of file qapplication_p.h.
Referenced by setFocusWidget(), QWidgetPrivate::setVisible(), and QWidgetPrivate::show_helper().
| QPoint QApplicationPrivate::hoverGlobalPos |
Definition at line 125 of file qapplication_p.h.
Definition at line 174 of file qapplication_p.h.
Referenced by sendMouseEvent().
Definition at line 145 of file qapplication_p.h.
|
static |
Definition at line 129 of file qapplication_p.h.
Referenced by QApplication::activePopupWidget(), closePopup(), inPopupMode(), openPopup(), and setActiveWindow().
Definition at line 144 of file qapplication_p.h.
Referenced by QApplication::~QApplication(), QApplication::setFont(), and setSystemFont().
|
static |
Definition at line 172 of file qapplication_p.h.
Referenced by process_cmdline(), QApplication::setStyle(), QApplication::setStyleSheet(), QApplication::style(), and QApplication::styleSheet().
Definition at line 143 of file qapplication_p.h.
Referenced by QApplication::~QApplication(), QApplication::setFont(), and setSystemFont().
| QBasicTimer QApplicationPrivate::toolTipFallAsleep |
Definition at line 124 of file qapplication_p.h.
| QPoint QApplicationPrivate::toolTipGlobalPos |
Definition at line 125 of file qapplication_p.h.
| QPoint QApplicationPrivate::toolTipPos |
Definition at line 125 of file qapplication_p.h.
| QBasicTimer QApplicationPrivate::toolTipWakeUp |
Definition at line 124 of file qapplication_p.h.
Definition at line 126 of file qapplication_p.h.
|
static |
Definition at line 155 of file qapplication_p.h.
Referenced by QApplication::~QApplication(), and process_cmdline().
|
static |
Definition at line 162 of file qapplication_p.h.
Referenced by QApplication::~QApplication(), handlePaletteChanged(), initializeWidgetPalettesFromTheme(), QApplication::palette(), QApplication::palette(), and QApplication::setPalette().