QGuiApplication

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QGuiApplication : QCoreApplication {}

Constructors

this
this(int argc, char** argv, int )
Undocumented in source.
this
this(QGuiApplicationPrivate p)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

applicationDisplayNameChanged
void applicationDisplayNameChanged()
Undocumented in source.
applicationStateChanged
void applicationStateChanged(qt.core.namespace.ApplicationState state)
Undocumented in source.
commitDataRequest
void commitDataRequest(QSessionManager sessionManager)
Undocumented in source.
compressEvent
bool compressEvent(QEvent , QObject receiver, QPostEventList* )
Undocumented in source.
devicePixelRatio
qreal devicePixelRatio()
Undocumented in source.
event
bool event(QEvent )
Undocumented in source.
focusObjectChanged
void focusObjectChanged(QObject focusObject)
Undocumented in source.
focusWindowChanged
void focusWindowChanged(QWindow* focusWindow)
Undocumented in source.
fontChanged
void fontChanged(const(QFont) font)
Undocumented in source.
fontDatabaseChanged
void fontDatabaseChanged()
Undocumented in source.
isSavingSession
bool isSavingSession()
Undocumented in source.
isSessionRestored
bool isSessionRestored()
Undocumented in source.
lastWindowClosed
void lastWindowClosed()
Undocumented in source.
layoutDirectionChanged
void layoutDirectionChanged(qt.core.namespace.LayoutDirection direction)
Undocumented in source.
notify
bool notify(QObject , QEvent )
Undocumented in source.
paletteChanged
void paletteChanged(const(QPalette) pal)
Undocumented in source.
primaryScreenChanged
void primaryScreenChanged(QScreen screen)
Undocumented in source.
saveStateRequest
void saveStateRequest(QSessionManager sessionManager)
Undocumented in source.
screenAdded
void screenAdded(QScreen screen)
Undocumented in source.
screenRemoved
void screenRemoved(QScreen screen)
Undocumented in source.
sessionId
QString sessionId()
Undocumented in source.
sessionKey
QString sessionKey()
Undocumented in source.

Static functions

allWindows
QWindowList allWindows()
Undocumented in source.
applicationDisplayName
QString applicationDisplayName()
Undocumented in source.
applicationState
qt.core.namespace.ApplicationState applicationState()
Undocumented in source.
changeOverrideCursor
void changeOverrideCursor(const(QCursor) )
Undocumented in source.
clipboard
QClipboard clipboard()
Undocumented in source.
desktopFileName
QString desktopFileName()
Undocumented in source.
desktopSettingsAware
bool desktopSettingsAware()
Undocumented in source.
exec
int exec()
Undocumented in source.
focusObject
QObject focusObject()
Undocumented in source.
focusWindow
QWindow* focusWindow()
Undocumented in source.
font
QFont font()
Undocumented in source.
highDpiScaleFactorRoundingPolicy
qt.core.namespace.HighDpiScaleFactorRoundingPolicy highDpiScaleFactorRoundingPolicy()
Undocumented in source.
inputMethod
QInputMethod inputMethod()
Undocumented in source.
isFallbackSessionManagementEnabled
bool isFallbackSessionManagementEnabled()
Undocumented in source.
isLeftToRight
bool isLeftToRight()
Undocumented in source. Be warned that the author may not have intended to support it.
isRightToLeft
bool isRightToLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
keyboardModifiers
qt.core.namespace.KeyboardModifiers keyboardModifiers()
Undocumented in source.
layoutDirection
qt.core.namespace.LayoutDirection layoutDirection()
Undocumented in source.
modalWindow
QWindow* modalWindow()
Undocumented in source.
mouseButtons
qt.core.namespace.MouseButtons mouseButtons()
Undocumented in source.
overrideCursor
QCursor* overrideCursor()
Undocumented in source.
palette
QPalette palette()
Undocumented in source.
platformFunction
QFunctionPointer platformFunction(const(QByteArray) function_)
Undocumented in source.
platformName
QString platformName()
Undocumented in source.
platformNativeInterface
QPlatformNativeInterface* platformNativeInterface()
Undocumented in source.
primaryScreen
QScreen primaryScreen()
Undocumented in source.
queryKeyboardModifiers
qt.core.namespace.KeyboardModifiers queryKeyboardModifiers()
Undocumented in source.
quitOnLastWindowClosed
bool quitOnLastWindowClosed()
Undocumented in source.
restoreOverrideCursor
void restoreOverrideCursor()
Undocumented in source.
screenAt
QScreen screenAt(const(QPoint) point)
Undocumented in source.
screens
QList!(QScreen) screens()
Undocumented in source.
setApplicationDisplayName
void setApplicationDisplayName(const(QString) name)
Undocumented in source.
setDesktopFileName
void setDesktopFileName(const(QString) name)
Undocumented in source.
setDesktopSettingsAware
void setDesktopSettingsAware(bool on)
Undocumented in source.
setFallbackSessionManagementEnabled
void setFallbackSessionManagementEnabled(bool )
Undocumented in source.
setFont
void setFont(const(QFont) )
Undocumented in source.
setHighDpiScaleFactorRoundingPolicy
void setHighDpiScaleFactorRoundingPolicy(qt.core.namespace.HighDpiScaleFactorRoundingPolicy policy)
Undocumented in source.
setLayoutDirection
void setLayoutDirection(qt.core.namespace.LayoutDirection direction)
Undocumented in source.
setOverrideCursor
void setOverrideCursor(const(QCursor) )
Undocumented in source.
setPalette
void setPalette(const(QPalette) pal)
Undocumented in source.
setQuitOnLastWindowClosed
void setQuitOnLastWindowClosed(bool quit)
Undocumented in source.
setWindowIcon
void setWindowIcon(const(QIcon) icon)
Undocumented in source.
styleHints
QStyleHints styleHints()
Undocumented in source.
sync
void sync()
Undocumented in source.
topLevelAt
QWindow* topLevelAt(const(QPoint) pos)
Undocumented in source.
topLevelWindows
QWindowList topLevelWindows()
Undocumented in source.
windowIcon
QIcon windowIcon()
Undocumented in source.

