|
| QApplicationPrivate (int &argc, char **argv) |
|
| ~QApplicationPrivate () |
|
virtual void | notifyLayoutDirectionChange () override |
|
virtual void | notifyActiveWindowChange (QWindow *) override |
|
void | createEventDispatcher () override |
|
void | notifyWindowIconChanged () override |
|
bool | compressEvent (QEvent *event, QObject *receiver, QPostEventList *postedEvents) final |
|
QActionPrivate * | createActionPrivate () const override |
|
QShortcutPrivate * | createShortcutPrivate () const override |
|
Qt::WindowModality | defaultModality () const override |
|
bool | windowNeverBlocked (QWindow *window) const override |
|
bool | notify_helper (QObject *receiver, QEvent *e) |
|
void | init () |
|
void | initialize () |
| Initializes the QApplication object, called from the constructors.
|
|
void | process_cmdline () |
|
void | closePopup (QWidget *popup) |
|
void | openPopup (QWidget *popup) |
|
void | sendSyntheticEnterLeave (QWidget *widget) |
|
void | initializeMultitouch () |
|
void | initializeMultitouch_sys () |
|
void | cleanupMultitouch () |
|
void | cleanupMultitouch_sys () |
|
QWidget * | findClosestTouchPointTarget (const QPointingDevice *device, const QEventPoint &touchPoint) |
|
void | appendTouchPoint (const QEventPoint &touchPoint) |
|
void | removeTouchPoint (int touchPointId) |
|
void | activateImplicitTouchGrab (QWidget *widget, QTouchEvent *touchBeginEvent, ImplicitTouchGrabMode grabMode=GrabAcceptedPoints) |
|
QPixmap | applyQIconStyleHelper (QIcon::Mode mode, const QPixmap &base) const override |
|
| QGuiApplicationPrivate (int &argc, char **argv) |
|
| ~QGuiApplicationPrivate () |
|
void | init () |
|
void | createPlatformIntegration () |
|
void | createEventDispatcher () override |
| Called from QCoreApplication::init()
|
|
void | eventDispatcherReady () override |
|
bool | canQuitAutomatically () override |
|
void | quit () override |
|
void | maybeLastWindowClosed () |
|
bool | lastWindowClosed () const |
|
QPixmap | getPixmapCursor (Qt::CursorShape cshape) |
|
void | _q_updateFocusObject (QObject *object) |
|
bool | isWindowBlocked (QWindow *window, QWindow **blockingWindow=nullptr) const |
|
void | commitData () |
|
void | saveState () |
|
const QColorTrcLut * | colorProfileForA8Text () |
|
const QColorTrcLut * | colorProfileForA32Text () |
|
| QCoreApplicationPrivate (int &aargc, char **aargv) |
|
| ~QCoreApplicationPrivate () |
|
void | init () |
|
QString | appName () const |
|
QString | appVersion () const |
|
bool | sendThroughApplicationEventFilters (QObject *, QEvent *) |
|
void | ref () |
|
void | deref () |
|
void | quitAutomatically () |
|
void | cleanupThreadData () |
|
void | execCleanup () |
|
void | processCommandLineArguments () |
|
QString | qmljsDebugArgumentsString () const |
|
void | ensureExtraData () |
|
void | setObjectNameWithoutBindings (const QString &name) |
|
| QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion) |
|
virtual | ~QObjectPrivate () |
|
void | deleteChildren () |
|
void | clearBindingStorage () |
|
void | setParent_helper (QObject *) |
|
void | moveToThread_helper () |
|
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status) |
|
QObjectList | receiverList (const char *signal) const |
|
void | ensureConnectionData () |
|
void | addConnection (int signal, Connection *c) |
|
int | signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const |
|
bool | isSignalConnected (uint signalIdx, bool checkDeclarative=true) const |
|
bool | maybeSignalConnected (uint signalIndex) const |
|
bool | isDeclarativeSignalConnected (uint signalIdx) const |
|
void | connectNotify (const QMetaMethod &signal) |
|
void | disconnectNotify (const QMetaMethod &signal) |
|
void | reinitBindingStorageAfterThreadMove () |
|
virtual std::string | flagsForDumping () const |
|
virtual void | writeToDebugStream (QDebug &) const |
|
QtPrivate::QPropertyAdaptorSlotObject * | getPropertyAdaptorSlotObject (const QMetaProperty &property) |
|
| QObjectData ()=default |
|
virtual | ~QObjectData ()=0 |
|
const QMetaObject * | dynamicMetaObject () const |
|
|
static QString | desktopStyleKey () |
|
static void | dispatchEnterLeave (QWidget *enter, QWidget *leave, const QPointF &globalPosF) |
|
static QWidget * | desktop () |
|
static bool | isBlockedByModal (QWidget *widget) |
|
static bool | modalState () |
|
static bool | tryModalHelper (QWidget *widget, QWidget **rettop=nullptr) |
|
static void | setActiveWindow (QWidget *act) |
|
static bool | inPopupMode () |
|
static void | setFocusWidget (QWidget *focus, Qt::FocusReason reason) |
|
static QWidget * | focusNextPrevChild_helper (QWidget *toplevel, bool next, bool *wrappingOccurred=nullptr) |
| internal Helper function that returns the new focus widget, but does not set the focus reason.
|
|
static void | initializeWidgetPalettesFromTheme () |
|
static void | initializeWidgetFontHash () |
|
static void | setSystemFont (const QFont &font) |
|
static QApplicationPrivate * | instance () |
|
static QWidget * | pickMouseReceiver (QWidget *candidate, const QPointF &windowPos, QPointF *pos, QEvent::Type type, Qt::MouseButtons buttons, QWidget *buttonDown, QWidget *alienWidget) |
|
static bool | sendMouseEvent (QWidget *receiver, QMouseEvent *event, QWidget *alienWidget, QWidget *native, QWidget **buttonDown, QPointer< QWidget > &lastMouseReceiver, bool spontaneous=true, bool onlyDispatchEnterLeave=false) |
|
static QWindow * | windowForWidget (const QWidget *widget) |
|
static bool | updateTouchPointsForWidget (QWidget *widget, QTouchEvent *touchEvent) |
|
static bool | translateRawTouchEvent (QWidget *widget, const QTouchEvent *touchEvent) |
|
static void | translateTouchCancel (const QPointingDevice *device, ulong timestamp) |
|
static void | captureGlobalModifierState (QEvent *e) |
|
static QPlatformIntegration * | platformIntegration () |
|
static QPlatformTheme * | platformTheme () |
|
static QAbstractEventDispatcher * | qt_qpa_core_dispatcher () |
|
static void | processMouseEvent (QWindowSystemInterfacePrivate::MouseEvent *e) |
|
static void | processKeyEvent (QWindowSystemInterfacePrivate::KeyEvent *e) |
|
static void | processWheelEvent (QWindowSystemInterfacePrivate::WheelEvent *e) |
|
static void | processTouchEvent (QWindowSystemInterfacePrivate::TouchEvent *e) |
|
static void | processCloseEvent (QWindowSystemInterfacePrivate::CloseEvent *e) |
|
static void | processGeometryChangeEvent (QWindowSystemInterfacePrivate::GeometryChangeEvent *e) |
|
static void | processEnterEvent (QWindowSystemInterfacePrivate::EnterEvent *e) |
|
static void | processLeaveEvent (QWindowSystemInterfacePrivate::LeaveEvent *e) |
|
static void | processFocusWindowEvent (QWindowSystemInterfacePrivate::FocusWindowEvent *e) |
|
static void | processWindowStateChangedEvent (QWindowSystemInterfacePrivate::WindowStateChangedEvent *e) |
|
static void | processWindowScreenChangedEvent (QWindowSystemInterfacePrivate::WindowScreenChangedEvent *e) |
|
static void | processWindowDevicePixelRatioChangedEvent (QWindowSystemInterfacePrivate::WindowDevicePixelRatioChangedEvent *e) |
|
static void | processSafeAreaMarginsChangedEvent (QWindowSystemInterfacePrivate::SafeAreaMarginsChangedEvent *e) |
|
static void | processWindowSystemEvent (QWindowSystemInterfacePrivate::WindowSystemEvent *e) |
|
static void | processApplicationTermination (QWindowSystemInterfacePrivate::WindowSystemEvent *e) |
|
static void | updateFilteredScreenOrientation (QScreen *screen) |
|
static void | processScreenOrientationChange (QWindowSystemInterfacePrivate::ScreenOrientationEvent *e) |
|
static void | processScreenGeometryChange (QWindowSystemInterfacePrivate::ScreenGeometryEvent *e) |
|
static void | processScreenLogicalDotsPerInchChange (QWindowSystemInterfacePrivate::ScreenLogicalDotsPerInchEvent *e) |
|
static void | processScreenRefreshRateChange (QWindowSystemInterfacePrivate::ScreenRefreshRateEvent *e) |
|
static void | processThemeChanged (QWindowSystemInterfacePrivate::ThemeChangeEvent *tce) |
|
static void | processExposeEvent (QWindowSystemInterfacePrivate::ExposeEvent *e) |
|
static void | processPaintEvent (QWindowSystemInterfacePrivate::PaintEvent *e) |
|
static void | processFileOpenEvent (QWindowSystemInterfacePrivate::FileOpenEvent *e) |
|
static void | processTabletEvent (QWindowSystemInterfacePrivate::TabletEvent *e) |
|
static void | processTabletEnterProximityEvent (QWindowSystemInterfacePrivate::TabletEnterProximityEvent *e) |
|
static void | processTabletLeaveProximityEvent (QWindowSystemInterfacePrivate::TabletLeaveProximityEvent *e) |
|
static void | processGestureEvent (QWindowSystemInterfacePrivate::GestureEvent *e) |
|
static void | processPlatformPanelEvent (QWindowSystemInterfacePrivate::PlatformPanelEvent *e) |
|
static void | processContextMenuEvent (QWindowSystemInterfacePrivate::ContextMenuEvent *e) |
|
static bool | processNativeEvent (QWindow *window, const QByteArray &eventType, void *message, qintptr *result) |
|
static bool | sendQWindowEventToQPlatformWindow (QWindow *window, QEvent *event) |
|
static bool | maybeForwardEventToVirtualKeyboard (QEvent *e) |
|
static bool | isUsingVirtualKeyboard () |
|
static Qt::Alignment | visualAlignment (Qt::LayoutDirection direction, Qt::Alignment alignment) |
|
static QGuiApplicationPrivate * | instance () |
|
static void | showModalWindow (QWindow *window) |
|
static void | hideModalWindow (QWindow *window) |
|
static void | updateBlockedStatus (QWindow *window) |
|
static qsizetype | popupCount () |
|
static QWindow * | activePopupWindow () |
|
static void | activatePopup (QWindow *popup) |
|
static bool | closePopup (QWindow *popup) |
|
static bool | closeAllPopups () |
| Returns true if there are no more open popups.
|
|
static TabletPointData & | tabletDevicePoint (qint64 deviceId) |
|
static QInputDeviceManager * | inputDeviceManager () |
|
static void | applyWindowGeometrySpecificationTo (QWindow *window) |
|
static void | setApplicationState (Qt::ApplicationState state, bool forcePropagate=false) |
|
static void | resetCachedDevicePixelRatio () |
|
static void | updatePalette () |
|
static QEvent::Type | contextMenuEventType () |
|
static QThreadPool * | qtGuiThreadPool () |
| Returns the QThreadPool instance for Qt Gui.
|
|
static void | initLocale () |
|
static bool | checkInstance (const char *method) |
|
static bool | sendThroughObjectEventFilters (QObject *, QEvent *) |
|
static bool | notify_helper (QObject *, QEvent *) |
|
static void | setEventSpontaneous (QEvent *e, bool spontaneous) |
|
static void | removePostedEvent (QEvent *) |
| Removes event from the queue of posted events, and emits a warning message if appropriate.
|
|
static QThread * | mainThread () |
|
static void | sendPostedEvents (QObject *receiver, int event_type, QThreadData *data) |
|
static void | checkReceiverThread (QObject *receiver) |
|
static QPostEventListLocker | lockThreadPostEventList (QObject *object) |
|
static bool | isTranslatorInstalled (QTranslator *translator) |
|
static bool | testAttribute (uint flag) |
|
static bool | removeConnection (Connection *c) |
|
static QObjectPrivate * | get (QObject *o) |
|
static const QObjectPrivate * | get (const QObject *o) |
|
template<typename Func1, typename Func2> |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
|
template<typename Func1, typename Func2> |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
|
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
|
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
|
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
|
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
|
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
|
Definition at line 61 of file qapplication_p.h.