CopperSpice API
1.9.2
|
This is the complete list of members for QCoreApplication, including all inherited members.
QCoreApplication(int &argc, char **argv) | QCoreApplication | |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObjectList | QObject | related |
aboutToQuit() | QCoreApplication | signal |
addLibraryPath(const QString &path) | QCoreApplication | static |
applicationDirPath() | QCoreApplication | static |
applicationFilePath() | QCoreApplication | static |
applicationName | QCoreApplication | readwrite |
applicationName() | QCoreApplication | static |
applicationPid() | QCoreApplication | static |
applicationVersion | QCoreApplication | readwrite |
applicationVersion() | QCoreApplication | static |
arguments() | QCoreApplication | static |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
closingDown() | QCoreApplication | static |
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) | QObject | static |
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | slot |
destroyed(QObject *obj=nullptr) | QObject | signal |
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
event(QEvent *) override | QCoreApplication | overrideprotectedvirtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
exec() | QCoreApplication | static |
exit(int returnCode=0) | QCoreApplication | static |
findChild(const QString &childName=QString ()) const | QObject | |
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
flush() | QCoreApplication | static |
inherits(const QString &className) const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | QCoreApplication | |
installTranslator(QTranslator *translationFile) | QCoreApplication | static |
instance() | QCoreApplication | inlinestatic |
isQuitLockEnabled() | QCoreApplication | static |
isSetuidAllowed() | QCoreApplication | static |
isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
killTimer(int id) | QObject | |
libraryPaths() | QCoreApplication | static |
metaObject() const | QObject | |
moveToThread(QThread *targetThread) | QObject | |
notify(QObject *receiver, QEvent *event) | QCoreApplication | virtual |
objectName | QObject | write |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | signal |
organizationDomain | QCoreApplication | readwrite |
organizationDomain() | QCoreApplication | static |
organizationName | QCoreApplication | readwrite |
organizationName() | QCoreApplication | static |
parent() const | QObject | |
postEvent(QObject *receiver, QEvent *event, int priority=Qt::NormalEventPriority) | QCoreApplication | static |
processEvents(QEventLoop::ProcessEventsFlags flags=QEventLoop::AllEvents) | QCoreApplication | static |
processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | QCoreApplication | static |
property(const QString &name) const | QObject | |
qAddPostRoutine(QtCleanUpFunction ptr) | QCoreApplication | related |
qRemovePostRoutine(QtCleanUpFunction ptr) | QCoreApplication | related |
qobject_cast(QObject *object) | QObject | related |
quit() | QCoreApplication | slot |
quitLockEnabled | QCoreApplication | readwrite |
receivers(const QString &signal) const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
removeLibraryPath(const QString &path) | QCoreApplication | static |
removeNativeEventFilter(QAbstractNativeEventFilter *filterObj) | QCoreApplication | |
removePostedEvents(QObject *receiver, int eventType=0) | QCoreApplication | static |
removeTranslator(QTranslator *translationFile) | QCoreApplication | static |
sendEvent(QObject *receiver, QEvent *event) | QCoreApplication | inlinestatic |
sendPostedEvents(QObject *receiver=nullptr, int event_type=0) | QCoreApplication | static |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setApplicationName(const QString &application) | QCoreApplication | static |
setApplicationVersion(const QString &version) | QCoreApplication | static |
setAttribute(Qt::ApplicationAttribute attribute, bool on=true) | QCoreApplication | static |
setLibraryPaths(const QStringList &paths) | QCoreApplication | static |
setObjectName(const QString &name) | QObject | |
setOrganizationDomain(const QString &orgDomain) | QCoreApplication | static |
setOrganizationName(const QString &orgName) | QCoreApplication | static |
setParent(QObject *parent) | QObject | |
setProperty(const QString &name, const QVariant &value) | QObject | |
setQuitLockEnabled(bool enabled) | QCoreApplication | static |
setSetuidAllowed(bool allow) | QCoreApplication | static |
signalsBlocked() const | QObject | |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
startingUp() | QCoreApplication | static |
staticMetaObject() | QObject | static |
testAttribute(Qt::ApplicationAttribute attribute) | QCoreApplication | static |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
translate(const char *context, const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QCoreApplication | static |
translate(const QString &context, const QString &text, const QString &comment=QString (), std::optional< int > numArg=std::optional< int >()) | QCoreApplication | static |
unixSignal(int signalId) | QCoreApplication | signal |
~QCoreApplication() | QCoreApplication | |
~QObject() | QObject |