Inherited Members

From QCoreApplication

ApplicationFlags
anonymousenum ApplicationFlags
Undocumented in source.
~this
~this()
Undocumented in source.
arguments
QStringList arguments()
Undocumented in source.
setAttribute
void setAttribute(qt.core.namespace.ApplicationAttribute attribute, bool on)
Undocumented in source.
testAttribute
bool testAttribute(qt.core.namespace.ApplicationAttribute attribute)
Undocumented in source.
setOrganizationDomain
void setOrganizationDomain(const(QString) orgDomain)
Undocumented in source.
organizationDomain
QString organizationDomain()
Undocumented in source.
setOrganizationName
void setOrganizationName(const(QString) orgName)
Undocumented in source.
organizationName
QString organizationName()
Undocumented in source.
setApplicationName
void setApplicationName(const(QString) application)
Undocumented in source.
applicationName
QString applicationName()
Undocumented in source.
setApplicationVersion
void setApplicationVersion(const(QString) version_)
Undocumented in source.
applicationVersion
QString applicationVersion()
Undocumented in source.
setSetuidAllowed
void setSetuidAllowed(bool allow)
Undocumented in source.
isSetuidAllowed
bool isSetuidAllowed()
Undocumented in source.
instance
QCoreApplication instance()
Undocumented in source. Be warned that the author may not have intended to support it.
exec
int exec()
Undocumented in source.
processEvents
void processEvents(QEventLoop.ProcessEventsFlags flags)
Undocumented in source.
processEvents
void processEvents(QEventLoop.ProcessEventsFlags flags, int maxtime)
Undocumented in source.
exit
void exit(int retcode)
Undocumented in source.
sendEvent
bool sendEvent(QObject receiver, QEvent event)
Undocumented in source.
postEvent
void postEvent(QObject receiver, QEvent event, int priority)
Undocumented in source.
sendPostedEvents
void sendPostedEvents(QObject receiver, int event_type)
Undocumented in source.
removePostedEvents
void removePostedEvents(QObject receiver, int eventType)
Undocumented in source.
hasPendingEvents
bool hasPendingEvents()
Undocumented in source.
eventDispatcher
QAbstractEventDispatcher* eventDispatcher()
Undocumented in source.
setEventDispatcher
void setEventDispatcher(QAbstractEventDispatcher* eventDispatcher)
Undocumented in source.
notify
bool notify(QObject , QEvent )
Undocumented in source.
startingUp
bool startingUp()
Undocumented in source.
closingDown
bool closingDown()
Undocumented in source.
applicationDirPath
QString applicationDirPath()
Undocumented in source.
applicationFilePath
QString applicationFilePath()
Undocumented in source.
applicationPid
qint64 applicationPid()
Undocumented in source.
setLibraryPaths
void setLibraryPaths(const(QStringList) )
Undocumented in source.
libraryPaths
QStringList libraryPaths()
Undocumented in source.
addLibraryPath
void addLibraryPath(const(QString) )
Undocumented in source.
removeLibraryPath
void removeLibraryPath(const(QString) )
Undocumented in source.
installTranslator
bool installTranslator(QTranslator* messageFile)
Undocumented in source.
removeTranslator
bool removeTranslator(QTranslator* messageFile)
Undocumented in source.
translate
QString translate(const(char)* context, const(char)* key, const(char)* disambiguation, int n)
Undocumented in source.
flush
void flush()
Undocumented in source.
installNativeEventFilter
void installNativeEventFilter(QAbstractNativeEventFilter* filterObj)
Undocumented in source.
removeNativeEventFilter
void removeNativeEventFilter(QAbstractNativeEventFilter* filterObj)
Undocumented in source.
isQuitLockEnabled
bool isQuitLockEnabled()
Undocumented in source.
setQuitLockEnabled
void setQuitLockEnabled(bool enabled)
Undocumented in source.
quit
void quit()
Undocumented in source.
aboutToQuit
void aboutToQuit(QPrivateSignal )
Undocumented in source.
organizationNameChanged
void organizationNameChanged()
Undocumented in source.
organizationDomainChanged
void organizationDomainChanged()
Undocumented in source.
applicationNameChanged
void applicationNameChanged()
Undocumented in source.
applicationVersionChanged
void applicationVersionChanged()
Undocumented in source.
event
bool event(QEvent )
Undocumented in source.
compressEvent
bool compressEvent(QEvent , QObject receiver, QPostEventList* )
Undocumented in source.

Meta