Qt 5.15
Qt GUI
C++ Classes
QGuiApplication
Qt 5.15.8 Reference Documentation
List of All Members for QGuiApplication
This is the complete list of members for
QGuiApplication
, including inherited members.
QGuiApplication
(int &, char **)
aboutToQuit
()
applicationDisplayNameChanged
()
applicationNameChanged
()
applicationStateChanged
(Qt::ApplicationState )
applicationVersionChanged
()
commitDataRequest
(QSessionManager &)
deleteLater
()
destroyed
(QObject *)
focusObjectChanged
(QObject *)
focusWindowChanged
(QWindow *)
fontChanged
(const QFont &)
fontDatabaseChanged
()
lastWindowClosed
()
layoutDirectionChanged
(Qt::LayoutDirection )
objectNameChanged
(const QString &)
organizationDomainChanged
()
organizationNameChanged
()
paletteChanged
(const QPalette &)
primaryScreenChanged
(QScreen *)
quit
()
saveStateRequest
(QSessionManager &)
screenAdded
(QScreen *)
screenRemoved
(QScreen *)
~QGuiApplication
()
addLibraryPath
(const QString &)
allWindows
() : QWindowList
applicationDirPath
() : QString
applicationDisplayName
() : QString
applicationFilePath
() : QString
applicationName
() : QString
applicationPid
() : qint64
applicationState
() : Qt::ApplicationState
applicationVersion
() : QString
arguments
() : QStringList
blockSignals
(bool ) : bool
changeOverrideCursor
(const QCursor &)
childEvent
(QChildEvent *)
children
() const : const QObjectList &
clipboard
() : QClipboard *
closingDown
() : bool
connect
(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, const char *, const char *, Qt::ConnectionType ) const : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType ) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction , Functor ) : QMetaObject::Connection
connect
(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType ) : QMetaObject::Connection
connectNotify
(const QMetaMethod &)
customEvent
(QEvent *)
desktopFileName
() : QString
desktopSettingsAware
() : bool
devicePixelRatio
() const : qreal
disconnect
(const QObject *, const char *, const QObject *, const char *) : bool
disconnect
(const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &) : bool
disconnect
(const char *, const QObject *, const char *) const : bool
disconnect
(const QObject *, const char *) const : bool
disconnect
(const QMetaObject::Connection &) : bool
disconnect
(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction ) : bool
disconnectNotify
(const QMetaMethod &)
dumpObjectInfo
() const
dumpObjectTree
() const
dynamicPropertyNames
() const : QList<QByteArray>
event
(QEvent *) : bool
eventDispatcher
() : QAbstractEventDispatcher *
eventFilter
(QObject *, QEvent *) : bool
exec
() : int
exit
(int )
findChild
(const QString &, Qt::FindChildOptions ) const : T
findChildren
(const QString &, Qt::FindChildOptions ) const : QList<T>
findChildren
(const QRegularExpression &, Qt::FindChildOptions ) const : QList<T>
focusObject
() : QObject *
focusWindow
() : QWindow *
font
() : QFont
highDpiScaleFactorRoundingPolicy
() : Qt::HighDpiScaleFactorRoundingPolicy
inherits
(const char *) const : bool
inputMethod
() : QInputMethod *
installEventFilter
(QObject *)
installNativeEventFilter
(QAbstractNativeEventFilter *)
installTranslator
(QTranslator *) : bool
instance
() : QCoreApplication *
isFallbackSessionManagementEnabled
() : bool
isLeftToRight
() : bool
isQuitLockEnabled
() : bool
isRightToLeft
() : bool
isSavingSession
() const : bool
isSessionRestored
() const : bool
isSetuidAllowed
() : bool
isSignalConnected
(const QMetaMethod &) const : bool
isWidgetType
() const : bool
isWindowType
() const : bool
keyboardModifiers
() : Qt::KeyboardModifiers
killTimer
(int )
layoutDirection
() : Qt::LayoutDirection
libraryPaths
() : QStringList
metaObject
() const : const QMetaObject *
modalWindow
() : QWindow *
mouseButtons
() : Qt::MouseButtons
moveToThread
(QThread *)
notify
(QObject *, QEvent *) : bool
objectName
() const : QString
organizationDomain
() : QString
organizationName
() : QString
overrideCursor
() : QCursor *
palette
() : QPalette
parent
() const : QObject *
platformFunction
(const QByteArray &) : QFunctionPointer
platformName
() : QString
platformNativeInterface
() : QPlatformNativeInterface *
postEvent
(QObject *, QEvent *, int )
primaryScreen
() : QScreen *
processEvents
(QEventLoop::ProcessEventsFlags )
processEvents
(QEventLoop::ProcessEventsFlags , int )
property
(const char *) const : QVariant
queryKeyboardModifiers
() : Qt::KeyboardModifiers
quitOnLastWindowClosed
() : bool
receivers
(const char *) const : int
removeEventFilter
(QObject *)
removeLibraryPath
(const QString &)
removeNativeEventFilter
(QAbstractNativeEventFilter *)
removePostedEvents
(QObject *, int )
removeTranslator
(QTranslator *) : bool
restoreOverrideCursor
()
screenAt
(const QPoint &) : QScreen *
screens
() : QList<QScreen *>
sendEvent
(QObject *, QEvent *) : bool
sendPostedEvents
(QObject *, int )
sender
() const : QObject *
senderSignalIndex
() const : int
sessionId
() const : QString
sessionKey
() const : QString
setApplicationDisplayName
(const QString &)
setApplicationName
(const QString &)
setApplicationVersion
(const QString &)
setAttribute
(Qt::ApplicationAttribute , bool )
setDesktopFileName
(const QString &)
setDesktopSettingsAware
(bool )
setEventDispatcher
(QAbstractEventDispatcher *)
setFallbackSessionManagementEnabled
(bool )
setFont
(const QFont &)
setHighDpiScaleFactorRoundingPolicy
(Qt::HighDpiScaleFactorRoundingPolicy )
setLayoutDirection
(Qt::LayoutDirection )
setLibraryPaths
(const QStringList &)
setObjectName
(const QString &)
setOrganizationDomain
(const QString &)
setOrganizationName
(const QString &)
setOverrideCursor
(const QCursor &)
setPalette
(const QPalette &)
setParent
(QObject *)
setProperty
(const char *, const QVariant &) : bool
setQuitLockEnabled
(bool )
setQuitOnLastWindowClosed
(bool )
setSetuidAllowed
(bool )
setWindowIcon
(const QIcon &)
signalsBlocked
() const : bool
startTimer
(int , Qt::TimerType ) : int
startTimer
(std::chrono::milliseconds , Qt::TimerType ) : int
startingUp
() : bool
staticMetaObject
:
styleHints
() : QStyleHints *
sync
()
testAttribute
(Qt::ApplicationAttribute ) : bool
thread
() const : QThread *
timerEvent
(QTimerEvent *)
topLevelAt
(const QPoint &) : QWindow *
topLevelWindows
() : QWindowList
tr
(const char *, const char *, int ) : QString
translate
(const char *, const char *, const char *, int ) : QString
windowIcon
() : QIcon