QCoreApplication

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 QCoreApplication : QObject {}

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Enums

ApplicationFlags
anonymousenum ApplicationFlags
Undocumented in source.

Functions

aboutToQuit
void aboutToQuit(QPrivateSignal )
Undocumented in source.
applicationNameChanged
void applicationNameChanged()
Undocumented in source.
applicationVersionChanged
void applicationVersionChanged()
Undocumented in source.
compressEvent
bool compressEvent(QEvent , QObject receiver, QPostEventList* )
Undocumented in source.
event
bool event(QEvent )
Undocumented in source.
installNativeEventFilter
void installNativeEventFilter(QAbstractNativeEventFilter* filterObj)
Undocumented in source.
notify
bool notify(QObject , QEvent )
Undocumented in source.
organizationDomainChanged
void organizationDomainChanged()
Undocumented in source.
organizationNameChanged
void organizationNameChanged()
Undocumented in source.
removeNativeEventFilter
void removeNativeEventFilter(QAbstractNativeEventFilter* filterObj)
Undocumented in source.

Static functions

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

Inherited Members

From QObject

~this
~this()
Undocumented in source.
QSignal
struct QSignal
Undocumented in source.
QSlot
struct QSlot
Undocumented in source.
QInvokable
struct QInvokable
Undocumented in source.
QScriptable
struct QScriptable
Undocumented in source.
Q_OBJECT
enum Q_OBJECT;
Undocumented in source.
Q_OBJECT_D
enum Q_OBJECT_D;
Undocumented in source.
Q_SIGNAL_IMPL_D
enum Q_SIGNAL_IMPL_D;
Undocumented in source.
event
bool event(QEvent event)
Undocumented in source.
eventFilter
bool eventFilter(QObject watched, QEvent event)
Undocumented in source.
tr
QString tr(const(char)* sourceText, const(char)* , int )
Undocumented in source. Be warned that the author may not have intended to support it.
objectName
QString objectName()
Undocumented in source.
setObjectName
void setObjectName(const(QString) name)
Undocumented in source.
setObjectName
void setObjectName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
isWidgetType
bool isWidgetType()
Undocumented in source. Be warned that the author may not have intended to support it.
isWindowType
bool isWindowType()
Undocumented in source. Be warned that the author may not have intended to support it.
signalsBlocked
bool signalsBlocked()
Undocumented in source. Be warned that the author may not have intended to support it.
blockSignals
bool blockSignals(bool b)
Undocumented in source.
thread
QThread thread()
Undocumented in source.
moveToThread
void moveToThread(QThread thread)
Undocumented in source.
startTimer
int startTimer(int interval, qt.core.namespace.TimerType timerType)
Undocumented in source.
killTimer
void killTimer(int id)
Undocumented in source.
children
const(QObjectList) children()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(QObject parent)
Undocumented in source.
installEventFilter
void installEventFilter(QObject filterObj)
Undocumented in source.
removeEventFilter
void removeEventFilter(QObject obj)
Undocumented in source.
connect
QMetaObject.Connection connect(QObject sender, char* signal, QObject receiver, char* member, ConnectionType )
Undocumented in source.
signal
template signal(string name, Params...)
Undocumented in source.
slot
template slot(string name, Params...)
Undocumented in source.
connect
QMetaObject.Connection connect(Signal sender, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
QMetaObject.Connection connect(Signal sender, QObject context, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
QMetaObject.Connection connect(Signal sender, Slot receiver, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
setProperty
bool setProperty(const(char)* name, const(QVariant) value)
Undocumented in source.
setProperty
bool setProperty(const(char)* name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
property
QVariant property(const(char)* name)
Undocumented in source.
dynamicPropertyNames
QList!(QByteArray) dynamicPropertyNames()
Undocumented in source.
registerUserData
uint registerUserData()
Undocumented in source.
setUserData
void setUserData(uint id, QObjectUserData data)
Undocumented in source.
userData
QObjectUserData userData(uint id)
Undocumented in source.
destroyed
void destroyed(QObject )
Undocumented in source.
objectNameChanged
void objectNameChanged(const(QString) objectName, QPrivateSignal )
Undocumented in source.
parent
QObject parent()
Undocumented in source. Be warned that the author may not have intended to support it.
inherits
bool inherits(const(char)* classname)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteLater
void deleteLater()
Undocumented in source.
sender
QObject sender()
Undocumented in source.
senderSignalIndex
int senderSignalIndex()
Undocumented in source.
receivers
int receivers(const(char)* signal)
Undocumented in source.
isSignalConnected
bool isSignalConnected(const(QMetaMethod) signal)
Undocumented in source.
timerEvent
void timerEvent(QTimerEvent event)
Undocumented in source.
childEvent
void childEvent(QChildEvent event)
Undocumented in source.
customEvent
void customEvent(QEvent event)
Undocumented in source.
connectNotify
void connectNotify(const(QMetaMethod) signal)
Undocumented in source.
disconnectNotify
void disconnectNotify(const(QMetaMethod) signal)
Undocumented in source.
d_ptr
QScopedPointer!(QObjectData) d_ptr;
Undocumented in source.

Meta