CopperSpice API  1.9.1
QCoreApplication Member List

This is the complete list of members for QCoreApplication, including all inherited members.

QCoreApplication(int &argc, char **argv)QCoreApplication
QObject(QObject *parent=nullptr)QObjectexplicit
QObjectListQObjectrelated
aboutToQuit()QCoreApplicationsignal
addLibraryPath(const QString &path)QCoreApplicationstatic
applicationDirPath()QCoreApplicationstatic
applicationFilePath()QCoreApplicationstatic
applicationNameQCoreApplicationreadwrite
applicationName()QCoreApplicationstatic
applicationPid()QCoreApplicationstatic
applicationVersionQCoreApplicationreadwrite
applicationVersion()QCoreApplicationstatic
arguments()QCoreApplicationstatic
blockSignals(bool block)QObject
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
closingDown()QCoreApplicationstatic
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ())QObjectstatic
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObjectslot
destroyed(QObject *obj=nullptr)QObjectsignal
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod)QObjectstatic
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...))QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod)QObjectstatic
disconnectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
event(QEvent *) overrideQCoreApplicationoverrideprotectedvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
exec()QCoreApplicationstatic
exit(int returnCode=0)QCoreApplicationstatic
findChild(const QString &childName=QString ()) constQObject
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
findChildren(const QRegularExpression &regExp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
flush()QCoreApplicationstatic
inherits(const QString &className) constQObject
installEventFilter(QObject *filterObj)QObject
installNativeEventFilter(QAbstractNativeEventFilter *filterObj)QCoreApplication
installTranslator(QTranslator *translationFile)QCoreApplicationstatic
instance()QCoreApplicationinlinestatic
isQuitLockEnabled()QCoreApplicationstatic
isSetuidAllowed()QCoreApplicationstatic
isSignalConnected(const QMetaMethod &signalMethod) constQObjectprotected
isWidgetType() constQObject
isWindowType() constQObject
killTimer(int id)QObject
libraryPaths()QCoreApplicationstatic
metaObject() constQObject
moveToThread(QThread *targetThread)QObject
notify(QObject *receiver, QEvent *event)QCoreApplicationvirtual
objectNameQObjectwrite
objectName() constQObject
objectNameChanged(const QString &objectName)QObjectsignal
organizationDomainQCoreApplicationreadwrite
organizationDomain()QCoreApplicationstatic
organizationNameQCoreApplicationreadwrite
organizationName()QCoreApplicationstatic
parent() constQObject
postEvent(QObject *receiver, QEvent *event, int priority=Qt::NormalEventPriority)QCoreApplicationstatic
processEvents(QEventLoop::ProcessEventsFlags flags=QEventLoop::AllEvents)QCoreApplicationstatic
processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime)QCoreApplicationstatic
property(const QString &name) constQObject
qAddPostRoutine(QtCleanUpFunction ptr)QCoreApplicationrelated
qRemovePostRoutine(QtCleanUpFunction ptr)QCoreApplicationrelated
qobject_cast(QObject *object)QObjectrelated
quit()QCoreApplicationslot
quitLockEnabledQCoreApplicationreadwrite
receivers(const QString &signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
removeLibraryPath(const QString &path)QCoreApplicationstatic
removeNativeEventFilter(QAbstractNativeEventFilter *filterObj)QCoreApplication
removePostedEvents(QObject *receiver, int eventType=0)QCoreApplicationstatic
removeTranslator(QTranslator *translationFile)QCoreApplicationstatic
sendEvent(QObject *receiver, QEvent *event)QCoreApplicationinlinestatic
sendPostedEvents(QObject *receiver=nullptr, int event_type=0)QCoreApplicationstatic
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setApplicationName(const QString &application)QCoreApplicationstatic
setApplicationVersion(const QString &version)QCoreApplicationstatic
setAttribute(Qt::ApplicationAttribute attribute, bool on=true)QCoreApplicationstatic
setLibraryPaths(const QStringList &paths)QCoreApplicationstatic
setObjectName(const QString &name)QObject
setOrganizationDomain(const QString &orgDomain)QCoreApplicationstatic
setOrganizationName(const QString &orgName)QCoreApplicationstatic
setParent(QObject *parent)QObject
setProperty(const QString &name, const QVariant &value)QObject
setQuitLockEnabled(bool enabled)QCoreApplicationstatic
setSetuidAllowed(bool allow)QCoreApplicationstatic
signalsBlocked() constQObject
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startingUp()QCoreApplicationstatic
staticMetaObject()QObjectstatic
testAttribute(Qt::ApplicationAttribute attribute)QCoreApplicationstatic
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >())QObjectstatic
translate(const char *context, const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >())QCoreApplicationstatic
translate(const QString &context, const QString &text, const QString &comment=QString (), std::optional< int > numArg=std::optional< int >())QCoreApplicationstatic
unixSignal(int signalId)QCoreApplicationsignal
~QCoreApplication()QCoreApplication
~QObject()QObject