swift
|
This is the complete list of members for swift::misc::CSettingsCache, including all inherited members.
batchChanges(QObject *owner) | swift::misc::CValueCache | |
BatchGuard(const BatchGuard &)=delete | swift::misc::CValueCache | |
BatchGuard(BatchGuard &&other) noexcept | swift::misc::CValueCache | inline |
bindableObjectName() | QObject | |
blockSignals(bool block) | QObject | |
changeValuesFromRemote(const swift::misc::CValueCachePacket &values, const swift::misc::CIdentifier &originator) | swift::misc::CValueCache | slot |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
clearAllValues(const QString &keyPrefix={}) | swift::misc::CValueCache | |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
CValueCache(int fileSplitDepth, QObject *parent=nullptr) | swift::misc::CValueCache | explicit |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
elementsStartingWith(const QString &keyPrefix) | swift::misc::CValueCache | inlineprotected |
elementsStartingWith(const QString &keyPrefix) const | swift::misc::CValueCache | inlineprotected |
enableLocalSave() | swift::misc::CSettingsCache | |
enumerateFiles(const QString &directory) const | swift::misc::CValueCache | |
enumerateStore() const | swift::misc::CSettingsCache | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
filenameForKey(const QString &key) | swift::misc::CSettingsCache | static |
swift::misc::CValueCache::filenameForKey(const QString &key) const | swift::misc::CValueCache | |
findChild(QAnyStringView name, Qt::FindChildOptions options) const const | QObject | |
findChild(Qt::FindChildOptions options) const const | QObject | |
findChildren(QAnyStringView name, Qt::FindChildOptions options) const const | QObject | |
findChildren(Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
getAllUnsavedKeys(const QString &keyPrefix={}) const | swift::misc::CValueCache | |
getAllValues(const QString &keyPrefix={}) const | swift::misc::CValueCache | |
getAllValues(const QStringList &keys) const | swift::misc::CValueCache | |
getAllValuesWithTimestamps(const QString &keyPrefix={}) const | swift::misc::CValueCache | |
getHumanReadableName(const QString &key) const | swift::misc::CValueCache | |
getHumanReadableWithKey(const QString &key) const | swift::misc::CValueCache | |
getLogCategories() | swift::misc::CValueCache | static |
getTimestampSync(const QString &key) | swift::misc::CValueCache | inlineprotected |
getValueSync(const QString &key) | swift::misc::CValueCache | inlineprotected |
inherits(const char *className) const const | QObject | |
insertValues(const swift::misc::CValueCachePacket &values) | swift::misc::CValueCache | |
installEventFilter(QObject *filterObj) | QObject | |
instance() | swift::misc::CSettingsCache | static |
Invalid | QObject | |
isQuickItemType() const const | QObject | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(Qt::TimerId id) | QObject | |
killTimer(int id) | QObject | |
loadFromFiles(const QString &directory) | swift::misc::CValueCache | |
loadFromFiles(const QString &directory, const QSet< QString > &keys, const CVariantMap ¤t, CValueCachePacket &o_values, const QString &keysMessage={}, bool keysOnly=false) const | swift::misc::CValueCache | protected |
loadFromJson(const QJsonObject &json) | swift::misc::CValueCache | |
loadFromJsonNoThrow(const QJsonObject &json, const CLogCategoryList &categories, const QString &prefix) | swift::misc::CValueCache | |
loadFromStore() | swift::misc::CSettingsCache | |
m_mutex | swift::misc::CValueCache | mutableprotected |
markAllAsSaved(const QString &keyPrefix) | swift::misc::CValueCache | protected |
markAllAsSaved(const QStringList &keys) | swift::misc::CValueCache | protected |
metaObject() const const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
operator=(const BatchGuard &)=delete | swift::misc::CValueCache | |
operator=(BatchGuard &&other) noexcept | swift::misc::CValueCache | inline |
parent() const const | QObject | |
persistentStore() | swift::misc::CSettingsCache | static |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_GADGET_EXPORT(EXPORT_MACRO) | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_MOC_INCLUDEQ_MOC_INCLUDE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList | QObject | |
QT_NO_CONTEXTLESS_CONNECTQT_NO_CONTEXTLESS_CONNECT | QObject | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
receivers(const char *signal) const const | QObject | protected |
relativeFilePath() | swift::misc::CSettingsCache | static |
removeEventFilter(QObject *obj) | QObject | |
saveToFiles(const QString &directory, const QString &keyPrefix={}) | swift::misc::CValueCache | |
saveToFiles(const QString &directory, const QStringList &keys) | swift::misc::CValueCache | |
saveToFiles(const QString &directory, const CVariantMap &values, const QString &keysMessage={}) const | swift::misc::CValueCache | protected |
saveToJson(const QString &keyPrefix={}) const | swift::misc::CValueCache | |
saveToStore(const QString &keyPrefix={}) | swift::misc::CSettingsCache | |
saveToStore(const QStringList &keys) | swift::misc::CSettingsCache | |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setObjectName(QAnyStringView name) | QObject | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, QVariant &&value) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
signalsBlocked() const const | QObject | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::nanoseconds interval, Qt::TimerType timerType) | QObject | |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
TimerId enum name | QObject | |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
valuesChangedByLocal(const swift::misc::CValueCachePacket &values) | swift::misc::CValueCache | signal |
valuesSaveRequested(const swift::misc::CValueCachePacket &values) | swift::misc::CValueCache | signal |
~BatchGuard() | swift::misc::CValueCache | |
~QObject() | QObject | virtual |