diff --git a/Doxyfile b/Doxyfile index 1f204e9..503d170 100644 --- a/Doxyfile +++ b/Doxyfile @@ -504,25 +504,25 @@ EXTRACT_ALL = YES # be included in the documentation. # The default value is: NO. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual # methods of a class will be included in the documentation. # The default value is: NO. -EXTRACT_PRIV_VIRTUAL = NO +EXTRACT_PRIV_VIRTUAL = YES # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation. # The default value is: NO. -EXTRACT_PACKAGE = NO +EXTRACT_PACKAGE = YES # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, @@ -538,7 +538,7 @@ EXTRACT_LOCAL_CLASSES = YES # included. # The default value is: NO. -EXTRACT_LOCAL_METHODS = NO +EXTRACT_LOCAL_METHODS = YES # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called @@ -547,7 +547,7 @@ EXTRACT_LOCAL_METHODS = NO # are hidden. # The default value is: NO. -EXTRACT_ANON_NSPACES = NO +EXTRACT_ANON_NSPACES = YES # If this flag is set to YES, the name of an unnamed parameter in a declaration # will be determined by the corresponding definition. By default unnamed @@ -659,7 +659,7 @@ INLINE_INFO = YES # name. If set to NO, the members will appear in declaration order. # The default value is: YES. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member @@ -1535,7 +1535,7 @@ TOC_EXPAND = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_QHP = NO +GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify # the file name of the resulting .qch file. The path specified is relative to @@ -2368,13 +2368,13 @@ SKIP_FUNCTION_MACROS = YES # the path). If a tag file is not located in the directory in which doxygen is # run, you must also specify the path to the tagfile here. -TAGFILES = +TAGFILES = qtsources.tags # When a file name is specified after GENERATE_TAGFILE, doxygen will create a # tag file that is based on the input files it reads. See section "Linking to # external documentation" for more information about the usage of tag files. -GENERATE_TAGFILE = +GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES, all external class will be listed in # the class index. If set to NO, only the inherited external classes will be diff --git a/qtsources.tags b/qtsources.tags new file mode 100644 index 0000000..9ba6a06 --- /dev/null +++ b/qtsources.tags @@ -0,0 +1,77889 @@ + + + + QAbstractAnimation + https://doc.qt.io/qt-6/qabstractanimation.html + QObject + + DeletionPolicy + https://doc.qt.io/qt-6/qabstractanimation.html + DeletionPolicy-enum + + + KeepWhenStopped + https://doc.qt.io/qt-6/qabstractanimation.html + DeletionPolicy-enum + + + + DeleteWhenStopped + https://doc.qt.io/qt-6/qabstractanimation.html + DeletionPolicy-enum + + + + Direction + https://doc.qt.io/qt-6/qabstractanimation.html + Direction-enum + + + Forward + https://doc.qt.io/qt-6/qabstractanimation.html + Direction-enum + + + + Backward + https://doc.qt.io/qt-6/qabstractanimation.html + Direction-enum + + + + State + https://doc.qt.io/qt-6/qabstractanimation.html + State-enum + + + Stopped + https://doc.qt.io/qt-6/qabstractanimation.html + State-enum + + + + Paused + https://doc.qt.io/qt-6/qabstractanimation.html + State-enum + + + + Running + https://doc.qt.io/qt-6/qabstractanimation.html + State-enum + + + + + QAbstractAnimation + https://doc.qt.io/qt-6/qabstractanimation.html + QAbstractAnimation + (QObject *parent) + + + QBindable<QAbstractAnimation::Direction> + bindableDirection + https://doc.qt.io/qt-6/qabstractanimation.html + direction-prop + () + + + QBindable<int> + bindableCurrentTime + https://doc.qt.io/qt-6/qabstractanimation.html + currentTime-prop + () + + + QBindable<int> + bindableLoopCount + https://doc.qt.io/qt-6/qabstractanimation.html + loopCount-prop + () + + + virtual bool + event + https://doc.qt.io/qt-6/qabstractanimation.html + event + (QEvent *event) override + + + void + currentLoopChanged + https://doc.qt.io/qt-6/qabstractanimation.html + currentLoopChanged + (int currentLoop) + + + void + directionChanged + https://doc.qt.io/qt-6/qabstractanimation.html + directionChanged + (QAbstractAnimation::Direction newDirection) + + + void + finished + https://doc.qt.io/qt-6/qabstractanimation.html + finished + () + + + void + pause + https://doc.qt.io/qt-6/qabstractanimation.html + pause + () + + + void + resume + https://doc.qt.io/qt-6/qabstractanimation.html + resume + () + + + void + setCurrentTime + https://doc.qt.io/qt-6/qabstractanimation.html + currentTime-prop + (int msecs) + + + void + setDirection + https://doc.qt.io/qt-6/qabstractanimation.html + direction-prop + (QAbstractAnimation::Direction direction) + + + void + setLoopCount + https://doc.qt.io/qt-6/qabstractanimation.html + loopCount-prop + (int loopCount) + + + void + setPaused + https://doc.qt.io/qt-6/qabstractanimation.html + setPaused + (bool paused) + + + void + start + https://doc.qt.io/qt-6/qabstractanimation.html + start + (QAbstractAnimation::DeletionPolicy policy) + + + void + stateChanged + https://doc.qt.io/qt-6/qabstractanimation.html + stateChanged + (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) + + + void + stop + https://doc.qt.io/qt-6/qabstractanimation.html + stop + () + + + virtual void + updateCurrentTime + https://doc.qt.io/qt-6/qabstractanimation.html + updateCurrentTime + (int currentTime) = 0 + + + virtual void + updateDirection + https://doc.qt.io/qt-6/qabstractanimation.html + updateDirection + (QAbstractAnimation::Direction direction) + + + virtual void + updateState + https://doc.qt.io/qt-6/qabstractanimation.html + updateState + (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) + + + virtual + ~QAbstractAnimation + https://doc.qt.io/qt-6/qabstractanimation.html + dtor.QAbstractAnimation + () + + + QAbstractAnimation::Direction + direction + https://doc.qt.io/qt-6/qabstractanimation.html + direction-prop + () const const + + + QAbstractAnimation::State + state + https://doc.qt.io/qt-6/qabstractanimation.html + state-prop + () const const + + + QAnimationGroup * + group + https://doc.qt.io/qt-6/qabstractanimation.html + group + () const const + + + QBindable<QAbstractAnimation::State> + bindableState + https://doc.qt.io/qt-6/qabstractanimation.html + state-prop + () const const + + + QBindable<int> + bindableCurrentLoop + https://doc.qt.io/qt-6/qabstractanimation.html + currentLoop-prop + () const const + + + int + currentLoop + https://doc.qt.io/qt-6/qabstractanimation.html + currentLoop-prop + () const const + + + int + currentLoopTime + https://doc.qt.io/qt-6/qabstractanimation.html + currentLoopTime + () const const + + + int + currentTime + https://doc.qt.io/qt-6/qabstractanimation.html + currentTime-prop + () const const + + + virtual int + duration + https://doc.qt.io/qt-6/qabstractanimation.html + duration + () const const = 0 + + + int + loopCount + https://doc.qt.io/qt-6/qabstractanimation.html + loopCount-prop + () const const + + + int + totalDuration + https://doc.qt.io/qt-6/qabstractanimation.html + totalDuration + () const const + + + currentLoop + https://doc.qt.io/qt-6/qabstractanimation.html + currentLoop-prop + + + + currentTime + https://doc.qt.io/qt-6/qabstractanimation.html + currentTime-prop + + + + direction + https://doc.qt.io/qt-6/qabstractanimation.html + direction-prop + + + + duration + https://doc.qt.io/qt-6/qabstractanimation.html + duration-prop + + + + loopCount + https://doc.qt.io/qt-6/qabstractanimation.html + loopCount-prop + + + + state + https://doc.qt.io/qt-6/qabstractanimation.html + state-prop + + + + + QAbstractEventDispatcher + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + QObject + QAbstractEventDispatcher::TimerInfo + + QAbstractEventDispatcher * + instance + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + instance + (QThread *thread) + + + + QAbstractEventDispatcher + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + QAbstractEventDispatcher + (QObject *parent) + + + bool + filterNativeEvent + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + filterNativeEvent + (const QByteArray &eventType, void *message, qintptr *result) + + + virtual bool + processEvents + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + processEvents + (QEventLoop::ProcessEventsFlags flags) = 0 + + + virtual bool + unregisterTimer + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + unregisterTimer + (int timerId) = 0 + + + virtual bool + unregisterTimers + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + unregisterTimers + (QObject *object) = 0 + + + int + registerTimer + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + registerTimer + (qint64 interval, Qt::TimerType timerType, QObject *object) + + + virtual int + remainingTime + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + remainingTime + (int timerId) = 0 + + + void + aboutToBlock + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + aboutToBlock + () + + + void + awake + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + awake + () + + + void + installNativeEventFilter + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + installNativeEventFilter + (QAbstractNativeEventFilter *filterObj) + + + virtual void + interrupt + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + interrupt + () = 0 + + + virtual void + registerSocketNotifier + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + registerSocketNotifier + (QSocketNotifier *notifier) = 0 + + + virtual void + registerTimer + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + registerTimer-1 + (int timerId, qint64 interval, Qt::TimerType timerType, QObject *object) = 0 + + + void + removeNativeEventFilter + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + removeNativeEventFilter + (QAbstractNativeEventFilter *filter) + + + virtual void + unregisterSocketNotifier + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + unregisterSocketNotifier + (QSocketNotifier *notifier) = 0 + + + virtual void + wakeUp + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + wakeUp + () = 0 + + + virtual + ~QAbstractEventDispatcher + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + dtor.QAbstractEventDispatcher + () + + + virtual QList<QAbstractEventDispatcher::TimerInfo> + registeredTimers + https://doc.qt.io/qt-6/qabstracteventdispatcher.html + registeredTimers + (QObject *object) const const = 0 + + + + QAbstractEventDispatcher::TimerInfo + https://doc.qt.io/qt-6/qabstracteventdispatcher-timerinfo.html + + + TimerInfo + https://doc.qt.io/qt-6/qabstracteventdispatcher-timerinfo.html + TimerInfo + (int timerId, int interval, Qt::TimerType timerType) + + + + QAbstractItemModel + https://doc.qt.io/qt-6/qabstractitemmodel.html + QObject + + CheckIndexOption + https://doc.qt.io/qt-6/qabstractitemmodel.html + CheckIndexOption-enum + + + NoOption + https://doc.qt.io/qt-6/qabstractitemmodel.html + CheckIndexOption-enum + + + + IndexIsValid + https://doc.qt.io/qt-6/qabstractitemmodel.html + CheckIndexOption-enum + + + + DoNotUseParent + https://doc.qt.io/qt-6/qabstractitemmodel.html + CheckIndexOption-enum + + + + ParentIsInvalid + https://doc.qt.io/qt-6/qabstractitemmodel.html + CheckIndexOption-enum + + + + LayoutChangeHint + https://doc.qt.io/qt-6/qabstractitemmodel.html + LayoutChangeHint-enum + + + NoLayoutChangeHint + https://doc.qt.io/qt-6/qabstractitemmodel.html + LayoutChangeHint-enum + + + + VerticalSortHint + https://doc.qt.io/qt-6/qabstractitemmodel.html + LayoutChangeHint-enum + + + + HorizontalSortHint + https://doc.qt.io/qt-6/qabstractitemmodel.html + LayoutChangeHint-enum + + + + + QAbstractItemModel + https://doc.qt.io/qt-6/qabstractitemmodel.html + QAbstractItemModel + (QObject *parent) + + + bool + beginMoveColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginMoveColumns + (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) + + + bool + beginMoveRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginMoveRows + (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) + + + virtual bool + clearItemData + https://doc.qt.io/qt-6/qabstractitemmodel.html + clearItemData + (const QModelIndex &index) + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qabstractitemmodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) + + + bool + insertColumn + https://doc.qt.io/qt-6/qabstractitemmodel.html + insertColumn + (int column, const QModelIndex &parent) + + + virtual bool + insertColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + insertColumns + (int column, int count, const QModelIndex &parent) + + + bool + insertRow + https://doc.qt.io/qt-6/qabstractitemmodel.html + insertRow + (int row, const QModelIndex &parent) + + + virtual bool + insertRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + insertRows + (int row, int count, const QModelIndex &parent) + + + bool + moveColumn + https://doc.qt.io/qt-6/qabstractitemmodel.html + moveColumn + (const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild) + + + virtual bool + moveColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + moveColumns + (const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) + + + bool + moveRow + https://doc.qt.io/qt-6/qabstractitemmodel.html + moveRow + (const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild) + + + virtual bool + moveRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + moveRows + (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) + + + bool + removeColumn + https://doc.qt.io/qt-6/qabstractitemmodel.html + removeColumn + (int column, const QModelIndex &parent) + + + virtual bool + removeColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + removeColumns + (int column, int count, const QModelIndex &parent) + + + bool + removeRow + https://doc.qt.io/qt-6/qabstractitemmodel.html + removeRow + (int row, const QModelIndex &parent) + + + virtual bool + removeRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + removeRows + (int row, int count, const QModelIndex &parent) + + + virtual bool + setData + https://doc.qt.io/qt-6/qabstractitemmodel.html + setData + (const QModelIndex &index, const QVariant &value, int role) + + + virtual bool + setHeaderData + https://doc.qt.io/qt-6/qabstractitemmodel.html + setHeaderData + (int section, Qt::Orientation orientation, const QVariant &value, int role) + + + virtual bool + setItemData + https://doc.qt.io/qt-6/qabstractitemmodel.html + setItemData + (const QModelIndex &index, const QMap<int, QVariant> &roles) + + + virtual bool + submit + https://doc.qt.io/qt-6/qabstractitemmodel.html + submit + () + + + void + beginInsertColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginInsertColumns + (const QModelIndex &parent, int first, int last) + + + void + beginInsertRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginInsertRows + (const QModelIndex &parent, int first, int last) + + + void + beginRemoveColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginRemoveColumns + (const QModelIndex &parent, int first, int last) + + + void + beginRemoveRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginRemoveRows + (const QModelIndex &parent, int first, int last) + + + void + beginResetModel + https://doc.qt.io/qt-6/qabstractitemmodel.html + beginResetModel + () + + + void + changePersistentIndex + https://doc.qt.io/qt-6/qabstractitemmodel.html + changePersistentIndex + (const QModelIndex &from, const QModelIndex &to) + + + void + changePersistentIndexList + https://doc.qt.io/qt-6/qabstractitemmodel.html + changePersistentIndexList + (const QModelIndexList &from, const QModelIndexList &to) + + + void + columnsAboutToBeInserted + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnsAboutToBeInserted + (const QModelIndex &parent, int first, int last) + + + void + columnsAboutToBeMoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnsAboutToBeMoved + (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) + + + void + columnsAboutToBeRemoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnsAboutToBeRemoved + (const QModelIndex &parent, int first, int last) + + + void + columnsInserted + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnsInserted + (const QModelIndex &parent, int first, int last) + + + void + columnsMoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnsMoved + (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) + + + void + columnsRemoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnsRemoved + (const QModelIndex &parent, int first, int last) + + + void + dataChanged + https://doc.qt.io/qt-6/qabstractitemmodel.html + dataChanged + (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList<int> &roles) + + + void + endInsertColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + endInsertColumns + () + + + void + endInsertRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + endInsertRows + () + + + void + endMoveColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + endMoveColumns + () + + + void + endMoveRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + endMoveRows + () + + + void + endRemoveColumns + https://doc.qt.io/qt-6/qabstractitemmodel.html + endRemoveColumns + () + + + void + endRemoveRows + https://doc.qt.io/qt-6/qabstractitemmodel.html + endRemoveRows + () + + + void + endResetModel + https://doc.qt.io/qt-6/qabstractitemmodel.html + endResetModel + () + + + virtual void + fetchMore + https://doc.qt.io/qt-6/qabstractitemmodel.html + fetchMore + (const QModelIndex &parent) + + + void + headerDataChanged + https://doc.qt.io/qt-6/qabstractitemmodel.html + headerDataChanged + (Qt::Orientation orientation, int first, int last) + + + void + layoutAboutToBeChanged + https://doc.qt.io/qt-6/qabstractitemmodel.html + layoutAboutToBeChanged + (const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) + + + void + layoutChanged + https://doc.qt.io/qt-6/qabstractitemmodel.html + layoutChanged + (const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) + + + void + modelAboutToBeReset + https://doc.qt.io/qt-6/qabstractitemmodel.html + modelAboutToBeReset + () + + + void + modelReset + https://doc.qt.io/qt-6/qabstractitemmodel.html + modelReset + () + + + virtual void + resetInternalData + https://doc.qt.io/qt-6/qabstractitemmodel.html + resetInternalData + () + + + virtual void + revert + https://doc.qt.io/qt-6/qabstractitemmodel.html + revert + () + + + void + rowsAboutToBeInserted + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowsAboutToBeInserted + (const QModelIndex &parent, int start, int end) + + + void + rowsAboutToBeMoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowsAboutToBeMoved + (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) + + + void + rowsAboutToBeRemoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowsAboutToBeRemoved + (const QModelIndex &parent, int first, int last) + + + void + rowsInserted + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowsInserted + (const QModelIndex &parent, int first, int last) + + + void + rowsMoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowsMoved + (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) + + + void + rowsRemoved + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowsRemoved + (const QModelIndex &parent, int first, int last) + + + virtual void + sort + https://doc.qt.io/qt-6/qabstractitemmodel.html + sort + (int column, Qt::SortOrder order) + + + virtual + ~QAbstractItemModel + https://doc.qt.io/qt-6/qabstractitemmodel.html + dtor.QAbstractItemModel + () + + + virtual QHash<int, QByteArray> + roleNames + https://doc.qt.io/qt-6/qabstractitemmodel.html + roleNames + () const const + + + virtual QMap<int, QVariant> + itemData + https://doc.qt.io/qt-6/qabstractitemmodel.html + itemData + (const QModelIndex &index) const const + + + virtual QMimeData * + mimeData + https://doc.qt.io/qt-6/qabstractitemmodel.html + mimeData + (const QModelIndexList &indexes) const const + + + virtual QModelIndex + buddy + https://doc.qt.io/qt-6/qabstractitemmodel.html + buddy + (const QModelIndex &index) const const + + + QModelIndex + createIndex + https://doc.qt.io/qt-6/qabstractitemmodel.html + createIndex + (int row, int column, const void *ptr) const const + + + QModelIndex + createIndex + https://doc.qt.io/qt-6/qabstractitemmodel.html + createIndex-1 + (int row, int column, quintptr id) const const + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qabstractitemmodel.html + index + (int row, int column, const QModelIndex &parent) const const = 0 + + + virtual QModelIndex + parent + https://doc.qt.io/qt-6/qabstractitemmodel.html + parent + (const QModelIndex &index) const const = 0 + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qabstractitemmodel.html + sibling + (int row, int column, const QModelIndex &index) const const + + + virtual QModelIndexList + match + https://doc.qt.io/qt-6/qabstractitemmodel.html + match + (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const const + + + QModelIndexList + persistentIndexList + https://doc.qt.io/qt-6/qabstractitemmodel.html + persistentIndexList + () const const + + + virtual QSize + span + https://doc.qt.io/qt-6/qabstractitemmodel.html + span + (const QModelIndex &index) const const + + + virtual QStringList + mimeTypes + https://doc.qt.io/qt-6/qabstractitemmodel.html + mimeTypes + () const const + + + virtual QVariant + data + https://doc.qt.io/qt-6/qabstractitemmodel.html + data + (const QModelIndex &index, int role) const const = 0 + + + virtual QVariant + headerData + https://doc.qt.io/qt-6/qabstractitemmodel.html + headerData + (int section, Qt::Orientation orientation, int role) const const + + + virtual Qt::DropActions + supportedDragActions + https://doc.qt.io/qt-6/qabstractitemmodel.html + supportedDragActions + () const const + + + virtual Qt::DropActions + supportedDropActions + https://doc.qt.io/qt-6/qabstractitemmodel.html + supportedDropActions + () const const + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qabstractitemmodel.html + flags + (const QModelIndex &index) const const + + + virtual bool + canDropMimeData + https://doc.qt.io/qt-6/qabstractitemmodel.html + canDropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const const + + + virtual bool + canFetchMore + https://doc.qt.io/qt-6/qabstractitemmodel.html + canFetchMore + (const QModelIndex &parent) const const + + + bool + checkIndex + https://doc.qt.io/qt-6/qabstractitemmodel.html + checkIndex + (const QModelIndex &index, QAbstractItemModel::CheckIndexOptions options) const const + + + virtual bool + hasChildren + https://doc.qt.io/qt-6/qabstractitemmodel.html + hasChildren + (const QModelIndex &parent) const const + + + bool + hasIndex + https://doc.qt.io/qt-6/qabstractitemmodel.html + hasIndex + (int row, int column, const QModelIndex &parent) const const + + + virtual int + columnCount + https://doc.qt.io/qt-6/qabstractitemmodel.html + columnCount + (const QModelIndex &parent) const const = 0 + + + virtual int + rowCount + https://doc.qt.io/qt-6/qabstractitemmodel.html + rowCount + (const QModelIndex &parent) const const = 0 + + + virtual void + multiData + https://doc.qt.io/qt-6/qabstractitemmodel.html + multiData + (const QModelIndex &index, QModelRoleDataSpan roleDataSpan) const const + + + CheckIndexOptions + https://doc.qt.io/qt-6/qabstractitemmodel.html + CheckIndexOption-enum + + + + + QAbstractListModel + https://doc.qt.io/qt-6/qabstractlistmodel.html + QAbstractItemModel + + + QAbstractListModel + https://doc.qt.io/qt-6/qabstractlistmodel.html + QAbstractListModel + (QObject *parent) + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qabstractlistmodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override + + + virtual + ~QAbstractListModel + https://doc.qt.io/qt-6/qabstractlistmodel.html + dtor.QAbstractListModel + () + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qabstractlistmodel.html + index + (int row, int column, const QModelIndex &parent) const const override + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qabstractlistmodel.html + sibling + (int row, int column, const QModelIndex &idx) const const override + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qabstractlistmodel.html + flags + (const QModelIndex &index) const const override + + + + QAbstractNativeEventFilter + https://doc.qt.io/qt-6/qabstractnativeeventfilter.html + + + QAbstractNativeEventFilter + https://doc.qt.io/qt-6/qabstractnativeeventfilter.html + QAbstractNativeEventFilter + () + + + virtual bool + nativeEventFilter + https://doc.qt.io/qt-6/qabstractnativeeventfilter.html + nativeEventFilter + (const QByteArray &eventType, void *message, qintptr *result) = 0 + + + virtual + ~QAbstractNativeEventFilter + https://doc.qt.io/qt-6/qabstractnativeeventfilter.html + dtor.QAbstractNativeEventFilter + () + + + + QAbstractProxyModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + QAbstractItemModel + + + QAbstractProxyModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + QAbstractProxyModel + (QObject *parent) + + + QBindable<QAbstractItemModel *> + bindableSourceModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + sourceModel-prop + () + + + virtual bool + clearItemData + https://doc.qt.io/qt-6/qabstractproxymodel.html + clearItemData + (const QModelIndex &index) override + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qabstractproxymodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override + + + virtual bool + setData + https://doc.qt.io/qt-6/qabstractproxymodel.html + setData + (const QModelIndex &index, const QVariant &value, int role) override + + + virtual bool + setHeaderData + https://doc.qt.io/qt-6/qabstractproxymodel.html + setHeaderData + (int section, Qt::Orientation orientation, const QVariant &value, int role) override + + + virtual bool + setItemData + https://doc.qt.io/qt-6/qabstractproxymodel.html + setItemData + (const QModelIndex &index, const QMap<int, QVariant> &roles) override + + + virtual bool + submit + https://doc.qt.io/qt-6/qabstractproxymodel.html + submit + () override + + + virtual void + fetchMore + https://doc.qt.io/qt-6/qabstractproxymodel.html + fetchMore + (const QModelIndex &parent) override + + + virtual void + revert + https://doc.qt.io/qt-6/qabstractproxymodel.html + revert + () override + + + virtual void + setSourceModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + setSourceModel + (QAbstractItemModel *sourceModel) + + + virtual void + sort + https://doc.qt.io/qt-6/qabstractproxymodel.html + sort + (int column, Qt::SortOrder order) override + + + void + sourceModelChanged + https://doc.qt.io/qt-6/qabstractproxymodel.html + sourceModel-prop + () + + + virtual + ~QAbstractProxyModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + dtor.QAbstractProxyModel + () + + + QAbstractItemModel * + sourceModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + sourceModel + () const const + + + virtual QHash<int, QByteArray> + roleNames + https://doc.qt.io/qt-6/qabstractproxymodel.html + roleNames + () const const override + + + virtual QItemSelection + mapSelectionFromSource + https://doc.qt.io/qt-6/qabstractproxymodel.html + mapSelectionFromSource + (const QItemSelection &sourceSelection) const const + + + virtual QItemSelection + mapSelectionToSource + https://doc.qt.io/qt-6/qabstractproxymodel.html + mapSelectionToSource + (const QItemSelection &proxySelection) const const + + + virtual QMap<int, QVariant> + itemData + https://doc.qt.io/qt-6/qabstractproxymodel.html + itemData + (const QModelIndex &proxyIndex) const const override + + + virtual QMimeData * + mimeData + https://doc.qt.io/qt-6/qabstractproxymodel.html + mimeData + (const QModelIndexList &indexes) const const override + + + virtual QModelIndex + buddy + https://doc.qt.io/qt-6/qabstractproxymodel.html + buddy + (const QModelIndex &index) const const override + + + QModelIndex + createSourceIndex + https://doc.qt.io/qt-6/qabstractproxymodel.html + createSourceIndex + (int row, int col, void *internalPtr) const const + + + virtual QModelIndex + mapFromSource + https://doc.qt.io/qt-6/qabstractproxymodel.html + mapFromSource + (const QModelIndex &sourceIndex) const const = 0 + + + virtual QModelIndex + mapToSource + https://doc.qt.io/qt-6/qabstractproxymodel.html + mapToSource + (const QModelIndex &proxyIndex) const const = 0 + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qabstractproxymodel.html + sibling + (int row, int column, const QModelIndex &idx) const const override + + + virtual QSize + span + https://doc.qt.io/qt-6/qabstractproxymodel.html + span + (const QModelIndex &index) const const override + + + virtual QStringList + mimeTypes + https://doc.qt.io/qt-6/qabstractproxymodel.html + mimeTypes + () const const override + + + virtual QVariant + data + https://doc.qt.io/qt-6/qabstractproxymodel.html + data + (const QModelIndex &proxyIndex, int role) const const override + + + virtual QVariant + headerData + https://doc.qt.io/qt-6/qabstractproxymodel.html + headerData + (int section, Qt::Orientation orientation, int role) const const override + + + virtual Qt::DropActions + supportedDragActions + https://doc.qt.io/qt-6/qabstractproxymodel.html + supportedDragActions + () const const override + + + virtual Qt::DropActions + supportedDropActions + https://doc.qt.io/qt-6/qabstractproxymodel.html + supportedDropActions + () const const override + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qabstractproxymodel.html + flags + (const QModelIndex &index) const const override + + + virtual bool + canDropMimeData + https://doc.qt.io/qt-6/qabstractproxymodel.html + canDropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const const override + + + virtual bool + canFetchMore + https://doc.qt.io/qt-6/qabstractproxymodel.html + canFetchMore + (const QModelIndex &parent) const const override + + + virtual bool + hasChildren + https://doc.qt.io/qt-6/qabstractproxymodel.html + hasChildren + (const QModelIndex &parent) const const override + + + sourceModel + https://doc.qt.io/qt-6/qabstractproxymodel.html + sourceModel-prop + + + + + QAbstractTableModel + https://doc.qt.io/qt-6/qabstracttablemodel.html + QAbstractItemModel + + + QAbstractTableModel + https://doc.qt.io/qt-6/qabstracttablemodel.html + QAbstractTableModel + (QObject *parent) + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qabstracttablemodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override + + + virtual + ~QAbstractTableModel + https://doc.qt.io/qt-6/qabstracttablemodel.html + dtor.QAbstractTableModel + () + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qabstracttablemodel.html + index + (int row, int column, const QModelIndex &parent) const const override + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qabstracttablemodel.html + sibling + (int row, int column, const QModelIndex &idx) const const override + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qabstracttablemodel.html + flags + (const QModelIndex &index) const const override + + + + QAdoptSharedDataTag + https://doc.qt.io/qt-6/qadoptshareddatatag.html + + + QAndroidActivityResultReceiver + https://doc.qt.io/qt-6/qandroidactivityresultreceiver.html + + virtual void + handleActivityResult + https://doc.qt.io/qt-6/qandroidactivityresultreceiver.html + handleActivityResult + (int receiverRequestCode, int resultCode, const QJniObject &data) = 0 + + + + QAndroidBinder + https://doc.qt.io/qt-6/qandroidbinder.html + + CallType + https://doc.qt.io/qt-6/qandroidbinder.html + CallType-enum + + + Normal + https://doc.qt.io/qt-6/qandroidbinder.html + CallType-enum + + + + OneWay + https://doc.qt.io/qt-6/qandroidbinder.html + CallType-enum + + + + + QAndroidBinder + https://doc.qt.io/qt-6/qandroidbinder.html + QAndroidBinder + () + + + + QAndroidBinder + https://doc.qt.io/qt-6/qandroidbinder.html + QAndroidBinder-1 + (const QJniObject &binder) + + + virtual bool + onTransact + https://doc.qt.io/qt-6/qandroidbinder.html + onTransact + (int code, const QAndroidParcel &data, const QAndroidParcel &reply, QAndroidBinder::CallType flags) + + + QJniObject + handle + https://doc.qt.io/qt-6/qandroidbinder.html + handle + () const const + + + bool + transact + https://doc.qt.io/qt-6/qandroidbinder.html + transact + (int code, const QAndroidParcel &data, QAndroidParcel *reply, QAndroidBinder::CallType flags) const const + + + + QAndroidIntent + https://doc.qt.io/qt-6/qandroidintent.html + + + QAndroidIntent + https://doc.qt.io/qt-6/qandroidintent.html + QAndroidIntent + () + + + + QAndroidIntent + https://doc.qt.io/qt-6/qandroidintent.html + QAndroidIntent-1 + (const QJniObject &intent) + + + + QAndroidIntent + https://doc.qt.io/qt-6/qandroidintent.html + QAndroidIntent-3 + (const QJniObject &packageContext, const char *className) + + + + QAndroidIntent + https://doc.qt.io/qt-6/qandroidintent.html + QAndroidIntent-2 + (const QString &action) + + + QByteArray + extraBytes + https://doc.qt.io/qt-6/qandroidintent.html + extraBytes + (const QString &key) + + + QVariant + extraVariant + https://doc.qt.io/qt-6/qandroidintent.html + extraVariant + (const QString &key) + + + void + putExtra + https://doc.qt.io/qt-6/qandroidintent.html + putExtra + (const QString &key, const QByteArray &data) + + + void + putExtra + https://doc.qt.io/qt-6/qandroidintent.html + putExtra-1 + (const QString &key, const QVariant &value) + + + QJniObject + handle + https://doc.qt.io/qt-6/qandroidintent.html + handle + () const const + + + + QAndroidParcel + https://doc.qt.io/qt-6/qandroidparcel.html + + + QAndroidParcel + https://doc.qt.io/qt-6/qandroidparcel.html + QAndroidParcel + () + + + + QAndroidParcel + https://doc.qt.io/qt-6/qandroidparcel.html + QAndroidParcel-1 + (const QJniObject &parcel) + + + QAndroidBinder + readBinder + https://doc.qt.io/qt-6/qandroidparcel.html + readBinder + () const const + + + QByteArray + readData + https://doc.qt.io/qt-6/qandroidparcel.html + readData + () const const + + + QJniObject + handle + https://doc.qt.io/qt-6/qandroidparcel.html + handle + () const const + + + QVariant + readVariant + https://doc.qt.io/qt-6/qandroidparcel.html + readVariant + () const const + + + int + readFileDescriptor + https://doc.qt.io/qt-6/qandroidparcel.html + readFileDescriptor + () const const + + + void + writeBinder + https://doc.qt.io/qt-6/qandroidparcel.html + writeBinder + (const QAndroidBinder &binder) const const + + + void + writeData + https://doc.qt.io/qt-6/qandroidparcel.html + writeData + (const QByteArray &data) const const + + + void + writeFileDescriptor + https://doc.qt.io/qt-6/qandroidparcel.html + writeFileDescriptor + (int fd) const const + + + void + writeVariant + https://doc.qt.io/qt-6/qandroidparcel.html + writeVariant + (const QVariant &value) const const + + + + QAndroidService + https://doc.qt.io/qt-6/qandroidservice.html + QCoreApplication + + virtual QAndroidBinder * + onBind + https://doc.qt.io/qt-6/qandroidservice.html + onBind + (const QAndroidIntent &intent) + + + + QAndroidService + https://doc.qt.io/qt-6/qandroidservice.html + QAndroidService + (int &argc, char **argv) + + + + QAndroidService + https://doc.qt.io/qt-6/qandroidservice.html + QAndroidService-1 + (int &argc, char **argv, const std::function<QAndroidBinder *(const QAndroidIntent &)> &binder) + + + + QAndroidServiceConnection + https://doc.qt.io/qt-6/qandroidserviceconnection.html + + + QAndroidServiceConnection + https://doc.qt.io/qt-6/qandroidserviceconnection.html + QAndroidServiceConnection + () + + + + QAndroidServiceConnection + https://doc.qt.io/qt-6/qandroidserviceconnection.html + QAndroidServiceConnection-1 + (const QJniObject &serviceConnection) + + + virtual void + onServiceConnected + https://doc.qt.io/qt-6/qandroidserviceconnection.html + onServiceConnected + (const QString &name, const QAndroidBinder &serviceBinder) = 0 + + + virtual void + onServiceDisconnected + https://doc.qt.io/qt-6/qandroidserviceconnection.html + onServiceDisconnected + (const QString &name) = 0 + + + QJniObject + handle + https://doc.qt.io/qt-6/qandroidserviceconnection.html + handle + () const const + + + + QAnimationGroup + https://doc.qt.io/qt-6/qanimationgroup.html + QAbstractAnimation + + QAbstractAnimation * + takeAnimation + https://doc.qt.io/qt-6/qanimationgroup.html + takeAnimation + (int index) + + + + QAnimationGroup + https://doc.qt.io/qt-6/qanimationgroup.html + QAnimationGroup + (QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qanimationgroup.html + event + (QEvent *event) override + + + void + addAnimation + https://doc.qt.io/qt-6/qanimationgroup.html + addAnimation + (QAbstractAnimation *animation) + + + void + clear + https://doc.qt.io/qt-6/qanimationgroup.html + clear + () + + + void + insertAnimation + https://doc.qt.io/qt-6/qanimationgroup.html + insertAnimation + (int index, QAbstractAnimation *animation) + + + void + removeAnimation + https://doc.qt.io/qt-6/qanimationgroup.html + removeAnimation + (QAbstractAnimation *animation) + + + virtual + ~QAnimationGroup + https://doc.qt.io/qt-6/qanimationgroup.html + dtor.QAnimationGroup + () + + + QAbstractAnimation * + animationAt + https://doc.qt.io/qt-6/qanimationgroup.html + animationAt + (int index) const const + + + int + animationCount + https://doc.qt.io/qt-6/qanimationgroup.html + animationCount + () const const + + + int + indexOfAnimation + https://doc.qt.io/qt-6/qanimationgroup.html + indexOfAnimation + (QAbstractAnimation *animation) const const + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-1 + () + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-5 + (const Char (&)[N] string) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-4 + (const Char *first, const Char *last) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-6 + (const Char *str) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-3 + (const Char *str, qsizetype len) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-10 + (const Container &str) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-7 + (const QByteArray &str) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-8 + (const QString &str) + + + + QAnyStringView + https://doc.qt.io/qt-6/qanystringview.html + QAnyStringView-2 + (std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qanystringview.html + operator-not-eq + (QAnyStringView lhs, QAnyStringView rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qanystringview.html + operator-lt + (QAnyStringView lhs, QAnyStringView rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qanystringview.html + operator-lt-eq + (QAnyStringView lhs, QAnyStringView rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qanystringview.html + operator-eq-eq + (QAnyStringView lhs, QAnyStringView rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qanystringview.html + operator-gt + (QAnyStringView lhs, QAnyStringView rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qanystringview.html + operator-gt-eq + (QAnyStringView lhs, QAnyStringView rhs) + + + int + compare + https://doc.qt.io/qt-6/qanystringview.html + compare + (QAnyStringView lhs, QAnyStringView rhs, Qt::CaseSensitivity cs) + + + void + chop + https://doc.qt.io/qt-6/qanystringview.html + chop + (qsizetype n) + + + void + truncate + https://doc.qt.io/qt-6/qanystringview.html + truncate + (qsizetype n) + + + QAnyStringView + chopped + https://doc.qt.io/qt-6/qanystringview.html + chopped + (qsizetype n) const const + + + QAnyStringView + first + https://doc.qt.io/qt-6/qanystringview.html + first + (qsizetype n) const const + + + QAnyStringView + last + https://doc.qt.io/qt-6/qanystringview.html + last + (qsizetype n) const const + + + QAnyStringView + left + https://doc.qt.io/qt-6/qanystringview-obsolete.html + left + (qsizetype n) const const + + + QAnyStringView + mid + https://doc.qt.io/qt-6/qanystringview-obsolete.html + mid + (qsizetype pos, qsizetype n) const const + + + QAnyStringView + right + https://doc.qt.io/qt-6/qanystringview-obsolete.html + right + (qsizetype n) const const + + + QAnyStringView + sliced + https://doc.qt.io/qt-6/qanystringview.html + sliced + (qsizetype pos) const const + + + QAnyStringView + sliced + https://doc.qt.io/qt-6/qanystringview.html + sliced-1 + (qsizetype pos, qsizetype n) const const + + + QChar + back + https://doc.qt.io/qt-6/qanystringview.html + back + () const const + + + QChar + front + https://doc.qt.io/qt-6/qanystringview.html + front + () const const + + + QString + toString + https://doc.qt.io/qt-6/qanystringview.html + toString + () const const + + + bool + empty + https://doc.qt.io/qt-6/qanystringview.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qanystringview.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qanystringview.html + isNull + () const const + + + const void * + data + https://doc.qt.io/qt-6/qanystringview.html + data + () const const + + + decltype(auto) + visit + https://doc.qt.io/qt-6/qanystringview.html + visit + (auto) visit(Visitor &&v) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qanystringview.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qanystringview.html + size + () const const + + + qsizetype + size_bytes + https://doc.qt.io/qt-6/qanystringview.html + size_bytes + () const const + + + difference_type + https://doc.qt.io/qt-6/qanystringview.html + difference_type-typedef + + + + size_type + https://doc.qt.io/qt-6/qanystringview.html + size_type-typedef + + + + + QAssociativeIterable + https://doc.qt.io/qt-6/qassociativeiterable.html + QIterable + + QAssociativeIterable::iterator + mutableFind + https://doc.qt.io/qt-6/qassociativeiterable.html + mutableFind + (const QVariant &key) + + + bool + containsKey + https://doc.qt.io/qt-6/qassociativeiterable.html + containsKey + (const QVariant &key) + + + void + insertKey + https://doc.qt.io/qt-6/qassociativeiterable.html + insertKey + (const QVariant &key) + + + void + removeKey + https://doc.qt.io/qt-6/qassociativeiterable.html + removeKey + (const QVariant &key) + + + void + setValue + https://doc.qt.io/qt-6/qassociativeiterable.html + setValue + (const QVariant &key, const QVariant &mapped) + + + QAssociativeIterable::const_iterator + find + https://doc.qt.io/qt-6/qassociativeiterable.html + find + (const QVariant &key) const const + + + QVariant + value + https://doc.qt.io/qt-6/qassociativeiterable.html + value + (const QVariant &key) const const + + + BidirectionalConstIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + BidirectionalConstIterator-typedef + + + + BidirectionalIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + BidirectionalIterator-typedef + + + + ForwardConstIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + ForwardConstIterator-typedef + + + + ForwardIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + ForwardIterator-typedef + + + + InputConstIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + InputConstIterator-typedef + + + + InputIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + InputIterator-typedef + + + + RandomAccessConstIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + RandomAccessConstIterator-typedef + + + + RandomAccessIterator + https://doc.qt.io/qt-6/qassociativeiterable.html + RandomAccessIterator-typedef + + + + const_iterator + https://doc.qt.io/qt-6/qassociativeiterable.html + const_iterator-typedef + + + + iterator + https://doc.qt.io/qt-6/qassociativeiterable.html + iterator-typedef + + + + + QAtomicInt + https://doc.qt.io/qt-6/qatomicint.html + QAtomicInteger + + + QAtomicInt + https://doc.qt.io/qt-6/qatomicint.html + QAtomicInt + (int value) + + + + QAtomicInteger + https://doc.qt.io/qt-6/qatomicinteger.html + + + QAtomicInteger + https://doc.qt.io/qt-6/qatomicinteger.html + QAtomicInteger + (T value) + + + + QAtomicInteger + https://doc.qt.io/qt-6/qatomicinteger.html + QAtomicInteger-1 + (const QAtomicInteger<T> &other) + + + QAtomicInteger<T> & + operator= + https://doc.qt.io/qt-6/qatomicinteger.html + operator-eq-1 + (T) + + + QAtomicInteger<T> & + operator= + https://doc.qt.io/qt-6/qatomicinteger.html + operator-eq + (const QAtomicInteger<T> &other) + + + + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_ALWAYS_NATIVE + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_NOT_NATIVE + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_NOT_NATIVE + + + + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_SOMETIMES_NATIVE + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_WAIT_FREE + Q_ATOMIC_INTnn_FETCH_AND_ADD_IS_WAIT_FREE + + + + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_ALWAYS_NATIVE + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_NOT_NATIVE + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_NOT_NATIVE + + + + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_SOMETIMES_NATIVE + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_WAIT_FREE + Q_ATOMIC_INTnn_FETCH_AND_STORE_IS_WAIT_FREE + + + + Q_ATOMIC_INTnn_IS_SUPPORTED + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_IS_SUPPORTED + Q_ATOMIC_INTnn_IS_SUPPORTED + + + + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_ALWAYS_NATIVE + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_NOT_NATIVE + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_NOT_NATIVE + + + + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_SOMETIMES_NATIVE + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_WAIT_FREE + Q_ATOMIC_INTnn_REFERENCE_COUNTING_IS_WAIT_FREE + + + + Q_ATOMIC_INTnn_TEST_AND_SET_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_TEST_AND_SET_IS_ALWAYS_NATIVE + Q_ATOMIC_INTnn_TEST_AND_SET_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_INTnn_TEST_AND_SET_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_TEST_AND_SET_IS_NOT_NATIVE + Q_ATOMIC_INTnn_TEST_AND_SET_IS_NOT_NATIVE + + + + Q_ATOMIC_INTnn_TEST_AND_SET_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_TEST_AND_SET_IS_SOMETIMES_NATIVE + Q_ATOMIC_INTnn_TEST_AND_SET_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_INTnn_TEST_AND_SET_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicinteger.html + Q_ATOMIC_INTnn_TEST_AND_SET_IS_WAIT_FREE + Q_ATOMIC_INTnn_TEST_AND_SET_IS_WAIT_FREE + + + T + fetchAndAddAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAddAcquire + (T valueToAdd) + + + T + fetchAndAddOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAddOrdered + (T valueToAdd) + + + T + fetchAndAddRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAddRelaxed + (T valueToAdd) + + + T + fetchAndAddRelease + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAddRelease + (T valueToAdd) + + + T + fetchAndAndAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAndAcquire + (T valueToAnd) + + + T + fetchAndAndOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAndOrdered + (T valueToAnd) + + + T + fetchAndAndRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAndRelaxed + (T valueToAnd) + + + T + fetchAndAndRelease + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndAndRelease + (T valueToAnd) + + + T + fetchAndOrAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndOrAcquire + (T valueToOr) + + + T + fetchAndOrOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndOrOrdered + (T valueToOr) + + + T + fetchAndOrRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndOrRelaxed + (T valueToOr) + + + T + fetchAndOrRelease + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndOrRelease + (T valueToOr) + + + T + fetchAndStoreAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndStoreAcquire + (T newValue) + + + T + fetchAndStoreOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndStoreOrdered + (T newValue) + + + T + fetchAndStoreRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndStoreRelaxed + (T newValue) + + + T + fetchAndStoreRelease + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndStoreRelease + (T newValue) + + + T + fetchAndSubAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndSubAcquire + (T valueToSub) + + + T + fetchAndSubOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndSubOrdered + (T valueToSub) + + + T + fetchAndSubRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndSubRelaxed + (T valueToSub) + + + T + fetchAndSubRelease + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndSubRelease + (T valueToSub) + + + T + fetchAndXorAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndXorAcquire + (T valueToXor) + + + T + fetchAndXorOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndXorOrdered + (T valueToXor) + + + T + fetchAndXorRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndXorRelaxed + (T valueToXor) + + + T + fetchAndXorRelease + https://doc.qt.io/qt-6/qatomicinteger.html + fetchAndXorRelease + (T valueToXor) + + + T + operator&= + https://doc.qt.io/qt-6/qatomicinteger.html + operator-and-eq + (T value) + + + T + operator++ + https://doc.qt.io/qt-6/qatomicinteger.html + operator-2b-2b + () + + + T + operator++ + https://doc.qt.io/qt-6/qatomicinteger.html + operator-2b-2b-1 + (int) + + + T + operator+= + https://doc.qt.io/qt-6/qatomicinteger.html + operator-2b-eq + (T value) + + + T + operator-- + https://doc.qt.io/qt-6/qatomicinteger.html + operator-- + () + + + T + operator-- + https://doc.qt.io/qt-6/qatomicinteger.html + operator---1 + (int) + + + T + operator-= + https://doc.qt.io/qt-6/qatomicinteger.html + operator--eq + (T value) + + + T + operator^= + https://doc.qt.io/qt-6/qatomicinteger.html + operator-5e-eq + (T value) + + + T + operator|= + https://doc.qt.io/qt-6/qatomicinteger.html + operator-7c-eq + (T value) + + + bool + deref + https://doc.qt.io/qt-6/qatomicinteger.html + deref + () + + + bool + isFetchAndAddNative + https://doc.qt.io/qt-6/qatomicinteger.html + isFetchAndAddNative + () + + + bool + isFetchAndAddWaitFree + https://doc.qt.io/qt-6/qatomicinteger.html + isFetchAndAddWaitFree + () + + + bool + isFetchAndStoreNative + https://doc.qt.io/qt-6/qatomicinteger.html + isFetchAndStoreNative + () + + + bool + isFetchAndStoreWaitFree + https://doc.qt.io/qt-6/qatomicinteger.html + isFetchAndStoreWaitFree + () + + + bool + isReferenceCountingNative + https://doc.qt.io/qt-6/qatomicinteger.html + isReferenceCountingNative + () + + + bool + isReferenceCountingWaitFree + https://doc.qt.io/qt-6/qatomicinteger.html + isReferenceCountingWaitFree + () + + + bool + isTestAndSetNative + https://doc.qt.io/qt-6/qatomicinteger.html + isTestAndSetNative + () + + + bool + isTestAndSetWaitFree + https://doc.qt.io/qt-6/qatomicinteger.html + isTestAndSetWaitFree + () + + + bool + ref + https://doc.qt.io/qt-6/qatomicinteger.html + ref + () + + + bool + testAndSetAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetAcquire + (T expectedValue, T newValue) + + + bool + testAndSetAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetAcquire-1 + (T expectedValue, T newValue, T &currentValue) + + + bool + testAndSetOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetOrdered + (T expectedValue, T newValue) + + + bool + testAndSetOrdered + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetOrdered-1 + (T expectedValue, T newValue, T &currentValue) + + + bool + testAndSetRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetRelaxed + (T expectedValue, T newValue) + + + bool + testAndSetRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetRelaxed-1 + (T expectedValue, T newValue, T &currentValue) + + + bool + testAndSetRelease + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetRelease + (T expectedValue, T newValue) + + + bool + testAndSetRelease + https://doc.qt.io/qt-6/qatomicinteger.html + testAndSetRelease-1 + (T expectedValue, T newValue, T &currentValue) + + + void + storeRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + storeRelaxed + (T newValue) + + + void + storeRelease + https://doc.qt.io/qt-6/qatomicinteger.html + storeRelease + (T newValue) + + + T + loadAcquire + https://doc.qt.io/qt-6/qatomicinteger.html + loadAcquire + () const const + + + T + loadRelaxed + https://doc.qt.io/qt-6/qatomicinteger.html + loadRelaxed + () const const + + + T + operator T + https://doc.qt.io/qt-6/qatomicinteger.html + operator-T + () const const + + + + QAtomicPointer + https://doc.qt.io/qt-6/qatomicpointer.html + + + QAtomicPointer + https://doc.qt.io/qt-6/qatomicpointer.html + QAtomicPointer + (T *value) + + + + QAtomicPointer + https://doc.qt.io/qt-6/qatomicpointer.html + QAtomicPointer-1 + (const QAtomicPointer<T> &other) + + + QAtomicPointer<T> & + operator= + https://doc.qt.io/qt-6/qatomicpointer.html + operator-eq + (const QAtomicPointer<T> &other) + + + + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE + + + + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_SOMETIMES_NATIVE + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_WAIT_FREE + Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_WAIT_FREE + + + + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE + + + + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_SOMETIMES_NATIVE + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_WAIT_FREE + Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_WAIT_FREE + + + + Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE + Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE + + + + Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE + Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE + + + + Q_ATOMIC_POINTER_TEST_AND_SET_IS_SOMETIMES_NATIVE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_TEST_AND_SET_IS_SOMETIMES_NATIVE + Q_ATOMIC_POINTER_TEST_AND_SET_IS_SOMETIMES_NATIVE + + + + Q_ATOMIC_POINTER_TEST_AND_SET_IS_WAIT_FREE + https://doc.qt.io/qt-6/qatomicpointer.html + Q_ATOMIC_POINTER_TEST_AND_SET_IS_WAIT_FREE + Q_ATOMIC_POINTER_TEST_AND_SET_IS_WAIT_FREE + + + T * + fetchAndAddAcquire + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndAddAcquire + (qptrdiff valueToAdd) + + + T * + fetchAndAddOrdered + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndAddOrdered + (qptrdiff valueToAdd) + + + T * + fetchAndAddRelaxed + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndAddRelaxed + (qptrdiff valueToAdd) + + + T * + fetchAndAddRelease + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndAddRelease + (qptrdiff valueToAdd) + + + T * + fetchAndStoreAcquire + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndStoreAcquire + (T *newValue) + + + T * + fetchAndStoreOrdered + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndStoreOrdered + (T *newValue) + + + T * + fetchAndStoreRelaxed + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndStoreRelaxed + (T *newValue) + + + T * + fetchAndStoreRelease + https://doc.qt.io/qt-6/qatomicpointer.html + fetchAndStoreRelease + (T *newValue) + + + bool + isFetchAndAddNative + https://doc.qt.io/qt-6/qatomicpointer.html + isFetchAndAddNative + () + + + bool + isFetchAndAddWaitFree + https://doc.qt.io/qt-6/qatomicpointer.html + isFetchAndAddWaitFree + () + + + bool + isFetchAndStoreNative + https://doc.qt.io/qt-6/qatomicpointer.html + isFetchAndStoreNative + () + + + bool + isFetchAndStoreWaitFree + https://doc.qt.io/qt-6/qatomicpointer.html + isFetchAndStoreWaitFree + () + + + bool + isTestAndSetNative + https://doc.qt.io/qt-6/qatomicpointer.html + isTestAndSetNative + () + + + bool + isTestAndSetWaitFree + https://doc.qt.io/qt-6/qatomicpointer.html + isTestAndSetWaitFree + () + + + bool + testAndSetAcquire + https://doc.qt.io/qt-6/qatomicpointer.html + testAndSetAcquire + (T *expectedValue, T *newValue) + + + bool + testAndSetOrdered + https://doc.qt.io/qt-6/qatomicpointer.html + testAndSetOrdered + (T *expectedValue, T *newValue) + + + bool + testAndSetRelaxed + https://doc.qt.io/qt-6/qatomicpointer.html + testAndSetRelaxed + (T *expectedValue, T *newValue) + + + bool + testAndSetRelease + https://doc.qt.io/qt-6/qatomicpointer.html + testAndSetRelease + (T *expectedValue, T *newValue) + + + void + storeRelaxed + https://doc.qt.io/qt-6/qatomicpointer.html + storeRelaxed + (T *newValue) + + + void + storeRelease + https://doc.qt.io/qt-6/qatomicpointer.html + storeRelease + (T *newValue) + + + T * + loadAcquire + https://doc.qt.io/qt-6/qatomicpointer.html + loadAcquire + () const const + + + T * + loadRelaxed + https://doc.qt.io/qt-6/qatomicpointer.html + loadRelaxed + () const const + + + + QBEInteger + https://doc.qt.io/qt-6/qbeinteger.html + + + QBEInteger + https://doc.qt.io/qt-6/qbeinteger.html + QBEInteger + (T value) + + + QBEInteger<T> & + operator%= + https://doc.qt.io/qt-6/qbeinteger.html + operator-25-eq + (T i) + + + QBEInteger<T> & + operator&= + https://doc.qt.io/qt-6/qbeinteger.html + operator-and-eq + (T i) + + + QBEInteger<T> & + operator*= + https://doc.qt.io/qt-6/qbeinteger.html + operator-2a-eq + (T i) + + + QBEInteger<T> & + operator++ + https://doc.qt.io/qt-6/qbeinteger.html + operator-2b-2b + () + + + QBEInteger<T> & + operator+= + https://doc.qt.io/qt-6/qbeinteger.html + operator-2b-eq + (T i) + + + QBEInteger<T> & + operator-- + https://doc.qt.io/qt-6/qbeinteger.html + operator-- + () + + + QBEInteger<T> & + operator-= + https://doc.qt.io/qt-6/qbeinteger.html + operator--eq + (T i) + + + QBEInteger<T> & + operator/= + https://doc.qt.io/qt-6/qbeinteger.html + operator-2f-eq + (T i) + + + QBEInteger<T> & + operator<<= + https://doc.qt.io/qt-6/qbeinteger.html + operator-lt-lt-eq + (T i) + + + QBEInteger<T> & + operator= + https://doc.qt.io/qt-6/qbeinteger.html + operator-eq + (T i) + + + QBEInteger<T> & + operator>>= + https://doc.qt.io/qt-6/qbeinteger.html + operator-gt-gt-eq + (T i) + + + QBEInteger<T> & + operator^= + https://doc.qt.io/qt-6/qbeinteger.html + operator-5e-eq + (T i) + + + QBEInteger<T> & + operator|= + https://doc.qt.io/qt-6/qbeinteger.html + operator-7c-eq + (T i) + + + QBEInteger<T> + max + https://doc.qt.io/qt-6/qbeinteger.html + max + () + + + QBEInteger<T> + min + https://doc.qt.io/qt-6/qbeinteger.html + min + () + + + QBEInteger<T> + operator++ + https://doc.qt.io/qt-6/qbeinteger.html + operator-2b-2b-1 + (int) + + + QBEInteger<T> + operator-- + https://doc.qt.io/qt-6/qbeinteger.html + operator---1 + (int) + + + T + operator T + https://doc.qt.io/qt-6/qbeinteger.html + operator-T + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qbeinteger.html + operator-not-eq + (QBEInteger<T> other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qbeinteger.html + operator-eq-eq + (QBEInteger<T> other) const const + + + + QBaseIterator + https://doc.qt.io/qt-6/qbaseiterator.html + + void * + mutableIterator + https://doc.qt.io/qt-6/qbaseiterator.html + mutableIterator + () + + + const void * + constIterator + https://doc.qt.io/qt-6/qbaseiterator.html + constIterator + () const const + + + + QBasicTimer + https://doc.qt.io/qt-6/qbasictimer.html + + QBasicTimer & + operator= + https://doc.qt.io/qt-6/qbasictimer.html + operator-eq-1 + (QBasicTimer &&other) + + + + QBasicTimer + https://doc.qt.io/qt-6/qbasictimer.html + QBasicTimer-1 + () + + + + QBasicTimer + https://doc.qt.io/qt-6/qbasictimer.html + QBasicTimer-2 + (QBasicTimer &&other) + + + void + start + https://doc.qt.io/qt-6/qbasictimer-obsolete.html + start + (int msec, QObject *object) + + + void + start + https://doc.qt.io/qt-6/qbasictimer-obsolete.html + start-1 + (int msec, Qt::TimerType timerType, QObject *obj) + + + void + start + https://doc.qt.io/qt-6/qbasictimer.html + start-2 + (std::chrono::milliseconds duration, QObject *object) + + + void + start + https://doc.qt.io/qt-6/qbasictimer.html + start-3 + (std::chrono::milliseconds duration, Qt::TimerType timerType, QObject *obj) + + + void + stop + https://doc.qt.io/qt-6/qbasictimer.html + stop + () + + + void + swap + https://doc.qt.io/qt-6/qbasictimer.html + swap + (QBasicTimer &other) + + + + ~QBasicTimer + https://doc.qt.io/qt-6/qbasictimer.html + dtor.QBasicTimer + () + + + bool + isActive + https://doc.qt.io/qt-6/qbasictimer.html + isActive + () const const + + + int + timerId + https://doc.qt.io/qt-6/qbasictimer.html + timerId + () const const + + + + QBindable + https://doc.qt.io/qt-6/qbindable.html + QUntypedBindable + + + QBindable + https://doc.qt.io/qt-6/qbindable.html + QBindable-2 + (QObject *obj, const QMetaProperty &property) + + + + QBindable + https://doc.qt.io/qt-6/qbindable.html + QBindable-3 + (QObject *obj, const char *property) + + + QPropertyBinding<T> + setBinding + https://doc.qt.io/qt-6/qbindable.html + setBinding-1 + (Functor f) + + + QPropertyBinding<T> + setBinding + https://doc.qt.io/qt-6/qbindable.html + setBinding + (const QPropertyBinding<T> &binding) + + + QPropertyBinding<T> + takeBinding + https://doc.qt.io/qt-6/qbindable.html + takeBinding + () + + + void + setValue + https://doc.qt.io/qt-6/qbindable.html + setValue + (const T &value) + + + QPropertyBinding<T> + binding + https://doc.qt.io/qt-6/qbindable.html + binding + () const const + + + QPropertyBinding<T> + makeBinding + https://doc.qt.io/qt-6/qbindable.html + makeBinding + (const QPropertyBindingSourceLocation &location) const const + + + T + value + https://doc.qt.io/qt-6/qbindable.html + value + () const const + + + + QBitArray + https://doc.qt.io/qt-6/qbitarray.html + + QBitArray & + operator&= + https://doc.qt.io/qt-6/qbitarray.html + operator-and-eq + (const QBitArray &other) + + + QBitArray & + operator= + https://doc.qt.io/qt-6/qbitarray.html + operator-eq-1 + (QBitArray &&other) + + + QBitArray & + operator= + https://doc.qt.io/qt-6/qbitarray.html + operator-eq + (const QBitArray &other) + + + QBitArray & + operator^= + https://doc.qt.io/qt-6/qbitarray.html + operator-5e-eq + (const QBitArray &other) + + + QBitArray & + operator|= + https://doc.qt.io/qt-6/qbitarray.html + operator-7c-eq + (const QBitArray &other) + + + QBitArray + fromBits + https://doc.qt.io/qt-6/qbitarray.html + fromBits + (const char *data, qsizetype size) + + + QBitArray + operator& + https://doc.qt.io/qt-6/qbitarray.html + operator-and + (const QBitArray &a1, const QBitArray &a2) + + + QBitArray + operator^ + https://doc.qt.io/qt-6/qbitarray.html + operator-5e + (const QBitArray &a1, const QBitArray &a2) + + + QBitArray + operator| + https://doc.qt.io/qt-6/qbitarray.html + operator-7c + (const QBitArray &a1, const QBitArray &a2) + + + + QBitArray + https://doc.qt.io/qt-6/qbitarray.html + QBitArray + () + + + + QBitArray + https://doc.qt.io/qt-6/qbitarray.html + QBitArray-3 + (QBitArray &&other) + + + + QBitArray + https://doc.qt.io/qt-6/qbitarray.html + QBitArray-2 + (const QBitArray &other) + + + + QBitArray + https://doc.qt.io/qt-6/qbitarray.html + QBitArray-1 + (qsizetype size, bool value) + + + QBitRef + operator[] + https://doc.qt.io/qt-6/qbitarray.html + operator-5b-5d + (qsizetype i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qbitarray.html + operator-lt-lt-1 + (QDataStream &out, const QBitArray &ba) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qbitarray.html + operator-gt-gt-1 + (QDataStream &in, QBitArray &ba) + + + bool + fill + https://doc.qt.io/qt-6/qbitarray.html + fill + (bool value, qsizetype size) + + + bool + toggleBit + https://doc.qt.io/qt-6/qbitarray.html + toggleBit + (qsizetype i) + + + void + clear + https://doc.qt.io/qt-6/qbitarray.html + clear + () + + + void + clearBit + https://doc.qt.io/qt-6/qbitarray.html + clearBit + (qsizetype i) + + + void + fill + https://doc.qt.io/qt-6/qbitarray.html + fill-1 + (bool value, qsizetype begin, qsizetype end) + + + void + resize + https://doc.qt.io/qt-6/qbitarray.html + resize + (qsizetype size) + + + void + setBit + https://doc.qt.io/qt-6/qbitarray.html + setBit + (qsizetype i) + + + void + setBit + https://doc.qt.io/qt-6/qbitarray.html + setBit-1 + (qsizetype i, bool value) + + + void + swap + https://doc.qt.io/qt-6/qbitarray.html + swap + (QBitArray &other) + + + void + truncate + https://doc.qt.io/qt-6/qbitarray.html + truncate + (qsizetype pos) + + + QBitArray + operator~ + https://doc.qt.io/qt-6/qbitarray.html + operator-7e + () const const + + + bool + at + https://doc.qt.io/qt-6/qbitarray.html + at + (qsizetype i) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qbitarray.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qbitarray.html + isNull + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qbitarray.html + operator-not-eq + (const QBitArray &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qbitarray.html + operator-eq-eq + (const QBitArray &other) const const + + + bool + operator[] + https://doc.qt.io/qt-6/qbitarray.html + operator-5b-5d-1 + (qsizetype i) const const + + + bool + testBit + https://doc.qt.io/qt-6/qbitarray.html + testBit + (qsizetype i) const const + + + const char * + bits + https://doc.qt.io/qt-6/qbitarray.html + bits + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbitarray.html + count + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbitarray.html + count-1 + (bool on) const const + + + qsizetype + size + https://doc.qt.io/qt-6/qbitarray.html + size + () const const + + + quint32 + toUInt32 + https://doc.qt.io/qt-6/qbitarray.html + toUInt32 + (QSysInfo::Endian endianness, bool *ok) const const + + + + QBluetoothPermission + https://doc.qt.io/qt-6/qbluetoothpermission.html + + + QBuffer + https://doc.qt.io/qt-6/qbuffer.html + QIODevice + + + QBuffer + https://doc.qt.io/qt-6/qbuffer.html + QBuffer-1 + (QByteArray *byteArray, QObject *parent) + + + + QBuffer + https://doc.qt.io/qt-6/qbuffer.html + QBuffer + (QObject *parent) + + + QByteArray & + buffer + https://doc.qt.io/qt-6/qbuffer.html + buffer + () + + + virtual bool + open + https://doc.qt.io/qt-6/qbuffer.html + open + (QIODeviceBase::OpenMode flags) override + + + virtual bool + seek + https://doc.qt.io/qt-6/qbuffer.html + seek + (qint64 pos) override + + + virtual qint64 + readData + https://doc.qt.io/qt-6/qbuffer.html + readData + (char *data, qint64 len) override + + + virtual qint64 + writeData + https://doc.qt.io/qt-6/qbuffer.html + writeData + (const char *data, qint64 len) override + + + virtual void + close + https://doc.qt.io/qt-6/qbuffer.html + close + () override + + + void + setBuffer + https://doc.qt.io/qt-6/qbuffer.html + setBuffer + (QByteArray *byteArray) + + + void + setData + https://doc.qt.io/qt-6/qbuffer.html + setData + (const QByteArray &data) + + + void + setData + https://doc.qt.io/qt-6/qbuffer.html + setData-1 + (const char *data, qsizetype size) + + + virtual + ~QBuffer + https://doc.qt.io/qt-6/qbuffer.html + dtor.QBuffer + () + + + virtual bool + atEnd + https://doc.qt.io/qt-6/qbuffer.html + atEnd + () const const override + + + virtual bool + canReadLine + https://doc.qt.io/qt-6/qbuffer.html + canReadLine + () const const override + + + const QByteArray & + buffer + https://doc.qt.io/qt-6/qbuffer.html + buffer-1 + () const const + + + const QByteArray & + data + https://doc.qt.io/qt-6/qbuffer.html + data + () const const + + + virtual qint64 + pos + https://doc.qt.io/qt-6/qbuffer.html + pos + () const const override + + + virtual qint64 + size + https://doc.qt.io/qt-6/qbuffer.html + size + () const const override + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray::FromBase64Result + + Base64Option + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + Base64Encoding + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + Base64UrlEncoding + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + KeepTrailingEquals + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + OmitTrailingEquals + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + IgnoreBase64DecodingErrors + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + AbortOnBase64DecodingErrors + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + QByteArray & + append + https://doc.qt.io/qt-6/qbytearray.html + append-5 + (QByteArrayView data) + + + QByteArray & + append + https://doc.qt.io/qt-6/qbytearray.html + append-1 + (char ch) + + + QByteArray & + append + https://doc.qt.io/qt-6/qbytearray.html + append + (const QByteArray &ba) + + + QByteArray & + append + https://doc.qt.io/qt-6/qbytearray.html + append-3 + (const char *str) + + + QByteArray & + append + https://doc.qt.io/qt-6/qbytearray.html + append-4 + (const char *str, qsizetype len) + + + QByteArray & + append + https://doc.qt.io/qt-6/qbytearray.html + append-2 + (qsizetype count, char ch) + + + QByteArray & + fill + https://doc.qt.io/qt-6/qbytearray.html + fill + (char ch, qsizetype size) + + + QByteArray & + insert + https://doc.qt.io/qt-6/qbytearray.html + insert + (qsizetype i, QByteArrayView data) + + + QByteArray & + insert + https://doc.qt.io/qt-6/qbytearray.html + insert-4 + (qsizetype i, char ch) + + + QByteArray & + insert + https://doc.qt.io/qt-6/qbytearray.html + insert-2 + (qsizetype i, const QByteArray &data) + + + QByteArray & + insert + https://doc.qt.io/qt-6/qbytearray.html + insert-5 + (qsizetype i, const char *data, qsizetype len) + + + QByteArray & + insert + https://doc.qt.io/qt-6/qbytearray.html + insert-1 + (qsizetype i, const char *s) + + + QByteArray & + insert + https://doc.qt.io/qt-6/qbytearray.html + insert-3 + (qsizetype i, qsizetype count, char ch) + + + QByteArray & + operator+= + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-eq-1 + (char ch) + + + QByteArray & + operator+= + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-eq + (const QByteArray &ba) + + + QByteArray & + operator+= + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-eq-2 + (const char *str) + + + QByteArray & + operator= + https://doc.qt.io/qt-6/qbytearray.html + operator-eq-2 + (QByteArray &&other) + + + QByteArray & + operator= + https://doc.qt.io/qt-6/qbytearray.html + operator-eq + (const QByteArray &other) + + + QByteArray & + operator= + https://doc.qt.io/qt-6/qbytearray.html + operator-eq-1 + (const char *str) + + + QByteArray & + prepend + https://doc.qt.io/qt-6/qbytearray.html + prepend + (QByteArrayView ba) + + + QByteArray & + prepend + https://doc.qt.io/qt-6/qbytearray.html + prepend-1 + (char ch) + + + QByteArray & + prepend + https://doc.qt.io/qt-6/qbytearray.html + prepend-5 + (const QByteArray &ba) + + + QByteArray & + prepend + https://doc.qt.io/qt-6/qbytearray.html + prepend-3 + (const char *str) + + + QByteArray & + prepend + https://doc.qt.io/qt-6/qbytearray.html + prepend-4 + (const char *str, qsizetype len) + + + QByteArray & + prepend + https://doc.qt.io/qt-6/qbytearray.html + prepend-2 + (qsizetype count, char ch) + + + QByteArray & + remove + https://doc.qt.io/qt-6/qbytearray.html + remove + (qsizetype pos, qsizetype len) + + + QByteArray & + removeAt + https://doc.qt.io/qt-6/qbytearray.html + removeAt + (qsizetype pos) + + + QByteArray & + removeFirst + https://doc.qt.io/qt-6/qbytearray.html + removeFirst + () + + + QByteArray & + removeIf + https://doc.qt.io/qt-6/qbytearray.html + removeIf + (Predicate pred) + + + QByteArray & + removeLast + https://doc.qt.io/qt-6/qbytearray.html + removeLast + () + + + QByteArray & + replace + https://doc.qt.io/qt-6/qbytearray.html + replace-4 + (QByteArrayView before, QByteArrayView after) + + + QByteArray & + replace + https://doc.qt.io/qt-6/qbytearray.html + replace-2 + (char before, QByteArrayView after) + + + QByteArray & + replace + https://doc.qt.io/qt-6/qbytearray.html + replace-5 + (char before, char after) + + + QByteArray & + replace + https://doc.qt.io/qt-6/qbytearray.html + replace-3 + (const char *before, qsizetype bsize, const char *after, qsizetype asize) + + + QByteArray & + replace + https://doc.qt.io/qt-6/qbytearray.html + replace + (qsizetype pos, qsizetype len, QByteArrayView after) + + + QByteArray & + replace + https://doc.qt.io/qt-6/qbytearray.html + replace-1 + (qsizetype pos, qsizetype len, const char *after, qsizetype alen) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-9 + (double n, char format, int precision) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-8 + (float n, char format, int precision) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum + (int n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-4 + (long n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-6 + (qlonglong n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-7 + (qulonglong n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-1 + (short n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-3 + (uint n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-5 + (ulong n, int base) + + + QByteArray & + setNum + https://doc.qt.io/qt-6/qbytearray.html + setNum-2 + (ushort n, int base) + + + QByteArray & + setRawData + https://doc.qt.io/qt-6/qbytearray.html + setRawData + (const char *data, qsizetype size) + + + QByteArray + fromBase64 + https://doc.qt.io/qt-6/qbytearray.html + fromBase64 + (const QByteArray &base64, QByteArray::Base64Options options) + + + QByteArray + fromCFData + https://doc.qt.io/qt-6/qbytearray.html + fromCFData + (CFDataRef data) + + + QByteArray + fromEcmaUint8Array + https://doc.qt.io/qt-6/qbytearray.html + fromEcmaUint8Array + (emscripten::val uint8array) + + + QByteArray + fromHex + https://doc.qt.io/qt-6/qbytearray.html + fromHex + (const QByteArray &hexEncoded) + + + QByteArray + fromNSData + https://doc.qt.io/qt-6/qbytearray.html + fromNSData + (const NSData *data) + + + QByteArray + fromPercentEncoding + https://doc.qt.io/qt-6/qbytearray.html + fromPercentEncoding + (const QByteArray &input, char percent) + + + QByteArray + fromRawCFData + https://doc.qt.io/qt-6/qbytearray.html + fromRawCFData + (CFDataRef data) + + + QByteArray + fromRawData + https://doc.qt.io/qt-6/qbytearray.html + fromRawData + (const char *data, qsizetype size) + + + QByteArray + fromRawNSData + https://doc.qt.io/qt-6/qbytearray.html + fromRawNSData + (const NSData *data) + + + QByteArray + fromStdString + https://doc.qt.io/qt-6/qbytearray.html + fromStdString + (const std::string &str) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number-6 + (double n, char format, int precision) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number + (int n, int base) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number-2 + (long n, int base) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number-4 + (qlonglong n, int base) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number-5 + (qulonglong n, int base) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number-1 + (uint n, int base) + + + QByteArray + number + https://doc.qt.io/qt-6/qbytearray.html + number-3 + (ulong n, int base) + + + QByteArray + operator""_ba + https://doc.qt.io/qt-6/qbytearray.html + operator-22-22_ba + (const char *str, size_t size) + + + QByteArray + operator""_qba + https://doc.qt.io/qt-6/qbytearray-obsolete.html + operator-22-22_qba + (const char *str, size_t size) + + + QByteArray + operator+ + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-4 + (char a1, const QByteArray &a2) + + + QByteArray + operator+ + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-2 + (const QByteArray &a1, char a2) + + + QByteArray + operator+ + https://doc.qt.io/qt-6/qbytearray.html + operator-2b + (const QByteArray &a1, const QByteArray &a2) + + + QByteArray + operator+ + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-1 + (const QByteArray &a1, const char *a2) + + + QByteArray + operator+ + https://doc.qt.io/qt-6/qbytearray.html + operator-2b-3 + (const char *a1, const QByteArray &a2) + + + QByteArray + qCompress + https://doc.qt.io/qt-6/qbytearray.html + qCompress + (const QByteArray &data, int compressionLevel) + + + QByteArray + qCompress + https://doc.qt.io/qt-6/qbytearray.html + qCompress-1 + (const uchar *data, qsizetype nbytes, int compressionLevel) + + + QByteArray + qUncompress + https://doc.qt.io/qt-6/qbytearray.html + qUncompress-1 + (const QByteArray &data) + + + QByteArray + qUncompress + https://doc.qt.io/qt-6/qbytearray.html + qUncompress-2 + (const uchar *data, qsizetype nbytes) + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray + () + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray-5 + (QByteArray &&other) + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray-4 + (const QByteArray &other) + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray-1 + (const char *data, qsizetype size) + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray-3 + (qsizetype size, Qt::Initialization) + + + + QByteArray + https://doc.qt.io/qt-6/qbytearray.html + QByteArray-2 + (qsizetype size, char ch) + + + QByteArray::FromBase64Result + fromBase64Encoding + https://doc.qt.io/qt-6/qbytearray.html + fromBase64Encoding + (QByteArray &&base64, QByteArray::Base64Options options) + + + QByteArray::FromBase64Result + fromBase64Encoding + https://doc.qt.io/qt-6/qbytearray.html + fromBase64Encoding-1 + (const QByteArray &base64, QByteArray::Base64Options options) + + + QByteArray::iterator + begin + https://doc.qt.io/qt-6/qbytearray.html + begin + () + + + QByteArray::iterator + end + https://doc.qt.io/qt-6/qbytearray.html + end + () + + + QByteArray::iterator + erase + https://doc.qt.io/qt-6/qbytearray.html + erase + (QByteArray::const_iterator first, QByteArray::const_iterator last) + + + QByteArray::iterator + erase + https://doc.qt.io/qt-6/qbytearray.html + erase-1 + (QByteArray::const_iterator it) + + + QByteArray::reverse_iterator + rbegin + https://doc.qt.io/qt-6/qbytearray.html + rbegin + () + + + QByteArray::reverse_iterator + rend + https://doc.qt.io/qt-6/qbytearray.html + rend + () + + + + QByteArrayLiteral + https://doc.qt.io/qt-6/qbytearray.html + QByteArrayLiteral + (ba) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-lt + (QDataStream &out, const QByteArray &ba) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-gt + (QDataStream &in, QByteArray &ba) + + + + QT_NO_CAST_FROM_BYTEARRAY + https://doc.qt.io/qt-6/qbytearray.html + QT_NO_CAST_FROM_BYTEARRAY + QT_NO_CAST_FROM_BYTEARRAY + + + bool + operator!= + https://doc.qt.io/qt-6/qbytearray.html + operator-not-eq-1 + (const QByteArray &a1, const QByteArray &a2) + + + bool + operator!= + https://doc.qt.io/qt-6/qbytearray.html + operator-not-eq-2 + (const QByteArray &a1, const char *a2) + + + bool + operator!= + https://doc.qt.io/qt-6/qbytearray.html + operator-not-eq-3 + (const char *a1, const QByteArray &a2) + + + bool + operator< + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-1 + (const QByteArray &a1, const QByteArray &a2) + + + bool + operator< + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-2 + (const QByteArray &a1, const char *a2) + + + bool + operator< + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-3 + (const char *a1, const QByteArray &a2) + + + bool + operator<= + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-eq-1 + (const QByteArray &a1, const QByteArray &a2) + + + bool + operator<= + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-eq-2 + (const QByteArray &a1, const char *a2) + + + bool + operator<= + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-eq-3 + (const char *a1, const QByteArray &a2) + + + bool + operator== + https://doc.qt.io/qt-6/qbytearray.html + operator-eq-eq-1 + (const QByteArray &a1, const QByteArray &a2) + + + bool + operator== + https://doc.qt.io/qt-6/qbytearray.html + operator-eq-eq-2 + (const QByteArray &a1, const char *a2) + + + bool + operator== + https://doc.qt.io/qt-6/qbytearray.html + operator-eq-eq-3 + (const char *a1, const QByteArray &a2) + + + bool + operator> + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-1 + (const QByteArray &a1, const QByteArray &a2) + + + bool + operator> + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-2 + (const QByteArray &a1, const char *a2) + + + bool + operator> + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-3 + (const char *a1, const QByteArray &a2) + + + bool + operator>= + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-eq-1 + (const QByteArray &a1, const QByteArray &a2) + + + bool + operator>= + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-eq-2 + (const QByteArray &a1, const char *a2) + + + bool + operator>= + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-eq-3 + (const char *a1, const QByteArray &a2) + + + char & + back + https://doc.qt.io/qt-6/qbytearray.html + back-1 + () + + + char & + front + https://doc.qt.io/qt-6/qbytearray.html + front-1 + () + + + char & + operator[] + https://doc.qt.io/qt-6/qbytearray.html + operator-5b-5d + (qsizetype i) + + + char * + data + https://doc.qt.io/qt-6/qbytearray.html + data + () + + + char * + qstrcpy + https://doc.qt.io/qt-6/qbytearray.html + qstrcpy + (char *dst, const char *src) + + + char * + qstrdup + https://doc.qt.io/qt-6/qbytearray.html + qstrdup + (const char *src) + + + char * + qstrncpy + https://doc.qt.io/qt-6/qbytearray.html + qstrncpy + (char *dst, const char *src, size_t len) + + + emscripten::val + toEcmaUint8Array + https://doc.qt.io/qt-6/qbytearray.html + toEcmaUint8Array + () + + + int + qsnprintf + https://doc.qt.io/qt-6/qbytearray.html + qsnprintf + (char *str, size_t n, const char *fmt, ...) + + + int + qstrcmp + https://doc.qt.io/qt-6/qbytearray.html + qstrcmp + (const char *str1, const char *str2) + + + int + qstricmp + https://doc.qt.io/qt-6/qbytearray.html + qstricmp + (const char *str1, const char *str2) + + + int + qstrncmp + https://doc.qt.io/qt-6/qbytearray.html + qstrncmp + (const char *str1, const char *str2, size_t len) + + + int + qstrnicmp + https://doc.qt.io/qt-6/qbytearray.html + qstrnicmp + (const char *str1, const char *str2, size_t len) + + + int + qvsnprintf + https://doc.qt.io/qt-6/qbytearray.html + qvsnprintf + (char *str, size_t n, const char *fmt, va_list ap) + + + qsizetype + erase + https://doc.qt.io/qt-6/qbytearray.html + erase-2 + (QByteArray &ba, const T &t) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qbytearray.html + erase_if + (QByteArray &ba, Predicate pred) + + + quint16 + qChecksum + https://doc.qt.io/qt-6/qbytearray.html + qChecksum + (QByteArrayView data, Qt::ChecksumType standard) + + + size_t + qstrlen + https://doc.qt.io/qt-6/qbytearray.html + qstrlen + (const char *str) + + + size_t + qstrnlen + https://doc.qt.io/qt-6/qbytearray.html + qstrnlen + (const char *str, size_t maxlen) + + + void + chop + https://doc.qt.io/qt-6/qbytearray.html + chop + (qsizetype n) + + + void + clear + https://doc.qt.io/qt-6/qbytearray.html + clear + () + + + void + push_back + https://doc.qt.io/qt-6/qbytearray.html + push_back-3 + (QByteArrayView str) + + + void + push_back + https://doc.qt.io/qt-6/qbytearray.html + push_back-1 + (char ch) + + + void + push_back + https://doc.qt.io/qt-6/qbytearray.html + push_back + (const QByteArray &other) + + + void + push_back + https://doc.qt.io/qt-6/qbytearray.html + push_back-2 + (const char *str) + + + void + push_front + https://doc.qt.io/qt-6/qbytearray.html + push_front-3 + (QByteArrayView str) + + + void + push_front + https://doc.qt.io/qt-6/qbytearray.html + push_front-1 + (char ch) + + + void + push_front + https://doc.qt.io/qt-6/qbytearray.html + push_front + (const QByteArray &other) + + + void + push_front + https://doc.qt.io/qt-6/qbytearray.html + push_front-2 + (const char *str) + + + void + reserve + https://doc.qt.io/qt-6/qbytearray.html + reserve + (qsizetype size) + + + void + resize + https://doc.qt.io/qt-6/qbytearray.html + resize-1 + (qsizetype newSize, char c) + + + void + resize + https://doc.qt.io/qt-6/qbytearray.html + resize + (qsizetype size) + + + void + shrink_to_fit + https://doc.qt.io/qt-6/qbytearray.html + shrink_to_fit + () + + + void + squeeze + https://doc.qt.io/qt-6/qbytearray.html + squeeze + () + + + void + swap + https://doc.qt.io/qt-6/qbytearray.html + swap + (QByteArray &other) + + + void + truncate + https://doc.qt.io/qt-6/qbytearray.html + truncate + (qsizetype pos) + + + + ~QByteArray + https://doc.qt.io/qt-6/qbytearray.html + dtor.QByteArray + () + + + CFDataRef + toCFData + https://doc.qt.io/qt-6/qbytearray.html + toCFData + () const const + + + CFDataRef + toRawCFData + https://doc.qt.io/qt-6/qbytearray.html + toRawCFData + () const const + + + NSData * + toNSData + https://doc.qt.io/qt-6/qbytearray.html + toNSData + () const const + + + NSData * + toRawNSData + https://doc.qt.io/qt-6/qbytearray.html + toRawNSData + () const const + + + QByteArray + chopped + https://doc.qt.io/qt-6/qbytearray.html + chopped + (qsizetype len) const const + + + QByteArray + first + https://doc.qt.io/qt-6/qbytearray.html + first + (qsizetype n) const const + + + QByteArray + last + https://doc.qt.io/qt-6/qbytearray.html + last + (qsizetype n) const const + + + QByteArray + left + https://doc.qt.io/qt-6/qbytearray.html + left + (qsizetype len) const const + + + QByteArray + leftJustified + https://doc.qt.io/qt-6/qbytearray.html + leftJustified + (qsizetype width, char fill, bool truncate) const const + + + QByteArray + mid + https://doc.qt.io/qt-6/qbytearray.html + mid + (qsizetype pos, qsizetype len) const const + + + QByteArray + percentDecoded + https://doc.qt.io/qt-6/qbytearray.html + percentDecoded + (char percent) const const + + + QByteArray + repeated + https://doc.qt.io/qt-6/qbytearray.html + repeated + (qsizetype times) const const + + + QByteArray + right + https://doc.qt.io/qt-6/qbytearray.html + right + (qsizetype len) const const + + + QByteArray + rightJustified + https://doc.qt.io/qt-6/qbytearray.html + rightJustified + (qsizetype width, char fill, bool truncate) const const + + + QByteArray + simplified + https://doc.qt.io/qt-6/qbytearray.html + simplified + () const const + + + QByteArray + sliced + https://doc.qt.io/qt-6/qbytearray.html + sliced-1 + (qsizetype pos) const const + + + QByteArray + sliced + https://doc.qt.io/qt-6/qbytearray.html + sliced + (qsizetype pos, qsizetype n) const const + + + QByteArray + toBase64 + https://doc.qt.io/qt-6/qbytearray.html + toBase64 + (QByteArray::Base64Options options) const const + + + QByteArray + toHex + https://doc.qt.io/qt-6/qbytearray.html + toHex + (char separator) const const + + + QByteArray + toLower + https://doc.qt.io/qt-6/qbytearray.html + toLower + () const const + + + QByteArray + toPercentEncoding + https://doc.qt.io/qt-6/qbytearray.html + toPercentEncoding + (const QByteArray &exclude, const QByteArray &include, char percent) const const + + + QByteArray + toUpper + https://doc.qt.io/qt-6/qbytearray.html + toUpper + () const const + + + QByteArray + trimmed + https://doc.qt.io/qt-6/qbytearray.html + trimmed + () const const + + + QByteArray::const_iterator + begin + https://doc.qt.io/qt-6/qbytearray.html + begin-1 + () const const + + + QByteArray::const_iterator + cbegin + https://doc.qt.io/qt-6/qbytearray.html + cbegin + () const const + + + QByteArray::const_iterator + cend + https://doc.qt.io/qt-6/qbytearray.html + cend + () const const + + + QByteArray::const_iterator + constBegin + https://doc.qt.io/qt-6/qbytearray.html + constBegin + () const const + + + QByteArray::const_iterator + constEnd + https://doc.qt.io/qt-6/qbytearray.html + constEnd + () const const + + + QByteArray::const_iterator + end + https://doc.qt.io/qt-6/qbytearray.html + end-1 + () const const + + + QByteArray::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qbytearray.html + crbegin + () const const + + + QByteArray::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qbytearray.html + crend + () const const + + + QByteArray::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qbytearray.html + rbegin-1 + () const const + + + QByteArray::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qbytearray.html + rend-1 + () const const + + + QList<QByteArray> + split + https://doc.qt.io/qt-6/qbytearray.html + split + (char sep) const const + + + bool + contains + https://doc.qt.io/qt-6/qbytearray.html + contains + (QByteArrayView bv) const const + + + bool + contains + https://doc.qt.io/qt-6/qbytearray.html + contains-1 + (char ch) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qbytearray.html + endsWith + (QByteArrayView bv) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qbytearray.html + endsWith-1 + (char ch) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qbytearray.html + isEmpty + () const const + + + bool + isLower + https://doc.qt.io/qt-6/qbytearray.html + isLower + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qbytearray.html + isNull + () const const + + + bool + isUpper + https://doc.qt.io/qt-6/qbytearray.html + isUpper + () const const + + + bool + isValidUtf8 + https://doc.qt.io/qt-6/qbytearray.html + isValidUtf8 + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qbytearray.html + operator-not-eq + (const QString &str) const const + + + bool + operator< + https://doc.qt.io/qt-6/qbytearray.html + operator-lt + (const QString &str) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qbytearray.html + operator-lt-eq + (const QString &str) const const + + + bool + operator== + https://doc.qt.io/qt-6/qbytearray.html + operator-eq-eq + (const QString &str) const const + + + bool + operator> + https://doc.qt.io/qt-6/qbytearray.html + operator-gt + (const QString &str) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qbytearray.html + operator-gt-eq + (const QString &str) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qbytearray.html + startsWith + (QByteArrayView bv) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qbytearray.html + startsWith-1 + (char ch) const const + + + char + at + https://doc.qt.io/qt-6/qbytearray.html + at + (qsizetype i) const const + + + char + back + https://doc.qt.io/qt-6/qbytearray.html + back + () const const + + + char + front + https://doc.qt.io/qt-6/qbytearray.html + front + () const const + + + char + operator[] + https://doc.qt.io/qt-6/qbytearray.html + operator-5b-5d-1 + (qsizetype i) const const + + + const char * + constData + https://doc.qt.io/qt-6/qbytearray.html + constData + () const const + + + const char * + data + https://doc.qt.io/qt-6/qbytearray.html + data-1 + () const const + + + const char * + operator const char * + https://doc.qt.io/qt-6/qbytearray.html + operator-const-char--2a + () const const + + + const void * + operator const void * + https://doc.qt.io/qt-6/qbytearray.html + operator-const-void--2a + () const const + + + double + toDouble + https://doc.qt.io/qt-6/qbytearray.html + toDouble + (bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qbytearray.html + toFloat + (bool *ok) const const + + + int + compare + https://doc.qt.io/qt-6/qbytearray.html + compare + (QByteArrayView bv, Qt::CaseSensitivity cs) const const + + + int + toInt + https://doc.qt.io/qt-6/qbytearray.html + toInt + (bool *ok, int base) const const + + + long + toLong + https://doc.qt.io/qt-6/qbytearray.html + toLong + (bool *ok, int base) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qbytearray.html + toLongLong + (bool *ok, int base) const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qbytearray.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbytearray-obsolete.html + count-2 + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbytearray.html + count + (QByteArrayView bv) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbytearray.html + count-1 + (char ch) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qbytearray.html + indexOf + (QByteArrayView bv, qsizetype from) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qbytearray.html + indexOf-1 + (char ch, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qbytearray.html + lastIndexOf-2 + (QByteArrayView bv) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qbytearray.html + lastIndexOf + (QByteArrayView bv, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qbytearray.html + lastIndexOf-1 + (char ch, qsizetype from) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qbytearray.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qbytearray.html + size + () const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qbytearray.html + toULongLong + (bool *ok, int base) const const + + + short + toShort + https://doc.qt.io/qt-6/qbytearray.html + toShort + (bool *ok, int base) const const + + + std::string + toStdString + https://doc.qt.io/qt-6/qbytearray.html + toStdString + () const const + + + uint + toUInt + https://doc.qt.io/qt-6/qbytearray.html + toUInt + (bool *ok, int base) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qbytearray.html + toULong + (bool *ok, int base) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qbytearray.html + toUShort + (bool *ok, int base) const const + + + Base64Options + https://doc.qt.io/qt-6/qbytearray.html + Base64Option-enum + + + + const_iterator + https://doc.qt.io/qt-6/qbytearray.html + const_iterator-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qbytearray.html + const_reverse_iterator-typedef + + + + iterator + https://doc.qt.io/qt-6/qbytearray.html + iterator-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qbytearray.html + reverse_iterator-typedef + + + + + QByteArray::FromBase64Result + https://doc.qt.io/qt-6/qbytearray-frombase64result.html + + bool + operator!= + https://doc.qt.io/qt-6/qbytearray-frombase64result.html + operator-not-eq + (const FromBase64Result &lhs, const FromBase64Result &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qbytearray-frombase64result.html + operator-eq-eq + (const FromBase64Result &lhs, const FromBase64Result &rhs) + + + size_t + qHash + https://doc.qt.io/qt-6/qbytearray-frombase64result.html + qHash + (const QByteArray::FromBase64Result &key, size_t seed) + + + bool + operator bool + https://doc.qt.io/qt-6/qbytearray-frombase64result.html + operator-bool + () const const + + + const QByteArray & + operator* + https://doc.qt.io/qt-6/qbytearray-frombase64result.html + operator-2a-1 + () const const + + + + QByteArrayList + https://doc.qt.io/qt-6/qbytearraylist.html + QList + + QByteArray + join + https://doc.qt.io/qt-6/qbytearraylist.html + join + (QByteArrayView separator) const const + + + QByteArray + join + https://doc.qt.io/qt-6/qbytearraylist.html + join-2 + (char separator) const const + + + QByteArray + join + https://doc.qt.io/qt-6/qbytearraylist.html + join-1 + (const QByteArray &separator) const const + + + QByteArrayListIterator + https://doc.qt.io/qt-6/qbytearraylist.html + QByteArrayListIterator-typedef + + + + QMutableByteArrayListIterator + https://doc.qt.io/qt-6/qbytearraylist.html + QMutableByteArrayListIterator-typedef + + + + + QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + + QByteArrayMatcher & + operator= + https://doc.qt.io/qt-6/qbytearraymatcher.html + operator-eq + (const QByteArrayMatcher &other) + + + + QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + QByteArrayMatcher + () + + + + QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + QByteArrayMatcher-2 + (QByteArrayView pattern) + + + + QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + QByteArrayMatcher-1 + (const QByteArray &pattern) + + + + QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + QByteArrayMatcher-4 + (const QByteArrayMatcher &other) + + + + QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + QByteArrayMatcher-3 + (const char *pattern, qsizetype length) + + + void + setPattern + https://doc.qt.io/qt-6/qbytearraymatcher.html + setPattern + (const QByteArray &pattern) + + + + ~QByteArrayMatcher + https://doc.qt.io/qt-6/qbytearraymatcher.html + dtor.QByteArrayMatcher + () + + + QByteArray + pattern + https://doc.qt.io/qt-6/qbytearraymatcher.html + pattern + () const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qbytearraymatcher.html + indexIn-2 + (QByteArrayView data, qsizetype from) const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qbytearraymatcher.html + indexIn-1 + (const char *str, qsizetype len, qsizetype from) const const + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + + QByteArrayView + fromArray + https://doc.qt.io/qt-6/qbytearrayview.html + fromArray + (const Byte (&)[Size] data) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView + () + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-4 + (const Byte *data) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-2 + (const Byte *data, qsizetype len) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-3 + (const Byte *first, const Byte *last) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-6 + (const Container &c) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-5 + (const QByteArray &byteArray) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-7 + (const char (&)[Size] data) + + + + QByteArrayView + https://doc.qt.io/qt-6/qbytearrayview.html + QByteArrayView-1 + (std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qbytearrayview.html + operator-not-eq + (QByteArrayView lhs, QByteArrayView rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qbytearrayview.html + operator-lt + (QByteArrayView lhs, QByteArrayView rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qbytearrayview.html + operator-lt-eq + (QByteArrayView lhs, QByteArrayView rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qbytearrayview.html + operator-eq-eq + (QByteArrayView lhs, QByteArrayView rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qbytearrayview.html + operator-gt + (QByteArrayView lhs, QByteArrayView rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qbytearrayview.html + operator-gt-eq + (QByteArrayView lhs, QByteArrayView rhs) + + + void + chop + https://doc.qt.io/qt-6/qbytearrayview.html + chop + (qsizetype length) + + + void + truncate + https://doc.qt.io/qt-6/qbytearrayview.html + truncate + (qsizetype length) + + + QByteArray + toByteArray + https://doc.qt.io/qt-6/qbytearrayview.html + toByteArray + () const const + + + QByteArrayView + chopped + https://doc.qt.io/qt-6/qbytearrayview.html + chopped + (qsizetype length) const const + + + QByteArrayView + first + https://doc.qt.io/qt-6/qbytearrayview.html + first + (qsizetype n) const const + + + QByteArrayView + last + https://doc.qt.io/qt-6/qbytearrayview.html + last + (qsizetype n) const const + + + QByteArrayView + left + https://doc.qt.io/qt-6/qbytearrayview-obsolete.html + left + (qsizetype length) const const + + + QByteArrayView + mid + https://doc.qt.io/qt-6/qbytearrayview-obsolete.html + mid + (qsizetype start, qsizetype length) const const + + + QByteArrayView + right + https://doc.qt.io/qt-6/qbytearrayview-obsolete.html + right + (qsizetype length) const const + + + QByteArrayView + sliced + https://doc.qt.io/qt-6/qbytearrayview.html + sliced + (qsizetype pos) const const + + + QByteArrayView + sliced + https://doc.qt.io/qt-6/qbytearrayview.html + sliced-1 + (qsizetype pos, qsizetype n) const const + + + QByteArrayView + trimmed + https://doc.qt.io/qt-6/qbytearrayview.html + trimmed + () const const + + + QByteArrayView::const_iterator + begin + https://doc.qt.io/qt-6/qbytearrayview.html + begin + () const const + + + QByteArrayView::const_iterator + cbegin + https://doc.qt.io/qt-6/qbytearrayview.html + cbegin + () const const + + + QByteArrayView::const_iterator + cend + https://doc.qt.io/qt-6/qbytearrayview.html + cend + () const const + + + QByteArrayView::const_iterator + end + https://doc.qt.io/qt-6/qbytearrayview.html + end + () const const + + + QByteArrayView::const_pointer + constData + https://doc.qt.io/qt-6/qbytearrayview.html + constData + () const const + + + QByteArrayView::const_pointer + data + https://doc.qt.io/qt-6/qbytearrayview.html + data + () const const + + + QByteArrayView::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qbytearrayview.html + crbegin + () const const + + + QByteArrayView::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qbytearrayview.html + crend + () const const + + + QByteArrayView::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qbytearrayview.html + rbegin + () const const + + + QByteArrayView::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qbytearrayview.html + rend + () const const + + + bool + contains + https://doc.qt.io/qt-6/qbytearrayview.html + contains + (QByteArrayView bv) const const + + + bool + contains + https://doc.qt.io/qt-6/qbytearrayview.html + contains-1 + (char ch) const const + + + bool + empty + https://doc.qt.io/qt-6/qbytearrayview.html + empty + () const const + + + bool + endsWith + https://doc.qt.io/qt-6/qbytearrayview.html + endsWith + (QByteArrayView bv) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qbytearrayview.html + endsWith-1 + (char ch) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qbytearrayview.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qbytearrayview.html + isNull + () const const + + + bool + isValidUtf8 + https://doc.qt.io/qt-6/qbytearrayview.html + isValidUtf8 + () const const + + + bool + startsWith + https://doc.qt.io/qt-6/qbytearrayview.html + startsWith + (QByteArrayView bv) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qbytearrayview.html + startsWith-1 + (char ch) const const + + + char + at + https://doc.qt.io/qt-6/qbytearrayview.html + at + (qsizetype n) const const + + + char + back + https://doc.qt.io/qt-6/qbytearrayview.html + back + () const const + + + char + front + https://doc.qt.io/qt-6/qbytearrayview.html + front + () const const + + + char + operator[] + https://doc.qt.io/qt-6/qbytearrayview.html + operator-5b-5d + (qsizetype n) const const + + + double + toDouble + https://doc.qt.io/qt-6/qbytearrayview.html + toDouble + (bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qbytearrayview.html + toFloat + (bool *ok) const const + + + int + compare + https://doc.qt.io/qt-6/qbytearrayview.html + compare + (QByteArrayView bv, Qt::CaseSensitivity cs) const const + + + int + toInt + https://doc.qt.io/qt-6/qbytearrayview.html + toInt + (bool *ok, int base) const const + + + long + toLong + https://doc.qt.io/qt-6/qbytearrayview.html + toLong + (bool *ok, int base) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qbytearrayview.html + toLongLong + (bool *ok, int base) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbytearrayview.html + count + (QByteArrayView bv) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qbytearrayview.html + count-1 + (char ch) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qbytearrayview.html + indexOf + (QByteArrayView bv, qsizetype from) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qbytearrayview.html + indexOf-1 + (char ch, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qbytearrayview.html + lastIndexOf-1 + (QByteArrayView bv) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qbytearrayview.html + lastIndexOf + (QByteArrayView bv, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qbytearrayview.html + lastIndexOf-2 + (char ch, qsizetype from) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qbytearrayview.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qbytearrayview.html + size + () const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qbytearrayview.html + toULongLong + (bool *ok, int base) const const + + + short + toShort + https://doc.qt.io/qt-6/qbytearrayview.html + toShort + (bool *ok, int base) const const + + + uint + toUInt + https://doc.qt.io/qt-6/qbytearrayview.html + toUInt + (bool *ok, int base) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qbytearrayview.html + toULong + (bool *ok, int base) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qbytearrayview.html + toUShort + (bool *ok, int base) const const + + + const_iterator + https://doc.qt.io/qt-6/qbytearrayview.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qbytearrayview.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qbytearrayview.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qbytearrayview.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qbytearrayview.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qbytearrayview.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qbytearrayview.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qbytearrayview.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qbytearrayview.html + reverse_iterator-typedef + + + + size_type + https://doc.qt.io/qt-6/qbytearrayview.html + size_type-typedef + + + + storage_type + https://doc.qt.io/qt-6/qbytearrayview.html + storage_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qbytearrayview.html + value_type-typedef + + + + + QCache + https://doc.qt.io/qt-6/qcache.html + + + QCache + https://doc.qt.io/qt-6/qcache.html + QCache-1 + (qsizetype maxCost) + + + T * + take + https://doc.qt.io/qt-6/qcache.html + take + (const Key &key) + + + bool + insert + https://doc.qt.io/qt-6/qcache.html + insert + (const Key &key, T *object, qsizetype cost) + + + bool + remove + https://doc.qt.io/qt-6/qcache.html + remove + (const Key &key) + + + void + clear + https://doc.qt.io/qt-6/qcache.html + clear + () + + + void + setMaxCost + https://doc.qt.io/qt-6/qcache.html + setMaxCost + (qsizetype cost) + + + + ~QCache + https://doc.qt.io/qt-6/qcache.html + dtor.QCache + () + + + QList<Key> + keys + https://doc.qt.io/qt-6/qcache.html + keys + () const const + + + T * + object + https://doc.qt.io/qt-6/qcache.html + object + (const Key &key) const const + + + T * + operator[] + https://doc.qt.io/qt-6/qcache.html + operator-5b-5d + (const Key &key) const const + + + bool + contains + https://doc.qt.io/qt-6/qcache.html + contains + (const Key &key) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qcache.html + isEmpty + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qcache.html + count + () const const + + + qsizetype + maxCost + https://doc.qt.io/qt-6/qcache.html + maxCost + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qcache.html + size + () const const + + + qsizetype + totalCost + https://doc.qt.io/qt-6/qcache.html + totalCost + () const const + + + + QCalendar + https://doc.qt.io/qt-6/qcalendar.html + QCalendar::SystemId + + System + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + Gregorian + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + Julian + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + Milankovic + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + Jalali + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + IslamicCivil + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + Last + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + User + https://doc.qt.io/qt-6/qcalendar.html + System-enum + + + + + QCalendar + https://doc.qt.io/qt-6/qcalendar.html + QCalendar + () + + + + QCalendar + https://doc.qt.io/qt-6/qcalendar.html + QCalendar-2 + (QAnyStringView name) + + + + QCalendar + https://doc.qt.io/qt-6/qcalendar.html + QCalendar-1 + (QCalendar::System system) + + + + QCalendar + https://doc.qt.io/qt-6/qcalendar.html + QCalendar-3 + (QCalendar::SystemId id) + + + QStringList + availableCalendars + https://doc.qt.io/qt-6/qcalendar.html + availableCalendars + () + + + QCalendar::YearMonthDay + partsFromDate + https://doc.qt.io/qt-6/qcalendar.html + partsFromDate + (QDate date) const const + + + QDate + dateFromParts + https://doc.qt.io/qt-6/qcalendar.html + dateFromParts-1 + (const QCalendar::YearMonthDay &parts) const const + + + QDate + dateFromParts + https://doc.qt.io/qt-6/qcalendar.html + dateFromParts + (int year, int month, int day) const const + + + QString + dateTimeToString + https://doc.qt.io/qt-6/qcalendar.html + dateTimeToString + (QStringView format, const QDateTime &datetime, QDate dateOnly, QTime timeOnly, const QLocale &locale) const const + + + QString + monthName + https://doc.qt.io/qt-6/qcalendar.html + monthName + (const QLocale &locale, int month, int year, QLocale::FormatType format) const const + + + QString + name + https://doc.qt.io/qt-6/qcalendar.html + name + () const const + + + QString + standaloneMonthName + https://doc.qt.io/qt-6/qcalendar.html + standaloneMonthName + (const QLocale &locale, int month, int year, QLocale::FormatType format) const const + + + QString + standaloneWeekDayName + https://doc.qt.io/qt-6/qcalendar.html + standaloneWeekDayName + (const QLocale &locale, int day, QLocale::FormatType format) const const + + + QString + weekDayName + https://doc.qt.io/qt-6/qcalendar.html + weekDayName + (const QLocale &locale, int day, QLocale::FormatType format) const const + + + bool + hasYearZero + https://doc.qt.io/qt-6/qcalendar.html + hasYearZero + () const const + + + bool + isDateValid + https://doc.qt.io/qt-6/qcalendar.html + isDateValid + (int year, int month, int day) const const + + + bool + isGregorian + https://doc.qt.io/qt-6/qcalendar.html + isGregorian + () const const + + + bool + isLeapYear + https://doc.qt.io/qt-6/qcalendar.html + isLeapYear + (int year) const const + + + bool + isLunar + https://doc.qt.io/qt-6/qcalendar.html + isLunar + () const const + + + bool + isLuniSolar + https://doc.qt.io/qt-6/qcalendar.html + isLuniSolar + () const const + + + bool + isProleptic + https://doc.qt.io/qt-6/qcalendar.html + isProleptic + () const const + + + bool + isSolar + https://doc.qt.io/qt-6/qcalendar.html + isSolar + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qcalendar.html + isValid + () const const + + + int + dayOfWeek + https://doc.qt.io/qt-6/qcalendar.html + dayOfWeek + (QDate date) const const + + + int + daysInMonth + https://doc.qt.io/qt-6/qcalendar.html + daysInMonth + (int month, int year) const const + + + int + daysInYear + https://doc.qt.io/qt-6/qcalendar.html + daysInYear + (int year) const const + + + int + maximumDaysInMonth + https://doc.qt.io/qt-6/qcalendar.html + maximumDaysInMonth + () const const + + + int + maximumMonthsInYear + https://doc.qt.io/qt-6/qcalendar.html + maximumMonthsInYear + () const const + + + int + minimumDaysInMonth + https://doc.qt.io/qt-6/qcalendar.html + minimumDaysInMonth + () const const + + + int + monthsInYear + https://doc.qt.io/qt-6/qcalendar.html + monthsInYear + (int year) const const + + + + QCalendar::SystemId + https://doc.qt.io/qt-6/qcalendar-systemid.html + + bool + isValid + https://doc.qt.io/qt-6/qcalendar-systemid.html + isValid + () const const + + + + QCalendarPermission + https://doc.qt.io/qt-6/qcalendarpermission.html + + AccessMode + https://doc.qt.io/qt-6/qcalendarpermission.html + AccessMode-enum + + + ReadOnly + https://doc.qt.io/qt-6/qcalendarpermission.html + AccessMode-enum + + + + ReadWrite + https://doc.qt.io/qt-6/qcalendarpermission.html + AccessMode-enum + + + + void + setAccessMode + https://doc.qt.io/qt-6/qcalendarpermission.html + setAccessMode + (QCalendarPermission::AccessMode mode) + + + QCalendarPermission::AccessMode + accessMode + https://doc.qt.io/qt-6/qcalendarpermission.html + accessMode + () const const + + + + QCameraPermission + https://doc.qt.io/qt-6/qcamerapermission.html + + + QCborArray + https://doc.qt.io/qt-6/qcborarray.html + QCborArray::ConstIterator + QCborArray::Iterator + + QCborArray & + operator+= + https://doc.qt.io/qt-6/qcborarray.html + operator-2b-eq + (const QCborValue &v) + + + QCborArray & + operator<< + https://doc.qt.io/qt-6/qcborarray.html + operator-lt-lt + (const QCborValue &v) + + + QCborArray & + operator= + https://doc.qt.io/qt-6/qcborarray.html + operator-eq + (const QCborArray &other) + + + QCborArray + fromJsonArray + https://doc.qt.io/qt-6/qcborarray.html + fromJsonArray-1 + (QJsonArray &&array) + + + QCborArray + fromJsonArray + https://doc.qt.io/qt-6/qcborarray.html + fromJsonArray + (const QJsonArray &array) + + + QCborArray + fromStringList + https://doc.qt.io/qt-6/qcborarray.html + fromStringList + (const QStringList &list) + + + QCborArray + fromVariantList + https://doc.qt.io/qt-6/qcborarray.html + fromVariantList + (const QVariantList &list) + + + + QCborArray + https://doc.qt.io/qt-6/qcborarray.html + QCborArray + () + + + + QCborArray + https://doc.qt.io/qt-6/qcborarray.html + QCborArray-1 + (const QCborArray &other) + + + + QCborArray + https://doc.qt.io/qt-6/qcborarray.html + QCborArray-2 + (std::initializer_list<QCborValue> args) + + + QCborArray::iterator + begin + https://doc.qt.io/qt-6/qcborarray.html + begin + () + + + QCborArray::iterator + end + https://doc.qt.io/qt-6/qcborarray.html + end + () + + + QCborArray::iterator + erase + https://doc.qt.io/qt-6/qcborarray.html + erase-1 + (QCborArray::const_iterator it) + + + QCborArray::iterator + erase + https://doc.qt.io/qt-6/qcborarray.html + erase + (QCborArray::iterator it) + + + QCborArray::iterator + insert + https://doc.qt.io/qt-6/qcborarray.html + insert-3 + (QCborArray::const_iterator before, const QCborValue &value) + + + QCborArray::iterator + insert + https://doc.qt.io/qt-6/qcborarray.html + insert-2 + (QCborArray::iterator before, const QCborValue &value) + + + QCborValue + extract + https://doc.qt.io/qt-6/qcborarray.html + extract + (QCborArray::ConstIterator it) + + + QCborValue + extract + https://doc.qt.io/qt-6/qcborarray.html + extract-1 + (QCborArray::Iterator it) + + + QCborValue + takeAt + https://doc.qt.io/qt-6/qcborarray.html + takeAt + (qsizetype i) + + + QCborValue + takeFirst + https://doc.qt.io/qt-6/qcborarray.html + takeFirst + () + + + QCborValue + takeLast + https://doc.qt.io/qt-6/qcborarray.html + takeLast + () + + + QCborValueRef + first + https://doc.qt.io/qt-6/qcborarray.html + first-1 + () + + + QCborValueRef + last + https://doc.qt.io/qt-6/qcborarray.html + last-1 + () + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcborarray.html + operator-5b-5d-1 + (qsizetype i) + + + void + append + https://doc.qt.io/qt-6/qcborarray.html + append-1 + (QCborValue &&value) + + + void + append + https://doc.qt.io/qt-6/qcborarray.html + append + (const QCborValue &value) + + + void + clear + https://doc.qt.io/qt-6/qcborarray.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qcborarray.html + insert-1 + (qsizetype i, QCborValue &&value) + + + void + insert + https://doc.qt.io/qt-6/qcborarray.html + insert + (qsizetype i, const QCborValue &value) + + + void + pop_back + https://doc.qt.io/qt-6/qcborarray.html + pop_back + () + + + void + pop_front + https://doc.qt.io/qt-6/qcborarray.html + pop_front + () + + + void + prepend + https://doc.qt.io/qt-6/qcborarray.html + prepend-1 + (QCborValue &&value) + + + void + prepend + https://doc.qt.io/qt-6/qcborarray.html + prepend + (const QCborValue &value) + + + void + push_back + https://doc.qt.io/qt-6/qcborarray.html + push_back + (const QCborValue &t) + + + void + push_front + https://doc.qt.io/qt-6/qcborarray.html + push_front + (const QCborValue &t) + + + void + removeAt + https://doc.qt.io/qt-6/qcborarray.html + removeAt + (qsizetype i) + + + void + removeFirst + https://doc.qt.io/qt-6/qcborarray.html + removeFirst + () + + + void + removeLast + https://doc.qt.io/qt-6/qcborarray.html + removeLast + () + + + void + swap + https://doc.qt.io/qt-6/qcborarray.html + swap + (QCborArray &other) + + + + ~QCborArray + https://doc.qt.io/qt-6/qcborarray.html + dtor.QCborArray + () + + + QCborArray + operator+ + https://doc.qt.io/qt-6/qcborarray.html + operator-2b + (const QCborValue &v) const const + + + QCborArray::const_iterator + begin + https://doc.qt.io/qt-6/qcborarray.html + begin-1 + () const const + + + QCborArray::const_iterator + cbegin + https://doc.qt.io/qt-6/qcborarray.html + cbegin + () const const + + + QCborArray::const_iterator + cend + https://doc.qt.io/qt-6/qcborarray.html + cend + () const const + + + QCborArray::const_iterator + constBegin + https://doc.qt.io/qt-6/qcborarray.html + constBegin + () const const + + + QCborArray::const_iterator + constEnd + https://doc.qt.io/qt-6/qcborarray.html + constEnd + () const const + + + QCborArray::const_iterator + end + https://doc.qt.io/qt-6/qcborarray.html + end-1 + () const const + + + QCborValue + at + https://doc.qt.io/qt-6/qcborarray.html + at + (qsizetype i) const const + + + QCborValue + first + https://doc.qt.io/qt-6/qcborarray.html + first + () const const + + + QCborValue + last + https://doc.qt.io/qt-6/qcborarray.html + last + () const const + + + QCborValue + toCborValue + https://doc.qt.io/qt-6/qcborarray.html + toCborValue + () const const + + + QJsonArray + toJsonArray + https://doc.qt.io/qt-6/qcborarray.html + toJsonArray + () const const + + + QVariantList + toVariantList + https://doc.qt.io/qt-6/qcborarray.html + toVariantList + () const const + + + bool + contains + https://doc.qt.io/qt-6/qcborarray.html + contains + (const QCborValue &value) const const + + + bool + empty + https://doc.qt.io/qt-6/qcborarray.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qcborarray.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcborarray.html + operator-not-eq + (const QCborArray &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcborarray.html + operator-lt + (const QCborArray &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcborarray.html + operator-eq-eq + (const QCborArray &other) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcborarray.html + operator-5b-5d + (qsizetype i) const const + + + int + compare + https://doc.qt.io/qt-6/qcborarray.html + compare + (const QCborArray &other) const const + + + qsizetype + size + https://doc.qt.io/qt-6/qcborarray.html + size + () const const + + + const_iterator + https://doc.qt.io/qt-6/qcborarray.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qcborarray.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qcborarray.html + const_reference-typedef + + + + difference_type + https://doc.qt.io/qt-6/qcborarray.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qcborarray.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qcborarray.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qcborarray.html + reference-typedef + + + + size_type + https://doc.qt.io/qt-6/qcborarray.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qcborarray.html + value_type-typedef + + + + + QCborArray::ConstIterator + https://doc.qt.io/qt-6/qcborarray-constiterator.html + + ConstIterator & + operator++ + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-2b-2b + () + + + ConstIterator & + operator+= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-2b-eq + (qsizetype j) + + + ConstIterator & + operator-- + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-- + () + + + ConstIterator & + operator-= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator--eq + (qsizetype j) + + + ConstIterator & + operator= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-eq + (const ConstIterator &other) + + + ConstIterator + operator++ + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-2b-2b-1 + (int) + + + ConstIterator + operator-- + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator---1 + (int) + + + + ConstIterator + https://doc.qt.io/qt-6/qcborarray-constiterator.html + ConstIterator-1 + () + + + + ConstIterator + https://doc.qt.io/qt-6/qcborarray-constiterator.html + ConstIterator-2 + (const ConstIterator &other) + + + ConstIterator + operator+ + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-2b + (qsizetype j) const const + + + ConstIterator + operator- + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator- + (qsizetype j) const const + + + QCborValueConstRef + operator* + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-2a + () const const + + + QCborValueConstRef + operator[] + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-5b-5d + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-not-eq-1 + (const ConstIterator &o) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-not-eq + (const Iterator &o) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-lt-1 + (const ConstIterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-lt + (const Iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-lt-eq-1 + (const ConstIterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-lt-eq + (const Iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-eq-eq-1 + (const ConstIterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-eq-eq + (const Iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-gt-1 + (const ConstIterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-gt + (const Iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-gt-eq-1 + (const ConstIterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator-gt-eq + (const Iterator &other) const const + + + const QCborValueConstRef * + operator-> + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator--gt + () const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qcborarray-constiterator.html + operator--1 + (ConstIterator other) const const + + + iterator_category + https://doc.qt.io/qt-6/qcborarray-constiterator.html + iterator_category-typedef + + + + + QCborArray::Iterator + https://doc.qt.io/qt-6/qcborarray-iterator.html + + Iterator & + operator++ + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-2b-2b + () + + + Iterator & + operator+= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-2b-eq + (qsizetype j) + + + Iterator & + operator-- + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-- + () + + + Iterator & + operator-= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator--eq + (qsizetype j) + + + Iterator & + operator= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-eq + (const Iterator &other) + + + Iterator + operator++ + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-2b-2b-1 + (int) + + + Iterator + operator-- + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator---1 + (int) + + + + Iterator + https://doc.qt.io/qt-6/qcborarray-iterator.html + Iterator-1 + () + + + + Iterator + https://doc.qt.io/qt-6/qcborarray-iterator.html + Iterator-2 + (const Iterator &other) + + + Iterator + operator+ + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-2b + (qsizetype j) const const + + + Iterator + operator- + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator- + (qsizetype j) const const + + + QCborValueRef + operator* + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-2a + () const const + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-5b-5d + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-not-eq-1 + (const ConstIterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-not-eq + (const Iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-lt-1 + (const ConstIterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-lt + (const Iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-lt-eq-1 + (const ConstIterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-lt-eq + (const Iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-eq-eq-1 + (const ConstIterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-eq-eq + (const Iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-gt-1 + (const ConstIterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-gt + (const Iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-gt-eq-1 + (const ConstIterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator-gt-eq + (const Iterator &other) const const + + + const QCborValueConstRef * + operator-> + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator--gt-1 + () const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qcborarray-iterator.html + operator--1 + (Iterator other) const const + + + iterator_category + https://doc.qt.io/qt-6/qcborarray-iterator.html + iterator_category-typedef + + + + + QCborError + https://doc.qt.io/qt-6/qcborerror.html + + Code + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + UnknownError + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + AdvancePastEnd + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + InputOutputError + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + GarbageAtEnd + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + EndOfFile + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + UnexpectedBreak + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + UnknownType + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + IllegalType + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + IllegalNumber + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + IllegalSimpleType + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + InvalidUtf8String + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + DataTooLarge + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + NestingTooDeep + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + UnsupportedType + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + NoError + https://doc.qt.io/qt-6/qcborerror.html + Code-enum + + + + QCborError::Code + operator QCborError::Code + https://doc.qt.io/qt-6/qcborerror.html + operator-QCborError-3a-3aCode + () const const + + + QString + toString + https://doc.qt.io/qt-6/qcborerror.html + toString + () const const + + + + QCborMap + https://doc.qt.io/qt-6/qcbormap.html + QCborMap::ConstIterator + QCborMap::Iterator + + QCborMap & + operator= + https://doc.qt.io/qt-6/qcbormap.html + operator-eq + (const QCborMap &other) + + + QCborMap + fromJsonObject + https://doc.qt.io/qt-6/qcbormap.html + fromJsonObject-1 + (QJsonObject &&obj) + + + QCborMap + fromJsonObject + https://doc.qt.io/qt-6/qcbormap.html + fromJsonObject + (const QJsonObject &obj) + + + QCborMap + fromVariantHash + https://doc.qt.io/qt-6/qcbormap.html + fromVariantHash + (const QVariantHash &hash) + + + QCborMap + fromVariantMap + https://doc.qt.io/qt-6/qcbormap.html + fromVariantMap + (const QVariantMap &map) + + + + QCborMap + https://doc.qt.io/qt-6/qcbormap.html + QCborMap + () + + + + QCborMap + https://doc.qt.io/qt-6/qcbormap.html + QCborMap-1 + (const QCborMap &other) + + + + QCborMap + https://doc.qt.io/qt-6/qcbormap.html + QCborMap-2 + (std::initializer_list<value_type> args) + + + QCborMap::iterator + begin + https://doc.qt.io/qt-6/qcbormap.html + begin + () + + + QCborMap::iterator + end + https://doc.qt.io/qt-6/qcbormap.html + end + () + + + QCborMap::iterator + erase + https://doc.qt.io/qt-6/qcbormap.html + erase + (QCborMap::const_iterator it) + + + QCborMap::iterator + erase + https://doc.qt.io/qt-6/qcbormap.html + erase-1 + (QCborMap::iterator it) + + + QCborMap::iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-1 + (QLatin1StringView key) + + + QCborMap::iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-3 + (const QCborValue &key) + + + QCborMap::iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-2 + (const QString &key) + + + QCborMap::iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find + (qint64 key) + + + QCborMap::iterator + insert + https://doc.qt.io/qt-6/qcbormap.html + insert-4 + (QCborMap::value_type v) + + + QCborMap::iterator + insert + https://doc.qt.io/qt-6/qcbormap.html + insert-1 + (QLatin1StringView key, const QCborValue &value) + + + QCborMap::iterator + insert + https://doc.qt.io/qt-6/qcbormap.html + insert-3 + (const QCborValue &key, const QCborValue &value) + + + QCborMap::iterator + insert + https://doc.qt.io/qt-6/qcbormap.html + insert-2 + (const QString &key, const QCborValue &value) + + + QCborMap::iterator + insert + https://doc.qt.io/qt-6/qcbormap.html + insert + (qint64 key, const QCborValue &value) + + + QCborValue + extract + https://doc.qt.io/qt-6/qcbormap.html + extract-1 + (QCborMap::const_iterator it) + + + QCborValue + extract + https://doc.qt.io/qt-6/qcbormap.html + extract + (QCborMap::iterator it) + + + QCborValue + take + https://doc.qt.io/qt-6/qcbormap.html + take-1 + (QLatin1StringView key) + + + QCborValue + take + https://doc.qt.io/qt-6/qcbormap.html + take-3 + (const QCborValue &key) + + + QCborValue + take + https://doc.qt.io/qt-6/qcbormap.html + take-2 + (const QString &key) + + + QCborValue + take + https://doc.qt.io/qt-6/qcbormap.html + take + (qint64 key) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-6 + (QLatin1StringView key) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-8 + (const QCborValue &key) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-7 + (const QString &key) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-5 + (qint64 key) + + + void + clear + https://doc.qt.io/qt-6/qcbormap.html + clear + () + + + void + remove + https://doc.qt.io/qt-6/qcbormap.html + remove-1 + (QLatin1StringView key) + + + void + remove + https://doc.qt.io/qt-6/qcbormap.html + remove-3 + (const QCborValue &key) + + + void + remove + https://doc.qt.io/qt-6/qcbormap.html + remove-2 + (const QString &key) + + + void + remove + https://doc.qt.io/qt-6/qcbormap.html + remove + (qint64 key) + + + void + swap + https://doc.qt.io/qt-6/qcbormap.html + swap + (QCborMap &other) + + + + ~QCborMap + https://doc.qt.io/qt-6/qcbormap.html + dtor.QCborMap + () + + + QCborMap::const_iterator + begin + https://doc.qt.io/qt-6/qcbormap.html + begin-1 + () const const + + + QCborMap::const_iterator + cbegin + https://doc.qt.io/qt-6/qcbormap.html + cbegin + () const const + + + QCborMap::const_iterator + cend + https://doc.qt.io/qt-6/qcbormap.html + cend + () const const + + + QCborMap::const_iterator + constBegin + https://doc.qt.io/qt-6/qcbormap.html + constBegin + () const const + + + QCborMap::const_iterator + constEnd + https://doc.qt.io/qt-6/qcbormap.html + constEnd + () const const + + + QCborMap::const_iterator + constFind + https://doc.qt.io/qt-6/qcbormap.html + constFind-1 + (QLatin1StringView key) const const + + + QCborMap::const_iterator + constFind + https://doc.qt.io/qt-6/qcbormap.html + constFind-3 + (const QCborValue &key) const const + + + QCborMap::const_iterator + constFind + https://doc.qt.io/qt-6/qcbormap.html + constFind-2 + (const QString &key) const const + + + QCborMap::const_iterator + constFind + https://doc.qt.io/qt-6/qcbormap.html + constFind + (qint64 key) const const + + + QCborMap::const_iterator + end + https://doc.qt.io/qt-6/qcbormap.html + end-1 + () const const + + + QCborMap::const_iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-5 + (QLatin1StringView key) const const + + + QCborMap::const_iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-7 + (const QCborValue &key) const const + + + QCborMap::const_iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-6 + (const QString &key) const const + + + QCborMap::const_iterator + find + https://doc.qt.io/qt-6/qcbormap.html + find-4 + (qint64 key) const const + + + QCborValue + toCborValue + https://doc.qt.io/qt-6/qcbormap.html + toCborValue + () const const + + + QCborValue + value + https://doc.qt.io/qt-6/qcbormap.html + value-1 + (QLatin1StringView key) const const + + + QCborValue + value + https://doc.qt.io/qt-6/qcbormap.html + value-3 + (const QCborValue &key) const const + + + QCborValue + value + https://doc.qt.io/qt-6/qcbormap.html + value-2 + (const QString &key) const const + + + QCborValue + value + https://doc.qt.io/qt-6/qcbormap.html + value + (qint64 key) const const + + + QJsonObject + toJsonObject + https://doc.qt.io/qt-6/qcbormap.html + toJsonObject + () const const + + + QList<QCborValue> + keys + https://doc.qt.io/qt-6/qcbormap.html + keys + () const const + + + QVariantHash + toVariantHash + https://doc.qt.io/qt-6/qcbormap.html + toVariantHash + () const const + + + QVariantMap + toVariantMap + https://doc.qt.io/qt-6/qcbormap.html + toVariantMap + () const const + + + bool + contains + https://doc.qt.io/qt-6/qcbormap.html + contains-1 + (QLatin1StringView key) const const + + + bool + contains + https://doc.qt.io/qt-6/qcbormap.html + contains-3 + (const QCborValue &key) const const + + + bool + contains + https://doc.qt.io/qt-6/qcbormap.html + contains-2 + (const QString &key) const const + + + bool + contains + https://doc.qt.io/qt-6/qcbormap.html + contains + (qint64 key) const const + + + bool + empty + https://doc.qt.io/qt-6/qcbormap.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qcbormap.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcbormap.html + operator-not-eq + (const QCborMap &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcbormap.html + operator-lt + (const QCborMap &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcbormap.html + operator-eq-eq + (const QCborMap &other) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-1 + (QLatin1StringView key) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-3 + (const QCborValue &key) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d-2 + (const QString &key) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcbormap.html + operator-5b-5d + (qint64 key) const const + + + int + compare + https://doc.qt.io/qt-6/qcbormap.html + compare + (const QCborMap &other) const const + + + qsizetype + size + https://doc.qt.io/qt-6/qcbormap.html + size + () const const + + + const_iterator + https://doc.qt.io/qt-6/qcbormap.html + const_iterator-typedef + + + + iterator + https://doc.qt.io/qt-6/qcbormap.html + iterator-typedef + + + + key_type + https://doc.qt.io/qt-6/qcbormap.html + key_type-typedef + + + + mapped_type + https://doc.qt.io/qt-6/qcbormap.html + mapped_type-typedef + + + + size_type + https://doc.qt.io/qt-6/qcbormap.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qcbormap.html + value_type-typedef + + + + + QCborMap::ConstIterator + https://doc.qt.io/qt-6/qcbormap-constiterator.html + + ConstIterator & + operator++ + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-2b-2b + () + + + ConstIterator & + operator+= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-2b-eq + (qsizetype j) + + + ConstIterator & + operator-- + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-- + () + + + ConstIterator & + operator-= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator--eq + (qsizetype j) + + + ConstIterator & + operator= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-eq + (const ConstIterator &other) + + + ConstIterator + operator++ + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-2b-2b-1 + (int) + + + ConstIterator + operator-- + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator---1 + (int) + + + + ConstIterator + https://doc.qt.io/qt-6/qcbormap-constiterator.html + ConstIterator-2 + () + + + + ConstIterator + https://doc.qt.io/qt-6/qcbormap-constiterator.html + ConstIterator-3 + (const ConstIterator &other) + + + ConstIterator + operator+ + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-2b + (qsizetype j) const const + + + ConstIterator + operator- + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator- + (qsizetype j) const const + + + ConstIterator::value_type + operator* + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-2a + () const const + + + QCborValue + key + https://doc.qt.io/qt-6/qcbormap-constiterator.html + key + () const const + + + QCborValueConstRef + value + https://doc.qt.io/qt-6/qcbormap-constiterator.html + value + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-not-eq-1 + (const ConstIterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-not-eq + (const Iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-lt-1 + (const ConstIterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-lt + (const Iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-lt-eq-1 + (const ConstIterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-lt-eq + (const Iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-eq-eq-1 + (const ConstIterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-eq-eq + (const Iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-gt-1 + (const ConstIterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-gt + (const Iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-gt-eq-1 + (const ConstIterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator-gt-eq + (const Iterator &other) const const + + + const QCborValueConstRef * + operator-> + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator--gt + () const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qcbormap-constiterator.html + operator--1 + (ConstIterator j) const const + + + iterator_category + https://doc.qt.io/qt-6/qcbormap-constiterator.html + iterator_category-typedef + + + + + QCborMap::Iterator + https://doc.qt.io/qt-6/qcbormap-iterator.html + + Iterator & + operator++ + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-2b-2b + () + + + Iterator & + operator+= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-2b-eq + (qsizetype j) + + + Iterator & + operator-- + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-- + () + + + Iterator & + operator-= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator--eq + (qsizetype j) + + + Iterator & + operator= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-eq + (const Iterator &other) + + + Iterator + operator++ + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-2b-2b-1 + (int) + + + Iterator + operator-- + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator---1 + (int) + + + + Iterator + https://doc.qt.io/qt-6/qcbormap-iterator.html + Iterator-1 + () + + + + Iterator + https://doc.qt.io/qt-6/qcbormap-iterator.html + Iterator-2 + (const Iterator &other) + + + Iterator + operator+ + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-2b + (qsizetype j) const const + + + Iterator + operator- + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator- + (qsizetype j) const const + + + Iterator::value_type + operator* + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-2a + () const const + + + QCborValue + key + https://doc.qt.io/qt-6/qcbormap-iterator.html + key + () const const + + + QCborValueRef + value + https://doc.qt.io/qt-6/qcbormap-iterator.html + value + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-not-eq-1 + (const ConstIterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-not-eq + (const Iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-lt-1 + (const ConstIterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-lt + (const Iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-lt-eq-1 + (const ConstIterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-lt-eq + (const Iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-eq-eq-1 + (const ConstIterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-eq-eq + (const Iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-gt-1 + (const ConstIterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-gt + (const Iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-gt-eq-1 + (const ConstIterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator-gt-eq + (const Iterator &other) const const + + + const QCborValueConstRef * + operator-> + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator--gt-1 + () const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qcbormap-iterator.html + operator--1 + (Iterator j) const const + + + iterator_category + https://doc.qt.io/qt-6/qcbormap-iterator.html + iterator_category-typedef + + + + + QCborParserError + https://doc.qt.io/qt-6/qcborparsererror.html + + QString + errorString + https://doc.qt.io/qt-6/qcborparsererror.html + errorString + () const const + + + + QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + QCborStreamReader::StringResult + + StringResultCode + https://doc.qt.io/qt-6/qcborstreamreader.html + StringResultCode-enum + + + EndOfString + https://doc.qt.io/qt-6/qcborstreamreader.html + StringResultCode-enum + + + + Ok + https://doc.qt.io/qt-6/qcborstreamreader.html + StringResultCode-enum + + + + Error + https://doc.qt.io/qt-6/qcborstreamreader.html + StringResultCode-enum + + + + Type + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + UnsignedInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + NegativeInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + ByteString + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + ByteArray + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + TextString + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + String + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Array + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Map + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Tag + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + SimpleType + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + HalfFloat + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Float16 + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Float + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Double + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + Invalid + https://doc.qt.io/qt-6/qcborstreamreader.html + Type-enum + + + + QCborError + lastError + https://doc.qt.io/qt-6/qcborstreamreader.html + lastError + () + + + + QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + QCborStreamReader + () + + + + QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + QCborStreamReader-4 + (QIODevice *device) + + + + QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + QCborStreamReader-3 + (const QByteArray &data) + + + + QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + QCborStreamReader-1 + (const char *data, qsizetype len) + + + + QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + QCborStreamReader-2 + (const quint8 *data, qsizetype len) + + + StringResult<QByteArray> + readByteArray + https://doc.qt.io/qt-6/qcborstreamreader.html + readByteArray + () + + + StringResult<QString> + readString + https://doc.qt.io/qt-6/qcborstreamreader.html + readString + () + + + StringResult<qsizetype> + readStringChunk + https://doc.qt.io/qt-6/qcborstreamreader.html + readStringChunk + (char *ptr, qsizetype maxlen) + + + bool + enterContainer + https://doc.qt.io/qt-6/qcborstreamreader.html + enterContainer + () + + + bool + leaveContainer + https://doc.qt.io/qt-6/qcborstreamreader.html + leaveContainer + () + + + bool + next + https://doc.qt.io/qt-6/qcborstreamreader.html + next + (int maxRecursion) + + + void + addData + https://doc.qt.io/qt-6/qcborstreamreader.html + addData + (const QByteArray &data) + + + void + addData + https://doc.qt.io/qt-6/qcborstreamreader.html + addData-1 + (const char *data, qsizetype len) + + + void + addData + https://doc.qt.io/qt-6/qcborstreamreader.html + addData-2 + (const quint8 *data, qsizetype len) + + + void + clear + https://doc.qt.io/qt-6/qcborstreamreader.html + clear + () + + + void + reparse + https://doc.qt.io/qt-6/qcborstreamreader.html + reparse + () + + + void + reset + https://doc.qt.io/qt-6/qcborstreamreader.html + reset + () + + + void + setDevice + https://doc.qt.io/qt-6/qcborstreamreader.html + setDevice + (QIODevice *device) + + + + ~QCborStreamReader + https://doc.qt.io/qt-6/qcborstreamreader.html + dtor.QCborStreamReader + () + + + QCborNegativeInteger + toNegativeInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + toNegativeInteger + () const const + + + QCborSimpleType + toSimpleType + https://doc.qt.io/qt-6/qcborstreamreader.html + toSimpleType + () const const + + + QCborStreamReader::Type + parentContainerType + https://doc.qt.io/qt-6/qcborstreamreader.html + parentContainerType + () const const + + + QCborStreamReader::Type + type + https://doc.qt.io/qt-6/qcborstreamreader.html + type + () const const + + + QCborTag + toTag + https://doc.qt.io/qt-6/qcborstreamreader.html + toTag + () const const + + + QIODevice * + device + https://doc.qt.io/qt-6/qcborstreamreader.html + device + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qcborstreamreader.html + hasNext + () const const + + + bool + isArray + https://doc.qt.io/qt-6/qcborstreamreader.html + isArray + () const const + + + bool + isBool + https://doc.qt.io/qt-6/qcborstreamreader.html + isBool + () const const + + + bool + isByteArray + https://doc.qt.io/qt-6/qcborstreamreader.html + isByteArray + () const const + + + bool + isContainer + https://doc.qt.io/qt-6/qcborstreamreader.html + isContainer + () const const + + + bool + isDouble + https://doc.qt.io/qt-6/qcborstreamreader.html + isDouble + () const const + + + bool + isFalse + https://doc.qt.io/qt-6/qcborstreamreader.html + isFalse + () const const + + + bool + isFloat + https://doc.qt.io/qt-6/qcborstreamreader.html + isFloat + () const const + + + bool + isFloat16 + https://doc.qt.io/qt-6/qcborstreamreader.html + isFloat16 + () const const + + + bool + isInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + isInteger + () const const + + + bool + isInvalid + https://doc.qt.io/qt-6/qcborstreamreader.html + isInvalid + () const const + + + bool + isLengthKnown + https://doc.qt.io/qt-6/qcborstreamreader.html + isLengthKnown + () const const + + + bool + isMap + https://doc.qt.io/qt-6/qcborstreamreader.html + isMap + () const const + + + bool + isNegativeInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + isNegativeInteger + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qcborstreamreader.html + isNull + () const const + + + bool + isSimpleType + https://doc.qt.io/qt-6/qcborstreamreader.html + isSimpleType + () const const + + + bool + isSimpleType + https://doc.qt.io/qt-6/qcborstreamreader.html + isSimpleType-1 + (QCborSimpleType st) const const + + + bool + isString + https://doc.qt.io/qt-6/qcborstreamreader.html + isString + () const const + + + bool + isTag + https://doc.qt.io/qt-6/qcborstreamreader.html + isTag + () const const + + + bool + isTrue + https://doc.qt.io/qt-6/qcborstreamreader.html + isTrue + () const const + + + bool + isUndefined + https://doc.qt.io/qt-6/qcborstreamreader.html + isUndefined + () const const + + + bool + isUnsignedInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + isUnsignedInteger + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qcborstreamreader.html + isValid + () const const + + + bool + toBool + https://doc.qt.io/qt-6/qcborstreamreader.html + toBool + () const const + + + double + toDouble + https://doc.qt.io/qt-6/qcborstreamreader.html + toDouble + () const const + + + float + toFloat + https://doc.qt.io/qt-6/qcborstreamreader.html + toFloat + () const const + + + int + containerDepth + https://doc.qt.io/qt-6/qcborstreamreader.html + containerDepth + () const const + + + qfloat16 + toFloat16 + https://doc.qt.io/qt-6/qcborstreamreader.html + toFloat16 + () const const + + + qint64 + currentOffset + https://doc.qt.io/qt-6/qcborstreamreader.html + currentOffset + () const const + + + qint64 + toInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + toInteger + () const const + + + qsizetype + currentStringChunkSize + https://doc.qt.io/qt-6/qcborstreamreader.html + currentStringChunkSize + () const const + + + quint64 + length + https://doc.qt.io/qt-6/qcborstreamreader.html + length + () const const + + + quint64 + toUnsignedInteger + https://doc.qt.io/qt-6/qcborstreamreader.html + toUnsignedInteger + () const const + + + + QCborStreamReader::StringResult + https://doc.qt.io/qt-6/qcborstreamreader-stringresult.html + + + QCborStreamWriter + https://doc.qt.io/qt-6/qcborstreamwriter.html + + + QCborStreamWriter + https://doc.qt.io/qt-6/qcborstreamwriter.html + QCborStreamWriter-1 + (QByteArray *data) + + + + QCborStreamWriter + https://doc.qt.io/qt-6/qcborstreamwriter.html + QCborStreamWriter + (QIODevice *device) + + + bool + endArray + https://doc.qt.io/qt-6/qcborstreamwriter.html + endArray + () + + + bool + endMap + https://doc.qt.io/qt-6/qcborstreamwriter.html + endMap + () + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-7 + (QCborKnownTags tag) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-2 + (QCborNegativeInteger n) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-8 + (QCborSimpleType st) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-6 + (QCborTag tag) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-4 + (QLatin1StringView str) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-5 + (QStringView str) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-13 + (bool b) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-3 + (const QByteArray &ba) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-14 + (const char *str, qsizetype size) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-12 + (double d) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-11 + (float f) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-10 + (qfloat16 f) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-1 + (qint64 i) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append + (quint64 u) + + + void + append + https://doc.qt.io/qt-6/qcborstreamwriter.html + append-9 + (std::nullptr_t) + + + void + appendByteString + https://doc.qt.io/qt-6/qcborstreamwriter.html + appendByteString + (const char *data, qsizetype len) + + + void + appendNull + https://doc.qt.io/qt-6/qcborstreamwriter.html + appendNull + () + + + void + appendTextString + https://doc.qt.io/qt-6/qcborstreamwriter.html + appendTextString + (const char *utf8, qsizetype len) + + + void + appendUndefined + https://doc.qt.io/qt-6/qcborstreamwriter.html + appendUndefined + () + + + void + setDevice + https://doc.qt.io/qt-6/qcborstreamwriter.html + setDevice + (QIODevice *device) + + + void + startArray + https://doc.qt.io/qt-6/qcborstreamwriter.html + startArray + () + + + void + startArray + https://doc.qt.io/qt-6/qcborstreamwriter.html + startArray-1 + (quint64 count) + + + void + startMap + https://doc.qt.io/qt-6/qcborstreamwriter.html + startMap + () + + + void + startMap + https://doc.qt.io/qt-6/qcborstreamwriter.html + startMap-1 + (quint64 count) + + + + ~QCborStreamWriter + https://doc.qt.io/qt-6/qcborstreamwriter.html + dtor.QCborStreamWriter + () + + + QIODevice * + device + https://doc.qt.io/qt-6/qcborstreamwriter.html + device + () const const + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + + DiagnosticNotationOption + https://doc.qt.io/qt-6/qcborvalue.html + DiagnosticNotationOption-enum + + + Compact + https://doc.qt.io/qt-6/qcborvalue.html + DiagnosticNotationOption-enum + + + + LineWrapped + https://doc.qt.io/qt-6/qcborvalue.html + DiagnosticNotationOption-enum + + + + ExtendedFormat + https://doc.qt.io/qt-6/qcborvalue.html + DiagnosticNotationOption-enum + + + + EncodingOption + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + SortKeysInMaps + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + + UseFloat + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + + UseFloat16 + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + + UseIntegers + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + + NoTransformation + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + + Type + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + Integer + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + ByteArray + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + String + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Array + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Map + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Tag + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + SimpleType + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + False + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + True + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Null + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Undefined + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Double + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + DateTime + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Url + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + RegularExpression + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Uuid + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + Invalid + https://doc.qt.io/qt-6/qcborvalue.html + Type-enum + + + + QCborValue & + operator= + https://doc.qt.io/qt-6/qcborvalue.html + operator-eq-1 + (QCborValue &&other) + + + QCborValue & + operator= + https://doc.qt.io/qt-6/qcborvalue.html + operator-eq + (const QCborValue &other) + + + QCborValue + fromCbor + https://doc.qt.io/qt-6/qcborvalue.html + fromCbor + (QCborStreamReader &reader) + + + QCborValue + fromCbor + https://doc.qt.io/qt-6/qcborvalue.html + fromCbor-1 + (const QByteArray &ba, QCborParserError *error) + + + QCborValue + fromCbor + https://doc.qt.io/qt-6/qcborvalue.html + fromCbor-2 + (const char *data, qsizetype len, QCborParserError *error) + + + QCborValue + fromCbor + https://doc.qt.io/qt-6/qcborvalue.html + fromCbor-3 + (const quint8 *data, qsizetype len, QCborParserError *error) + + + QCborValue + fromJsonValue + https://doc.qt.io/qt-6/qcborvalue.html + fromJsonValue + (const QJsonValue &v) + + + QCborValue + fromVariant + https://doc.qt.io/qt-6/qcborvalue.html + fromVariant + (const QVariant &variant) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue + () + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-13 + (QCborArray &&a) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-17 + (QCborKnownTags tag, const QCborValue &tv) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-15 + (QCborMap &&m) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-6 + (QCborSimpleType st) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-16 + (QCborTag tag, const QCborValue &tv) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-24 + (QCborValue &&other) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-1 + (QCborValue::Type t_) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-10 + (QLatin1StringView s) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-9 + (QStringView s) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-3 + (bool b) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-7 + (const QByteArray &ba) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-12 + (const QCborArray &a) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-14 + (const QCborMap &m) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-23 + (const QCborValue &other) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-18 + (const QDateTime &dt) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-20 + (const QRegularExpression &rx) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-8 + (const QString &s) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-19 + (const QUrl &url) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-21 + (const QUuid &uuid) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-5 + (double d) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-4 + (qint64 i) + + + + QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + QCborValue-2 + (std::nullptr_t) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcborvalue.html + operator-5b-5d-4 + (QLatin1StringView key) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcborvalue.html + operator-5b-5d-5 + (const QString &key) + + + QCborValueRef + operator[] + https://doc.qt.io/qt-6/qcborvalue.html + operator-5b-5d-3 + (qint64 key) + + + void + swap + https://doc.qt.io/qt-6/qcborvalue.html + swap + (QCborValue &other) + + + + ~QCborValue + https://doc.qt.io/qt-6/qcborvalue.html + dtor.QCborValue + () + + + QByteArray + toByteArray + https://doc.qt.io/qt-6/qcborvalue.html + toByteArray + (const QByteArray &defaultValue) const const + + + QByteArray + toCbor + https://doc.qt.io/qt-6/qcborvalue.html + toCbor + (QCborValue::EncodingOptions opt) const const + + + QCborArray + toArray + https://doc.qt.io/qt-6/qcborvalue.html + toArray + () const const + + + QCborArray + toArray + https://doc.qt.io/qt-6/qcborvalue.html + toArray-1 + (const QCborArray &defaultValue) const const + + + QCborMap + toMap + https://doc.qt.io/qt-6/qcborvalue.html + toMap + () const const + + + QCborMap + toMap + https://doc.qt.io/qt-6/qcborvalue.html + toMap-1 + (const QCborMap &defaultValue) const const + + + QCborSimpleType + toSimpleType + https://doc.qt.io/qt-6/qcborvalue.html + toSimpleType + (QCborSimpleType defaultValue) const const + + + QCborTag + tag + https://doc.qt.io/qt-6/qcborvalue.html + tag + (QCborTag defaultValue) const const + + + QCborValue + taggedValue + https://doc.qt.io/qt-6/qcborvalue.html + taggedValue + (const QCborValue &defaultValue) const const + + + QCborValue::Type + type + https://doc.qt.io/qt-6/qcborvalue.html + type + () const const + + + QDateTime + toDateTime + https://doc.qt.io/qt-6/qcborvalue.html + toDateTime + (const QDateTime &defaultValue) const const + + + QJsonValue + toJsonValue + https://doc.qt.io/qt-6/qcborvalue.html + toJsonValue + () const const + + + QRegularExpression + toRegularExpression + https://doc.qt.io/qt-6/qcborvalue.html + toRegularExpression + (const QRegularExpression &defaultValue) const const + + + QString + toDiagnosticNotation + https://doc.qt.io/qt-6/qcborvalue.html + toDiagnosticNotation + (QCborValue::DiagnosticNotationOptions opts) const const + + + QString + toString + https://doc.qt.io/qt-6/qcborvalue.html + toString + (const QString &defaultValue) const const + + + QUrl + toUrl + https://doc.qt.io/qt-6/qcborvalue.html + toUrl + (const QUrl &defaultValue) const const + + + QUuid + toUuid + https://doc.qt.io/qt-6/qcborvalue.html + toUuid + (const QUuid &defaultValue) const const + + + QVariant + toVariant + https://doc.qt.io/qt-6/qcborvalue.html + toVariant + () const const + + + bool + isArray + https://doc.qt.io/qt-6/qcborvalue.html + isArray + () const const + + + bool + isBool + https://doc.qt.io/qt-6/qcborvalue.html + isBool + () const const + + + bool + isByteArray + https://doc.qt.io/qt-6/qcborvalue.html + isByteArray + () const const + + + bool + isContainer + https://doc.qt.io/qt-6/qcborvalue.html + isContainer + () const const + + + bool + isDateTime + https://doc.qt.io/qt-6/qcborvalue.html + isDateTime + () const const + + + bool + isDouble + https://doc.qt.io/qt-6/qcborvalue.html + isDouble + () const const + + + bool + isFalse + https://doc.qt.io/qt-6/qcborvalue.html + isFalse + () const const + + + bool + isInteger + https://doc.qt.io/qt-6/qcborvalue.html + isInteger + () const const + + + bool + isInvalid + https://doc.qt.io/qt-6/qcborvalue.html + isInvalid + () const const + + + bool + isMap + https://doc.qt.io/qt-6/qcborvalue.html + isMap + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qcborvalue.html + isNull + () const const + + + bool + isRegularExpression + https://doc.qt.io/qt-6/qcborvalue.html + isRegularExpression + () const const + + + bool + isSimpleType + https://doc.qt.io/qt-6/qcborvalue.html + isSimpleType + () const const + + + bool + isSimpleType + https://doc.qt.io/qt-6/qcborvalue.html + isSimpleType-1 + (QCborSimpleType st) const const + + + bool + isString + https://doc.qt.io/qt-6/qcborvalue.html + isString + () const const + + + bool + isTag + https://doc.qt.io/qt-6/qcborvalue.html + isTag + () const const + + + bool + isTrue + https://doc.qt.io/qt-6/qcborvalue.html + isTrue + () const const + + + bool + isUndefined + https://doc.qt.io/qt-6/qcborvalue.html + isUndefined + () const const + + + bool + isUrl + https://doc.qt.io/qt-6/qcborvalue.html + isUrl + () const const + + + bool + isUuid + https://doc.qt.io/qt-6/qcborvalue.html + isUuid + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcborvalue.html + operator-not-eq + (const QCborValue &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qcborvalue.html + operator-lt + (const QCborValue &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcborvalue.html + operator-eq-eq + (const QCborValue &other) const const + + + bool + toBool + https://doc.qt.io/qt-6/qcborvalue.html + toBool + (bool defaultValue) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcborvalue.html + operator-5b-5d-1 + (QLatin1StringView key) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcborvalue.html + operator-5b-5d + (const QString &key) const const + + + const QCborValue + operator[] + https://doc.qt.io/qt-6/qcborvalue.html + operator-5b-5d-2 + (qint64 key) const const + + + double + toDouble + https://doc.qt.io/qt-6/qcborvalue.html + toDouble + (double defaultValue) const const + + + int + compare + https://doc.qt.io/qt-6/qcborvalue.html + compare + (const QCborValue &other) const const + + + qint64 + toInteger + https://doc.qt.io/qt-6/qcborvalue.html + toInteger + (qint64 defaultValue) const const + + + void + toCbor + https://doc.qt.io/qt-6/qcborvalue.html + toCbor-1 + (QCborStreamWriter &writer, QCborValue::EncodingOptions opt) const const + + + DiagnosticNotationOptions + https://doc.qt.io/qt-6/qcborvalue.html + DiagnosticNotationOption-enum + + + + EncodingOptions + https://doc.qt.io/qt-6/qcborvalue.html + EncodingOption-enum + + + + + QChar + https://doc.qt.io/qt-6/qchar.html + + Category + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + Mark_NonSpacing + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Mark_SpacingCombining + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Mark_Enclosing + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Number_DecimalDigit + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Number_Letter + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Number_Other + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Separator_Space + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Separator_Line + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Separator_Paragraph + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Other_Control + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Other_Format + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Other_Surrogate + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Other_PrivateUse + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Other_NotAssigned + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Letter_Uppercase + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Letter_Lowercase + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Letter_Titlecase + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Letter_Modifier + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Letter_Other + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_Connector + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_Dash + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_Open + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_Close + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_InitialQuote + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_FinalQuote + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Punctuation_Other + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Symbol_Math + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Symbol_Currency + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Symbol_Modifier + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Symbol_Other + https://doc.qt.io/qt-6/qchar.html + Category-enum + + + + Decomposition + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + NoDecomposition + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Canonical + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Font + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + NoBreak + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Initial + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Medial + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Final + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Isolated + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Circle + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Super + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Sub + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Vertical + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Wide + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Narrow + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Small + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Square + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Compat + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Fraction + https://doc.qt.io/qt-6/qchar.html + Decomposition-enum + + + + Direction + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + DirL + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirR + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirEN + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirES + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirET + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirAN + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirCS + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirB + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirS + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirWS + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirON + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirLRE + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirLRO + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirAL + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirRLE + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirRLO + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirPDF + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirNSM + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirBN + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirLRI + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirRLI + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirFSI + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + DirPDI + https://doc.qt.io/qt-6/qchar.html + Direction-enum + + + + JoiningType + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + Joining_None + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + + Joining_Causing + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + + Joining_Dual + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + + Joining_Right + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + + Joining_Left + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + + Joining_Transparent + https://doc.qt.io/qt-6/qchar.html + JoiningType-enum + + + + Script + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + Script_Unknown + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Inherited + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Common + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Latin + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Greek + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Cyrillic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Armenian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Hebrew + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Arabic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Syriac + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Thaana + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Devanagari + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Bengali + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Gurmukhi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Gujarati + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Oriya + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tamil + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Telugu + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Kannada + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Malayalam + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Sinhala + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Thai + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Lao + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tibetan + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Myanmar + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Georgian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Hangul + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Ethiopic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Cherokee + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_CanadianAboriginal + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Ogham + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Runic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Khmer + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Mongolian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Hiragana + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Katakana + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Bopomofo + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Han + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Yi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldItalic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Gothic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Deseret + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tagalog + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Hanunoo + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Buhid + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tagbanwa + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Coptic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Limbu + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_TaiLe + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_LinearB + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Ugaritic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Shavian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Osmanya + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Cypriot + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Braille + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Buginese + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_NewTaiLue + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Glagolitic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tifinagh + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_SylotiNagri + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldPersian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Kharoshthi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Balinese + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Cuneiform + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Phoenician + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_PhagsPa + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Nko + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Sundanese + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Lepcha + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OlChiki + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Vai + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Saurashtra + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_KayahLi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Rejang + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Lycian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Carian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Lydian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Cham + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_TaiTham + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_TaiViet + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Avestan + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_EgyptianHieroglyphs + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Samaritan + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Lisu + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Bamum + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Javanese + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_MeeteiMayek + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_ImperialAramaic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldSouthArabian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_InscriptionalParthian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_InscriptionalPahlavi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldTurkic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Kaithi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Batak + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Brahmi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Mandaic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Chakma + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_MeroiticCursive + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_MeroiticHieroglyphs + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Miao + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Sharada + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_SoraSompeng + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Takri + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_CaucasianAlbanian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_BassaVah + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Duployan + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Elbasan + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Grantha + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_PahawhHmong + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Khojki + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_LinearA + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Mahajani + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Manichaean + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_MendeKikakui + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Modi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Mro + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldNorthArabian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Nabataean + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Palmyrene + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_PauCinHau + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldPermic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_PsalterPahlavi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Siddham + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Khudawadi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tirhuta + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_WarangCiti + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Ahom + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_AnatolianHieroglyphs + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Hatran + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Multani + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldHungarian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_SignWriting + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Adlam + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Bhaiksuki + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Marchen + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Newa + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Osage + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tangut + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_MasaramGondi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Nushu + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Soyombo + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_ZanabazarSquare + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Dogra + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_GunjalaGondi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_HanifiRohingya + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Makasar + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Medefaidrin + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldSogdian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Sogdian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Elymaic + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Nandinagari + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_NyiakengPuachueHmong + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Wancho + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Chorasmian + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_DivesAkuru + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_KhitanSmallScript + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Yezidi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_CyproMinoan + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_OldUyghur + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Tangsa + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Toto + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Vithkuqi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_Kawi + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + Script_NagMundari + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + ScriptCount + https://doc.qt.io/qt-6/qchar.html + Script-enum + + + + SpecialCharacter + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + Null + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + Tabulation + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + LineFeed + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + FormFeed + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + CarriageReturn + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + Space + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + Nbsp + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + SoftHyphen + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + ReplacementCharacter + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + ObjectReplacementCharacter + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + ByteOrderMark + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + ByteOrderSwapped + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + ParagraphSeparator + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + LineSeparator + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + VisualTabCharacter + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + LastValidCodePoint + https://doc.qt.io/qt-6/qchar.html + SpecialCharacter-enum + + + + UnicodeVersion + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + Unicode_Unassigned + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_1_1 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_2_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_2_1_2 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_3_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_3_1 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_3_2 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_4_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_4_1 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_5_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_5_1 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_5_2 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_6_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_6_1 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_6_2 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_6_3 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_7_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_8_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_9_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_10_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_11_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_12_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_12_1 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_13_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_14_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + Unicode_15_0 + https://doc.qt.io/qt-6/qchar.html + UnicodeVersion-enum + + + + QChar + fromLatin1 + https://doc.qt.io/qt-6/qchar.html + fromLatin1 + (char c) + + + QChar + fromUcs2 + https://doc.qt.io/qt-6/qchar.html + fromUcs2 + (char16_t c) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar + () + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-6 + (QChar::SpecialCharacter ch) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-7 + (QLatin1Char ch) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-10 + (char ch) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-8 + (char16_t ch) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-5 + (int code) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-3 + (short code) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-2 + (uchar cell, uchar row) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-11 + (uchar ch) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-4 + (uint code) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-1 + (ushort code) + + + + QChar + https://doc.qt.io/qt-6/qchar.html + QChar-9 + (wchar_t ch) + + + QChar::Category + category + https://doc.qt.io/qt-6/qchar.html + category-1 + (char32_t ucs4) + + + QChar::Decomposition + decompositionTag + https://doc.qt.io/qt-6/qchar.html + decompositionTag-1 + (char32_t ucs4) + + + QChar::Direction + direction + https://doc.qt.io/qt-6/qchar.html + direction-1 + (char32_t ucs4) + + + QChar::JoiningType + joiningType + https://doc.qt.io/qt-6/qchar.html + joiningType-1 + (char32_t ucs4) + + + QChar::Script + script + https://doc.qt.io/qt-6/qchar.html + script-1 + (char32_t ucs4) + + + QChar::UnicodeVersion + currentUnicodeVersion + https://doc.qt.io/qt-6/qchar.html + currentUnicodeVersion + () + + + QChar::UnicodeVersion + unicodeVersion + https://doc.qt.io/qt-6/qchar.html + unicodeVersion-1 + (char32_t ucs4) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qchar.html + operator-lt-lt + (QDataStream &out, QChar chr) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qchar.html + operator-gt-gt + (QDataStream &in, QChar &chr) + + + QString + decomposition + https://doc.qt.io/qt-6/qchar.html + decomposition-1 + (char32_t ucs4) + + + + QT_IMPLICIT_QCHAR_CONSTRUCTION + https://doc.qt.io/qt-6/qchar.html + QT_IMPLICIT_QCHAR_CONSTRUCTION + QT_IMPLICIT_QCHAR_CONSTRUCTION + + + R + fromUcs4 + https://doc.qt.io/qt-6/qchar.html + fromUcs4 + (char32_t c) + + + bool + hasMirrored + https://doc.qt.io/qt-6/qchar.html + hasMirrored-1 + (char32_t ucs4) + + + bool + isDigit + https://doc.qt.io/qt-6/qchar.html + isDigit-1 + (char32_t ucs4) + + + bool + isHighSurrogate + https://doc.qt.io/qt-6/qchar.html + isHighSurrogate-1 + (char32_t ucs4) + + + bool + isLetter + https://doc.qt.io/qt-6/qchar.html + isLetter-1 + (char32_t ucs4) + + + bool + isLetterOrNumber + https://doc.qt.io/qt-6/qchar.html + isLetterOrNumber-1 + (char32_t ucs4) + + + bool + isLowSurrogate + https://doc.qt.io/qt-6/qchar.html + isLowSurrogate-1 + (char32_t ucs4) + + + bool + isLower + https://doc.qt.io/qt-6/qchar.html + isLower-1 + (char32_t ucs4) + + + bool + isMark + https://doc.qt.io/qt-6/qchar.html + isMark-1 + (char32_t ucs4) + + + bool + isNonCharacter + https://doc.qt.io/qt-6/qchar.html + isNonCharacter-1 + (char32_t ucs4) + + + bool + isNumber + https://doc.qt.io/qt-6/qchar.html + isNumber-1 + (char32_t ucs4) + + + bool + isPrint + https://doc.qt.io/qt-6/qchar.html + isPrint-1 + (char32_t ucs4) + + + bool + isPunct + https://doc.qt.io/qt-6/qchar.html + isPunct-1 + (char32_t ucs4) + + + bool + isSpace + https://doc.qt.io/qt-6/qchar.html + isSpace-1 + (char32_t ucs4) + + + bool + isSurrogate + https://doc.qt.io/qt-6/qchar.html + isSurrogate-1 + (char32_t ucs4) + + + bool + isSymbol + https://doc.qt.io/qt-6/qchar.html + isSymbol-1 + (char32_t ucs4) + + + bool + isTitleCase + https://doc.qt.io/qt-6/qchar.html + isTitleCase-1 + (char32_t ucs4) + + + bool + isUpper + https://doc.qt.io/qt-6/qchar.html + isUpper-1 + (char32_t ucs4) + + + bool + operator!= + https://doc.qt.io/qt-6/qchar.html + operator-not-eq + (QChar c1, QChar c2) + + + bool + operator< + https://doc.qt.io/qt-6/qchar.html + operator-lt + (QChar c1, QChar c2) + + + bool + operator<= + https://doc.qt.io/qt-6/qchar.html + operator-lt-eq + (QChar c1, QChar c2) + + + bool + operator== + https://doc.qt.io/qt-6/qchar.html + operator-eq-eq + (QChar c1, QChar c2) + + + bool + operator> + https://doc.qt.io/qt-6/qchar.html + operator-gt + (QChar c1, QChar c2) + + + bool + operator>= + https://doc.qt.io/qt-6/qchar.html + operator-gt-eq + (QChar c1, QChar c2) + + + bool + requiresSurrogates + https://doc.qt.io/qt-6/qchar.html + requiresSurrogates + (char32_t ucs4) + + + char16_t & + unicode + https://doc.qt.io/qt-6/qchar.html + unicode-1 + () + + + char16_t + highSurrogate + https://doc.qt.io/qt-6/qchar.html + highSurrogate + (char32_t ucs4) + + + char16_t + lowSurrogate + https://doc.qt.io/qt-6/qchar.html + lowSurrogate + (char32_t ucs4) + + + char32_t + mirroredChar + https://doc.qt.io/qt-6/qchar.html + mirroredChar-1 + (char32_t ucs4) + + + char32_t + surrogateToUcs4 + https://doc.qt.io/qt-6/qchar.html + surrogateToUcs4-1 + (QChar high, QChar low) + + + char32_t + surrogateToUcs4 + https://doc.qt.io/qt-6/qchar.html + surrogateToUcs4 + (char16_t high, char16_t low) + + + char32_t + toCaseFolded + https://doc.qt.io/qt-6/qchar.html + toCaseFolded-1 + (char32_t ucs4) + + + char32_t + toLower + https://doc.qt.io/qt-6/qchar.html + toLower-1 + (char32_t ucs4) + + + char32_t + toTitleCase + https://doc.qt.io/qt-6/qchar.html + toTitleCase-1 + (char32_t ucs4) + + + char32_t + toUpper + https://doc.qt.io/qt-6/qchar.html + toUpper-1 + (char32_t ucs4) + + + int + digitValue + https://doc.qt.io/qt-6/qchar.html + digitValue-1 + (char32_t ucs4) + + + unsigned char + combiningClass + https://doc.qt.io/qt-6/qchar.html + combiningClass-1 + (char32_t ucs4) + + + QChar + mirroredChar + https://doc.qt.io/qt-6/qchar.html + mirroredChar + () const const + + + QChar + toCaseFolded + https://doc.qt.io/qt-6/qchar.html + toCaseFolded + () const const + + + QChar + toLower + https://doc.qt.io/qt-6/qchar.html + toLower + () const const + + + QChar + toTitleCase + https://doc.qt.io/qt-6/qchar.html + toTitleCase + () const const + + + QChar + toUpper + https://doc.qt.io/qt-6/qchar.html + toUpper + () const const + + + QChar::Category + category + https://doc.qt.io/qt-6/qchar.html + category + () const const + + + QChar::Decomposition + decompositionTag + https://doc.qt.io/qt-6/qchar.html + decompositionTag + () const const + + + QChar::Direction + direction + https://doc.qt.io/qt-6/qchar.html + direction + () const const + + + QChar::JoiningType + joiningType + https://doc.qt.io/qt-6/qchar.html + joiningType + () const const + + + QChar::Script + script + https://doc.qt.io/qt-6/qchar.html + script + () const const + + + QChar::UnicodeVersion + unicodeVersion + https://doc.qt.io/qt-6/qchar.html + unicodeVersion + () const const + + + QString + decomposition + https://doc.qt.io/qt-6/qchar.html + decomposition + () const const + + + bool + hasMirrored + https://doc.qt.io/qt-6/qchar.html + hasMirrored + () const const + + + bool + isDigit + https://doc.qt.io/qt-6/qchar.html + isDigit + () const const + + + bool + isHighSurrogate + https://doc.qt.io/qt-6/qchar.html + isHighSurrogate + () const const + + + bool + isLetter + https://doc.qt.io/qt-6/qchar.html + isLetter + () const const + + + bool + isLetterOrNumber + https://doc.qt.io/qt-6/qchar.html + isLetterOrNumber + () const const + + + bool + isLowSurrogate + https://doc.qt.io/qt-6/qchar.html + isLowSurrogate + () const const + + + bool + isLower + https://doc.qt.io/qt-6/qchar.html + isLower + () const const + + + bool + isMark + https://doc.qt.io/qt-6/qchar.html + isMark + () const const + + + bool + isNonCharacter + https://doc.qt.io/qt-6/qchar.html + isNonCharacter + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qchar.html + isNull + () const const + + + bool + isNumber + https://doc.qt.io/qt-6/qchar.html + isNumber + () const const + + + bool + isPrint + https://doc.qt.io/qt-6/qchar.html + isPrint + () const const + + + bool + isPunct + https://doc.qt.io/qt-6/qchar.html + isPunct + () const const + + + bool + isSpace + https://doc.qt.io/qt-6/qchar.html + isSpace + () const const + + + bool + isSurrogate + https://doc.qt.io/qt-6/qchar.html + isSurrogate + () const const + + + bool + isSymbol + https://doc.qt.io/qt-6/qchar.html + isSymbol + () const const + + + bool + isTitleCase + https://doc.qt.io/qt-6/qchar.html + isTitleCase + () const const + + + bool + isUpper + https://doc.qt.io/qt-6/qchar.html + isUpper + () const const + + + char + toLatin1 + https://doc.qt.io/qt-6/qchar.html + toLatin1 + () const const + + + char16_t + unicode + https://doc.qt.io/qt-6/qchar.html + unicode + () const const + + + int + digitValue + https://doc.qt.io/qt-6/qchar.html + digitValue + () const const + + + uchar + cell + https://doc.qt.io/qt-6/qchar.html + cell + () const const + + + uchar + row + https://doc.qt.io/qt-6/qchar.html + row + () const const + + + unsigned char + combiningClass + https://doc.qt.io/qt-6/qchar.html + combiningClass + () const const + + + + QChildEvent + https://doc.qt.io/qt-6/qchildevent.html + QEvent + + + QChildEvent + https://doc.qt.io/qt-6/qchildevent.html + QChildEvent-2 + (QEvent::Type type, QObject *child) + + + QObject * + child + https://doc.qt.io/qt-6/qchildevent.html + child + () const const + + + bool + added + https://doc.qt.io/qt-6/qchildevent.html + added + () const const + + + bool + polished + https://doc.qt.io/qt-6/qchildevent.html + polished + () const const + + + bool + removed + https://doc.qt.io/qt-6/qchildevent.html + removed + () const const + + + + QCollator + https://doc.qt.io/qt-6/qcollator.html + + QCollator & + operator= + https://doc.qt.io/qt-6/qcollator.html + operator-eq-1 + (QCollator &&other) + + + QCollator & + operator= + https://doc.qt.io/qt-6/qcollator.html + operator-eq + (const QCollator &other) + + + + QCollator + https://doc.qt.io/qt-6/qcollator.html + QCollator + () + + + + QCollator + https://doc.qt.io/qt-6/qcollator.html + QCollator-3 + (QCollator &&other) + + + + QCollator + https://doc.qt.io/qt-6/qcollator.html + QCollator-2 + (const QCollator &other) + + + + QCollator + https://doc.qt.io/qt-6/qcollator.html + QCollator-1 + (const QLocale &locale) + + + QCollatorSortKey + defaultSortKey + https://doc.qt.io/qt-6/qcollator.html + defaultSortKey + (QStringView key) + + + int + defaultCompare + https://doc.qt.io/qt-6/qcollator.html + defaultCompare + (QStringView s1, QStringView s2) + + + void + setCaseSensitivity + https://doc.qt.io/qt-6/qcollator.html + setCaseSensitivity + (Qt::CaseSensitivity cs) + + + void + setIgnorePunctuation + https://doc.qt.io/qt-6/qcollator.html + setIgnorePunctuation + (bool on) + + + void + setLocale + https://doc.qt.io/qt-6/qcollator.html + setLocale + (const QLocale &locale) + + + void + setNumericMode + https://doc.qt.io/qt-6/qcollator.html + setNumericMode + (bool on) + + + void + swap + https://doc.qt.io/qt-6/qcollator.html + swap + (QCollator &other) + + + + ~QCollator + https://doc.qt.io/qt-6/qcollator.html + dtor.QCollator + () + + + QCollatorSortKey + sortKey + https://doc.qt.io/qt-6/qcollator.html + sortKey + (const QString &string) const const + + + QLocale + locale + https://doc.qt.io/qt-6/qcollator.html + locale + () const const + + + Qt::CaseSensitivity + caseSensitivity + https://doc.qt.io/qt-6/qcollator.html + caseSensitivity + () const const + + + bool + ignorePunctuation + https://doc.qt.io/qt-6/qcollator.html + ignorePunctuation + () const const + + + bool + numericMode + https://doc.qt.io/qt-6/qcollator.html + numericMode + () const const + + + bool + operator() + https://doc.qt.io/qt-6/qcollator.html + operator-28-29 + ()(QStringView s1, QStringView s2) const const + + + bool + operator() + https://doc.qt.io/qt-6/qcollator.html + operator-28-29-1 + ()(const QString &s1, const QString &s2) const const + + + int + compare + https://doc.qt.io/qt-6/qcollator.html + compare + (QStringView s1, QStringView s2) const const + + + int + compare + https://doc.qt.io/qt-6/qcollator.html + compare-2 + (const QChar *s1, qsizetype len1, const QChar *s2, qsizetype len2) const const + + + int + compare + https://doc.qt.io/qt-6/qcollator.html + compare-1 + (const QString &s1, const QString &s2) const const + + + + QCollatorSortKey + https://doc.qt.io/qt-6/qcollatorsortkey.html + + QCollatorSortKey & + operator= + https://doc.qt.io/qt-6/qcollatorsortkey.html + operator-eq-1 + (QCollatorSortKey &&other) + + + QCollatorSortKey & + operator= + https://doc.qt.io/qt-6/qcollatorsortkey.html + operator-eq + (const QCollatorSortKey &other) + + + + QCollatorSortKey + https://doc.qt.io/qt-6/qcollatorsortkey.html + QCollatorSortKey + (const QCollatorSortKey &other) + + + bool + operator< + https://doc.qt.io/qt-6/qcollatorsortkey.html + operator-lt + (const QCollatorSortKey &lhs, const QCollatorSortKey &rhs) + + + void + swap + https://doc.qt.io/qt-6/qcollatorsortkey.html + swap + (QCollatorSortKey &other) + + + + ~QCollatorSortKey + https://doc.qt.io/qt-6/qcollatorsortkey.html + dtor.QCollatorSortKey + () + + + int + compare + https://doc.qt.io/qt-6/qcollatorsortkey.html + compare + (const QCollatorSortKey &otherKey) const const + + + + QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + + Flag + https://doc.qt.io/qt-6/qcommandlineoption.html + Flag-enum + + + HiddenFromHelp + https://doc.qt.io/qt-6/qcommandlineoption.html + Flag-enum + + + + ShortOptionStyle + https://doc.qt.io/qt-6/qcommandlineoption.html + Flag-enum + + + + QCommandLineOption & + operator= + https://doc.qt.io/qt-6/qcommandlineoption.html + operator-eq-1 + (QCommandLineOption &&other) + + + QCommandLineOption & + operator= + https://doc.qt.io/qt-6/qcommandlineoption.html + operator-eq + (const QCommandLineOption &other) + + + + QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + QCommandLineOption-4 + (const QCommandLineOption &other) + + + + QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + QCommandLineOption + (const QString &name) + + + + QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + QCommandLineOption-2 + (const QString &name, const QString &description, const QString &valueName, const QString &defaultValue) + + + + QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + QCommandLineOption-1 + (const QStringList &names) + + + + QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + QCommandLineOption-3 + (const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue) + + + void + setDefaultValue + https://doc.qt.io/qt-6/qcommandlineoption.html + setDefaultValue + (const QString &defaultValue) + + + void + setDefaultValues + https://doc.qt.io/qt-6/qcommandlineoption.html + setDefaultValues + (const QStringList &defaultValues) + + + void + setDescription + https://doc.qt.io/qt-6/qcommandlineoption.html + setDescription + (const QString &description) + + + void + setFlags + https://doc.qt.io/qt-6/qcommandlineoption.html + setFlags + (QCommandLineOption::Flags flags) + + + void + setValueName + https://doc.qt.io/qt-6/qcommandlineoption.html + setValueName + (const QString &valueName) + + + void + swap + https://doc.qt.io/qt-6/qcommandlineoption.html + swap + (QCommandLineOption &other) + + + + ~QCommandLineOption + https://doc.qt.io/qt-6/qcommandlineoption.html + dtor.QCommandLineOption + () + + + QCommandLineOption::Flags + flags + https://doc.qt.io/qt-6/qcommandlineoption.html + flags + () const const + + + QString + description + https://doc.qt.io/qt-6/qcommandlineoption.html + description + () const const + + + QString + valueName + https://doc.qt.io/qt-6/qcommandlineoption.html + valueName + () const const + + + QStringList + defaultValues + https://doc.qt.io/qt-6/qcommandlineoption.html + defaultValues + () const const + + + QStringList + names + https://doc.qt.io/qt-6/qcommandlineoption.html + names + () const const + + + Flags + https://doc.qt.io/qt-6/qcommandlineoption.html + Flag-enum + + + + + QCommandLineParser + https://doc.qt.io/qt-6/qcommandlineparser.html + + OptionsAfterPositionalArgumentsMode + https://doc.qt.io/qt-6/qcommandlineparser.html + OptionsAfterPositionalArgumentsMode-enum + + + ParseAsOptions + https://doc.qt.io/qt-6/qcommandlineparser.html + OptionsAfterPositionalArgumentsMode-enum + + + + ParseAsPositionalArguments + https://doc.qt.io/qt-6/qcommandlineparser.html + OptionsAfterPositionalArgumentsMode-enum + + + + SingleDashWordOptionMode + https://doc.qt.io/qt-6/qcommandlineparser.html + SingleDashWordOptionMode-enum + + + ParseAsCompactedShortOptions + https://doc.qt.io/qt-6/qcommandlineparser.html + SingleDashWordOptionMode-enum + + + + ParseAsLongOptions + https://doc.qt.io/qt-6/qcommandlineparser.html + SingleDashWordOptionMode-enum + + + + QCommandLineOption + addHelpOption + https://doc.qt.io/qt-6/qcommandlineparser.html + addHelpOption + () + + + QCommandLineOption + addVersionOption + https://doc.qt.io/qt-6/qcommandlineparser.html + addVersionOption + () + + + + QCommandLineParser + https://doc.qt.io/qt-6/qcommandlineparser.html + QCommandLineParser + () + + + bool + addOption + https://doc.qt.io/qt-6/qcommandlineparser.html + addOption + (const QCommandLineOption &option) + + + bool + addOptions + https://doc.qt.io/qt-6/qcommandlineparser.html + addOptions + (const QList<QCommandLineOption> &options) + + + bool + parse + https://doc.qt.io/qt-6/qcommandlineparser.html + parse + (const QStringList &arguments) + + + void + addPositionalArgument + https://doc.qt.io/qt-6/qcommandlineparser.html + addPositionalArgument + (const QString &name, const QString &description, const QString &syntax) + + + void + clearPositionalArguments + https://doc.qt.io/qt-6/qcommandlineparser.html + clearPositionalArguments + () + + + void + process + https://doc.qt.io/qt-6/qcommandlineparser.html + process-1 + (const QCoreApplication &app) + + + void + process + https://doc.qt.io/qt-6/qcommandlineparser.html + process + (const QStringList &arguments) + + + void + setApplicationDescription + https://doc.qt.io/qt-6/qcommandlineparser.html + setApplicationDescription + (const QString &description) + + + void + setOptionsAfterPositionalArgumentsMode + https://doc.qt.io/qt-6/qcommandlineparser.html + setOptionsAfterPositionalArgumentsMode + (QCommandLineParser::OptionsAfterPositionalArgumentsMode parsingMode) + + + void + setSingleDashWordOptionMode + https://doc.qt.io/qt-6/qcommandlineparser.html + setSingleDashWordOptionMode + (QCommandLineParser::SingleDashWordOptionMode singleDashWordOptionMode) + + + void + showHelp + https://doc.qt.io/qt-6/qcommandlineparser.html + showHelp + (int exitCode) + + + void + showVersion + https://doc.qt.io/qt-6/qcommandlineparser.html + showVersion + () + + + + ~QCommandLineParser + https://doc.qt.io/qt-6/qcommandlineparser.html + dtor.QCommandLineParser + () + + + QString + applicationDescription + https://doc.qt.io/qt-6/qcommandlineparser.html + applicationDescription + () const const + + + QString + errorText + https://doc.qt.io/qt-6/qcommandlineparser.html + errorText + () const const + + + QString + helpText + https://doc.qt.io/qt-6/qcommandlineparser.html + helpText + () const const + + + QString + value + https://doc.qt.io/qt-6/qcommandlineparser.html + value-1 + (const QCommandLineOption &option) const const + + + QString + value + https://doc.qt.io/qt-6/qcommandlineparser.html + value + (const QString &optionName) const const + + + QStringList + optionNames + https://doc.qt.io/qt-6/qcommandlineparser.html + optionNames + () const const + + + QStringList + positionalArguments + https://doc.qt.io/qt-6/qcommandlineparser.html + positionalArguments + () const const + + + QStringList + unknownOptionNames + https://doc.qt.io/qt-6/qcommandlineparser.html + unknownOptionNames + () const const + + + QStringList + values + https://doc.qt.io/qt-6/qcommandlineparser.html + values-1 + (const QCommandLineOption &option) const const + + + QStringList + values + https://doc.qt.io/qt-6/qcommandlineparser.html + values + (const QString &optionName) const const + + + bool + isSet + https://doc.qt.io/qt-6/qcommandlineparser.html + isSet-1 + (const QCommandLineOption &option) const const + + + bool + isSet + https://doc.qt.io/qt-6/qcommandlineparser.html + isSet + (const QString &name) const const + + + + QConcatenateTablesProxyModel + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + QAbstractItemModel + + + QConcatenateTablesProxyModel + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + QConcatenateTablesProxyModel + (QObject *parent) + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override + + + virtual bool + setData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + setData + (const QModelIndex &index, const QVariant &value, int role) override + + + virtual bool + setItemData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + setItemData + (const QModelIndex &proxyIndex, const QMap<int, QVariant> &roles) override + + + void + addSourceModel + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + addSourceModel + (QAbstractItemModel *sourceModel) + + + void + removeSourceModel + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + removeSourceModel + (QAbstractItemModel *sourceModel) + + + virtual + ~QConcatenateTablesProxyModel + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + dtor.QConcatenateTablesProxyModel + () + + + QList<QAbstractItemModel *> + sourceModels + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + sourceModels + () const const + + + virtual QMap<int, QVariant> + itemData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + itemData + (const QModelIndex &proxyIndex) const const override + + + virtual QMimeData * + mimeData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + mimeData + (const QModelIndexList &indexes) const const override + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + index + (int row, int column, const QModelIndex &parent) const const override + + + QModelIndex + mapFromSource + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + mapFromSource + (const QModelIndex &sourceIndex) const const + + + QModelIndex + mapToSource + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + mapToSource + (const QModelIndex &proxyIndex) const const + + + virtual QModelIndex + parent + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + parent + (const QModelIndex &index) const const override + + + virtual QSize + span + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + span + (const QModelIndex &index) const const override + + + virtual QStringList + mimeTypes + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + mimeTypes + () const const override + + + virtual QVariant + data + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + data + (const QModelIndex &index, int role) const const override + + + virtual QVariant + headerData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + headerData + (int section, Qt::Orientation orientation, int role) const const override + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + flags + (const QModelIndex &index) const const override + + + virtual bool + canDropMimeData + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + canDropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const const override + + + virtual int + columnCount + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + columnCount + (const QModelIndex &parent) const const override + + + virtual int + rowCount + https://doc.qt.io/qt-6/qconcatenatetablesproxymodel.html + rowCount + (const QModelIndex &parent) const const override + + + + QConstIterator + https://doc.qt.io/qt-6/qconstiterator.html + QBaseIterator + + + QConstIterator + https://doc.qt.io/qt-6/qconstiterator.html + QConstIterator + (const QIterable<Container> *iterable, void *iterator) + + + QConstIterator<Container> & + operator++ + https://doc.qt.io/qt-6/qconstiterator.html + operator-2b-2b + () + + + QConstIterator<Container> & + operator+= + https://doc.qt.io/qt-6/qconstiterator.html + operator-2b-eq + (qsizetype j) + + + QConstIterator<Container> & + operator-- + https://doc.qt.io/qt-6/qconstiterator.html + operator-- + () + + + QConstIterator<Container> & + operator-= + https://doc.qt.io/qt-6/qconstiterator.html + operator--eq + (qsizetype j) + + + QConstIterator<Container> + operator++ + https://doc.qt.io/qt-6/qconstiterator.html + operator-2b-2b-1 + (int) + + + QConstIterator<Container> + operator-- + https://doc.qt.io/qt-6/qconstiterator.html + operator---1 + (int) + + + QConstIterator<Container> + operator+ + https://doc.qt.io/qt-6/qconstiterator.html + operator-2b + (qsizetype j) const const + + + QConstIterator<Container> + operator- + https://doc.qt.io/qt-6/qconstiterator.html + operator- + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qconstiterator.html + operator-not-eq + (const QConstIterator<Container> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qconstiterator.html + operator-eq-eq + (const QConstIterator<Container> &other) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qconstiterator.html + operator--1 + (const QConstIterator<Container> &j) const const + + + + QContactsPermission + https://doc.qt.io/qt-6/qcontactspermission.html + + AccessMode + https://doc.qt.io/qt-6/qcontactspermission.html + AccessMode-enum + + + ReadOnly + https://doc.qt.io/qt-6/qcontactspermission.html + AccessMode-enum + + + + ReadWrite + https://doc.qt.io/qt-6/qcontactspermission.html + AccessMode-enum + + + + void + setAccessMode + https://doc.qt.io/qt-6/qcontactspermission.html + setAccessMode + (QContactsPermission::AccessMode mode) + + + QContactsPermission::AccessMode + accessMode + https://doc.qt.io/qt-6/qcontactspermission.html + accessMode + () const const + + + + QContiguousCache + https://doc.qt.io/qt-6/qcontiguouscache.html + + + QContiguousCache + https://doc.qt.io/qt-6/qcontiguouscache.html + QContiguousCache-1 + (const QContiguousCache<T> &other) + + + + QContiguousCache + https://doc.qt.io/qt-6/qcontiguouscache.html + QContiguousCache + (qsizetype capacity) + + + QContiguousCache<T> & + operator= + https://doc.qt.io/qt-6/qcontiguouscache.html + operator-eq-1 + (QContiguousCache<T> &&other) + + + QContiguousCache<T> & + operator= + https://doc.qt.io/qt-6/qcontiguouscache.html + operator-eq + (const QContiguousCache<T> &other) + + + T & + first + https://doc.qt.io/qt-6/qcontiguouscache.html + first + () + + + T & + last + https://doc.qt.io/qt-6/qcontiguouscache.html + last + () + + + T & + operator[] + https://doc.qt.io/qt-6/qcontiguouscache.html + operator-5b-5d + (qsizetype i) + + + T + takeFirst + https://doc.qt.io/qt-6/qcontiguouscache.html + takeFirst + () + + + T + takeLast + https://doc.qt.io/qt-6/qcontiguouscache.html + takeLast + () + + + void + append + https://doc.qt.io/qt-6/qcontiguouscache.html + append-1 + (const T &value) + + + void + clear + https://doc.qt.io/qt-6/qcontiguouscache.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qcontiguouscache.html + insert-1 + (qsizetype i, const T &value) + + + void + normalizeIndexes + https://doc.qt.io/qt-6/qcontiguouscache.html + normalizeIndexes + () + + + void + prepend + https://doc.qt.io/qt-6/qcontiguouscache.html + prepend-1 + (const T &value) + + + void + removeFirst + https://doc.qt.io/qt-6/qcontiguouscache.html + removeFirst + () + + + void + removeLast + https://doc.qt.io/qt-6/qcontiguouscache.html + removeLast + () + + + void + setCapacity + https://doc.qt.io/qt-6/qcontiguouscache.html + setCapacity + (qsizetype size) + + + void + swap + https://doc.qt.io/qt-6/qcontiguouscache.html + swap + (QContiguousCache<T> &other) + + + + ~QContiguousCache + https://doc.qt.io/qt-6/qcontiguouscache.html + dtor.QContiguousCache + () + + + bool + areIndexesValid + https://doc.qt.io/qt-6/qcontiguouscache.html + areIndexesValid + () const const + + + bool + containsIndex + https://doc.qt.io/qt-6/qcontiguouscache.html + containsIndex + (qsizetype i) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qcontiguouscache.html + isEmpty + () const const + + + bool + isFull + https://doc.qt.io/qt-6/qcontiguouscache.html + isFull + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qcontiguouscache.html + operator-not-eq + (const QContiguousCache<T> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qcontiguouscache.html + operator-eq-eq + (const QContiguousCache<T> &other) const const + + + const T & + at + https://doc.qt.io/qt-6/qcontiguouscache.html + at + (qsizetype i) const const + + + const T & + first + https://doc.qt.io/qt-6/qcontiguouscache.html + first-1 + () const const + + + const T & + last + https://doc.qt.io/qt-6/qcontiguouscache.html + last-1 + () const const + + + const T & + operator[] + https://doc.qt.io/qt-6/qcontiguouscache.html + operator-5b-5d-1 + (qsizetype i) const const + + + qsizetype + available + https://doc.qt.io/qt-6/qcontiguouscache.html + available + () const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qcontiguouscache.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qcontiguouscache.html + count + () const const + + + qsizetype + firstIndex + https://doc.qt.io/qt-6/qcontiguouscache.html + firstIndex + () const const + + + qsizetype + lastIndex + https://doc.qt.io/qt-6/qcontiguouscache.html + lastIndex + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qcontiguouscache.html + size + () const const + + + + QCoreApplication + https://doc.qt.io/qt-6/qcoreapplication.html + QObject + + QAbstractEventDispatcher * + eventDispatcher + https://doc.qt.io/qt-6/qcoreapplication.html + eventDispatcher + () + + + QCoreApplication * + instance + https://doc.qt.io/qt-6/qcoreapplication.html + instance + () + + + + QCoreApplication + https://doc.qt.io/qt-6/qcoreapplication.html + QCoreApplication + (int &argc, char **argv) + + + QString + applicationDirPath + https://doc.qt.io/qt-6/qcoreapplication.html + applicationDirPath + () + + + QString + applicationFilePath + https://doc.qt.io/qt-6/qcoreapplication.html + applicationFilePath + () + + + QString + applicationName + https://doc.qt.io/qt-6/qcoreapplication.html + applicationName-prop + () + + + QString + applicationVersion + https://doc.qt.io/qt-6/qcoreapplication.html + applicationVersion-prop + () + + + QString + organizationDomain + https://doc.qt.io/qt-6/qcoreapplication.html + organizationDomain-prop + () + + + QString + organizationName + https://doc.qt.io/qt-6/qcoreapplication.html + organizationName-prop + () + + + QString + translate + https://doc.qt.io/qt-6/qcoreapplication.html + translate + (const char *context, const char *sourceText, const char *disambiguation, int n) + + + QStringList + arguments + https://doc.qt.io/qt-6/qcoreapplication.html + arguments + () + + + QStringList + libraryPaths + https://doc.qt.io/qt-6/qcoreapplication.html + libraryPaths + () + + + + Q_COREAPP_STARTUP_FUNCTION + https://doc.qt.io/qt-6/qcoreapplication.html + Q_COREAPP_STARTUP_FUNCTION + (QtStartUpFunction ptr) + + + + Q_DECLARE_TR_FUNCTIONS + https://doc.qt.io/qt-6/qcoreapplication.html + Q_DECLARE_TR_FUNCTIONS + (context) + + + Qt::PermissionStatus + checkPermission + https://doc.qt.io/qt-6/qcoreapplication.html + checkPermission + (const QPermission &permission) + + + bool + closingDown + https://doc.qt.io/qt-6/qcoreapplication.html + closingDown + () + + + virtual bool + event + https://doc.qt.io/qt-6/qcoreapplication.html + event + (QEvent *e) override + + + bool + installTranslator + https://doc.qt.io/qt-6/qcoreapplication.html + installTranslator + (QTranslator *translationFile) + + + bool + isQuitLockEnabled + https://doc.qt.io/qt-6/qcoreapplication.html + quitLockEnabled-prop + () + + + bool + isSetuidAllowed + https://doc.qt.io/qt-6/qcoreapplication.html + isSetuidAllowed + () + + + virtual bool + notify + https://doc.qt.io/qt-6/qcoreapplication.html + notify + (QObject *receiver, QEvent *event) + + + bool + removeTranslator + https://doc.qt.io/qt-6/qcoreapplication.html + removeTranslator + (QTranslator *translationFile) + + + bool + sendEvent + https://doc.qt.io/qt-6/qcoreapplication.html + sendEvent + (QObject *receiver, QEvent *event) + + + bool + startingUp + https://doc.qt.io/qt-6/qcoreapplication.html + startingUp + () + + + bool + testAttribute + https://doc.qt.io/qt-6/qcoreapplication.html + testAttribute + (Qt::ApplicationAttribute attribute) + + + int + exec + https://doc.qt.io/qt-6/qcoreapplication.html + exec + () + + + qint64 + applicationPid + https://doc.qt.io/qt-6/qcoreapplication.html + applicationPid + () + + + void + aboutToQuit + https://doc.qt.io/qt-6/qcoreapplication.html + aboutToQuit + () + + + void + addLibraryPath + https://doc.qt.io/qt-6/qcoreapplication.html + addLibraryPath + (const QString &path) + + + void + applicationNameChanged + https://doc.qt.io/qt-6/qcoreapplication.html + applicationName-prop + () + + + void + applicationVersionChanged + https://doc.qt.io/qt-6/qcoreapplication.html + applicationVersion-prop + () + + + void + exit + https://doc.qt.io/qt-6/qcoreapplication.html + exit + (int returnCode) + + + void + installNativeEventFilter + https://doc.qt.io/qt-6/qcoreapplication.html + installNativeEventFilter + (QAbstractNativeEventFilter *filterObj) + + + void + organizationDomainChanged + https://doc.qt.io/qt-6/qcoreapplication.html + organizationDomain-prop + () + + + void + organizationNameChanged + https://doc.qt.io/qt-6/qcoreapplication.html + organizationName-prop + () + + + void + postEvent + https://doc.qt.io/qt-6/qcoreapplication.html + postEvent + (QObject *receiver, QEvent *event, int priority) + + + void + processEvents + https://doc.qt.io/qt-6/qcoreapplication.html + processEvents + (QEventLoop::ProcessEventsFlags flags) + + + void + processEvents + https://doc.qt.io/qt-6/qcoreapplication.html + processEvents-1 + (QEventLoop::ProcessEventsFlags flags, int ms) + + + void + qAddPostRoutine + https://doc.qt.io/qt-6/qcoreapplication.html + qAddPostRoutine + (QtCleanUpFunction ptr) + + + void + qRemovePostRoutine + https://doc.qt.io/qt-6/qcoreapplication.html + qRemovePostRoutine + (QtCleanUpFunction ptr) + + + void + quit + https://doc.qt.io/qt-6/qcoreapplication.html + quit + () + + + void + removeLibraryPath + https://doc.qt.io/qt-6/qcoreapplication.html + removeLibraryPath + (const QString &path) + + + void + removeNativeEventFilter + https://doc.qt.io/qt-6/qcoreapplication.html + removeNativeEventFilter + (QAbstractNativeEventFilter *filterObject) + + + void + removePostedEvents + https://doc.qt.io/qt-6/qcoreapplication.html + removePostedEvents + (QObject *receiver, int eventType) + + + void + requestPermission + https://doc.qt.io/qt-6/qcoreapplication.html + requestPermission-1 + (const QPermission &permission, const QObject *context, Functor functor) + + + void + sendPostedEvents + https://doc.qt.io/qt-6/qcoreapplication.html + sendPostedEvents + (QObject *receiver, int event_type) + + + void + setApplicationName + https://doc.qt.io/qt-6/qcoreapplication.html + applicationName-prop + (const QString &application) + + + void + setApplicationVersion + https://doc.qt.io/qt-6/qcoreapplication.html + applicationVersion-prop + (const QString &version) + + + void + setAttribute + https://doc.qt.io/qt-6/qcoreapplication.html + setAttribute + (Qt::ApplicationAttribute attribute, bool on) + + + void + setEventDispatcher + https://doc.qt.io/qt-6/qcoreapplication.html + setEventDispatcher + (QAbstractEventDispatcher *eventDispatcher) + + + void + setLibraryPaths + https://doc.qt.io/qt-6/qcoreapplication.html + setLibraryPaths + (const QStringList &paths) + + + void + setOrganizationDomain + https://doc.qt.io/qt-6/qcoreapplication.html + organizationDomain-prop + (const QString &orgDomain) + + + void + setOrganizationName + https://doc.qt.io/qt-6/qcoreapplication.html + organizationName-prop + (const QString &orgName) + + + void + setQuitLockEnabled + https://doc.qt.io/qt-6/qcoreapplication.html + quitLockEnabled-prop + (bool enabled) + + + void + setSetuidAllowed + https://doc.qt.io/qt-6/qcoreapplication.html + setSetuidAllowed + (bool allow) + + + virtual + ~QCoreApplication + https://doc.qt.io/qt-6/qcoreapplication.html + dtor.QCoreApplication + () + + + applicationName + https://doc.qt.io/qt-6/qcoreapplication.html + applicationName-prop + + + + applicationVersion + https://doc.qt.io/qt-6/qcoreapplication.html + applicationVersion-prop + + + + organizationDomain + https://doc.qt.io/qt-6/qcoreapplication.html + organizationDomain-prop + + + + organizationName + https://doc.qt.io/qt-6/qcoreapplication.html + organizationName-prop + + + + quitLockEnabled + https://doc.qt.io/qt-6/qcoreapplication.html + quitLockEnabled-prop + + + + + QCryptographicHash + https://doc.qt.io/qt-6/qcryptographichash.html + + Algorithm + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + Md4 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Md5 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha1 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha224 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha256 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha384 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha512 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Keccak_224 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Keccak_256 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Keccak_384 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Keccak_512 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + RealSha3_224 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + RealSha3_256 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + RealSha3_384 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + RealSha3_512 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha3_224 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha3_256 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha3_384 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Sha3_512 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2b_160 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2b_256 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2b_384 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2b_512 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2s_128 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2s_160 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2s_224 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + Blake2s_256 + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + NumAlgorithms + https://doc.qt.io/qt-6/qcryptographichash.html + Algorithm-enum + + + + QByteArray + hash + https://doc.qt.io/qt-6/qcryptographichash.html + hash + (QByteArrayView data, QCryptographicHash::Algorithm method) + + + QCryptographicHash & + operator= + https://doc.qt.io/qt-6/qcryptographichash.html + operator-eq + (QCryptographicHash &&other) + + + + QCryptographicHash + https://doc.qt.io/qt-6/qcryptographichash.html + QCryptographicHash-1 + (QCryptographicHash &&other) + + + + QCryptographicHash + https://doc.qt.io/qt-6/qcryptographichash.html + QCryptographicHash + (QCryptographicHash::Algorithm method) + + + bool + addData + https://doc.qt.io/qt-6/qcryptographichash.html + addData-2 + (QIODevice *device) + + + bool + supportsAlgorithm + https://doc.qt.io/qt-6/qcryptographichash.html + supportsAlgorithm + (QCryptographicHash::Algorithm method) + + + int + hashLength + https://doc.qt.io/qt-6/qcryptographichash.html + hashLength + (QCryptographicHash::Algorithm method) + + + void + addData + https://doc.qt.io/qt-6/qcryptographichash.html + addData-1 + (QByteArrayView bytes) + + + void + addData + https://doc.qt.io/qt-6/qcryptographichash-obsolete.html + addData + (const char *data, qsizetype length) + + + void + reset + https://doc.qt.io/qt-6/qcryptographichash.html + reset + () + + + void + swap + https://doc.qt.io/qt-6/qcryptographichash.html + swap + (QCryptographicHash &other) + + + + ~QCryptographicHash + https://doc.qt.io/qt-6/qcryptographichash.html + dtor.QCryptographicHash + () + + + QByteArray + result + https://doc.qt.io/qt-6/qcryptographichash.html + result + () const const + + + QByteArrayView + resultView + https://doc.qt.io/qt-6/qcryptographichash.html + resultView + () const const + + + QCryptographicHash::Algorithm + algorithm + https://doc.qt.io/qt-6/qcryptographichash.html + algorithm + () const const + + + + QDataStream + https://doc.qt.io/qt-6/qdatastream.html + QIODeviceBase + + ByteOrder + https://doc.qt.io/qt-6/qdatastream.html + ByteOrder-enum + + + BigEndian + https://doc.qt.io/qt-6/qdatastream.html + ByteOrder-enum + + + + LittleEndian + https://doc.qt.io/qt-6/qdatastream.html + ByteOrder-enum + + + + FloatingPointPrecision + https://doc.qt.io/qt-6/qdatastream.html + FloatingPointPrecision-enum + + + SinglePrecision + https://doc.qt.io/qt-6/qdatastream.html + FloatingPointPrecision-enum + + + + DoublePrecision + https://doc.qt.io/qt-6/qdatastream.html + FloatingPointPrecision-enum + + + + Status + https://doc.qt.io/qt-6/qdatastream.html + Status-enum + + + Ok + https://doc.qt.io/qt-6/qdatastream.html + Status-enum + + + + ReadPastEnd + https://doc.qt.io/qt-6/qdatastream.html + Status-enum + + + + ReadCorruptData + https://doc.qt.io/qt-6/qdatastream.html + Status-enum + + + + WriteFailed + https://doc.qt.io/qt-6/qdatastream.html + Status-enum + + + + Version + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + Qt_1_0 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_2_0 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_2_1 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_3_0 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_3_1 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_3_3 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_0 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_1 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_2 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_3 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_4 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_5 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_6 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_7 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_8 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_4_9 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_0 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_1 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_2 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_3 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_4 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_5 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_6 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_7 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_8 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_9 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_10 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_11 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_12 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_13 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_14 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_5_15 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_6_0 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_6_1 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_6_2 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_6_3 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_6_4 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_6_5 + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + Qt_DefaultCompiledVersion + https://doc.qt.io/qt-6/qdatastream.html + Version-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-17 + (QDataStream &out, const std::pair<T1, T2> &pair) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-10 + (bool i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-14 + (char16_t c) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-15 + (char32_t c) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-13 + (const char *s) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-12 + (double f) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-11 + (float f) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-3 + (qint16 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-5 + (qint32 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-7 + (qint64 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-1 + (qint8 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-4 + (quint16 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-6 + (quint32 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-8 + (quint64 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-2 + (quint8 i) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatastream.html + operator-lt-lt-9 + (std::nullptr_t ptr) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-17 + (QDataStream &in, std::pair<T1, T2> &pair) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-10 + (bool &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-13 + (char *&s) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-14 + (char16_t &c) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-15 + (char32_t &c) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-12 + (double &f) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-11 + (float &f) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-3 + (qint16 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-5 + (qint32 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-7 + (qint64 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-1 + (qint8 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-4 + (quint16 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-6 + (quint32 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-8 + (quint64 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-2 + (quint8 &i) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatastream.html + operator-gt-gt-9 + (std::nullptr_t &ptr) + + + QDataStream & + readBytes + https://doc.qt.io/qt-6/qdatastream.html + readBytes + (char *&s, uint &l) + + + QDataStream & + writeBytes + https://doc.qt.io/qt-6/qdatastream.html + writeBytes + (const char *s, uint len) + + + + QDataStream + https://doc.qt.io/qt-6/qdatastream.html + QDataStream + () + + + + QDataStream + https://doc.qt.io/qt-6/qdatastream.html + QDataStream-2 + (QByteArray *a, QIODeviceBase::OpenMode mode) + + + + QDataStream + https://doc.qt.io/qt-6/qdatastream.html + QDataStream-1 + (QIODevice *d) + + + + QDataStream + https://doc.qt.io/qt-6/qdatastream.html + QDataStream-3 + (const QByteArray &a) + + + bool + commitTransaction + https://doc.qt.io/qt-6/qdatastream.html + commitTransaction + () + + + int + readRawData + https://doc.qt.io/qt-6/qdatastream.html + readRawData + (char *s, int len) + + + int + skipRawData + https://doc.qt.io/qt-6/qdatastream.html + skipRawData + (int len) + + + int + writeRawData + https://doc.qt.io/qt-6/qdatastream.html + writeRawData + (const char *s, int len) + + + void + abortTransaction + https://doc.qt.io/qt-6/qdatastream.html + abortTransaction + () + + + void + resetStatus + https://doc.qt.io/qt-6/qdatastream.html + resetStatus + () + + + void + rollbackTransaction + https://doc.qt.io/qt-6/qdatastream.html + rollbackTransaction + () + + + void + setByteOrder + https://doc.qt.io/qt-6/qdatastream.html + setByteOrder + (QDataStream::ByteOrder bo) + + + void + setDevice + https://doc.qt.io/qt-6/qdatastream.html + setDevice + (QIODevice *d) + + + void + setFloatingPointPrecision + https://doc.qt.io/qt-6/qdatastream.html + setFloatingPointPrecision + (QDataStream::FloatingPointPrecision precision) + + + void + setStatus + https://doc.qt.io/qt-6/qdatastream.html + setStatus + (QDataStream::Status status) + + + void + setVersion + https://doc.qt.io/qt-6/qdatastream.html + setVersion + (int v) + + + void + startTransaction + https://doc.qt.io/qt-6/qdatastream.html + startTransaction + () + + + + ~QDataStream + https://doc.qt.io/qt-6/qdatastream.html + dtor.QDataStream + () + + + QDataStream::ByteOrder + byteOrder + https://doc.qt.io/qt-6/qdatastream.html + byteOrder + () const const + + + QDataStream::FloatingPointPrecision + floatingPointPrecision + https://doc.qt.io/qt-6/qdatastream.html + floatingPointPrecision + () const const + + + QDataStream::Status + status + https://doc.qt.io/qt-6/qdatastream.html + status + () const const + + + QIODevice * + device + https://doc.qt.io/qt-6/qdatastream.html + device + () const const + + + bool + atEnd + https://doc.qt.io/qt-6/qdatastream.html + atEnd + () const const + + + int + version + https://doc.qt.io/qt-6/qdatastream.html + version + () const const + + + + QDate + https://doc.qt.io/qt-6/qdate.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdate.html + operator-lt-lt-1 + (QDataStream &out, QDate date) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdate.html + operator-gt-gt-1 + (QDataStream &in, QDate &date) + + + QDate + currentDate + https://doc.qt.io/qt-6/qdate.html + currentDate + () + + + QDate + fromJulianDay + https://doc.qt.io/qt-6/qdate.html + fromJulianDay + (qint64 jd) + + + QDate + fromStdSysDays + https://doc.qt.io/qt-6/qdate.html + fromStdSysDays + (const std::chrono::sys_days &days) + + + QDate + fromString + https://doc.qt.io/qt-6/qdate.html + fromString-2 + (QStringView string, QStringView format, QCalendar cal) + + + QDate + fromString + https://doc.qt.io/qt-6/qdate.html + fromString-1 + (QStringView string, Qt::DateFormat format) + + + QDate + fromString + https://doc.qt.io/qt-6/qdate.html + fromString-3 + (const QString &string, QStringView format, QCalendar cal) + + + QDate + fromString + https://doc.qt.io/qt-6/qdate.html + fromString + (const QString &string, Qt::DateFormat format) + + + QDate + fromString + https://doc.qt.io/qt-6/qdate.html + fromString-4 + (const QString &string, const QString &format, QCalendar cal) + + + + QDate + https://doc.qt.io/qt-6/qdate.html + QDate-1 + () + + + + QDate + https://doc.qt.io/qt-6/qdate.html + QDate-2 + (int y, int m, int d) + + + + QDate + https://doc.qt.io/qt-6/qdate.html + QDate-4 + (std::chrono::year_month_day ymd) + + + + QDate + https://doc.qt.io/qt-6/qdate.html + QDate-5 + (std::chrono::year_month_day_last ymd) + + + + QDate + https://doc.qt.io/qt-6/qdate.html + QDate-6 + (std::chrono::year_month_weekday ymd) + + + + QDate + https://doc.qt.io/qt-6/qdate.html + QDate-7 + (std::chrono::year_month_weekday_last ymd) + + + bool + isLeapYear + https://doc.qt.io/qt-6/qdate.html + isLeapYear + (int year) + + + bool + isValid + https://doc.qt.io/qt-6/qdate.html + isValid-1 + (int year, int month, int day) + + + bool + operator!= + https://doc.qt.io/qt-6/qdate.html + operator-not-eq + (QDate lhs, QDate rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qdate.html + operator-lt + (QDate lhs, QDate rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qdate.html + operator-lt-eq + (QDate lhs, QDate rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qdate.html + operator-eq-eq + (QDate lhs, QDate rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qdate.html + operator-gt + (QDate lhs, QDate rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qdate.html + operator-gt-eq + (QDate lhs, QDate rhs) + + + bool + setDate + https://doc.qt.io/qt-6/qdate.html + setDate + (int year, int month, int day) + + + bool + setDate + https://doc.qt.io/qt-6/qdate.html + setDate-1 + (int year, int month, int day, QCalendar cal) + + + QDate + addDays + https://doc.qt.io/qt-6/qdate.html + addDays + (qint64 ndays) const const + + + QDate + addDuration + https://doc.qt.io/qt-6/qdate.html + addDuration + (std::chrono::days ndays) const const + + + QDate + addMonths + https://doc.qt.io/qt-6/qdate.html + addMonths-1 + (int nmonths) const const + + + QDate + addMonths + https://doc.qt.io/qt-6/qdate.html + addMonths + (int nmonths, QCalendar cal) const const + + + QDate + addYears + https://doc.qt.io/qt-6/qdate.html + addYears-1 + (int nyears) const const + + + QDate + addYears + https://doc.qt.io/qt-6/qdate.html + addYears + (int nyears, QCalendar cal) const const + + + QDateTime + endOfDay + https://doc.qt.io/qt-6/qdate.html + endOfDay-2 + () const const + + + QDateTime + endOfDay + https://doc.qt.io/qt-6/qdate-obsolete.html + endOfDay-1 + (Qt::TimeSpec spec, int offsetSeconds) const const + + + QDateTime + endOfDay + https://doc.qt.io/qt-6/qdate.html + endOfDay + (const QTimeZone &zone) const const + + + QDateTime + startOfDay + https://doc.qt.io/qt-6/qdate.html + startOfDay-2 + () const const + + + QDateTime + startOfDay + https://doc.qt.io/qt-6/qdate-obsolete.html + startOfDay-1 + (Qt::TimeSpec spec, int offsetSeconds) const const + + + QDateTime + startOfDay + https://doc.qt.io/qt-6/qdate.html + startOfDay + (const QTimeZone &zone) const const + + + QString + toString + https://doc.qt.io/qt-6/qdate.html + toString-2 + (QStringView format, QCalendar cal) const const + + + QString + toString + https://doc.qt.io/qt-6/qdate.html + toString-1 + (Qt::DateFormat format) const const + + + QString + toString + https://doc.qt.io/qt-6/qdate.html + toString + (const QString &format, QCalendar cal) const const + + + bool + isNull + https://doc.qt.io/qt-6/qdate.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qdate.html + isValid + () const const + + + int + day + https://doc.qt.io/qt-6/qdate.html + day-1 + () const const + + + int + day + https://doc.qt.io/qt-6/qdate.html + day + (QCalendar cal) const const + + + int + dayOfWeek + https://doc.qt.io/qt-6/qdate.html + dayOfWeek-1 + () const const + + + int + dayOfWeek + https://doc.qt.io/qt-6/qdate.html + dayOfWeek + (QCalendar cal) const const + + + int + dayOfYear + https://doc.qt.io/qt-6/qdate.html + dayOfYear-1 + () const const + + + int + dayOfYear + https://doc.qt.io/qt-6/qdate.html + dayOfYear + (QCalendar cal) const const + + + int + daysInMonth + https://doc.qt.io/qt-6/qdate.html + daysInMonth-1 + () const const + + + int + daysInMonth + https://doc.qt.io/qt-6/qdate.html + daysInMonth + (QCalendar cal) const const + + + int + daysInYear + https://doc.qt.io/qt-6/qdate.html + daysInYear-1 + () const const + + + int + daysInYear + https://doc.qt.io/qt-6/qdate.html + daysInYear + (QCalendar cal) const const + + + int + month + https://doc.qt.io/qt-6/qdate.html + month-1 + () const const + + + int + month + https://doc.qt.io/qt-6/qdate.html + month + (QCalendar cal) const const + + + int + weekNumber + https://doc.qt.io/qt-6/qdate.html + weekNumber + (int *yearNumber) const const + + + int + year + https://doc.qt.io/qt-6/qdate.html + year-1 + () const const + + + int + year + https://doc.qt.io/qt-6/qdate.html + year + (QCalendar cal) const const + + + qint64 + daysTo + https://doc.qt.io/qt-6/qdate.html + daysTo + (QDate d) const const + + + qint64 + toJulianDay + https://doc.qt.io/qt-6/qdate.html + toJulianDay + () const const + + + std::chrono::sys_days + toStdSysDays + https://doc.qt.io/qt-6/qdate.html + toStdSysDays + () const const + + + void + getDate + https://doc.qt.io/qt-6/qdate.html + getDate + (int *year, int *month, int *day) const const + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime.html + + YearRange + https://doc.qt.io/qt-6/qdatetime.html + YearRange-enum + + + First + https://doc.qt.io/qt-6/qdatetime.html + YearRange-enum + + + + Last + https://doc.qt.io/qt-6/qdatetime.html + YearRange-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qdatetime.html + operator-lt-lt-2 + (QDataStream &out, const QDateTime &dateTime) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qdatetime.html + operator-gt-gt-1 + (QDataStream &in, QDateTime &dateTime) + + + QDateTime & + operator+= + https://doc.qt.io/qt-6/qdatetime.html + operator-2b-eq + (std::chrono::milliseconds duration) + + + QDateTime & + operator-= + https://doc.qt.io/qt-6/qdatetime.html + operator--eq + (std::chrono::milliseconds duration) + + + QDateTime & + operator= + https://doc.qt.io/qt-6/qdatetime.html + operator-eq-1 + (const QDateTime &other) + + + QDateTime + currentDateTime + https://doc.qt.io/qt-6/qdatetime.html + currentDateTime-1 + () + + + QDateTime + currentDateTime + https://doc.qt.io/qt-6/qdatetime.html + currentDateTime + (const QTimeZone &zone) + + + QDateTime + currentDateTimeUtc + https://doc.qt.io/qt-6/qdatetime.html + currentDateTimeUtc + () + + + QDateTime + fromCFDate + https://doc.qt.io/qt-6/qdatetime.html + fromCFDate + (CFDateRef date) + + + QDateTime + fromMSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + fromMSecsSinceEpoch-2 + (qint64 msecs) + + + QDateTime + fromMSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime-obsolete.html + fromMSecsSinceEpoch + (qint64 msecs, Qt::TimeSpec spec, int offsetSeconds) + + + QDateTime + fromMSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + fromMSecsSinceEpoch-1 + (qint64 msecs, const QTimeZone &timeZone) + + + QDateTime + fromNSDate + https://doc.qt.io/qt-6/qdatetime.html + fromNSDate + (const NSDate *date) + + + QDateTime + fromSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + fromSecsSinceEpoch-2 + (qint64 secs) + + + QDateTime + fromSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime-obsolete.html + fromSecsSinceEpoch + (qint64 secs, Qt::TimeSpec spec, int offsetSeconds) + + + QDateTime + fromSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + fromSecsSinceEpoch-1 + (qint64 secs, const QTimeZone &timeZone) + + + QDateTime + fromStdLocalTime + https://doc.qt.io/qt-6/qdatetime.html + fromStdLocalTime + (const std::chrono::local_time<std::chrono::milliseconds> &time) + + + QDateTime + fromStdTimePoint + https://doc.qt.io/qt-6/qdatetime.html + fromStdTimePoint-1 + (const std::chrono::local_time<std::chrono::milliseconds> &time) + + + QDateTime + fromStdTimePoint + https://doc.qt.io/qt-6/qdatetime.html + fromStdTimePoint + (const std::chrono::time_point<Clock, Duration> &time) + + + QDateTime + fromStdZonedTime + https://doc.qt.io/qt-6/qdatetime.html + fromStdZonedTime + (const int &time) + + + QDateTime + fromString + https://doc.qt.io/qt-6/qdatetime.html + fromString-2 + (QStringView string, QStringView format, QCalendar cal) + + + QDateTime + fromString + https://doc.qt.io/qt-6/qdatetime.html + fromString-1 + (QStringView string, Qt::DateFormat format) + + + QDateTime + fromString + https://doc.qt.io/qt-6/qdatetime.html + fromString-3 + (const QString &string, QStringView format, QCalendar cal) + + + QDateTime + fromString + https://doc.qt.io/qt-6/qdatetime.html + fromString + (const QString &string, Qt::DateFormat format) + + + QDateTime + fromString + https://doc.qt.io/qt-6/qdatetime.html + fromString-4 + (const QString &string, const QString &format, QCalendar cal) + + + QDateTime + operator+ + https://doc.qt.io/qt-6/qdatetime.html + operator-2b + (const QDateTime &dateTime, std::chrono::milliseconds duration) + + + QDateTime + operator+ + https://doc.qt.io/qt-6/qdatetime.html + operator-2b-1 + (std::chrono::milliseconds duration, const QDateTime &dateTime) + + + QDateTime + operator- + https://doc.qt.io/qt-6/qdatetime.html + operator--1 + (const QDateTime &dateTime, std::chrono::milliseconds duration) + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime.html + QDateTime + () + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime.html + QDateTime-3 + (QDate date, QTime time) + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime-obsolete.html + QDateTime-1 + (QDate date, QTime time, Qt::TimeSpec spec, int offsetSeconds) + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime.html + QDateTime-2 + (QDate date, QTime time, const QTimeZone &timeZone) + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime.html + QDateTime-5 + (QDateTime &&other) + + + + QDateTime + https://doc.qt.io/qt-6/qdatetime.html + QDateTime-4 + (const QDateTime &other) + + + bool + operator!= + https://doc.qt.io/qt-6/qdatetime.html + operator-not-eq + (const QDateTime &lhs, const QDateTime &rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qdatetime.html + operator-lt + (const QDateTime &lhs, const QDateTime &rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qdatetime.html + operator-lt-eq + (const QDateTime &lhs, const QDateTime &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qdatetime.html + operator-eq-eq + (const QDateTime &lhs, const QDateTime &rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qdatetime.html + operator-gt + (const QDateTime &lhs, const QDateTime &rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qdatetime.html + operator-gt-eq + (const QDateTime &lhs, const QDateTime &rhs) + + + qint64 + currentMSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + currentMSecsSinceEpoch + () + + + qint64 + currentSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + currentSecsSinceEpoch + () + + + std::chrono::milliseconds + operator- + https://doc.qt.io/qt-6/qdatetime.html + operator- + (const QDateTime &lhs, const QDateTime &rhs) + + + void + setDate + https://doc.qt.io/qt-6/qdatetime.html + setDate + (QDate date) + + + void + setMSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + setMSecsSinceEpoch + (qint64 msecs) + + + void + setOffsetFromUtc + https://doc.qt.io/qt-6/qdatetime-obsolete.html + setOffsetFromUtc + (int offsetSeconds) + + + void + setSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + setSecsSinceEpoch + (qint64 secs) + + + void + setTime + https://doc.qt.io/qt-6/qdatetime.html + setTime + (QTime time) + + + void + setTimeSpec + https://doc.qt.io/qt-6/qdatetime-obsolete.html + setTimeSpec + (Qt::TimeSpec spec) + + + void + setTimeZone + https://doc.qt.io/qt-6/qdatetime.html + setTimeZone + (const QTimeZone &toZone) + + + void + swap + https://doc.qt.io/qt-6/qdatetime.html + swap + (QDateTime &other) + + + + ~QDateTime + https://doc.qt.io/qt-6/qdatetime.html + dtor.QDateTime + () + + + CFDateRef + toCFDate + https://doc.qt.io/qt-6/qdatetime.html + toCFDate + () const const + + + NSDate * + toNSDate + https://doc.qt.io/qt-6/qdatetime.html + toNSDate + () const const + + + QDate + date + https://doc.qt.io/qt-6/qdatetime.html + date + () const const + + + QDateTime + addDays + https://doc.qt.io/qt-6/qdatetime.html + addDays + (qint64 ndays) const const + + + QDateTime + addDuration + https://doc.qt.io/qt-6/qdatetime.html + addDuration + (std::chrono::milliseconds msecs) const const + + + QDateTime + addMSecs + https://doc.qt.io/qt-6/qdatetime.html + addMSecs + (qint64 msecs) const const + + + QDateTime + addMonths + https://doc.qt.io/qt-6/qdatetime.html + addMonths + (int nmonths) const const + + + QDateTime + addSecs + https://doc.qt.io/qt-6/qdatetime.html + addSecs + (qint64 s) const const + + + QDateTime + addYears + https://doc.qt.io/qt-6/qdatetime.html + addYears + (int nyears) const const + + + QDateTime + toLocalTime + https://doc.qt.io/qt-6/qdatetime.html + toLocalTime + () const const + + + QDateTime + toOffsetFromUtc + https://doc.qt.io/qt-6/qdatetime.html + toOffsetFromUtc + (int offsetSeconds) const const + + + QDateTime + toTimeSpec + https://doc.qt.io/qt-6/qdatetime-obsolete.html + toTimeSpec + (Qt::TimeSpec spec) const const + + + QDateTime + toTimeZone + https://doc.qt.io/qt-6/qdatetime.html + toTimeZone + (const QTimeZone &timeZone) const const + + + QDateTime + toUTC + https://doc.qt.io/qt-6/qdatetime.html + toUTC + () const const + + + QString + timeZoneAbbreviation + https://doc.qt.io/qt-6/qdatetime.html + timeZoneAbbreviation + () const const + + + QString + toString + https://doc.qt.io/qt-6/qdatetime.html + toString-2 + (QStringView format, QCalendar cal) const const + + + QString + toString + https://doc.qt.io/qt-6/qdatetime.html + toString-1 + (Qt::DateFormat format) const const + + + QString + toString + https://doc.qt.io/qt-6/qdatetime.html + toString + (const QString &format, QCalendar cal) const const + + + QTime + time + https://doc.qt.io/qt-6/qdatetime.html + time + () const const + + + QTimeZone + timeRepresentation + https://doc.qt.io/qt-6/qdatetime.html + timeRepresentation + () const const + + + QTimeZone + timeZone + https://doc.qt.io/qt-6/qdatetime.html + timeZone + () const const + + + Qt::TimeSpec + timeSpec + https://doc.qt.io/qt-6/qdatetime.html + timeSpec + () const const + + + bool + isDaylightTime + https://doc.qt.io/qt-6/qdatetime.html + isDaylightTime + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qdatetime.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qdatetime.html + isValid + () const const + + + int + offsetFromUtc + https://doc.qt.io/qt-6/qdatetime.html + offsetFromUtc + () const const + + + qint64 + daysTo + https://doc.qt.io/qt-6/qdatetime.html + daysTo + (const QDateTime &other) const const + + + qint64 + msecsTo + https://doc.qt.io/qt-6/qdatetime.html + msecsTo + (const QDateTime &other) const const + + + qint64 + secsTo + https://doc.qt.io/qt-6/qdatetime.html + secsTo + (const QDateTime &other) const const + + + qint64 + toMSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + toMSecsSinceEpoch + () const const + + + qint64 + toSecsSinceEpoch + https://doc.qt.io/qt-6/qdatetime.html + toSecsSinceEpoch + () const const + + + std::chrono::sys_seconds + toStdSysSeconds + https://doc.qt.io/qt-6/qdatetime.html + toStdSysSeconds + () const const + + + std::chrono::sys_time<std::chrono::milliseconds> + toStdSysMilliseconds + https://doc.qt.io/qt-6/qdatetime.html + toStdSysMilliseconds + () const const + + + + QDeadlineTimer + https://doc.qt.io/qt-6/qdeadlinetimer.html + + ForeverConstant + https://doc.qt.io/qt-6/qdeadlinetimer.html + ForeverConstant-enum + + + Forever + https://doc.qt.io/qt-6/qdeadlinetimer.html + ForeverConstant-enum + + + + QDeadlineTimer & + operator+= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-2b-eq + (qint64 msecs) + + + QDeadlineTimer & + operator-= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator--eq + (qint64 msecs) + + + QDeadlineTimer & + operator= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-eq-1 + (std::chrono::duration<Rep, Period> remaining) + + + QDeadlineTimer & + operator= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-eq + (std::chrono::time_point<Clock, Duration> deadline_) + + + QDeadlineTimer + addNSecs + https://doc.qt.io/qt-6/qdeadlinetimer.html + addNSecs + (QDeadlineTimer dt, qint64 nsecs) + + + QDeadlineTimer + current + https://doc.qt.io/qt-6/qdeadlinetimer.html + current + (Qt::TimerType timerType) + + + QDeadlineTimer + operator+ + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-2b + (QDeadlineTimer dt, qint64 msecs) + + + QDeadlineTimer + operator+ + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-2b-1 + (qint64 msecs, QDeadlineTimer dt) + + + QDeadlineTimer + operator- + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator- + (QDeadlineTimer dt, qint64 msecs) + + + + QDeadlineTimer + https://doc.qt.io/qt-6/qdeadlinetimer.html + QDeadlineTimer-1 + (QDeadlineTimer::ForeverConstant, Qt::TimerType timerType) + + + + QDeadlineTimer + https://doc.qt.io/qt-6/qdeadlinetimer.html + QDeadlineTimer + (Qt::TimerType timerType) + + + + QDeadlineTimer + https://doc.qt.io/qt-6/qdeadlinetimer.html + QDeadlineTimer-2 + (qint64 msecs, Qt::TimerType type) + + + + QDeadlineTimer + https://doc.qt.io/qt-6/qdeadlinetimer.html + QDeadlineTimer-4 + (std::chrono::duration<Rep, Period> remaining, Qt::TimerType type) + + + + QDeadlineTimer + https://doc.qt.io/qt-6/qdeadlinetimer.html + QDeadlineTimer-3 + (std::chrono::time_point<Clock, Duration> deadline, Qt::TimerType type) + + + bool + operator!= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-not-eq + (QDeadlineTimer d1, QDeadlineTimer d2) + + + bool + operator< + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-lt + (QDeadlineTimer d1, QDeadlineTimer d2) + + + bool + operator<= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-lt-eq + (QDeadlineTimer d1, QDeadlineTimer d2) + + + bool + operator== + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-eq-eq + (QDeadlineTimer d1, QDeadlineTimer d2) + + + bool + operator> + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-gt + (QDeadlineTimer d1, QDeadlineTimer d2) + + + bool + operator>= + https://doc.qt.io/qt-6/qdeadlinetimer.html + operator-gt-eq + (QDeadlineTimer d1, QDeadlineTimer d2) + + + void + setDeadline + https://doc.qt.io/qt-6/qdeadlinetimer.html + setDeadline + (qint64 msecs, Qt::TimerType timerType) + + + void + setDeadline + https://doc.qt.io/qt-6/qdeadlinetimer.html + setDeadline-1 + (std::chrono::time_point<Clock, Duration> deadline, Qt::TimerType type) + + + void + setPreciseDeadline + https://doc.qt.io/qt-6/qdeadlinetimer.html + setPreciseDeadline + (qint64 secs, qint64 nsecs, Qt::TimerType timerType) + + + void + setPreciseRemainingTime + https://doc.qt.io/qt-6/qdeadlinetimer.html + setPreciseRemainingTime + (qint64 secs, qint64 nsecs, Qt::TimerType timerType) + + + void + setRemainingTime + https://doc.qt.io/qt-6/qdeadlinetimer.html + setRemainingTime + (qint64 msecs, Qt::TimerType timerType) + + + void + setRemainingTime + https://doc.qt.io/qt-6/qdeadlinetimer.html + setRemainingTime-1 + (std::chrono::duration<Rep, Period> remaining, Qt::TimerType type) + + + void + setTimerType + https://doc.qt.io/qt-6/qdeadlinetimer.html + setTimerType + (Qt::TimerType timerType) + + + void + swap + https://doc.qt.io/qt-6/qdeadlinetimer.html + swap + (QDeadlineTimer &other) + + + Qt::TimerType + timerType + https://doc.qt.io/qt-6/qdeadlinetimer.html + timerType + () const const + + + bool + hasExpired + https://doc.qt.io/qt-6/qdeadlinetimer.html + hasExpired + () const const + + + bool + isForever + https://doc.qt.io/qt-6/qdeadlinetimer.html + isForever + () const const + + + qint64 + deadline + https://doc.qt.io/qt-6/qdeadlinetimer.html + deadline + () const const + + + qint64 + deadlineNSecs + https://doc.qt.io/qt-6/qdeadlinetimer.html + deadlineNSecs + () const const + + + qint64 + remainingTime + https://doc.qt.io/qt-6/qdeadlinetimer.html + remainingTime + () const const + + + qint64 + remainingTimeNSecs + https://doc.qt.io/qt-6/qdeadlinetimer.html + remainingTimeNSecs + () const const + + + std::chrono::nanoseconds + remainingTimeAsDuration + https://doc.qt.io/qt-6/qdeadlinetimer.html + remainingTimeAsDuration + () const const + + + + QDebug + https://doc.qt.io/qt-6/qdebug.html + QIODeviceBase + + VerbosityLevel + https://doc.qt.io/qt-6/qdebug.html + VerbosityLevel-enum + + + MinimumVerbosity + https://doc.qt.io/qt-6/qdebug.html + VerbosityLevel-enum + + + + DefaultVerbosity + https://doc.qt.io/qt-6/qdebug.html + VerbosityLevel-enum + + + + MaximumVerbosity + https://doc.qt.io/qt-6/qdebug.html + VerbosityLevel-enum + + + + QDebug & + maybeQuote + https://doc.qt.io/qt-6/qdebug.html + maybeQuote + (char c) + + + QDebug & + maybeSpace + https://doc.qt.io/qt-6/qdebug.html + maybeSpace + () + + + QDebug & + noquote + https://doc.qt.io/qt-6/qdebug.html + noquote + () + + + QDebug & + nospace + https://doc.qt.io/qt-6/qdebug.html + nospace + () + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-23 + (QByteArrayView t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt + (QChar t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-21 + (QLatin1StringView t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-19 + (QStringView s) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-20 + (QUtf8StringView s) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-1 + (bool t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-2 + (char t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-5 + (char16_t t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-6 + (char32_t t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-22 + (const QByteArray &t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-18 + (const QString &t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-16 + (const char *t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-17 + (const char16_t *t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-28 + (const std::basic_string<Char, Args...> &s) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-24 + (const void *t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-15 + (double t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-14 + (float t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-7 + (int t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-9 + (long t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-11 + (qint64 t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-12 + (quint64 t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-3 + (short t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-29 + (std::basic_string_view<Char, Args...> s) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-8 + (unsigned int t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-10 + (unsigned long t) + + + QDebug & + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-4 + (unsigned short t) + + + QDebug & + operator= + https://doc.qt.io/qt-6/qdebug.html + operator-eq + (const QDebug &other) + + + QDebug & + quote + https://doc.qt.io/qt-6/qdebug.html + quote + () + + + QDebug & + resetFormat + https://doc.qt.io/qt-6/qdebug.html + resetFormat + () + + + QDebug & + space + https://doc.qt.io/qt-6/qdebug.html + space + () + + + QDebug & + verbosity + https://doc.qt.io/qt-6/qdebug.html + verbosity + (int verbosityLevel) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-43 + (QDebug debug, const QContiguousCache<T> &cache) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-44 + (QDebug debug, const QFlags<T> &flags) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-39 + (QDebug debug, const QHash<Key, T> &hash) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-30 + (QDebug debug, const QList<T> &list) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-35 + (QDebug debug, const QMap<Key, T> &map) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-40 + (QDebug debug, const QMultiHash<Key, T> &hash) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-36 + (QDebug debug, const QMultiMap<Key, T> &map) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-41 + (QDebug debug, const QPair<T1, T2> &pair) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-34 + (QDebug debug, const QSet<T> &set) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-31 + (QDebug debug, const QVarLengthArray<T, P> &array) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-32 + (QDebug debug, const std::list<T, Alloc> &vec) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-37 + (QDebug debug, const std::map<Key, T, Compare, Alloc> &map) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-38 + (QDebug debug, const std::multimap<Key, T, Compare, Alloc> &map) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-42 + (QDebug debug, const std::pair<T1, T2> &pair) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qdebug.html + operator-lt-lt-33 + (QDebug debug, const std::vector<T, Alloc> &vec) + + + + QDebug + https://doc.qt.io/qt-6/qdebug.html + QDebug + (QIODevice *device) + + + + QDebug + https://doc.qt.io/qt-6/qdebug.html + QDebug-1 + (QString *string) + + + + QDebug + https://doc.qt.io/qt-6/qdebug.html + QDebug-2 + (QtMsgType t) + + + + QDebug + https://doc.qt.io/qt-6/qdebug.html + QDebug-3 + (const QDebug &o) + + + QString + toString + https://doc.qt.io/qt-6/qdebug.html + toString + (T &&object) + + + void + setAutoInsertSpaces + https://doc.qt.io/qt-6/qdebug.html + setAutoInsertSpaces + (bool b) + + + void + setVerbosity + https://doc.qt.io/qt-6/qdebug.html + setVerbosity + (int verbosityLevel) + + + void + swap + https://doc.qt.io/qt-6/qdebug.html + swap + (QDebug &other) + + + + ~QDebug + https://doc.qt.io/qt-6/qdebug.html + dtor.QDebug + () + + + bool + autoInsertSpaces + https://doc.qt.io/qt-6/qdebug.html + autoInsertSpaces + () const const + + + int + verbosity + https://doc.qt.io/qt-6/qdebug.html + verbosity-1 + () const const + + + + QDebugStateSaver + https://doc.qt.io/qt-6/qdebugstatesaver.html + + + QDebugStateSaver + https://doc.qt.io/qt-6/qdebugstatesaver.html + QDebugStateSaver + (QDebug &dbg) + + + + ~QDebugStateSaver + https://doc.qt.io/qt-6/qdebugstatesaver.html + dtor.QDebugStateSaver + () + + + + QDir + https://doc.qt.io/qt-6/qdir.html + + Filter + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + Dirs + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Files + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Drives + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + NoSymLinks + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + AllEntries + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + TypeMask + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Readable + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Writable + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Executable + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + PermissionMask + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Modified + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + Hidden + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + System + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + AccessMask + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + AllDirs + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + CaseSensitive + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + NoDot + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + NoDotDot + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + NoDotAndDotDot + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + NoFilter + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + SortFlag + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + Name + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + Time + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + Size + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + Unsorted + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + SortByMask + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + DirsFirst + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + Reversed + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + IgnoreCase + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + DirsLast + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + LocaleAware + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + Type + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + NoSort + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + QChar + listSeparator + https://doc.qt.io/qt-6/qdir.html + listSeparator + () + + + QChar + separator + https://doc.qt.io/qt-6/qdir.html + separator + () + + + QDir & + operator= + https://doc.qt.io/qt-6/qdir.html + operator-eq-1 + (QDir &&other) + + + QDir & + operator= + https://doc.qt.io/qt-6/qdir.html + operator-eq + (const QDir &dir) + + + QDir + current + https://doc.qt.io/qt-6/qdir.html + current + () + + + QDir + home + https://doc.qt.io/qt-6/qdir.html + home + () + + + QDir + root + https://doc.qt.io/qt-6/qdir.html + root + () + + + QDir + temp + https://doc.qt.io/qt-6/qdir.html + temp + () + + + + QDir + https://doc.qt.io/qt-6/qdir.html + QDir + (const QDir &dir) + + + + QDir + https://doc.qt.io/qt-6/qdir.html + QDir-1 + (const QString &path) + + + + QDir + https://doc.qt.io/qt-6/qdir.html + QDir-2 + (const QString &path, const QString &nameFilter, QDir::SortFlags sort, QDir::Filters filters) + + + + QDir + https://doc.qt.io/qt-6/qdir.html + QDir-3 + (const std::filesystem::path &path) + + + + QDir + https://doc.qt.io/qt-6/qdir.html + QDir-4 + (const std::filesystem::path &path, const QString &nameFilter, QDir::SortFlags sort, QDir::Filters filters) + + + QFileInfoList + drives + https://doc.qt.io/qt-6/qdir.html + drives + () + + + QString + cleanPath + https://doc.qt.io/qt-6/qdir.html + cleanPath + (const QString &path) + + + QString + currentPath + https://doc.qt.io/qt-6/qdir.html + currentPath + () + + + QString + fromNativeSeparators + https://doc.qt.io/qt-6/qdir.html + fromNativeSeparators + (const QString &pathName) + + + QString + homePath + https://doc.qt.io/qt-6/qdir.html + homePath + () + + + QString + rootPath + https://doc.qt.io/qt-6/qdir.html + rootPath + () + + + QString + tempPath + https://doc.qt.io/qt-6/qdir.html + tempPath + () + + + QString + toNativeSeparators + https://doc.qt.io/qt-6/qdir.html + toNativeSeparators + (const QString &pathName) + + + QStringList + searchPaths + https://doc.qt.io/qt-6/qdir.html + searchPaths + (const QString &prefix) + + + bool + cd + https://doc.qt.io/qt-6/qdir.html + cd + (const QString &dirName) + + + bool + cdUp + https://doc.qt.io/qt-6/qdir.html + cdUp + () + + + bool + isAbsolutePath + https://doc.qt.io/qt-6/qdir.html + isAbsolutePath + (const QString &path) + + + bool + isRelativePath + https://doc.qt.io/qt-6/qdir.html + isRelativePath + (const QString &path) + + + bool + makeAbsolute + https://doc.qt.io/qt-6/qdir.html + makeAbsolute + () + + + bool + match + https://doc.qt.io/qt-6/qdir.html + match + (const QString &filter, const QString &fileName) + + + bool + match + https://doc.qt.io/qt-6/qdir.html + match-1 + (const QStringList &filters, const QString &fileName) + + + bool + remove + https://doc.qt.io/qt-6/qdir.html + remove + (const QString &fileName) + + + bool + removeRecursively + https://doc.qt.io/qt-6/qdir.html + removeRecursively + () + + + bool + rename + https://doc.qt.io/qt-6/qdir.html + rename + (const QString &oldName, const QString &newName) + + + bool + setCurrent + https://doc.qt.io/qt-6/qdir.html + setCurrent + (const QString &path) + + + void + addSearchPath + https://doc.qt.io/qt-6/qdir.html + addSearchPath + (const QString &prefix, const QString &path) + + + void + addSearchPath + https://doc.qt.io/qt-6/qdir.html + addSearchPath-1 + (const QString &prefix, const std::filesystem::path &path) + + + void + setFilter + https://doc.qt.io/qt-6/qdir.html + setFilter + (QDir::Filters filters) + + + void + setNameFilters + https://doc.qt.io/qt-6/qdir.html + setNameFilters + (const QStringList &nameFilters) + + + void + setPath + https://doc.qt.io/qt-6/qdir.html + setPath + (const QString &path) + + + void + setPath + https://doc.qt.io/qt-6/qdir.html + setPath-1 + (const std::filesystem::path &path) + + + void + setSearchPaths + https://doc.qt.io/qt-6/qdir.html + setSearchPaths + (const QString &prefix, const QStringList &searchPaths) + + + void + setSorting + https://doc.qt.io/qt-6/qdir.html + setSorting + (QDir::SortFlags sort) + + + void + swap + https://doc.qt.io/qt-6/qdir.html + swap + (QDir &other) + + + + ~QDir + https://doc.qt.io/qt-6/qdir.html + dtor.QDir + () + + + QDir::Filters + filter + https://doc.qt.io/qt-6/qdir.html + filter + () const const + + + QDir::SortFlags + sorting + https://doc.qt.io/qt-6/qdir.html + sorting + () const const + + + QFileInfoList + entryInfoList + https://doc.qt.io/qt-6/qdir.html + entryInfoList-1 + (QDir::Filters filters, QDir::SortFlags sort) const const + + + QFileInfoList + entryInfoList + https://doc.qt.io/qt-6/qdir.html + entryInfoList + (const QStringList &nameFilters, QDir::Filters filters, QDir::SortFlags sort) const const + + + QString + absoluteFilePath + https://doc.qt.io/qt-6/qdir.html + absoluteFilePath + (const QString &fileName) const const + + + QString + absolutePath + https://doc.qt.io/qt-6/qdir.html + absolutePath + () const const + + + QString + canonicalPath + https://doc.qt.io/qt-6/qdir.html + canonicalPath + () const const + + + QString + dirName + https://doc.qt.io/qt-6/qdir.html + dirName + () const const + + + QString + filePath + https://doc.qt.io/qt-6/qdir.html + filePath + (const QString &fileName) const const + + + QString + operator[] + https://doc.qt.io/qt-6/qdir.html + operator-5b-5d + (qsizetype pos) const const + + + QString + path + https://doc.qt.io/qt-6/qdir.html + path + () const const + + + QString + relativeFilePath + https://doc.qt.io/qt-6/qdir.html + relativeFilePath + (const QString &fileName) const const + + + QStringList + entryList + https://doc.qt.io/qt-6/qdir.html + entryList-1 + (QDir::Filters filters, QDir::SortFlags sort) const const + + + QStringList + entryList + https://doc.qt.io/qt-6/qdir.html + entryList + (const QStringList &nameFilters, QDir::Filters filters, QDir::SortFlags sort) const const + + + QStringList + nameFilters + https://doc.qt.io/qt-6/qdir.html + nameFilters + () const const + + + bool + exists + https://doc.qt.io/qt-6/qdir.html + exists-1 + () const const + + + bool + exists + https://doc.qt.io/qt-6/qdir.html + exists + (const QString &name) const const + + + bool + isAbsolute + https://doc.qt.io/qt-6/qdir.html + isAbsolute + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qdir.html + isEmpty + (QDir::Filters filters) const const + + + bool + isReadable + https://doc.qt.io/qt-6/qdir.html + isReadable + () const const + + + bool + isRelative + https://doc.qt.io/qt-6/qdir.html + isRelative + () const const + + + bool + isRoot + https://doc.qt.io/qt-6/qdir.html + isRoot + () const const + + + bool + mkdir + https://doc.qt.io/qt-6/qdir.html + mkdir-1 + (const QString &dirName) const const + + + bool + mkdir + https://doc.qt.io/qt-6/qdir.html + mkdir + (const QString &dirName, QFile::Permissions permissions) const const + + + bool + mkpath + https://doc.qt.io/qt-6/qdir.html + mkpath + (const QString &dirPath) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qdir.html + operator-not-eq + (const QDir &dir) const const + + + bool + operator== + https://doc.qt.io/qt-6/qdir.html + operator-eq-eq + (const QDir &dir) const const + + + bool + rmdir + https://doc.qt.io/qt-6/qdir.html + rmdir + (const QString &dirName) const const + + + bool + rmpath + https://doc.qt.io/qt-6/qdir.html + rmpath + (const QString &dirPath) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qdir.html + count + () const const + + + std::filesystem::path + filesystemAbsolutePath + https://doc.qt.io/qt-6/qdir.html + filesystemAbsolutePath + () const const + + + std::filesystem::path + filesystemCanonicalPath + https://doc.qt.io/qt-6/qdir.html + filesystemCanonicalPath + () const const + + + std::filesystem::path + filesystemPath + https://doc.qt.io/qt-6/qdir.html + filesystemPath + () const const + + + void + refresh + https://doc.qt.io/qt-6/qdir.html + refresh + () const const + + + Filters + https://doc.qt.io/qt-6/qdir.html + Filter-enum + + + + SortFlags + https://doc.qt.io/qt-6/qdir.html + SortFlag-enum + + + + + QDirIterator + https://doc.qt.io/qt-6/qdiriterator.html + + IteratorFlag + https://doc.qt.io/qt-6/qdiriterator.html + IteratorFlag-enum + + + NoIteratorFlags + https://doc.qt.io/qt-6/qdiriterator.html + IteratorFlag-enum + + + + FollowSymlinks + https://doc.qt.io/qt-6/qdiriterator.html + IteratorFlag-enum + + + + Subdirectories + https://doc.qt.io/qt-6/qdiriterator.html + IteratorFlag-enum + + + + + QDirIterator + https://doc.qt.io/qt-6/qdiriterator.html + QDirIterator + (const QDir &dir, QDirIterator::IteratorFlags flags) + + + + QDirIterator + https://doc.qt.io/qt-6/qdiriterator.html + QDirIterator-2 + (const QString &path, QDir::Filters filters, QDirIterator::IteratorFlags flags) + + + + QDirIterator + https://doc.qt.io/qt-6/qdiriterator.html + QDirIterator-1 + (const QString &path, QDirIterator::IteratorFlags flags) + + + + QDirIterator + https://doc.qt.io/qt-6/qdiriterator.html + QDirIterator-3 + (const QString &path, const QStringList &nameFilters, QDir::Filters filters, QDirIterator::IteratorFlags flags) + + + QFileInfo + nextFileInfo + https://doc.qt.io/qt-6/qdiriterator.html + nextFileInfo + () + + + QString + next + https://doc.qt.io/qt-6/qdiriterator.html + next + () + + + + ~QDirIterator + https://doc.qt.io/qt-6/qdiriterator.html + dtor.QDirIterator + () + + + QFileInfo + fileInfo + https://doc.qt.io/qt-6/qdiriterator.html + fileInfo + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qdiriterator.html + fileName + () const const + + + QString + filePath + https://doc.qt.io/qt-6/qdiriterator.html + filePath + () const const + + + QString + path + https://doc.qt.io/qt-6/qdiriterator.html + path + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qdiriterator.html + hasNext + () const const + + + IteratorFlags + https://doc.qt.io/qt-6/qdiriterator.html + IteratorFlag-enum + + + + + QDynamicPropertyChangeEvent + https://doc.qt.io/qt-6/qdynamicpropertychangeevent.html + QEvent + + + QDynamicPropertyChangeEvent + https://doc.qt.io/qt-6/qdynamicpropertychangeevent.html + QDynamicPropertyChangeEvent-2 + (const QByteArray &name) + + + QByteArray + propertyName + https://doc.qt.io/qt-6/qdynamicpropertychangeevent.html + propertyName + () const const + + + + QEasingCurve + https://doc.qt.io/qt-6/qeasingcurve.html + + Type + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + Linear + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InQuad + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutQuad + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutQuad + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInQuad + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InCubic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutCubic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutCubic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInCubic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InQuart + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutQuart + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutQuart + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInQuart + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InQuint + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutQuint + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutQuint + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInQuint + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InSine + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutSine + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutSine + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInSine + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InExpo + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutExpo + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutExpo + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInExpo + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InCirc + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutCirc + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutCirc + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInCirc + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InElastic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutElastic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutElastic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInElastic + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InBack + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutBack + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutBack + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInBack + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InBounce + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutBounce + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InOutBounce + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutInBounce + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + InCurve + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + OutCurve + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + SineCurve + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + CosineCurve + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + BezierSpline + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + TCBSpline + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + Custom + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + NCurveTypes + https://doc.qt.io/qt-6/qeasingcurve.html + Type-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qeasingcurve.html + operator-lt-lt-2 + (QDataStream &stream, const QEasingCurve &easing) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qeasingcurve.html + operator-gt-gt-1 + (QDataStream &stream, QEasingCurve &easing) + + + QEasingCurve & + operator= + https://doc.qt.io/qt-6/qeasingcurve.html + operator-eq-1 + (QEasingCurve &&other) + + + QEasingCurve & + operator= + https://doc.qt.io/qt-6/qeasingcurve.html + operator-eq + (const QEasingCurve &other) + + + + QEasingCurve + https://doc.qt.io/qt-6/qeasingcurve.html + QEasingCurve-2 + (QEasingCurve &&other) + + + + QEasingCurve + https://doc.qt.io/qt-6/qeasingcurve.html + QEasingCurve + (QEasingCurve::Type type) + + + + QEasingCurve + https://doc.qt.io/qt-6/qeasingcurve.html + QEasingCurve-1 + (const QEasingCurve &other) + + + void + addCubicBezierSegment + https://doc.qt.io/qt-6/qeasingcurve.html + addCubicBezierSegment + (const QPointF &c1, const QPointF &c2, const QPointF &endPoint) + + + void + addTCBSegment + https://doc.qt.io/qt-6/qeasingcurve.html + addTCBSegment + (const QPointF &nextPoint, qreal t, qreal c, qreal b) + + + void + setAmplitude + https://doc.qt.io/qt-6/qeasingcurve.html + setAmplitude + (qreal amplitude) + + + void + setCustomType + https://doc.qt.io/qt-6/qeasingcurve.html + setCustomType + (QEasingCurve::EasingFunction func) + + + void + setOvershoot + https://doc.qt.io/qt-6/qeasingcurve.html + setOvershoot + (qreal overshoot) + + + void + setPeriod + https://doc.qt.io/qt-6/qeasingcurve.html + setPeriod + (qreal period) + + + void + setType + https://doc.qt.io/qt-6/qeasingcurve.html + setType + (QEasingCurve::Type type) + + + void + swap + https://doc.qt.io/qt-6/qeasingcurve.html + swap + (QEasingCurve &other) + + + + ~QEasingCurve + https://doc.qt.io/qt-6/qeasingcurve.html + dtor.QEasingCurve + () + + + QEasingCurve::EasingFunction + customType + https://doc.qt.io/qt-6/qeasingcurve.html + customType + () const const + + + QEasingCurve::Type + type + https://doc.qt.io/qt-6/qeasingcurve.html + type + () const const + + + QList<QPointF> + toCubicSpline + https://doc.qt.io/qt-6/qeasingcurve.html + toCubicSpline + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qeasingcurve.html + operator-not-eq + (const QEasingCurve &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qeasingcurve.html + operator-eq-eq + (const QEasingCurve &other) const const + + + qreal + amplitude + https://doc.qt.io/qt-6/qeasingcurve.html + amplitude + () const const + + + qreal + overshoot + https://doc.qt.io/qt-6/qeasingcurve.html + overshoot + () const const + + + qreal + period + https://doc.qt.io/qt-6/qeasingcurve.html + period + () const const + + + qreal + valueForProgress + https://doc.qt.io/qt-6/qeasingcurve.html + valueForProgress + (qreal progress) const const + + + EasingFunction + https://doc.qt.io/qt-6/qeasingcurve.html + EasingFunction-typedef + + + + + QElapsedTimer + https://doc.qt.io/qt-6/qelapsedtimer.html + + ClockType + https://doc.qt.io/qt-6/qelapsedtimer.html + ClockType-enum + + + SystemTime + https://doc.qt.io/qt-6/qelapsedtimer.html + ClockType-enum + + + + MonotonicClock + https://doc.qt.io/qt-6/qelapsedtimer.html + ClockType-enum + + + + TickCounter + https://doc.qt.io/qt-6/qelapsedtimer.html + ClockType-enum + + + + MachAbsoluteTime + https://doc.qt.io/qt-6/qelapsedtimer.html + ClockType-enum + + + + PerformanceCounter + https://doc.qt.io/qt-6/qelapsedtimer.html + ClockType-enum + + + + + QElapsedTimer + https://doc.qt.io/qt-6/qelapsedtimer.html + QElapsedTimer + () + + + QElapsedTimer::ClockType + clockType + https://doc.qt.io/qt-6/qelapsedtimer.html + clockType + () + + + bool + isMonotonic + https://doc.qt.io/qt-6/qelapsedtimer.html + isMonotonic + () + + + bool + operator!= + https://doc.qt.io/qt-6/qelapsedtimer.html + operator-not-eq + (const QElapsedTimer &lhs, const QElapsedTimer &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qelapsedtimer.html + operator-eq-eq + (const QElapsedTimer &lhs, const QElapsedTimer &rhs) + + + qint64 + restart + https://doc.qt.io/qt-6/qelapsedtimer.html + restart + () + + + void + invalidate + https://doc.qt.io/qt-6/qelapsedtimer.html + invalidate + () + + + void + start + https://doc.qt.io/qt-6/qelapsedtimer.html + start + () + + + bool + hasExpired + https://doc.qt.io/qt-6/qelapsedtimer.html + hasExpired + (qint64 timeout) const const + + + bool + isValid + https://doc.qt.io/qt-6/qelapsedtimer.html + isValid + () const const + + + qint64 + elapsed + https://doc.qt.io/qt-6/qelapsedtimer.html + elapsed + () const const + + + qint64 + msecsSinceReference + https://doc.qt.io/qt-6/qelapsedtimer.html + msecsSinceReference + () const const + + + qint64 + msecsTo + https://doc.qt.io/qt-6/qelapsedtimer.html + msecsTo + (const QElapsedTimer &other) const const + + + qint64 + nsecsElapsed + https://doc.qt.io/qt-6/qelapsedtimer.html + nsecsElapsed + () const const + + + qint64 + secsTo + https://doc.qt.io/qt-6/qelapsedtimer.html + secsTo + (const QElapsedTimer &other) const const + + + + QEnableSharedFromThis + https://doc.qt.io/qt-6/qenablesharedfromthis.html + + QSharedPointer<T> + sharedFromThis + https://doc.qt.io/qt-6/qenablesharedfromthis.html + sharedFromThis + () + + + QSharedPointer<const T> + sharedFromThis + https://doc.qt.io/qt-6/qenablesharedfromthis.html + sharedFromThis-1 + () const const + + + + QEvent + https://doc.qt.io/qt-6/qevent.html + + Type + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + None + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Timer + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MouseButtonPress + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MouseButtonRelease + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MouseButtonDblClick + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MouseMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + KeyPress + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + KeyRelease + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + FocusIn + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + FocusOut + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + FocusAboutToChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Enter + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Leave + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Paint + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Move + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Resize + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Create + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Destroy + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Show + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Hide + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Close + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Quit + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ParentChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ParentAboutToChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ThreadChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowActivate + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowDeactivate + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ShowToParent + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + HideToParent + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Wheel + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowTitleChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowIconChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationWindowIconChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationFontChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationLayoutDirectionChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationPaletteChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + PaletteChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Clipboard + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Speech + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MetaCall + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + SockAct + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WinEventAct + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DeferredDelete + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DragEnter + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DragMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DragLeave + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Drop + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DragResponse + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ChildAdded + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ChildPolished + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ChildRemoved + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ShowWindowRequest + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + PolishRequest + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Polish + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + LayoutRequest + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + UpdateRequest + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + UpdateLater + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + EmbeddingControl + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ActivateControl + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DeactivateControl + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ContextMenu + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + InputMethod + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TabletMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + LocaleChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + LanguageChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + LayoutDirectionChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Style + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TabletPress + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TabletRelease + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + OkRequest + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + HelpRequest + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + IconDrag + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + FontChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + EnabledChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ActivationChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + StyleChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + IconTextChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ModifiedChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MouseTrackingChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowBlocked + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowUnblocked + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowStateChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ReadOnlyChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ToolTip + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WhatsThis + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + StatusTip + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ActionChanged + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ActionAdded + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ActionRemoved + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + FileOpen + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Shortcut + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ShortcutOverride + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WhatsThisClicked + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ToolBarChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationActivate + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationActivated + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationDeactivate + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationDeactivated + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + QueryWhatsThis + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + EnterWhatsThisMode + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + LeaveWhatsThisMode + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ZOrderChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + HoverEnter + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + HoverLeave + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + HoverMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + EnterEditFocus + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + LeaveEditFocus + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + AcceptDropsChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ZeroTimerEvent + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneMouseMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneMousePress + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneMouseRelease + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneMouseDoubleClick + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneContextMenu + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneHoverEnter + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneHoverMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneHoverLeave + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneHelp + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneDragEnter + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneDragMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneDragLeave + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneDrop + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneWheel + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneLeave + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + KeyboardLayoutChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + DynamicPropertyChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TabletEnterProximity + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TabletLeaveProximity + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + NonClientAreaMouseMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + NonClientAreaMouseButtonPress + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + NonClientAreaMouseButtonRelease + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + NonClientAreaMouseButtonDblClick + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MacSizeChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ContentsRectChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MacGLWindowChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + FutureCallOut + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneResize + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GraphicsSceneMove + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + CursorChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ToolTipChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + NetworkReplyUpdated + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GrabMouse + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + UngrabMouse + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GrabKeyboard + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + UngrabKeyboard + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + StateMachineSignal + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + StateMachineWrapped + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TouchBegin + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TouchUpdate + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TouchEnd + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + NativeGesture + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + RequestSoftwareInputPanel + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + CloseSoftwareInputPanel + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WinIdChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Gesture + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + GestureOverride + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ScrollPrepare + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Scroll + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Expose + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + InputMethodQuery + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + OrientationChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TouchCancel + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ThemeChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + SockClose + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + PlatformPanel + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + StyleAnimationUpdate + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ApplicationStateChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowChangeInternal + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + ScreenChangeInternal + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + PlatformSurface + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + Pointer + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + TabletTrackingChange + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + WindowAboutToChangeInternal + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + User + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + MaxUser + https://doc.qt.io/qt-6/qevent.html + Type-enum + + + + + QEvent + https://doc.qt.io/qt-6/qevent.html + QEvent-2 + (QEvent::Type type) + + + int + registerEventType + https://doc.qt.io/qt-6/qevent.html + registerEventType + (int hint) + + + void + accept + https://doc.qt.io/qt-6/qevent.html + accept + () + + + void + ignore + https://doc.qt.io/qt-6/qevent.html + ignore + () + + + virtual void + setAccepted + https://doc.qt.io/qt-6/qevent.html + accepted-prop + (bool accepted) + + + virtual + ~QEvent + https://doc.qt.io/qt-6/qevent.html + dtor.QEvent + () + + + virtual QEvent * + clone + https://doc.qt.io/qt-6/qevent.html + clone + () const const + + + QEvent::Type + type + https://doc.qt.io/qt-6/qevent.html + type + () const const + + + bool + isAccepted + https://doc.qt.io/qt-6/qevent.html + accepted-prop + () const const + + + bool + isInputEvent + https://doc.qt.io/qt-6/qevent.html + isInputEvent + () const const + + + bool + isPointerEvent + https://doc.qt.io/qt-6/qevent.html + isPointerEvent + () const const + + + bool + isSinglePointEvent + https://doc.qt.io/qt-6/qevent.html + isSinglePointEvent + () const const + + + bool + spontaneous + https://doc.qt.io/qt-6/qevent.html + spontaneous + () const const + + + accepted + https://doc.qt.io/qt-6/qevent.html + accepted-prop + + + + + QEventLoop + https://doc.qt.io/qt-6/qeventloop.html + QObject + + ProcessEventsFlag + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + AllEvents + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + ExcludeUserInputEvents + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + ExcludeSocketNotifiers + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + WaitForMoreEvents + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + X11ExcludeTimers + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + EventLoopExec + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + DialogExec + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + ApplicationExec + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + + QEventLoop + https://doc.qt.io/qt-6/qeventloop.html + QEventLoop + (QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qeventloop.html + event + (QEvent *event) override + + + bool + processEvents + https://doc.qt.io/qt-6/qeventloop.html + processEvents + (QEventLoop::ProcessEventsFlags flags) + + + int + exec + https://doc.qt.io/qt-6/qeventloop.html + exec + (QEventLoop::ProcessEventsFlags flags) + + + void + exit + https://doc.qt.io/qt-6/qeventloop.html + exit + (int returnCode) + + + void + processEvents + https://doc.qt.io/qt-6/qeventloop.html + processEvents-1 + (QEventLoop::ProcessEventsFlags flags, int maxTime) + + + void + quit + https://doc.qt.io/qt-6/qeventloop.html + quit + () + + + void + wakeUp + https://doc.qt.io/qt-6/qeventloop.html + wakeUp + () + + + virtual + ~QEventLoop + https://doc.qt.io/qt-6/qeventloop.html + dtor.QEventLoop + () + + + bool + isRunning + https://doc.qt.io/qt-6/qeventloop.html + isRunning + () const const + + + ProcessEventsFlags + https://doc.qt.io/qt-6/qeventloop.html + ProcessEventsFlag-enum + + + + + QEventLoopLocker + https://doc.qt.io/qt-6/qeventlooplocker.html + + + QEventLoopLocker + https://doc.qt.io/qt-6/qeventlooplocker.html + QEventLoopLocker + () + + + + QEventLoopLocker + https://doc.qt.io/qt-6/qeventlooplocker.html + QEventLoopLocker-1 + (QEventLoop *loop) + + + + QEventLoopLocker + https://doc.qt.io/qt-6/qeventlooplocker.html + QEventLoopLocker-2 + (QThread *thread) + + + + ~QEventLoopLocker + https://doc.qt.io/qt-6/qeventlooplocker.html + dtor.QEventLoopLocker + () + + + + QException + https://doc.qt.io/qt-6/qexception.html + + virtual QException * + clone + https://doc.qt.io/qt-6/qexception.html + clone + () const const + + + virtual void + raise + https://doc.qt.io/qt-6/qexception.html + raise + () const const + + + + QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + + + QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + QExplicitlySharedDataPointer + () + + + + QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + QExplicitlySharedDataPointer-5 + (QExplicitlySharedDataPointer<T> &&o) + + + + QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + QExplicitlySharedDataPointer-1 + (T *data) + + + + QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + QExplicitlySharedDataPointer-3 + (const QExplicitlySharedDataPointer<T> &o) + + + + QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + QExplicitlySharedDataPointer-4 + (const QExplicitlySharedDataPointer<X> &o) + + + QExplicitlySharedDataPointer<T> & + operator= + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-eq-2 + (QExplicitlySharedDataPointer<T> &&other) + + + QExplicitlySharedDataPointer<T> & + operator= + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-eq-1 + (T *o) + + + QExplicitlySharedDataPointer<T> & + operator= + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-eq + (const QExplicitlySharedDataPointer<T> &o) + + + T * + clone + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + clone + () + + + T * + operator-> + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator--gt + () + + + T * + take + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + take + () + + + bool + operator!= + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-not-eq + (const QExplicitlySharedDataPointer<T> &lhs, const QExplicitlySharedDataPointer<T> &rhs) + + + bool + operator!= + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-not-eq-2 + (const T *ptr, const QExplicitlySharedDataPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-eq-eq + (const QExplicitlySharedDataPointer<T> &lhs, const QExplicitlySharedDataPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-eq-eq-2 + (const T *ptr, const QExplicitlySharedDataPointer<T> &rhs) + + + void + detach + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + detach + () + + + void + reset + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + reset + (T *ptr) + + + void + swap + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + swap + (QExplicitlySharedDataPointer<T> &other) + + + + ~QExplicitlySharedDataPointer + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + dtor.QExplicitlySharedDataPointer + () + + + T & + operator* + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-2a + () const const + + + T * + data + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + data + () const const + + + T * + get + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + get + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator--gt-1 + () const const + + + bool + operator bool + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-bool + () const const + + + bool + operator! + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + operator-not + () const const + + + const T * + constData + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + constData + () const const + + + Type + https://doc.qt.io/qt-6/qexplicitlyshareddatapointer.html + Type-typedef + + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFileDevice + + QByteArray + encodeName + https://doc.qt.io/qt-6/qfile.html + encodeName + (const QString &fileName) + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFile + () + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFile-3 + (QObject *parent) + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFile-1 + (const QString &name) + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFile-4 + (const QString &name, QObject *parent) + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFile-2 + (const std::filesystem::path &name) + + + + QFile + https://doc.qt.io/qt-6/qfile.html + QFile-5 + (const std::filesystem::path &name, QObject *parent) + + + QFileDevice::Permissions + permissions + https://doc.qt.io/qt-6/qfile.html + permissions-1 + (const QString &fileName) + + + QFileDevice::Permissions + permissions + https://doc.qt.io/qt-6/qfile.html + permissions-2 + (const std::filesystem::path &filename) + + + QString + decodeName + https://doc.qt.io/qt-6/qfile.html + decodeName + (const QByteArray &localFileName) + + + QString + decodeName + https://doc.qt.io/qt-6/qfile.html + decodeName-1 + (const char *localFileName) + + + QString + symLinkTarget + https://doc.qt.io/qt-6/qfile.html + symLinkTarget + (const QString &fileName) + + + bool + copy + https://doc.qt.io/qt-6/qfile.html + copy-1 + (const QString &fileName, const QString &newName) + + + bool + copy + https://doc.qt.io/qt-6/qfile.html + copy + (const QString &newName) + + + bool + copy + https://doc.qt.io/qt-6/qfile.html + copy-2 + (const std::filesystem::path &newName) + + + bool + exists + https://doc.qt.io/qt-6/qfile.html + exists + (const QString &fileName) + + + bool + link + https://doc.qt.io/qt-6/qfile.html + link-1 + (const QString &fileName, const QString &linkName) + + + bool + link + https://doc.qt.io/qt-6/qfile.html + link + (const QString &linkName) + + + bool + link + https://doc.qt.io/qt-6/qfile.html + link-2 + (const std::filesystem::path &newName) + + + bool + moveToTrash + https://doc.qt.io/qt-6/qfile.html + moveToTrash + () + + + bool + moveToTrash + https://doc.qt.io/qt-6/qfile.html + moveToTrash-1 + (const QString &fileName, QString *pathInTrash) + + + bool + open + https://doc.qt.io/qt-6/qfile.html + open-2 + (FILE *fh, QIODeviceBase::OpenMode mode, QFileDevice::FileHandleFlags handleFlags) + + + virtual bool + open + https://doc.qt.io/qt-6/qfile.html + open + (QIODeviceBase::OpenMode mode) override + + + bool + open + https://doc.qt.io/qt-6/qfile.html + open-1 + (QIODeviceBase::OpenMode mode, QFileDevice::Permissions permissions) + + + bool + open + https://doc.qt.io/qt-6/qfile.html + open-3 + (int fd, QIODeviceBase::OpenMode mode, QFileDevice::FileHandleFlags handleFlags) + + + bool + remove + https://doc.qt.io/qt-6/qfile.html + remove + () + + + bool + remove + https://doc.qt.io/qt-6/qfile.html + remove-1 + (const QString &fileName) + + + bool + rename + https://doc.qt.io/qt-6/qfile.html + rename + (const QString &newName) + + + bool + rename + https://doc.qt.io/qt-6/qfile.html + rename-1 + (const QString &oldName, const QString &newName) + + + bool + rename + https://doc.qt.io/qt-6/qfile.html + rename-2 + (const std::filesystem::path &newName) + + + bool + resize + https://doc.qt.io/qt-6/qfile.html + resize-1 + (const QString &fileName, qint64 sz) + + + virtual bool + resize + https://doc.qt.io/qt-6/qfile.html + resize + (qint64 sz) override + + + virtual bool + setPermissions + https://doc.qt.io/qt-6/qfile.html + setPermissions + (QFileDevice::Permissions permissions) override + + + bool + setPermissions + https://doc.qt.io/qt-6/qfile.html + setPermissions-1 + (const QString &fileName, QFileDevice::Permissions permissions) + + + bool + setPermissions + https://doc.qt.io/qt-6/qfile.html + setPermissions-2 + (const std::filesystem::path &filename, QFileDevice::Permissions permissionSpec) + + + std::filesystem::path + filesystemSymLinkTarget + https://doc.qt.io/qt-6/qfile.html + filesystemSymLinkTarget-1 + (const std::filesystem::path &fileName) + + + void + setFileName + https://doc.qt.io/qt-6/qfile.html + setFileName + (const QString &name) + + + void + setFileName + https://doc.qt.io/qt-6/qfile.html + setFileName-1 + (const std::filesystem::path &name) + + + virtual + ~QFile + https://doc.qt.io/qt-6/qfile.html + dtor.QFile + () + + + virtual QFileDevice::Permissions + permissions + https://doc.qt.io/qt-6/qfile.html + permissions + () const const override + + + virtual QString + fileName + https://doc.qt.io/qt-6/qfile.html + fileName + () const const override + + + QString + symLinkTarget + https://doc.qt.io/qt-6/qfile.html + symLinkTarget-1 + () const const + + + bool + exists + https://doc.qt.io/qt-6/qfile.html + exists-1 + () const const + + + virtual qint64 + size + https://doc.qt.io/qt-6/qfile.html + size + () const const override + + + std::filesystem::path + filesystemFileName + https://doc.qt.io/qt-6/qfile.html + filesystemFileName + () const const + + + std::filesystem::path + filesystemSymLinkTarget + https://doc.qt.io/qt-6/qfile.html + filesystemSymLinkTarget + () const const + + + + QFileDevice + https://doc.qt.io/qt-6/qfiledevice.html + QIODevice + + FileError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + NoError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + ReadError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + WriteError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + FatalError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + ResourceError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + OpenError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + AbortError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + TimeOutError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + UnspecifiedError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + RemoveError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + RenameError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + PositionError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + ResizeError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + PermissionsError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + CopyError + https://doc.qt.io/qt-6/qfiledevice.html + FileError-enum + + + + FileHandleFlag + https://doc.qt.io/qt-6/qfiledevice.html + FileHandleFlag-enum + + + AutoCloseHandle + https://doc.qt.io/qt-6/qfiledevice.html + FileHandleFlag-enum + + + + DontCloseHandle + https://doc.qt.io/qt-6/qfiledevice.html + FileHandleFlag-enum + + + + FileTime + https://doc.qt.io/qt-6/qfiledevice.html + FileTime-enum + + + FileAccessTime + https://doc.qt.io/qt-6/qfiledevice.html + FileTime-enum + + + + FileBirthTime + https://doc.qt.io/qt-6/qfiledevice.html + FileTime-enum + + + + FileMetadataChangeTime + https://doc.qt.io/qt-6/qfiledevice.html + FileTime-enum + + + + FileModificationTime + https://doc.qt.io/qt-6/qfiledevice.html + FileTime-enum + + + + MemoryMapFlag + https://doc.qt.io/qt-6/qfiledevice.html + MemoryMapFlag-enum + + + NoOptions + https://doc.qt.io/qt-6/qfiledevice.html + MemoryMapFlag-enum + + + + MapPrivateOption + https://doc.qt.io/qt-6/qfiledevice.html + MemoryMapFlag-enum + + + + Permission + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + ReadOwner + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + WriteOwner + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ExeOwner + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ReadUser + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + WriteUser + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ExeUser + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ReadGroup + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + WriteGroup + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ExeGroup + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ReadOther + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + WriteOther + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + ExeOther + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + bool + flush + https://doc.qt.io/qt-6/qfiledevice.html + flush + () + + + virtual bool + resize + https://doc.qt.io/qt-6/qfiledevice.html + resize + (qint64 sz) + + + virtual bool + seek + https://doc.qt.io/qt-6/qfiledevice.html + seek + (qint64 pos) override + + + bool + setFileTime + https://doc.qt.io/qt-6/qfiledevice.html + setFileTime + (const QDateTime &newDate, QFileDevice::FileTime fileTime) + + + virtual bool + setPermissions + https://doc.qt.io/qt-6/qfiledevice.html + setPermissions + (QFileDevice::Permissions permissions) + + + bool + unmap + https://doc.qt.io/qt-6/qfiledevice.html + unmap + (uchar *address) + + + virtual qint64 + readData + https://doc.qt.io/qt-6/qfiledevice.html + readData + (char *data, qint64 len) override + + + virtual qint64 + readLineData + https://doc.qt.io/qt-6/qfiledevice.html + readLineData + (char *data, qint64 maxlen) override + + + virtual qint64 + writeData + https://doc.qt.io/qt-6/qfiledevice.html + writeData + (const char *data, qint64 len) override + + + uchar * + map + https://doc.qt.io/qt-6/qfiledevice.html + map + (qint64 offset, qint64 size, QFileDevice::MemoryMapFlags flags) + + + virtual void + close + https://doc.qt.io/qt-6/qfiledevice.html + close + () override + + + void + unsetError + https://doc.qt.io/qt-6/qfiledevice.html + unsetError + () + + + virtual + ~QFileDevice + https://doc.qt.io/qt-6/qfiledevice.html + dtor.QFileDevice + () + + + QDateTime + fileTime + https://doc.qt.io/qt-6/qfiledevice.html + fileTime + (QFileDevice::FileTime time) const const + + + QFileDevice::FileError + error + https://doc.qt.io/qt-6/qfiledevice.html + error + () const const + + + virtual QFileDevice::Permissions + permissions + https://doc.qt.io/qt-6/qfiledevice.html + permissions + () const const + + + virtual QString + fileName + https://doc.qt.io/qt-6/qfiledevice.html + fileName + () const const + + + virtual bool + atEnd + https://doc.qt.io/qt-6/qfiledevice.html + atEnd + () const const override + + + virtual bool + isSequential + https://doc.qt.io/qt-6/qfiledevice.html + isSequential + () const const override + + + int + handle + https://doc.qt.io/qt-6/qfiledevice.html + handle + () const const + + + virtual qint64 + pos + https://doc.qt.io/qt-6/qfiledevice.html + pos + () const const override + + + virtual qint64 + size + https://doc.qt.io/qt-6/qfiledevice.html + size + () const const override + + + FileHandleFlags + https://doc.qt.io/qt-6/qfiledevice.html + FileHandleFlag-enum + + + + MemoryMapFlags + https://doc.qt.io/qt-6/qfiledevice.html + MemoryMapFlag-enum + + + + Permissions + https://doc.qt.io/qt-6/qfiledevice.html + Permission-enum + + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + + QFileInfo & + operator= + https://doc.qt.io/qt-6/qfileinfo.html + operator-eq-1 + (QFileInfo &&other) + + + QFileInfo & + operator= + https://doc.qt.io/qt-6/qfileinfo.html + operator-eq + (const QFileInfo &fileinfo) + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-1 + () + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-4 + (const QDir &dir, const QString &file) + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-7 + (const QDir &dir, const std::filesystem::path &file) + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-3 + (const QFileDevice &file) + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-5 + (const QFileInfo &fileinfo) + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-2 + (const QString &file) + + + + QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfo-6 + (const std::filesystem::path &file) + + + + QT_IMPLICIT_QFILEINFO_CONSTRUCTION + https://doc.qt.io/qt-6/qfileinfo.html + QT_IMPLICIT_QFILEINFO_CONSTRUCTION + QT_IMPLICIT_QFILEINFO_CONSTRUCTION + + + bool + exists + https://doc.qt.io/qt-6/qfileinfo.html + exists-1 + (const QString &file) + + + bool + makeAbsolute + https://doc.qt.io/qt-6/qfileinfo.html + makeAbsolute + () + + + void + refresh + https://doc.qt.io/qt-6/qfileinfo.html + refresh + () + + + void + setCaching + https://doc.qt.io/qt-6/qfileinfo.html + setCaching + (bool enable) + + + void + setFile + https://doc.qt.io/qt-6/qfileinfo.html + setFile-2 + (const QDir &dir, const QString &file) + + + void + setFile + https://doc.qt.io/qt-6/qfileinfo.html + setFile-1 + (const QFileDevice &file) + + + void + setFile + https://doc.qt.io/qt-6/qfileinfo.html + setFile + (const QString &file) + + + void + setFile + https://doc.qt.io/qt-6/qfileinfo.html + setFile-3 + (const std::filesystem::path &file) + + + void + stat + https://doc.qt.io/qt-6/qfileinfo.html + stat + () + + + void + swap + https://doc.qt.io/qt-6/qfileinfo.html + swap + (QFileInfo &other) + + + + ~QFileInfo + https://doc.qt.io/qt-6/qfileinfo.html + dtor.QFileInfo + () + + + QDateTime + birthTime + https://doc.qt.io/qt-6/qfileinfo.html + birthTime + () const const + + + QDateTime + fileTime + https://doc.qt.io/qt-6/qfileinfo.html + fileTime + (QFile::FileTime time) const const + + + QDateTime + lastModified + https://doc.qt.io/qt-6/qfileinfo.html + lastModified + () const const + + + QDateTime + lastRead + https://doc.qt.io/qt-6/qfileinfo.html + lastRead + () const const + + + QDateTime + metadataChangeTime + https://doc.qt.io/qt-6/qfileinfo.html + metadataChangeTime + () const const + + + QDir + absoluteDir + https://doc.qt.io/qt-6/qfileinfo.html + absoluteDir + () const const + + + QDir + dir + https://doc.qt.io/qt-6/qfileinfo.html + dir + () const const + + + QFile::Permissions + permissions + https://doc.qt.io/qt-6/qfileinfo.html + permissions + () const const + + + QString + absoluteFilePath + https://doc.qt.io/qt-6/qfileinfo.html + absoluteFilePath + () const const + + + QString + absolutePath + https://doc.qt.io/qt-6/qfileinfo.html + absolutePath + () const const + + + QString + baseName + https://doc.qt.io/qt-6/qfileinfo.html + baseName + () const const + + + QString + bundleName + https://doc.qt.io/qt-6/qfileinfo.html + bundleName + () const const + + + QString + canonicalFilePath + https://doc.qt.io/qt-6/qfileinfo.html + canonicalFilePath + () const const + + + QString + canonicalPath + https://doc.qt.io/qt-6/qfileinfo.html + canonicalPath + () const const + + + QString + completeBaseName + https://doc.qt.io/qt-6/qfileinfo.html + completeBaseName + () const const + + + QString + completeSuffix + https://doc.qt.io/qt-6/qfileinfo.html + completeSuffix + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qfileinfo.html + fileName + () const const + + + QString + filePath + https://doc.qt.io/qt-6/qfileinfo.html + filePath + () const const + + + QString + group + https://doc.qt.io/qt-6/qfileinfo.html + group + () const const + + + QString + junctionTarget + https://doc.qt.io/qt-6/qfileinfo.html + junctionTarget + () const const + + + QString + owner + https://doc.qt.io/qt-6/qfileinfo.html + owner + () const const + + + QString + path + https://doc.qt.io/qt-6/qfileinfo.html + path + () const const + + + QString + suffix + https://doc.qt.io/qt-6/qfileinfo.html + suffix + () const const + + + QString + symLinkTarget + https://doc.qt.io/qt-6/qfileinfo.html + symLinkTarget + () const const + + + bool + caching + https://doc.qt.io/qt-6/qfileinfo.html + caching + () const const + + + bool + exists + https://doc.qt.io/qt-6/qfileinfo.html + exists + () const const + + + bool + isAbsolute + https://doc.qt.io/qt-6/qfileinfo.html + isAbsolute + () const const + + + bool + isAlias + https://doc.qt.io/qt-6/qfileinfo.html + isAlias + () const const + + + bool + isBundle + https://doc.qt.io/qt-6/qfileinfo.html + isBundle + () const const + + + bool + isDir + https://doc.qt.io/qt-6/qfileinfo.html + isDir + () const const + + + bool + isExecutable + https://doc.qt.io/qt-6/qfileinfo.html + isExecutable + () const const + + + bool + isFile + https://doc.qt.io/qt-6/qfileinfo.html + isFile + () const const + + + bool + isHidden + https://doc.qt.io/qt-6/qfileinfo.html + isHidden + () const const + + + bool + isJunction + https://doc.qt.io/qt-6/qfileinfo.html + isJunction + () const const + + + bool + isNativePath + https://doc.qt.io/qt-6/qfileinfo.html + isNativePath + () const const + + + bool + isReadable + https://doc.qt.io/qt-6/qfileinfo.html + isReadable + () const const + + + bool + isRelative + https://doc.qt.io/qt-6/qfileinfo.html + isRelative + () const const + + + bool + isRoot + https://doc.qt.io/qt-6/qfileinfo.html + isRoot + () const const + + + bool + isShortcut + https://doc.qt.io/qt-6/qfileinfo.html + isShortcut + () const const + + + bool + isSymLink + https://doc.qt.io/qt-6/qfileinfo.html + isSymLink + () const const + + + bool + isSymbolicLink + https://doc.qt.io/qt-6/qfileinfo.html + isSymbolicLink + () const const + + + bool + isWritable + https://doc.qt.io/qt-6/qfileinfo.html + isWritable + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qfileinfo.html + operator-not-eq + (const QFileInfo &fileinfo) const const + + + bool + operator== + https://doc.qt.io/qt-6/qfileinfo.html + operator-eq-eq + (const QFileInfo &fileinfo) const const + + + bool + permission + https://doc.qt.io/qt-6/qfileinfo.html + permission + (QFile::Permissions permissions) const const + + + qint64 + size + https://doc.qt.io/qt-6/qfileinfo.html + size + () const const + + + std::filesystem::path + filesystemAbsoluteFilePath + https://doc.qt.io/qt-6/qfileinfo.html + filesystemAbsoluteFilePath + () const const + + + std::filesystem::path + filesystemAbsolutePath + https://doc.qt.io/qt-6/qfileinfo.html + filesystemAbsolutePath + () const const + + + std::filesystem::path + filesystemCanonicalFilePath + https://doc.qt.io/qt-6/qfileinfo.html + filesystemCanonicalFilePath + () const const + + + std::filesystem::path + filesystemCanonicalPath + https://doc.qt.io/qt-6/qfileinfo.html + filesystemCanonicalPath + () const const + + + std::filesystem::path + filesystemFilePath + https://doc.qt.io/qt-6/qfileinfo.html + filesystemFilePath + () const const + + + std::filesystem::path + filesystemJunctionTarget + https://doc.qt.io/qt-6/qfileinfo.html + filesystemJunctionTarget + () const const + + + std::filesystem::path + filesystemPath + https://doc.qt.io/qt-6/qfileinfo.html + filesystemPath + () const const + + + std::filesystem::path + filesystemSymLinkTarget + https://doc.qt.io/qt-6/qfileinfo.html + filesystemSymLinkTarget + () const const + + + uint + groupId + https://doc.qt.io/qt-6/qfileinfo.html + groupId + () const const + + + uint + ownerId + https://doc.qt.io/qt-6/qfileinfo.html + ownerId + () const const + + + QFileInfoList + https://doc.qt.io/qt-6/qfileinfo.html + QFileInfoList-typedef + + + + + QFileSelector + https://doc.qt.io/qt-6/qfileselector.html + QObject + + + QFileSelector + https://doc.qt.io/qt-6/qfileselector.html + QFileSelector + (QObject *parent) + + + void + setExtraSelectors + https://doc.qt.io/qt-6/qfileselector.html + setExtraSelectors + (const QStringList &list) + + + virtual + ~QFileSelector + https://doc.qt.io/qt-6/qfileselector.html + dtor.QFileSelector + () + + + QString + select + https://doc.qt.io/qt-6/qfileselector.html + select + (const QString &filePath) const const + + + QStringList + allSelectors + https://doc.qt.io/qt-6/qfileselector.html + allSelectors + () const const + + + QStringList + extraSelectors + https://doc.qt.io/qt-6/qfileselector.html + extraSelectors + () const const + + + QUrl + select + https://doc.qt.io/qt-6/qfileselector.html + select-1 + (const QUrl &filePath) const const + + + + QFileSystemWatcher + https://doc.qt.io/qt-6/qfilesystemwatcher.html + QObject + + + QFileSystemWatcher + https://doc.qt.io/qt-6/qfilesystemwatcher.html + QFileSystemWatcher + (QObject *parent) + + + + QFileSystemWatcher + https://doc.qt.io/qt-6/qfilesystemwatcher.html + QFileSystemWatcher-1 + (const QStringList &paths, QObject *parent) + + + QStringList + addPaths + https://doc.qt.io/qt-6/qfilesystemwatcher.html + addPaths + (const QStringList &paths) + + + QStringList + removePaths + https://doc.qt.io/qt-6/qfilesystemwatcher.html + removePaths + (const QStringList &paths) + + + bool + addPath + https://doc.qt.io/qt-6/qfilesystemwatcher.html + addPath + (const QString &path) + + + bool + removePath + https://doc.qt.io/qt-6/qfilesystemwatcher.html + removePath + (const QString &path) + + + void + directoryChanged + https://doc.qt.io/qt-6/qfilesystemwatcher.html + directoryChanged + (const QString &path) + + + void + fileChanged + https://doc.qt.io/qt-6/qfilesystemwatcher.html + fileChanged + (const QString &path) + + + virtual + ~QFileSystemWatcher + https://doc.qt.io/qt-6/qfilesystemwatcher.html + dtor.QFileSystemWatcher + () + + + QStringList + directories + https://doc.qt.io/qt-6/qfilesystemwatcher.html + directories + () const const + + + QStringList + files + https://doc.qt.io/qt-6/qfilesystemwatcher.html + files + () const const + + + + QFlag + https://doc.qt.io/qt-6/qflag.html + + + QFlag + https://doc.qt.io/qt-6/qflag.html + QFlag + (int value) + + + + QFlag + https://doc.qt.io/qt-6/qflag.html + QFlag-2 + (short value) + + + + QFlag + https://doc.qt.io/qt-6/qflag.html + QFlag-1 + (uint value) + + + + QFlag + https://doc.qt.io/qt-6/qflag.html + QFlag-3 + (ushort value) + + + int + operator int + https://doc.qt.io/qt-6/qflag.html + operator-int + () const const + + + uint + operator uint + https://doc.qt.io/qt-6/qflag.html + operator-uint + () const const + + + + QFlags + https://doc.qt.io/qt-6/qflags.html + + + QFlags + https://doc.qt.io/qt-6/qflags.html + QFlags + () + + + + QFlags + https://doc.qt.io/qt-6/qflags.html + QFlags-1 + (Enum flags) + + + + QFlags + https://doc.qt.io/qt-6/qflags.html + QFlags-2 + (QFlag flag) + + + + QFlags + https://doc.qt.io/qt-6/qflags.html + QFlags-4 + (const QFlags<T> &other) + + + + QFlags + https://doc.qt.io/qt-6/qflags.html + QFlags-3 + (std::initializer_list<Enum> flags) + + + QFlags<T> & + operator&= + https://doc.qt.io/qt-6/qflags.html + operator-and-eq-3 + (Enum mask) + + + QFlags<T> & + operator&= + https://doc.qt.io/qt-6/qflags.html + operator-and-eq-2 + (QFlags<T> mask) + + + QFlags<T> & + operator&= + https://doc.qt.io/qt-6/qflags.html + operator-and-eq + (int mask) + + + QFlags<T> & + operator&= + https://doc.qt.io/qt-6/qflags.html + operator-and-eq-1 + (uint mask) + + + QFlags<T> & + operator^= + https://doc.qt.io/qt-6/qflags.html + operator-5e-eq-1 + (Enum other) + + + QFlags<T> & + operator^= + https://doc.qt.io/qt-6/qflags.html + operator-5e-eq + (QFlags<T> other) + + + QFlags<T> & + operator|= + https://doc.qt.io/qt-6/qflags.html + operator-7c-eq-1 + (Enum other) + + + QFlags<T> & + operator|= + https://doc.qt.io/qt-6/qflags.html + operator-7c-eq + (QFlags<T> other) + + + QFlags<T> & + setFlag + https://doc.qt.io/qt-6/qflags.html + setFlag + (Enum flag, bool on) + + + QFlags<T> + fromInt + https://doc.qt.io/qt-6/qflags.html + fromInt + (QFlags::Int i) + + + + Q_DECLARE_FLAGS + https://doc.qt.io/qt-6/qflags.html + Q_DECLARE_FLAGS + (Flags, Enum) + + + + Q_DECLARE_OPERATORS_FOR_FLAGS + https://doc.qt.io/qt-6/qflags.html + Q_DECLARE_OPERATORS_FOR_FLAGS + (Flags) + + + int & + operator= + https://doc.qt.io/qt-6/qflags.html + operator-eq + (const QFlags<T> &) + + + size_t + qHash + https://doc.qt.io/qt-6/qflags.html + qHash + (QFlags<Enum> flags, size_t seed) + + + QFlags::Int + operator QFlags::Int + https://doc.qt.io/qt-6/qflags.html + operator-QFlags-3a-3aInt + () const const + + + QFlags::Int + toInt + https://doc.qt.io/qt-6/qflags.html + toInt + () const const + + + QFlags<T> + operator& + https://doc.qt.io/qt-6/qflags.html + operator-and-3 + (Enum other) const const + + + QFlags<T> + operator& + https://doc.qt.io/qt-6/qflags.html + operator-and-2 + (QFlags<T> other) const const + + + QFlags<T> + operator& + https://doc.qt.io/qt-6/qflags.html + operator-and + (int mask) const const + + + QFlags<T> + operator& + https://doc.qt.io/qt-6/qflags.html + operator-and-1 + (uint mask) const const + + + QFlags<T> + operator^ + https://doc.qt.io/qt-6/qflags.html + operator-5e-1 + (Enum other) const const + + + QFlags<T> + operator^ + https://doc.qt.io/qt-6/qflags.html + operator-5e + (QFlags<T> other) const const + + + QFlags<T> + operator| + https://doc.qt.io/qt-6/qflags.html + operator-7c-1 + (Enum other) const const + + + QFlags<T> + operator| + https://doc.qt.io/qt-6/qflags.html + operator-7c + (QFlags<T> other) const const + + + QFlags<T> + operator~ + https://doc.qt.io/qt-6/qflags.html + operator-7e + () const const + + + bool + operator! + https://doc.qt.io/qt-6/qflags.html + operator-not + () const const + + + bool + testAnyFlag + https://doc.qt.io/qt-6/qflags.html + testAnyFlag + (Enum flag) const const + + + bool + testAnyFlags + https://doc.qt.io/qt-6/qflags.html + testAnyFlags + (QFlags<T> flags) const const + + + bool + testFlag + https://doc.qt.io/qt-6/qflags.html + testFlag + (Enum flag) const const + + + bool + testFlags + https://doc.qt.io/qt-6/qflags.html + testFlags + (QFlags<T> flags) const const + + + Int + https://doc.qt.io/qt-6/qflags.html + Int-typedef + + + + enum_type + https://doc.qt.io/qt-6/qflags.html + enum_type-typedef + + + + + QFuture + https://doc.qt.io/qt-6/qfuture.html + QFuture::const_iterator + + + QFuture + https://doc.qt.io/qt-6/qfuture.html + QFuture + () + + + + QFuture + https://doc.qt.io/qt-6/qfuture.html + QFuture-4 + (const QFuture<T> &other) + + + QFuture<ResultType<Function>> + then + https://doc.qt.io/qt-6/qfuture.html + then + (Function &&function) + + + QFuture<ResultType<Function>> + then + https://doc.qt.io/qt-6/qfuture.html + then-3 + (QObject *context, Function &&function) + + + QFuture<ResultType<Function>> + then + https://doc.qt.io/qt-6/qfuture.html + then-2 + (QThreadPool *pool, Function &&function) + + + QFuture<ResultType<Function>> + then + https://doc.qt.io/qt-6/qfuture.html + then-1 + (QtFuture::Launch policy, Function &&function) + + + QFuture<T> & + operator= + https://doc.qt.io/qt-6/qfuture.html + operator-eq-1 + (const QFuture<T> &other) + + + QFuture<T> + onCanceled + https://doc.qt.io/qt-6/qfuture.html + onCanceled + (Function &&handler) + + + QFuture<T> + onCanceled + https://doc.qt.io/qt-6/qfuture.html + onCanceled-1 + (QObject *context, Function &&handler) + + + QFuture<T> + onFailed + https://doc.qt.io/qt-6/qfuture.html + onFailed + (Function &&handler) + + + QFuture<T> + onFailed + https://doc.qt.io/qt-6/qfuture.html + onFailed-1 + (QObject *context, Function &&handler) + + + QFuture<U> + unwrap + https://doc.qt.io/qt-6/qfuture.html + unwrap + () + + + T + takeResult + https://doc.qt.io/qt-6/qfuture.html + takeResult + () + + + void + cancel + https://doc.qt.io/qt-6/qfuture.html + cancel + () + + + void + pause + https://doc.qt.io/qt-6/qfuture-obsolete.html + pause + () + + + void + resume + https://doc.qt.io/qt-6/qfuture.html + resume + () + + + void + setPaused + https://doc.qt.io/qt-6/qfuture-obsolete.html + setPaused + (bool paused) + + + void + setSuspended + https://doc.qt.io/qt-6/qfuture.html + setSuspended + (bool suspend) + + + void + suspend + https://doc.qt.io/qt-6/qfuture.html + suspend + () + + + void + togglePaused + https://doc.qt.io/qt-6/qfuture-obsolete.html + togglePaused + () + + + void + toggleSuspended + https://doc.qt.io/qt-6/qfuture.html + toggleSuspended + () + + + void + waitForFinished + https://doc.qt.io/qt-6/qfuture.html + waitForFinished + () + + + + ~QFuture + https://doc.qt.io/qt-6/qfuture.html + dtor.QFuture + () + + + QFuture::const_iterator + begin + https://doc.qt.io/qt-6/qfuture.html + begin + () const const + + + QFuture::const_iterator + constBegin + https://doc.qt.io/qt-6/qfuture.html + constBegin + () const const + + + QFuture::const_iterator + constEnd + https://doc.qt.io/qt-6/qfuture.html + constEnd + () const const + + + QFuture::const_iterator + end + https://doc.qt.io/qt-6/qfuture.html + end + () const const + + + QList<T> + results + https://doc.qt.io/qt-6/qfuture.html + results + () const const + + + QString + progressText + https://doc.qt.io/qt-6/qfuture.html + progressText + () const const + + + T + result + https://doc.qt.io/qt-6/qfuture.html + result + () const const + + + T + resultAt + https://doc.qt.io/qt-6/qfuture.html + resultAt + (int index) const const + + + bool + isCanceled + https://doc.qt.io/qt-6/qfuture.html + isCanceled + () const const + + + bool + isFinished + https://doc.qt.io/qt-6/qfuture.html + isFinished + () const const + + + bool + isPaused + https://doc.qt.io/qt-6/qfuture-obsolete.html + isPaused + () const const + + + bool + isResultReadyAt + https://doc.qt.io/qt-6/qfuture.html + isResultReadyAt + (int index) const const + + + bool + isRunning + https://doc.qt.io/qt-6/qfuture.html + isRunning + () const const + + + bool + isStarted + https://doc.qt.io/qt-6/qfuture.html + isStarted + () const const + + + bool + isSuspended + https://doc.qt.io/qt-6/qfuture.html + isSuspended + () const const + + + bool + isSuspending + https://doc.qt.io/qt-6/qfuture.html + isSuspending + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qfuture.html + isValid + () const const + + + int + progressMaximum + https://doc.qt.io/qt-6/qfuture.html + progressMaximum + () const const + + + int + progressMinimum + https://doc.qt.io/qt-6/qfuture.html + progressMinimum + () const const + + + int + progressValue + https://doc.qt.io/qt-6/qfuture.html + progressValue + () const const + + + int + resultCount + https://doc.qt.io/qt-6/qfuture.html + resultCount + () const const + + + ConstIterator + https://doc.qt.io/qt-6/qfuture.html + ConstIterator-typedef + + + + + QFuture::const_iterator + https://doc.qt.io/qt-6/qfuture-const-iterator.html + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-2b-2b + () + + + const_iterator & + operator+= + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-2b-eq + (int j) + + + const_iterator & + operator-- + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-- + () + + + const_iterator & + operator-= + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator--eq + (int j) + + + const_iterator & + operator= + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-eq + (const const_iterator &other) + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-2b-2b-1 + (int) + + + const_iterator + operator-- + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator---1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qfuture-const-iterator.html + const_iterator + () + + + + const_iterator + https://doc.qt.io/qt-6/qfuture-const-iterator.html + const_iterator-2 + (const const_iterator &other) + + + bool + operator!= + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-not-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-eq-eq + (const const_iterator &other) const const + + + const T & + operator* + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-2a + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator--gt + () const const + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator-2b + (int j) const const + + + const_iterator + operator- + https://doc.qt.io/qt-6/qfuture-const-iterator.html + operator- + (int j) const const + + + difference_type + https://doc.qt.io/qt-6/qfuture-const-iterator.html + difference_type-typedef + + + + iterator_category + https://doc.qt.io/qt-6/qfuture-const-iterator.html + iterator_category-typedef + + + + pointer + https://doc.qt.io/qt-6/qfuture-const-iterator.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qfuture-const-iterator.html + reference-typedef + + + + value_type + https://doc.qt.io/qt-6/qfuture-const-iterator.html + value_type-typedef + + + + + QFutureIterator + https://doc.qt.io/qt-6/qfutureiterator.html + + + QFutureIterator + https://doc.qt.io/qt-6/qfutureiterator.html + QFutureIterator + (const QFuture<T> &future) + + + QFutureIterator<T> & + operator= + https://doc.qt.io/qt-6/qfutureiterator.html + operator-eq + (const QFuture<T> &future) + + + bool + findNext + https://doc.qt.io/qt-6/qfutureiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qfutureiterator.html + findPrevious + (const T &value) + + + const T & + next + https://doc.qt.io/qt-6/qfutureiterator.html + next + () + + + const T & + previous + https://doc.qt.io/qt-6/qfutureiterator.html + previous + () + + + void + toBack + https://doc.qt.io/qt-6/qfutureiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qfutureiterator.html + toFront + () + + + bool + hasNext + https://doc.qt.io/qt-6/qfutureiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qfutureiterator.html + hasPrevious + () const const + + + const T & + peekNext + https://doc.qt.io/qt-6/qfutureiterator.html + peekNext + () const const + + + const T & + peekPrevious + https://doc.qt.io/qt-6/qfutureiterator.html + peekPrevious + () const const + + + + QFutureSynchronizer + https://doc.qt.io/qt-6/qfuturesynchronizer.html + + + QFutureSynchronizer + https://doc.qt.io/qt-6/qfuturesynchronizer.html + QFutureSynchronizer-1 + () + + + + QFutureSynchronizer + https://doc.qt.io/qt-6/qfuturesynchronizer.html + QFutureSynchronizer-2 + (const QFuture<T> &future) + + + void + addFuture + https://doc.qt.io/qt-6/qfuturesynchronizer.html + addFuture + (const QFuture<T> &future) + + + void + clearFutures + https://doc.qt.io/qt-6/qfuturesynchronizer.html + clearFutures + () + + + void + setCancelOnWait + https://doc.qt.io/qt-6/qfuturesynchronizer.html + setCancelOnWait + (bool enabled) + + + void + setFuture + https://doc.qt.io/qt-6/qfuturesynchronizer.html + setFuture + (const QFuture<T> &future) + + + void + waitForFinished + https://doc.qt.io/qt-6/qfuturesynchronizer.html + waitForFinished + () + + + + ~QFutureSynchronizer + https://doc.qt.io/qt-6/qfuturesynchronizer.html + dtor.QFutureSynchronizer + () + + + QList<QFuture<T>> + futures + https://doc.qt.io/qt-6/qfuturesynchronizer.html + futures + () const const + + + bool + cancelOnWait + https://doc.qt.io/qt-6/qfuturesynchronizer.html + cancelOnWait + () const const + + + + QFutureWatcher + https://doc.qt.io/qt-6/qfuturewatcher.html + QObject + + + QFutureWatcher + https://doc.qt.io/qt-6/qfuturewatcher.html + QFutureWatcher + (QObject *parent) + + + void + cancel + https://doc.qt.io/qt-6/qfuturewatcher.html + cancel + () + + + void + canceled + https://doc.qt.io/qt-6/qfuturewatcher.html + canceled + () + + + void + finished + https://doc.qt.io/qt-6/qfuturewatcher.html + finished + () + + + void + pause + https://doc.qt.io/qt-6/qfuturewatcher-obsolete.html + pause + () + + + void + paused + https://doc.qt.io/qt-6/qfuturewatcher-obsolete.html + paused + () + + + void + progressRangeChanged + https://doc.qt.io/qt-6/qfuturewatcher.html + progressRangeChanged + (int minimum, int maximum) + + + void + progressTextChanged + https://doc.qt.io/qt-6/qfuturewatcher.html + progressTextChanged + (const QString &progressText) + + + void + progressValueChanged + https://doc.qt.io/qt-6/qfuturewatcher.html + progressValueChanged + (int progressValue) + + + void + resultReadyAt + https://doc.qt.io/qt-6/qfuturewatcher.html + resultReadyAt + (int index) + + + void + resultsReadyAt + https://doc.qt.io/qt-6/qfuturewatcher.html + resultsReadyAt + (int beginIndex, int endIndex) + + + void + resume + https://doc.qt.io/qt-6/qfuturewatcher.html + resume + () + + + void + resumed + https://doc.qt.io/qt-6/qfuturewatcher.html + resumed + () + + + void + setFuture + https://doc.qt.io/qt-6/qfuturewatcher.html + setFuture + (const QFuture<T> &future) + + + void + setPaused + https://doc.qt.io/qt-6/qfuturewatcher-obsolete.html + setPaused + (bool paused) + + + void + setPendingResultsLimit + https://doc.qt.io/qt-6/qfuturewatcher.html + setPendingResultsLimit + (int limit) + + + void + setSuspended + https://doc.qt.io/qt-6/qfuturewatcher.html + setSuspended + (bool suspend) + + + void + started + https://doc.qt.io/qt-6/qfuturewatcher.html + started + () + + + void + suspend + https://doc.qt.io/qt-6/qfuturewatcher.html + suspend + () + + + void + suspended + https://doc.qt.io/qt-6/qfuturewatcher.html + suspended + () + + + void + suspending + https://doc.qt.io/qt-6/qfuturewatcher.html + suspending + () + + + void + togglePaused + https://doc.qt.io/qt-6/qfuturewatcher-obsolete.html + togglePaused + () + + + void + toggleSuspended + https://doc.qt.io/qt-6/qfuturewatcher.html + toggleSuspended + () + + + void + waitForFinished + https://doc.qt.io/qt-6/qfuturewatcher.html + waitForFinished + () + + + virtual + ~QFutureWatcher + https://doc.qt.io/qt-6/qfuturewatcher.html + dtor.QFutureWatcher + () + + + QFuture<T> + future + https://doc.qt.io/qt-6/qfuturewatcher.html + future + () const const + + + QString + progressText + https://doc.qt.io/qt-6/qfuturewatcher.html + progressText + () const const + + + T + result + https://doc.qt.io/qt-6/qfuturewatcher.html + result + () const const + + + T + resultAt + https://doc.qt.io/qt-6/qfuturewatcher.html + resultAt + (int index) const const + + + bool + isCanceled + https://doc.qt.io/qt-6/qfuturewatcher.html + isCanceled + () const const + + + bool + isFinished + https://doc.qt.io/qt-6/qfuturewatcher.html + isFinished + () const const + + + bool + isPaused + https://doc.qt.io/qt-6/qfuturewatcher-obsolete.html + isPaused + () const const + + + bool + isRunning + https://doc.qt.io/qt-6/qfuturewatcher.html + isRunning + () const const + + + bool + isStarted + https://doc.qt.io/qt-6/qfuturewatcher.html + isStarted + () const const + + + bool + isSuspended + https://doc.qt.io/qt-6/qfuturewatcher.html + isSuspended + () const const + + + bool + isSuspending + https://doc.qt.io/qt-6/qfuturewatcher.html + isSuspending + () const const + + + int + progressMaximum + https://doc.qt.io/qt-6/qfuturewatcher.html + progressMaximum + () const const + + + int + progressMinimum + https://doc.qt.io/qt-6/qfuturewatcher.html + progressMinimum + () const const + + + int + progressValue + https://doc.qt.io/qt-6/qfuturewatcher.html + progressValue + () const const + + + + QGenericArgument + https://doc.qt.io/qt-6/qgenericargument.html + + + QGenericArgument + https://doc.qt.io/qt-6/qgenericargument.html + QGenericArgument + (const char *name, const void *data) + + + const char * + name + https://doc.qt.io/qt-6/qgenericargument.html + name + () const const + + + void * + data + https://doc.qt.io/qt-6/qgenericargument.html + data + () const const + + + + QGenericReturnArgument + https://doc.qt.io/qt-6/qgenericreturnargument.html + QGenericArgument + + + QGenericReturnArgument + https://doc.qt.io/qt-6/qgenericreturnargument.html + QGenericReturnArgument + (const char *name, void *data) + + + + QGlobalStatic + https://doc.qt.io/qt-6/qglobalstatic.html + + QGlobalStatic::Type & + operator* + https://doc.qt.io/qt-6/qglobalstatic.html + operator-2a + () + + + QGlobalStatic::Type * + operator QGlobalStatic::Type * + https://doc.qt.io/qt-6/qglobalstatic.html + operator-QGlobalStatic-3a-3aType--2a + () + + + QGlobalStatic::Type * + operator() + https://doc.qt.io/qt-6/qglobalstatic-obsolete.html + operator-28-29 + ()() + + + QGlobalStatic::Type * + operator-> + https://doc.qt.io/qt-6/qglobalstatic.html + operator--gt + () + + + + Q_APPLICATION_STATIC + https://doc.qt.io/qt-6/qglobalstatic.html + Q_APPLICATION_STATIC + (Type, VariableName, ...) + + + + Q_GLOBAL_STATIC + https://doc.qt.io/qt-6/qglobalstatic.html + Q_GLOBAL_STATIC + (Type, VariableName, ...) + + + + Q_GLOBAL_STATIC_WITH_ARGS + https://doc.qt.io/qt-6/qglobalstatic-obsolete.html + Q_GLOBAL_STATIC_WITH_ARGS + (Type, VariableName, Arguments) + + + bool + exists + https://doc.qt.io/qt-6/qglobalstatic.html + exists + () const const + + + bool + isDestroyed + https://doc.qt.io/qt-6/qglobalstatic.html + isDestroyed + () const const + + + Type + https://doc.qt.io/qt-6/qglobalstatic.html + Type-typedef + + + + + QGregorianCalendar + https://doc.qt.io/qt-6/qgregoriancalendar.html + QRomanCalendar + + + QHash + https://doc.qt.io/qt-6/qhash.html + QHash::const_iterator + QHash::iterator + QHash::key_iterator + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qhash.html + operator-lt-lt + (QDataStream &out, const QHash<Key, T> &hash) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qhash.html + operator-gt-gt + (QDataStream &in, QHash<Key, T> &hash) + + + + QHash + https://doc.qt.io/qt-6/qhash.html + QHash + () + + + + QHash + https://doc.qt.io/qt-6/qhash.html + QHash-4 + (InputIterator begin, InputIterator end) + + + + QHash + https://doc.qt.io/qt-6/qhash.html + QHash-3 + (QHash<Key, T> &&other) + + + + QHash + https://doc.qt.io/qt-6/qhash.html + QHash-2 + (const QHash<Key, T> &other) + + + + QHash + https://doc.qt.io/qt-6/qhash.html + QHash-1 + (std::initializer_list<std::pair<Key, T>> list) + + + QHash::iterator + begin + https://doc.qt.io/qt-6/qhash.html + begin + () + + + QHash::iterator + emplace + https://doc.qt.io/qt-6/qhash.html + emplace-1 + (Key &&key, Args &&... args) + + + QHash::iterator + emplace + https://doc.qt.io/qt-6/qhash.html + emplace + (const Key &key, Args &&... args) + + + QHash::iterator + end + https://doc.qt.io/qt-6/qhash.html + end + () + + + QHash::iterator + erase + https://doc.qt.io/qt-6/qhash.html + erase + (QHash::const_iterator pos) + + + QHash::iterator + find + https://doc.qt.io/qt-6/qhash.html + find + (const Key &key) + + + QHash::iterator + insert + https://doc.qt.io/qt-6/qhash.html + insert + (const Key &key, const T &value) + + + QHash::key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qhash.html + keyValueBegin + () + + + QHash::key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qhash.html + keyValueEnd + () + + + QHash<Key, T> & + operator= + https://doc.qt.io/qt-6/qhash.html + operator-eq-1 + (QHash<Key, T> &&other) + + + QHash<Key, T> & + operator= + https://doc.qt.io/qt-6/qhash.html + operator-eq + (const QHash<Key, T> &other) + + + T & + operator[] + https://doc.qt.io/qt-6/qhash.html + operator-5b-5d + (const Key &key) + + + T + take + https://doc.qt.io/qt-6/qhash.html + take + (const Key &key) + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qhash.html + asKeyValueRange + () & + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qhash.html + asKeyValueRange-2 + () && + + + bool + remove + https://doc.qt.io/qt-6/qhash.html + remove + (const Key &key) + + + int + qGlobalQHashSeed + https://doc.qt.io/qt-6/qhash-obsolete.html + qGlobalQHashSeed + () + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qhash.html + erase_if + (QHash<Key, T> &hash, Predicate pred) + + + qsizetype + removeIf + https://doc.qt.io/qt-6/qhash.html + removeIf + (Predicate pred) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-2 + (QDate key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-27 + (QLatin1StringView key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-31 + (QPoint key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-3 + (QTime key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-5 + (char key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-17 + (char16_t key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-18 + (char32_t key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-16 + (char8_t key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-25 + (const QBitArray &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-24 + (const QByteArray &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-23 + (const QChar key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-1 + (const QDateTime &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-30 + (const QHash<Key, T> &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-32 + (const QSet<T> &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-26 + (const QString &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-34 + (const QTypeRevision &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash + (const QUrl &url, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-33 + (const QVersionNumber &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-28 + (const T *key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-4 + (const std::pair<T1, T2> &key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-21 + (double key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-20 + (float key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-11 + (int key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-22 + (long double key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-13 + (long key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-15 + (qint64 key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-14 + (quint64 key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-9 + (short key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-7 + (signed char key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-29 + (std::nullptr_t key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-6 + (uchar key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-10 + (uint key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-12 + (ulong key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-8 + (ushort key, size_t seed) + + + size_t + qHash + https://doc.qt.io/qt-6/qhash.html + qHash-19 + (wchar_t key, size_t seed) + + + size_t + qHashBits + https://doc.qt.io/qt-6/qhash.html + qHashBits + (const void *p, size_t len, size_t seed) + + + size_t + qHashMulti + https://doc.qt.io/qt-6/qhash.html + qHashMulti + (size_t seed, const T &... args) + + + size_t + qHashMultiCommutative + https://doc.qt.io/qt-6/qhash.html + qHashMultiCommutative + (size_t seed, const T &... args) + + + size_t + qHashRange + https://doc.qt.io/qt-6/qhash.html + qHashRange + (InputIterator first, InputIterator last, size_t seed) + + + size_t + qHashRangeCommutative + https://doc.qt.io/qt-6/qhash.html + qHashRangeCommutative + (InputIterator first, InputIterator last, size_t seed) + + + void + clear + https://doc.qt.io/qt-6/qhash.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qhash.html + insert-1 + (const QHash<Key, T> &other) + + + void + qSetGlobalQHashSeed + https://doc.qt.io/qt-6/qhash-obsolete.html + qSetGlobalQHashSeed + (int newSeed) + + + void + reserve + https://doc.qt.io/qt-6/qhash.html + reserve + (qsizetype size) + + + void + squeeze + https://doc.qt.io/qt-6/qhash.html + squeeze + () + + + void + swap + https://doc.qt.io/qt-6/qhash.html + swap + (QHash<Key, T> &other) + + + + ~QHash + https://doc.qt.io/qt-6/qhash.html + dtor.QHash + () + + + Key + key + https://doc.qt.io/qt-6/qhash.html + key + (const T &value) const const + + + Key + key + https://doc.qt.io/qt-6/qhash.html + key-1 + (const T &value, const Key &defaultKey) const const + + + QHash::const_iterator + begin + https://doc.qt.io/qt-6/qhash.html + begin-1 + () const const + + + QHash::const_iterator + cbegin + https://doc.qt.io/qt-6/qhash.html + cbegin + () const const + + + QHash::const_iterator + cend + https://doc.qt.io/qt-6/qhash.html + cend + () const const + + + QHash::const_iterator + constBegin + https://doc.qt.io/qt-6/qhash.html + constBegin + () const const + + + QHash::const_iterator + constEnd + https://doc.qt.io/qt-6/qhash.html + constEnd + () const const + + + QHash::const_iterator + constFind + https://doc.qt.io/qt-6/qhash.html + constFind + (const Key &key) const const + + + QHash::const_iterator + end + https://doc.qt.io/qt-6/qhash.html + end-1 + () const const + + + QHash::const_iterator + find + https://doc.qt.io/qt-6/qhash.html + find-1 + (const Key &key) const const + + + QHash::const_key_value_iterator + constKeyValueBegin + https://doc.qt.io/qt-6/qhash.html + constKeyValueBegin + () const const + + + QHash::const_key_value_iterator + constKeyValueEnd + https://doc.qt.io/qt-6/qhash.html + constKeyValueEnd + () const const + + + QHash::const_key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qhash.html + keyValueBegin-1 + () const const + + + QHash::const_key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qhash.html + keyValueEnd-1 + () const const + + + QHash::key_iterator + keyBegin + https://doc.qt.io/qt-6/qhash.html + keyBegin + () const const + + + QHash::key_iterator + keyEnd + https://doc.qt.io/qt-6/qhash.html + keyEnd + () const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qhash.html + keys + () const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qhash.html + keys-1 + (const T &value) const const + + + QList<T> + values + https://doc.qt.io/qt-6/qhash.html + values + () const const + + + T + value + https://doc.qt.io/qt-6/qhash.html + value + (const Key &key) const const + + + T + value + https://doc.qt.io/qt-6/qhash.html + value-1 + (const Key &key, const T &defaultValue) const const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qhash.html + asKeyValueRange-1 + () const & const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qhash.html + asKeyValueRange-3 + () const && const + + + bool + contains + https://doc.qt.io/qt-6/qhash.html + contains + (const Key &key) const const + + + bool + empty + https://doc.qt.io/qt-6/qhash.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qhash.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qhash.html + operator-not-eq + (const QHash<Key, T> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qhash.html + operator-eq-eq + (const QHash<Key, T> &other) const const + + + const T + operator[] + https://doc.qt.io/qt-6/qhash.html + operator-5b-5d-1 + (const Key &key) const const + + + float + load_factor + https://doc.qt.io/qt-6/qhash.html + load_factor + () const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qhash.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qhash.html + count-1 + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qhash.html + count + (const Key &key) const const + + + qsizetype + size + https://doc.qt.io/qt-6/qhash.html + size + () const const + + + ConstIterator + https://doc.qt.io/qt-6/qhash.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qhash.html + Iterator-typedef + + + + const_key_value_iterator + https://doc.qt.io/qt-6/qhash.html + const_key_value_iterator-typedef + + + + key_value_iterator + https://doc.qt.io/qt-6/qhash.html + key_value_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qhash.html + difference_type-typedef + + + + key_type + https://doc.qt.io/qt-6/qhash.html + key_type-typedef + + + + mapped_type + https://doc.qt.io/qt-6/qhash.html + mapped_type-typedef + + + + size_type + https://doc.qt.io/qt-6/qhash.html + size_type-typedef + + + + + QHash::const_iterator + https://doc.qt.io/qt-6/qhash-const-iterator.html + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qhash-const-iterator.html + operator-2b-2b + () + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qhash-const-iterator.html + operator-2b-2b-1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qhash-const-iterator.html + const_iterator-1 + () + + + + const_iterator + https://doc.qt.io/qt-6/qhash-const-iterator.html + const_iterator-2 + (const iterator &other) + + + bool + operator!= + https://doc.qt.io/qt-6/qhash-const-iterator.html + operator-not-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qhash-const-iterator.html + operator-eq-eq + (const const_iterator &other) const const + + + const Key & + key + https://doc.qt.io/qt-6/qhash-const-iterator.html + key + () const const + + + const T & + operator* + https://doc.qt.io/qt-6/qhash-const-iterator.html + operator-2a + () const const + + + const T & + value + https://doc.qt.io/qt-6/qhash-const-iterator.html + value + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qhash-const-iterator.html + operator--gt + () const const + + + + QHash::iterator + https://doc.qt.io/qt-6/qhash-iterator.html + + iterator & + operator++ + https://doc.qt.io/qt-6/qhash-iterator.html + operator-2b-2b + () + + + iterator + operator++ + https://doc.qt.io/qt-6/qhash-iterator.html + operator-2b-2b-1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qhash-iterator.html + iterator-1 + () + + + T & + operator* + https://doc.qt.io/qt-6/qhash-iterator.html + operator-2a + () const const + + + T & + value + https://doc.qt.io/qt-6/qhash-iterator.html + value + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qhash-iterator.html + operator--gt + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qhash-iterator.html + operator-not-eq-1 + (const const_iterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qhash-iterator.html + operator-not-eq + (const iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qhash-iterator.html + operator-eq-eq-1 + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qhash-iterator.html + operator-eq-eq + (const iterator &other) const const + + + const Key & + key + https://doc.qt.io/qt-6/qhash-iterator.html + key + () const const + + + + QHash::key_iterator + https://doc.qt.io/qt-6/qhash-key-iterator.html + + key_iterator & + operator++ + https://doc.qt.io/qt-6/qhash-key-iterator.html + operator-2b-2b + () + + + key_iterator + operator++ + https://doc.qt.io/qt-6/qhash-key-iterator.html + operator-2b-2b-1 + (int) + + + bool + operator!= + https://doc.qt.io/qt-6/qhash-key-iterator.html + operator-not-eq + (key_iterator other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qhash-key-iterator.html + operator-eq-eq + (key_iterator other) const const + + + const Key & + operator* + https://doc.qt.io/qt-6/qhash-key-iterator.html + operator-2a + () const const + + + const Key * + operator-> + https://doc.qt.io/qt-6/qhash-key-iterator.html + operator--gt + () const const + + + const_iterator + base + https://doc.qt.io/qt-6/qhash-key-iterator.html + base + () const const + + + + QHashIterator + https://doc.qt.io/qt-6/qhashiterator.html + + + QHashIterator + https://doc.qt.io/qt-6/qhashiterator.html + QHashIterator + (const QHash<Key, T> &hash) + + + QHashIterator::Item + next + https://doc.qt.io/qt-6/qhashiterator.html + next + () + + + QHashIterator<Key, T> & + operator= + https://doc.qt.io/qt-6/qhashiterator.html + operator-eq + (const QHash<Key, T> &container) + + + bool + findNext + https://doc.qt.io/qt-6/qhashiterator.html + findNext + (const T &value) + + + void + toBack + https://doc.qt.io/qt-6/qhashiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qhashiterator.html + toFront + () + + + QHashIterator::Item + peekNext + https://doc.qt.io/qt-6/qhashiterator.html + peekNext + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qhashiterator.html + hasNext + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qhashiterator.html + key + () const const + + + const T & + value + https://doc.qt.io/qt-6/qhashiterator.html + value + () const const + + + + QHashSeed + https://doc.qt.io/qt-6/qhashseed.html + + QHashSeed + globalSeed + https://doc.qt.io/qt-6/qhashseed.html + globalSeed + () + + + + QHashSeed + https://doc.qt.io/qt-6/qhashseed.html + QHashSeed + (size_t data) + + + void + resetRandomGlobalSeed + https://doc.qt.io/qt-6/qhashseed.html + resetRandomGlobalSeed + () + + + void + setDeterministicGlobalSeed + https://doc.qt.io/qt-6/qhashseed.html + setDeterministicGlobalSeed + () + + + size_t + operator size_t + https://doc.qt.io/qt-6/qhashseed.html + operator-size_t + () const const + + + + QIODevice + https://doc.qt.io/qt-6/qiodevice.html + QObject + QIODeviceBase + + QByteArray + peek + https://doc.qt.io/qt-6/qiodevice.html + peek-1 + (qint64 maxSize) + + + QByteArray + read + https://doc.qt.io/qt-6/qiodevice.html + read-1 + (qint64 maxSize) + + + QByteArray + readAll + https://doc.qt.io/qt-6/qiodevice.html + readAll + () + + + QByteArray + readLine + https://doc.qt.io/qt-6/qiodevice.html + readLine-1 + (qint64 maxSize) + + + + QIODevice + https://doc.qt.io/qt-6/qiodevice.html + QIODevice + () + + + + QIODevice + https://doc.qt.io/qt-6/qiodevice.html + QIODevice-1 + (QObject *parent) + + + bool + getChar + https://doc.qt.io/qt-6/qiodevice.html + getChar + (char *c) + + + virtual bool + open + https://doc.qt.io/qt-6/qiodevice.html + open + (QIODeviceBase::OpenMode mode) + + + bool + putChar + https://doc.qt.io/qt-6/qiodevice.html + putChar + (char c) + + + virtual bool + reset + https://doc.qt.io/qt-6/qiodevice.html + reset + () + + + virtual bool + seek + https://doc.qt.io/qt-6/qiodevice.html + seek + (qint64 pos) + + + virtual bool + waitForBytesWritten + https://doc.qt.io/qt-6/qiodevice.html + waitForBytesWritten + (int msecs) + + + virtual bool + waitForReadyRead + https://doc.qt.io/qt-6/qiodevice.html + waitForReadyRead + (int msecs) + + + qint64 + peek + https://doc.qt.io/qt-6/qiodevice.html + peek + (char *data, qint64 maxSize) + + + qint64 + read + https://doc.qt.io/qt-6/qiodevice.html + read + (char *data, qint64 maxSize) + + + virtual qint64 + readData + https://doc.qt.io/qt-6/qiodevice.html + readData + (char *data, qint64 maxSize) = 0 + + + qint64 + readLine + https://doc.qt.io/qt-6/qiodevice.html + readLine + (char *data, qint64 maxSize) + + + virtual qint64 + readLineData + https://doc.qt.io/qt-6/qiodevice.html + readLineData + (char *data, qint64 maxSize) + + + qint64 + skip + https://doc.qt.io/qt-6/qiodevice.html + skip + (qint64 maxSize) + + + virtual qint64 + skipData + https://doc.qt.io/qt-6/qiodevice.html + skipData + (qint64 maxSize) + + + qint64 + write + https://doc.qt.io/qt-6/qiodevice.html + write-2 + (const QByteArray &data) + + + qint64 + write + https://doc.qt.io/qt-6/qiodevice.html + write-1 + (const char *data) + + + qint64 + write + https://doc.qt.io/qt-6/qiodevice.html + write + (const char *data, qint64 maxSize) + + + virtual qint64 + writeData + https://doc.qt.io/qt-6/qiodevice.html + writeData + (const char *data, qint64 maxSize) = 0 + + + void + aboutToClose + https://doc.qt.io/qt-6/qiodevice.html + aboutToClose + () + + + void + bytesWritten + https://doc.qt.io/qt-6/qiodevice.html + bytesWritten + (qint64 bytes) + + + void + channelBytesWritten + https://doc.qt.io/qt-6/qiodevice.html + channelBytesWritten + (int channel, qint64 bytes) + + + void + channelReadyRead + https://doc.qt.io/qt-6/qiodevice.html + channelReadyRead + (int channel) + + + virtual void + close + https://doc.qt.io/qt-6/qiodevice.html + close + () + + + void + commitTransaction + https://doc.qt.io/qt-6/qiodevice.html + commitTransaction + () + + + void + readChannelFinished + https://doc.qt.io/qt-6/qiodevice.html + readChannelFinished + () + + + void + readyRead + https://doc.qt.io/qt-6/qiodevice.html + readyRead + () + + + void + rollbackTransaction + https://doc.qt.io/qt-6/qiodevice.html + rollbackTransaction + () + + + void + setCurrentReadChannel + https://doc.qt.io/qt-6/qiodevice.html + setCurrentReadChannel + (int channel) + + + void + setCurrentWriteChannel + https://doc.qt.io/qt-6/qiodevice.html + setCurrentWriteChannel + (int channel) + + + void + setErrorString + https://doc.qt.io/qt-6/qiodevice.html + setErrorString + (const QString &str) + + + void + setOpenMode + https://doc.qt.io/qt-6/qiodevice.html + setOpenMode + (QIODeviceBase::OpenMode openMode) + + + void + setTextModeEnabled + https://doc.qt.io/qt-6/qiodevice.html + setTextModeEnabled + (bool enabled) + + + void + startTransaction + https://doc.qt.io/qt-6/qiodevice.html + startTransaction + () + + + void + ungetChar + https://doc.qt.io/qt-6/qiodevice.html + ungetChar + (char c) + + + virtual + ~QIODevice + https://doc.qt.io/qt-6/qiodevice.html + dtor.QIODevice + () + + + QIODeviceBase::OpenMode + openMode + https://doc.qt.io/qt-6/qiodevice.html + openMode + () const const + + + QString + errorString + https://doc.qt.io/qt-6/qiodevice.html + errorString + () const const + + + virtual bool + atEnd + https://doc.qt.io/qt-6/qiodevice.html + atEnd + () const const + + + virtual bool + canReadLine + https://doc.qt.io/qt-6/qiodevice.html + canReadLine + () const const + + + bool + isOpen + https://doc.qt.io/qt-6/qiodevice.html + isOpen + () const const + + + bool + isReadable + https://doc.qt.io/qt-6/qiodevice.html + isReadable + () const const + + + virtual bool + isSequential + https://doc.qt.io/qt-6/qiodevice.html + isSequential + () const const + + + bool + isTextModeEnabled + https://doc.qt.io/qt-6/qiodevice.html + isTextModeEnabled + () const const + + + bool + isTransactionStarted + https://doc.qt.io/qt-6/qiodevice.html + isTransactionStarted + () const const + + + bool + isWritable + https://doc.qt.io/qt-6/qiodevice.html + isWritable + () const const + + + int + currentReadChannel + https://doc.qt.io/qt-6/qiodevice.html + currentReadChannel + () const const + + + int + currentWriteChannel + https://doc.qt.io/qt-6/qiodevice.html + currentWriteChannel + () const const + + + int + readChannelCount + https://doc.qt.io/qt-6/qiodevice.html + readChannelCount + () const const + + + int + writeChannelCount + https://doc.qt.io/qt-6/qiodevice.html + writeChannelCount + () const const + + + virtual qint64 + bytesAvailable + https://doc.qt.io/qt-6/qiodevice.html + bytesAvailable + () const const + + + virtual qint64 + bytesToWrite + https://doc.qt.io/qt-6/qiodevice.html + bytesToWrite + () const const + + + virtual qint64 + pos + https://doc.qt.io/qt-6/qiodevice.html + pos + () const const + + + virtual qint64 + size + https://doc.qt.io/qt-6/qiodevice.html + size + () const const + + + + QIODeviceBase + https://doc.qt.io/qt-6/qiodevicebase.html + + OpenModeFlag + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + NotOpen + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + ReadOnly + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + WriteOnly + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + ReadWrite + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + Append + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + Truncate + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + Text + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + Unbuffered + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + NewOnly + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + ExistingOnly + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + OpenMode + https://doc.qt.io/qt-6/qiodevicebase.html + OpenModeFlag-enum + + + + + QIdentityProxyModel + https://doc.qt.io/qt-6/qidentityproxymodel.html + QAbstractProxyModel + + + QIdentityProxyModel + https://doc.qt.io/qt-6/qidentityproxymodel.html + QIdentityProxyModel + (QObject *parent) + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qidentityproxymodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override + + + virtual bool + insertColumns + https://doc.qt.io/qt-6/qidentityproxymodel.html + insertColumns + (int column, int count, const QModelIndex &parent) override + + + virtual bool + insertRows + https://doc.qt.io/qt-6/qidentityproxymodel.html + insertRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + moveColumns + https://doc.qt.io/qt-6/qidentityproxymodel.html + moveColumns + (const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) override + + + virtual bool + moveRows + https://doc.qt.io/qt-6/qidentityproxymodel.html + moveRows + (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) override + + + virtual bool + removeColumns + https://doc.qt.io/qt-6/qidentityproxymodel.html + removeColumns + (int column, int count, const QModelIndex &parent) override + + + virtual bool + removeRows + https://doc.qt.io/qt-6/qidentityproxymodel.html + removeRows + (int row, int count, const QModelIndex &parent) override + + + virtual void + setSourceModel + https://doc.qt.io/qt-6/qidentityproxymodel.html + setSourceModel + (QAbstractItemModel *newSourceModel) override + + + virtual + ~QIdentityProxyModel + https://doc.qt.io/qt-6/qidentityproxymodel.html + dtor.QIdentityProxyModel + () + + + virtual QItemSelection + mapSelectionFromSource + https://doc.qt.io/qt-6/qidentityproxymodel.html + mapSelectionFromSource + (const QItemSelection &selection) const const override + + + virtual QItemSelection + mapSelectionToSource + https://doc.qt.io/qt-6/qidentityproxymodel.html + mapSelectionToSource + (const QItemSelection &selection) const const override + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qidentityproxymodel.html + index + (int row, int column, const QModelIndex &parent) const const override + + + virtual QModelIndex + mapFromSource + https://doc.qt.io/qt-6/qidentityproxymodel.html + mapFromSource + (const QModelIndex &sourceIndex) const const override + + + virtual QModelIndex + mapToSource + https://doc.qt.io/qt-6/qidentityproxymodel.html + mapToSource + (const QModelIndex &proxyIndex) const const override + + + virtual QModelIndex + parent + https://doc.qt.io/qt-6/qidentityproxymodel.html + parent + (const QModelIndex &child) const const override + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qidentityproxymodel.html + sibling + (int row, int column, const QModelIndex &idx) const const override + + + virtual QModelIndexList + match + https://doc.qt.io/qt-6/qidentityproxymodel.html + match + (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const const override + + + virtual QVariant + headerData + https://doc.qt.io/qt-6/qidentityproxymodel.html + headerData + (int section, Qt::Orientation orientation, int role) const const override + + + virtual int + columnCount + https://doc.qt.io/qt-6/qidentityproxymodel.html + columnCount + (const QModelIndex &parent) const const override + + + virtual int + rowCount + https://doc.qt.io/qt-6/qidentityproxymodel.html + rowCount + (const QModelIndex &parent) const const override + + + + QItemSelection + https://doc.qt.io/qt-6/qitemselection.html + QList + + + QItemSelection + https://doc.qt.io/qt-6/qitemselection.html + QItemSelection-1 + () + + + + QItemSelection + https://doc.qt.io/qt-6/qitemselection.html + QItemSelection + (const QModelIndex &topLeft, const QModelIndex &bottomRight) + + + void + merge + https://doc.qt.io/qt-6/qitemselection.html + merge + (const QItemSelection &other, QItemSelectionModel::SelectionFlags command) + + + void + select + https://doc.qt.io/qt-6/qitemselection.html + select + (const QModelIndex &topLeft, const QModelIndex &bottomRight) + + + void + split + https://doc.qt.io/qt-6/qitemselection.html + split + (const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) + + + QModelIndexList + indexes + https://doc.qt.io/qt-6/qitemselection.html + indexes + () const const + + + bool + contains + https://doc.qt.io/qt-6/qitemselection.html + contains + (const QModelIndex &index) const const + + + + QItemSelectionModel + https://doc.qt.io/qt-6/qitemselectionmodel.html + QObject + + SelectionFlag + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + NoUpdate + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Clear + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Select + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Deselect + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Toggle + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Current + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Rows + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + Columns + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + SelectCurrent + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + ToggleCurrent + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + ClearAndSelect + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + QAbstractItemModel * + model + https://doc.qt.io/qt-6/qitemselectionmodel.html + model-1 + () + + + + QItemSelectionModel + https://doc.qt.io/qt-6/qitemselectionmodel.html + QItemSelectionModel + (QAbstractItemModel *model) + + + + QItemSelectionModel + https://doc.qt.io/qt-6/qitemselectionmodel.html + QItemSelectionModel-1 + (QAbstractItemModel *model, QObject *parent) + + + virtual void + clear + https://doc.qt.io/qt-6/qitemselectionmodel.html + clear + () + + + virtual void + clearCurrentIndex + https://doc.qt.io/qt-6/qitemselectionmodel.html + clearCurrentIndex + () + + + void + clearSelection + https://doc.qt.io/qt-6/qitemselectionmodel.html + clearSelection + () + + + void + currentChanged + https://doc.qt.io/qt-6/qitemselectionmodel.html + currentChanged + (const QModelIndex &current, const QModelIndex &previous) + + + void + currentColumnChanged + https://doc.qt.io/qt-6/qitemselectionmodel.html + currentColumnChanged + (const QModelIndex &current, const QModelIndex &previous) + + + void + currentRowChanged + https://doc.qt.io/qt-6/qitemselectionmodel.html + currentRowChanged + (const QModelIndex &current, const QModelIndex &previous) + + + void + emitSelectionChanged + https://doc.qt.io/qt-6/qitemselectionmodel.html + emitSelectionChanged + (const QItemSelection &newSelection, const QItemSelection &oldSelection) + + + void + modelChanged + https://doc.qt.io/qt-6/qitemselectionmodel.html + modelChanged + (QAbstractItemModel *model) + + + virtual void + reset + https://doc.qt.io/qt-6/qitemselectionmodel.html + reset + () + + + virtual void + select + https://doc.qt.io/qt-6/qitemselectionmodel.html + select-1 + (const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) + + + virtual void + select + https://doc.qt.io/qt-6/qitemselectionmodel.html + select + (const QModelIndex &index, QItemSelectionModel::SelectionFlags command) + + + void + selectionChanged + https://doc.qt.io/qt-6/qitemselectionmodel.html + selectionChanged + (const QItemSelection &selected, const QItemSelection &deselected) + + + virtual void + setCurrentIndex + https://doc.qt.io/qt-6/qitemselectionmodel.html + setCurrentIndex + (const QModelIndex &index, QItemSelectionModel::SelectionFlags command) + + + void + setModel + https://doc.qt.io/qt-6/qitemselectionmodel.html + setModel + (QAbstractItemModel *model) + + + virtual + ~QItemSelectionModel + https://doc.qt.io/qt-6/qitemselectionmodel.html + dtor.QItemSelectionModel + () + + + QModelIndex + currentIndex + https://doc.qt.io/qt-6/qitemselectionmodel.html + currentIndex + () const const + + + QModelIndexList + selectedColumns + https://doc.qt.io/qt-6/qitemselectionmodel.html + selectedColumns + (int row) const const + + + QModelIndexList + selectedIndexes + https://doc.qt.io/qt-6/qitemselectionmodel.html + selectedIndexes + () const const + + + QModelIndexList + selectedRows + https://doc.qt.io/qt-6/qitemselectionmodel.html + selectedRows + (int column) const const + + + bool + columnIntersectsSelection + https://doc.qt.io/qt-6/qitemselectionmodel.html + columnIntersectsSelection + (int column, const QModelIndex &parent) const const + + + bool + hasSelection + https://doc.qt.io/qt-6/qitemselectionmodel.html + hasSelection + () const const + + + bool + isColumnSelected + https://doc.qt.io/qt-6/qitemselectionmodel.html + isColumnSelected + (int column, const QModelIndex &parent) const const + + + bool + isRowSelected + https://doc.qt.io/qt-6/qitemselectionmodel.html + isRowSelected + (int row, const QModelIndex &parent) const const + + + bool + isSelected + https://doc.qt.io/qt-6/qitemselectionmodel.html + isSelected + (const QModelIndex &index) const const + + + bool + rowIntersectsSelection + https://doc.qt.io/qt-6/qitemselectionmodel.html + rowIntersectsSelection + (int row, const QModelIndex &parent) const const + + + const QAbstractItemModel * + model + https://doc.qt.io/qt-6/qitemselectionmodel.html + model + () const const + + + const QItemSelection + selection + https://doc.qt.io/qt-6/qitemselectionmodel.html + selection + () const const + + + SelectionFlags + https://doc.qt.io/qt-6/qitemselectionmodel.html + SelectionFlag-enum + + + + selectedIndexes + https://doc.qt.io/qt-6/qitemselectionmodel.html + selectedIndexes-prop + + + + + QItemSelectionRange + https://doc.qt.io/qt-6/qitemselectionrange.html + + + QItemSelectionRange + https://doc.qt.io/qt-6/qitemselectionrange.html + QItemSelectionRange + () + + + + QItemSelectionRange + https://doc.qt.io/qt-6/qitemselectionrange.html + QItemSelectionRange-2 + (const QModelIndex &index) + + + + QItemSelectionRange + https://doc.qt.io/qt-6/qitemselectionrange.html + QItemSelectionRange-1 + (const QModelIndex &topLeft, const QModelIndex &bottomRight) + + + void + swap + https://doc.qt.io/qt-6/qitemselectionrange.html + swap + (QItemSelectionRange &other) + + + QItemSelectionRange + intersected + https://doc.qt.io/qt-6/qitemselectionrange.html + intersected + (const QItemSelectionRange &other) const const + + + QModelIndex + parent + https://doc.qt.io/qt-6/qitemselectionrange.html + parent + () const const + + + QModelIndexList + indexes + https://doc.qt.io/qt-6/qitemselectionrange.html + indexes + () const const + + + bool + contains + https://doc.qt.io/qt-6/qitemselectionrange.html + contains + (const QModelIndex &index) const const + + + bool + contains + https://doc.qt.io/qt-6/qitemselectionrange.html + contains-1 + (int row, int column, const QModelIndex &parentIndex) const const + + + bool + intersects + https://doc.qt.io/qt-6/qitemselectionrange.html + intersects + (const QItemSelectionRange &other) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qitemselectionrange.html + isEmpty + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qitemselectionrange.html + isValid + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qitemselectionrange.html + operator-not-eq + (const QItemSelectionRange &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qitemselectionrange.html + operator-eq-eq + (const QItemSelectionRange &other) const const + + + const QAbstractItemModel * + model + https://doc.qt.io/qt-6/qitemselectionrange.html + model + () const const + + + const QPersistentModelIndex & + bottomRight + https://doc.qt.io/qt-6/qitemselectionrange.html + bottomRight + () const const + + + const QPersistentModelIndex & + topLeft + https://doc.qt.io/qt-6/qitemselectionrange.html + topLeft + () const const + + + int + bottom + https://doc.qt.io/qt-6/qitemselectionrange.html + bottom + () const const + + + int + height + https://doc.qt.io/qt-6/qitemselectionrange.html + height + () const const + + + int + left + https://doc.qt.io/qt-6/qitemselectionrange.html + left + () const const + + + int + right + https://doc.qt.io/qt-6/qitemselectionrange.html + right + () const const + + + int + top + https://doc.qt.io/qt-6/qitemselectionrange.html + top + () const const + + + int + width + https://doc.qt.io/qt-6/qitemselectionrange.html + width + () const const + + + + QIterable + https://doc.qt.io/qt-6/qiterable.html + + QIterator<Container> + mutableBegin + https://doc.qt.io/qt-6/qiterable.html + mutableBegin + () + + + QIterator<Container> + mutableEnd + https://doc.qt.io/qt-6/qiterable.html + mutableEnd + () + + + QConstIterator<Container> + constBegin + https://doc.qt.io/qt-6/qiterable.html + constBegin + () const const + + + QConstIterator<Container> + constEnd + https://doc.qt.io/qt-6/qiterable.html + constEnd + () const const + + + bool + canForwardIterate + https://doc.qt.io/qt-6/qiterable.html + canForwardIterate + () const const + + + bool + canInputIterate + https://doc.qt.io/qt-6/qiterable.html + canInputIterate + () const const + + + bool + canRandomAccessIterate + https://doc.qt.io/qt-6/qiterable.html + canRandomAccessIterate + () const const + + + bool + canReverseIterate + https://doc.qt.io/qt-6/qiterable.html + canReverseIterate + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qiterable.html + size + () const const + + + + QIterator + https://doc.qt.io/qt-6/qiterator.html + QBaseIterator + + + QIterator + https://doc.qt.io/qt-6/qiterator.html + QIterator + (QIterable<Container> *iterable, void *iterator) + + + QIterator<Container> & + operator++ + https://doc.qt.io/qt-6/qiterator.html + operator-2b-2b + () + + + QIterator<Container> & + operator+= + https://doc.qt.io/qt-6/qiterator.html + operator-2b-eq + (qsizetype j) + + + QIterator<Container> & + operator-- + https://doc.qt.io/qt-6/qiterator.html + operator-- + () + + + QIterator<Container> & + operator-= + https://doc.qt.io/qt-6/qiterator.html + operator--eq + (qsizetype j) + + + QIterator<Container> + operator+ + https://doc.qt.io/qt-6/qiterator.html + operator-2b-1 + (qsizetype j, const QIterator<Container> &k) + + + QIterator<Container> + operator++ + https://doc.qt.io/qt-6/qiterator.html + operator-2b-2b-1 + (int) + + + QIterator<Container> + operator-- + https://doc.qt.io/qt-6/qiterator.html + operator---1 + (int) + + + QIterator<Container> + operator+ + https://doc.qt.io/qt-6/qiterator.html + operator-2b + (qsizetype j) const const + + + QIterator<Container> + operator- + https://doc.qt.io/qt-6/qiterator.html + operator- + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qiterator.html + operator-not-eq + (const QIterator<Container> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qiterator.html + operator-eq-eq + (const QIterator<Container> &other) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qiterator.html + operator--1 + (const QIterator<Container> &j) const const + + + + QJalaliCalendar + https://doc.qt.io/qt-6/qjalalicalendar.html + + + QJniEnvironment + https://doc.qt.io/qt-6/qjnienvironment.html + + OutputMode + https://doc.qt.io/qt-6/qjnienvironment.html + OutputMode-enum + + + Silent + https://doc.qt.io/qt-6/qjnienvironment.html + OutputMode-enum + + + + Verbose + https://doc.qt.io/qt-6/qjnienvironment.html + OutputMode-enum + + + + JavaVM * + javaVM + https://doc.qt.io/qt-6/qjnienvironment.html + javaVM + () + + + + QJniEnvironment + https://doc.qt.io/qt-6/qjnienvironment.html + QJniEnvironment + () + + + bool + checkAndClearExceptions + https://doc.qt.io/qt-6/qjnienvironment.html + checkAndClearExceptions-1 + (JNIEnv *env, QJniEnvironment::OutputMode outputMode) + + + bool + checkAndClearExceptions + https://doc.qt.io/qt-6/qjnienvironment.html + checkAndClearExceptions + (QJniEnvironment::OutputMode outputMode) + + + bool + registerNativeMethods + https://doc.qt.io/qt-6/qjnienvironment-obsolete.html + registerNativeMethods-4 + (const char *className, JNINativeMethod [] methods, int size) + + + bool + registerNativeMethods + https://doc.qt.io/qt-6/qjnienvironment.html + registerNativeMethods + (const char *className, const JNINativeMethod [] methods, int size) + + + bool + registerNativeMethods + https://doc.qt.io/qt-6/qjnienvironment.html + registerNativeMethods-1 + (jclass clazz, const JNINativeMethod [] methods, int size) + + + jclass + findClass + https://doc.qt.io/qt-6/qjnienvironment.html + findClass + (const char *className) + + + jfieldID + findField + https://doc.qt.io/qt-6/qjnienvironment.html + findField-1 + (jclass clazz, const char *fieldName) + + + jfieldID + findField + https://doc.qt.io/qt-6/qjnienvironment.html + findField + (jclass clazz, const char *fieldName, const char *signature) + + + jfieldID + findStaticField + https://doc.qt.io/qt-6/qjnienvironment.html + findStaticField-1 + (jclass clazz, const char *fieldName) + + + jfieldID + findStaticField + https://doc.qt.io/qt-6/qjnienvironment.html + findStaticField + (jclass clazz, const char *fieldName, const char *signature) + + + jmethodID + findMethod + https://doc.qt.io/qt-6/qjnienvironment.html + findMethod-1 + (jclass clazz, const char *methodName) + + + jmethodID + findMethod + https://doc.qt.io/qt-6/qjnienvironment.html + findMethod + (jclass clazz, const char *methodName, const char *signature) + + + jmethodID + findStaticMethod + https://doc.qt.io/qt-6/qjnienvironment.html + findStaticMethod-1 + (jclass clazz, const char *methodName) + + + jmethodID + findStaticMethod + https://doc.qt.io/qt-6/qjnienvironment.html + findStaticMethod + (jclass clazz, const char *methodName, const char *signature) + + + + ~QJniEnvironment + https://doc.qt.io/qt-6/qjnienvironment.html + dtor.QJniEnvironment + () + + + JNIEnv & + operator* + https://doc.qt.io/qt-6/qjnienvironment.html + operator-2a + () const const + + + JNIEnv * + jniEnv + https://doc.qt.io/qt-6/qjnienvironment.html + jniEnv + () const const + + + JNIEnv * + operator-> + https://doc.qt.io/qt-6/qjnienvironment.html + operator--gt + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qjnienvironment.html + isValid + () const const + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + + QJniObject & + operator= + https://doc.qt.io/qt-6/qjniobject.html + operator-eq + (T object) + + + QJniObject + callStaticObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticObjectMethod-3 + (const char *className, const char *methodName, Args &&... args) + + + QJniObject + callStaticObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticObjectMethod + (const char *className, const char *methodName, const char *signature, ...) + + + QJniObject + callStaticObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticObjectMethod-4 + (jclass clazz, const char *methodName, Args &&... args) + + + QJniObject + callStaticObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticObjectMethod-1 + (jclass clazz, const char *methodName, const char *signature, ...) + + + QJniObject + callStaticObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticObjectMethod-2 + (jclass clazz, jmethodID methodId, ...) + + + QJniObject + construct + https://doc.qt.io/qt-6/qjniobject.html + construct + (Args &&... args) + + + QJniObject + fromLocalRef + https://doc.qt.io/qt-6/qjniobject.html + fromLocalRef + (jobject localRef) + + + QJniObject + fromString + https://doc.qt.io/qt-6/qjniobject.html + fromString + (const QString &string) + + + QJniObject + getStaticObjectField + https://doc.qt.io/qt-6/qjniobject.html + getStaticObjectField + (const char *className, const char *fieldName) + + + QJniObject + getStaticObjectField + https://doc.qt.io/qt-6/qjniobject.html + getStaticObjectField-1 + (const char *className, const char *fieldName, const char *signature) + + + QJniObject + getStaticObjectField + https://doc.qt.io/qt-6/qjniobject.html + getStaticObjectField-2 + (jclass clazz, const char *fieldName) + + + QJniObject + getStaticObjectField + https://doc.qt.io/qt-6/qjniobject.html + getStaticObjectField-3 + (jclass clazz, const char *fieldName, const char *signature) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject + () + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-1 + (const char *className) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-3 + (const char *className, Args &&... args) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-2 + (const char *className, const char *signature, ...) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-4 + (jclass clazz) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-6 + (jclass clazz, Args &&... args) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-5 + (jclass clazz, const char *signature, ...) + + + + QJniObject + https://doc.qt.io/qt-6/qjniobject.html + QJniObject-7 + (jobject object) + + + auto + callStaticMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticMethod-3 + (const char *className, const char *methodName, Args &&... args) + + + auto + callStaticMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticMethod + (const char *className, const char *methodName, const char *signature, Args &&... args) + + + auto + callStaticMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticMethod-4 + (jclass clazz, const char *methodName, Args &&... args) + + + auto + callStaticMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticMethod-1 + (jclass clazz, const char *methodName, const char *signature, Args &&... args) + + + auto + callStaticMethod + https://doc.qt.io/qt-6/qjniobject.html + callStaticMethod-2 + (jclass clazz, jmethodID methodId, Args &&... args) + + + auto + getStaticField + https://doc.qt.io/qt-6/qjniobject.html + getStaticField + (const char *className, const char *fieldName) + + + auto + getStaticField + https://doc.qt.io/qt-6/qjniobject.html + getStaticField-2 + (const char *fieldName) + + + auto + getStaticField + https://doc.qt.io/qt-6/qjniobject.html + getStaticField-1 + (jclass clazz, const char *fieldName) + + + bool + isClassAvailable + https://doc.qt.io/qt-6/qjniobject.html + isClassAvailable + (const char *className) + + + bool + operator!= + https://doc.qt.io/qt-6/qjniobject.html + operator-not-eq-1 + (const QJniObject &o1, const QJniObject &o2) + + + bool + operator== + https://doc.qt.io/qt-6/qjniobject.html + operator-eq-eq-1 + (const QJniObject &o1, const QJniObject &o2) + + + void + setField + https://doc.qt.io/qt-6/qjniobject.html + setField + (const char *fieldName, T value) + + + void + setField + https://doc.qt.io/qt-6/qjniobject.html + setField-1 + (const char *fieldName, const char *signature, T value) + + + void + setStaticField + https://doc.qt.io/qt-6/qjniobject.html + setStaticField + (const char *className, const char *fieldName, T value) + + + void + setStaticField + https://doc.qt.io/qt-6/qjniobject.html + setStaticField-1 + (const char *className, const char *fieldName, const char *signature, T value) + + + void + setStaticField + https://doc.qt.io/qt-6/qjniobject.html + setStaticField-4 + (const char *fieldName, T value) + + + void + setStaticField + https://doc.qt.io/qt-6/qjniobject.html + setStaticField-3 + (jclass clazz, const char *fieldName, T value) + + + void + setStaticField + https://doc.qt.io/qt-6/qjniobject.html + setStaticField-2 + (jclass clazz, const char *fieldName, const char *signature, T value) + + + + ~QJniObject + https://doc.qt.io/qt-6/qjniobject.html + dtor.QJniObject + () + + + QByteArray + className + https://doc.qt.io/qt-6/qjniobject.html + className + () const const + + + QJniObject + callObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callObjectMethod + (const char *methodName, Args &&... args) const const + + + QJniObject + callObjectMethod + https://doc.qt.io/qt-6/qjniobject.html + callObjectMethod-1 + (const char *methodName, const char *signature, ...) const const + + + QJniObject + getObjectField + https://doc.qt.io/qt-6/qjniobject.html + getObjectField + (const char *fieldName) const const + + + QJniObject + getObjectField + https://doc.qt.io/qt-6/qjniobject.html + getObjectField-1 + (const char *fieldName, const char *signature) const const + + + QString + toString + https://doc.qt.io/qt-6/qjniobject.html + toString + () const const + + + auto + callMethod + https://doc.qt.io/qt-6/qjniobject.html + callMethod-1 + (const char *methodName, Args &&... args) const const + + + auto + callMethod + https://doc.qt.io/qt-6/qjniobject.html + callMethod + (const char *methodName, const char *signature, Args &&... args) const const + + + auto + getField + https://doc.qt.io/qt-6/qjniobject.html + getField + (const char *fieldName) const const + + + bool + isValid + https://doc.qt.io/qt-6/qjniobject.html + isValid + () const const + + + jclass + objectClass + https://doc.qt.io/qt-6/qjniobject.html + objectClass + () const const + + + jobject + object + https://doc.qt.io/qt-6/qjniobject.html + object + () const const + + + + QJsonArray + https://doc.qt.io/qt-6/qjsonarray.html + QJsonArray::const_iterator + QJsonArray::iterator + + QJsonArray & + operator+= + https://doc.qt.io/qt-6/qjsonarray.html + operator-2b-eq + (const QJsonValue &value) + + + QJsonArray & + operator<< + https://doc.qt.io/qt-6/qjsonarray.html + operator-lt-lt + (const QJsonValue &value) + + + QJsonArray & + operator= + https://doc.qt.io/qt-6/qjsonarray.html + operator-eq-1 + (QJsonArray &&other) + + + QJsonArray & + operator= + https://doc.qt.io/qt-6/qjsonarray.html + operator-eq + (const QJsonArray &other) + + + QJsonArray + fromStringList + https://doc.qt.io/qt-6/qjsonarray.html + fromStringList + (const QStringList &list) + + + QJsonArray + fromVariantList + https://doc.qt.io/qt-6/qjsonarray.html + fromVariantList + (const QVariantList &list) + + + + QJsonArray + https://doc.qt.io/qt-6/qjsonarray.html + QJsonArray + () + + + + QJsonArray + https://doc.qt.io/qt-6/qjsonarray.html + QJsonArray-3 + (QJsonArray &&other) + + + + QJsonArray + https://doc.qt.io/qt-6/qjsonarray.html + QJsonArray-2 + (const QJsonArray &other) + + + + QJsonArray + https://doc.qt.io/qt-6/qjsonarray.html + QJsonArray-1 + (std::initializer_list<QJsonValue> args) + + + QJsonArray::iterator + begin + https://doc.qt.io/qt-6/qjsonarray.html + begin + () + + + QJsonArray::iterator + end + https://doc.qt.io/qt-6/qjsonarray.html + end + () + + + QJsonArray::iterator + erase + https://doc.qt.io/qt-6/qjsonarray.html + erase + (QJsonArray::iterator it) + + + QJsonArray::iterator + insert + https://doc.qt.io/qt-6/qjsonarray.html + insert-1 + (QJsonArray::iterator before, const QJsonValue &value) + + + QJsonValue + takeAt + https://doc.qt.io/qt-6/qjsonarray.html + takeAt + (qsizetype i) + + + QJsonValueRef + operator[] + https://doc.qt.io/qt-6/qjsonarray.html + operator-5b-5d + (qsizetype i) + + + void + append + https://doc.qt.io/qt-6/qjsonarray.html + append + (const QJsonValue &value) + + + void + insert + https://doc.qt.io/qt-6/qjsonarray.html + insert + (qsizetype i, const QJsonValue &value) + + + void + pop_back + https://doc.qt.io/qt-6/qjsonarray.html + pop_back + () + + + void + pop_front + https://doc.qt.io/qt-6/qjsonarray.html + pop_front + () + + + void + prepend + https://doc.qt.io/qt-6/qjsonarray.html + prepend + (const QJsonValue &value) + + + void + push_back + https://doc.qt.io/qt-6/qjsonarray.html + push_back + (const QJsonValue &value) + + + void + push_front + https://doc.qt.io/qt-6/qjsonarray.html + push_front + (const QJsonValue &value) + + + void + removeAt + https://doc.qt.io/qt-6/qjsonarray.html + removeAt + (qsizetype i) + + + void + removeFirst + https://doc.qt.io/qt-6/qjsonarray.html + removeFirst + () + + + void + removeLast + https://doc.qt.io/qt-6/qjsonarray.html + removeLast + () + + + void + replace + https://doc.qt.io/qt-6/qjsonarray.html + replace + (qsizetype i, const QJsonValue &value) + + + void + swap + https://doc.qt.io/qt-6/qjsonarray.html + swap + (QJsonArray &other) + + + + ~QJsonArray + https://doc.qt.io/qt-6/qjsonarray.html + dtor.QJsonArray + () + + + QJsonArray + operator+ + https://doc.qt.io/qt-6/qjsonarray.html + operator-2b + (const QJsonValue &value) const const + + + QJsonArray::const_iterator + begin + https://doc.qt.io/qt-6/qjsonarray.html + begin-1 + () const const + + + QJsonArray::const_iterator + cbegin + https://doc.qt.io/qt-6/qjsonarray.html + cbegin + () const const + + + QJsonArray::const_iterator + cend + https://doc.qt.io/qt-6/qjsonarray.html + cend + () const const + + + QJsonArray::const_iterator + constBegin + https://doc.qt.io/qt-6/qjsonarray.html + constBegin + () const const + + + QJsonArray::const_iterator + constEnd + https://doc.qt.io/qt-6/qjsonarray.html + constEnd + () const const + + + QJsonArray::const_iterator + end + https://doc.qt.io/qt-6/qjsonarray.html + end-1 + () const const + + + QJsonValue + at + https://doc.qt.io/qt-6/qjsonarray.html + at + (qsizetype i) const const + + + QJsonValue + first + https://doc.qt.io/qt-6/qjsonarray.html + first + () const const + + + QJsonValue + last + https://doc.qt.io/qt-6/qjsonarray.html + last + () const const + + + QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonarray.html + operator-5b-5d-1 + (qsizetype i) const const + + + QVariantList + toVariantList + https://doc.qt.io/qt-6/qjsonarray.html + toVariantList + () const const + + + bool + contains + https://doc.qt.io/qt-6/qjsonarray.html + contains + (const QJsonValue &value) const const + + + bool + empty + https://doc.qt.io/qt-6/qjsonarray.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qjsonarray.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonarray.html + operator-not-eq + (const QJsonArray &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonarray.html + operator-eq-eq + (const QJsonArray &other) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qjsonarray.html + count + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qjsonarray.html + size + () const const + + + ConstIterator + https://doc.qt.io/qt-6/qjsonarray.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qjsonarray.html + Iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qjsonarray.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qjsonarray.html + const_reference-typedef + + + + difference_type + https://doc.qt.io/qt-6/qjsonarray.html + difference_type-typedef + + + + pointer + https://doc.qt.io/qt-6/qjsonarray.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qjsonarray.html + reference-typedef + + + + size_type + https://doc.qt.io/qt-6/qjsonarray.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qjsonarray.html + value_type-typedef + + + + + QJsonArray::const_iterator + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-2b-2b + () + + + const_iterator & + operator+= + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-2b-eq + (qsizetype j) + + + const_iterator & + operator-- + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-- + () + + + const_iterator & + operator-= + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator--eq + (qsizetype j) + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-2b-2b-1 + (int) + + + const_iterator + operator-- + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator---1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + const_iterator + () + + + + const_iterator + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + const_iterator-2 + (const iterator &other) + + + QJsonValueConstRef + operator[] + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-5b-5d + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-not-eq + (const const_iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-lt + (const const_iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-lt-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-eq-eq + (const const_iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-gt + (const const_iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-gt-eq + (const const_iterator &other) const const + + + const QJsonValueConstRef * + operator-> + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator--gt + () const const + + + const QJsonValueConstRef + operator* + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-2a + () const const + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator-2b + (qsizetype j) const const + + + const_iterator + operator- + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator- + (qsizetype j) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + operator--1 + (const_iterator other) const const + + + iterator_category + https://doc.qt.io/qt-6/qjsonarray-const-iterator.html + iterator_category-typedef + + + + + QJsonArray::iterator + https://doc.qt.io/qt-6/qjsonarray-iterator.html + + iterator & + operator++ + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-2b-2b + () + + + iterator & + operator+= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-2b-eq + (qsizetype j) + + + iterator & + operator-- + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-- + () + + + iterator & + operator-= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator--eq + (qsizetype j) + + + iterator + operator++ + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-2b-2b-1 + (int) + + + iterator + operator-- + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator---1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qjsonarray-iterator.html + iterator + () + + + QJsonValueRef + operator* + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-2a + () const const + + + QJsonValueRef + operator[] + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-5b-5d + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-not-eq-1 + (const const_iterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-not-eq + (const iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-lt-1 + (const const_iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-lt + (const iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-lt-eq-1 + (const const_iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-lt-eq + (const iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-eq-eq-1 + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-eq-eq + (const iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-gt-1 + (const const_iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-gt + (const iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-gt-eq-1 + (const const_iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-gt-eq + (const iterator &other) const const + + + const QJsonValueConstRef * + operator-> + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator--gt + () const const + + + iterator + operator+ + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator-2b + (qsizetype j) const const + + + iterator + operator- + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator- + (qsizetype j) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qjsonarray-iterator.html + operator--1 + (iterator other) const const + + + iterator_category + https://doc.qt.io/qt-6/qjsonarray-iterator.html + iterator_category-typedef + + + + + QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + + JsonFormat + https://doc.qt.io/qt-6/qjsondocument.html + JsonFormat-enum + + + Indented + https://doc.qt.io/qt-6/qjsondocument.html + JsonFormat-enum + + + + Compact + https://doc.qt.io/qt-6/qjsondocument.html + JsonFormat-enum + + + + QJsonDocument & + operator= + https://doc.qt.io/qt-6/qjsondocument.html + operator-eq-1 + (QJsonDocument &&other) + + + QJsonDocument & + operator= + https://doc.qt.io/qt-6/qjsondocument.html + operator-eq + (const QJsonDocument &other) + + + QJsonDocument + fromJson + https://doc.qt.io/qt-6/qjsondocument.html + fromJson + (const QByteArray &json, QJsonParseError *error) + + + QJsonDocument + fromVariant + https://doc.qt.io/qt-6/qjsondocument.html + fromVariant + (const QVariant &variant) + + + + QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + QJsonDocument + () + + + + QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + QJsonDocument-4 + (QJsonDocument &&other) + + + + QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + QJsonDocument-2 + (const QJsonArray &array) + + + + QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + QJsonDocument-3 + (const QJsonDocument &other) + + + + QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + QJsonDocument-1 + (const QJsonObject &object) + + + void + setArray + https://doc.qt.io/qt-6/qjsondocument.html + setArray + (const QJsonArray &array) + + + void + setObject + https://doc.qt.io/qt-6/qjsondocument.html + setObject + (const QJsonObject &object) + + + void + swap + https://doc.qt.io/qt-6/qjsondocument.html + swap + (QJsonDocument &other) + + + + ~QJsonDocument + https://doc.qt.io/qt-6/qjsondocument.html + dtor.QJsonDocument + () + + + QByteArray + toJson + https://doc.qt.io/qt-6/qjsondocument.html + toJson + (QJsonDocument::JsonFormat format) const const + + + QJsonArray + array + https://doc.qt.io/qt-6/qjsondocument.html + array + () const const + + + QJsonObject + object + https://doc.qt.io/qt-6/qjsondocument.html + object + () const const + + + QVariant + toVariant + https://doc.qt.io/qt-6/qjsondocument.html + toVariant + () const const + + + bool + isArray + https://doc.qt.io/qt-6/qjsondocument.html + isArray + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qjsondocument.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qjsondocument.html + isNull + () const const + + + bool + isObject + https://doc.qt.io/qt-6/qjsondocument.html + isObject + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsondocument.html + operator-not-eq + (const QJsonDocument &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsondocument.html + operator-eq-eq + (const QJsonDocument &other) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsondocument.html + operator-5b-5d-2 + (QLatin1StringView key) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsondocument.html + operator-5b-5d-1 + (QStringView key) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsondocument.html + operator-5b-5d + (const QString &key) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsondocument.html + operator-5b-5d-3 + (qsizetype i) const const + + + + QJsonObject + https://doc.qt.io/qt-6/qjsonobject.html + QJsonObject::const_iterator + QJsonObject::iterator + + QJsonObject & + operator= + https://doc.qt.io/qt-6/qjsonobject.html + operator-eq-1 + (QJsonObject &&other) + + + QJsonObject & + operator= + https://doc.qt.io/qt-6/qjsonobject.html + operator-eq + (const QJsonObject &other) + + + QJsonObject + fromVariantHash + https://doc.qt.io/qt-6/qjsonobject.html + fromVariantHash + (const QVariantHash &hash) + + + QJsonObject + fromVariantMap + https://doc.qt.io/qt-6/qjsonobject.html + fromVariantMap + (const QVariantMap &map) + + + + QJsonObject + https://doc.qt.io/qt-6/qjsonobject.html + QJsonObject + () + + + + QJsonObject + https://doc.qt.io/qt-6/qjsonobject.html + QJsonObject-3 + (QJsonObject &&other) + + + + QJsonObject + https://doc.qt.io/qt-6/qjsonobject.html + QJsonObject-2 + (const QJsonObject &other) + + + + QJsonObject + https://doc.qt.io/qt-6/qjsonobject.html + QJsonObject-1 + (std::initializer_list<QPair<QString, QJsonValue>> args) + + + QJsonObject::iterator + begin + https://doc.qt.io/qt-6/qjsonobject.html + begin + () + + + QJsonObject::iterator + end + https://doc.qt.io/qt-6/qjsonobject.html + end + () + + + QJsonObject::iterator + erase + https://doc.qt.io/qt-6/qjsonobject.html + erase + (QJsonObject::iterator it) + + + QJsonObject::iterator + find + https://doc.qt.io/qt-6/qjsonobject.html + find-3 + (QLatin1StringView key) + + + QJsonObject::iterator + find + https://doc.qt.io/qt-6/qjsonobject.html + find-2 + (QStringView key) + + + QJsonObject::iterator + find + https://doc.qt.io/qt-6/qjsonobject.html + find + (const QString &key) + + + QJsonObject::iterator + insert + https://doc.qt.io/qt-6/qjsonobject.html + insert-2 + (QLatin1StringView key, const QJsonValue &value) + + + QJsonObject::iterator + insert + https://doc.qt.io/qt-6/qjsonobject.html + insert-1 + (QStringView key, const QJsonValue &value) + + + QJsonObject::iterator + insert + https://doc.qt.io/qt-6/qjsonobject.html + insert + (const QString &key, const QJsonValue &value) + + + QJsonValue + take + https://doc.qt.io/qt-6/qjsonobject.html + take-2 + (QLatin1StringView key) + + + QJsonValue + take + https://doc.qt.io/qt-6/qjsonobject.html + take-1 + (QStringView key) + + + QJsonValue + take + https://doc.qt.io/qt-6/qjsonobject.html + take + (const QString &key) + + + QJsonValueRef + operator[] + https://doc.qt.io/qt-6/qjsonobject.html + operator-5b-5d-5 + (QLatin1StringView key) + + + QJsonValueRef + operator[] + https://doc.qt.io/qt-6/qjsonobject.html + operator-5b-5d-4 + (QStringView key) + + + QJsonValueRef + operator[] + https://doc.qt.io/qt-6/qjsonobject.html + operator-5b-5d-1 + (const QString &key) + + + void + remove + https://doc.qt.io/qt-6/qjsonobject.html + remove-2 + (QLatin1StringView key) + + + void + remove + https://doc.qt.io/qt-6/qjsonobject.html + remove-1 + (QStringView key) + + + void + remove + https://doc.qt.io/qt-6/qjsonobject.html + remove + (const QString &key) + + + void + swap + https://doc.qt.io/qt-6/qjsonobject.html + swap + (QJsonObject &other) + + + + ~QJsonObject + https://doc.qt.io/qt-6/qjsonobject.html + dtor.QJsonObject + () + + + QJsonObject::const_iterator + begin + https://doc.qt.io/qt-6/qjsonobject.html + begin-1 + () const const + + + QJsonObject::const_iterator + constBegin + https://doc.qt.io/qt-6/qjsonobject.html + constBegin + () const const + + + QJsonObject::const_iterator + constEnd + https://doc.qt.io/qt-6/qjsonobject.html + constEnd + () const const + + + QJsonObject::const_iterator + constFind + https://doc.qt.io/qt-6/qjsonobject.html + constFind-2 + (QLatin1StringView key) const const + + + QJsonObject::const_iterator + constFind + https://doc.qt.io/qt-6/qjsonobject.html + constFind-1 + (QStringView key) const const + + + QJsonObject::const_iterator + constFind + https://doc.qt.io/qt-6/qjsonobject.html + constFind + (const QString &key) const const + + + QJsonObject::const_iterator + end + https://doc.qt.io/qt-6/qjsonobject.html + end-1 + () const const + + + QJsonObject::const_iterator + find + https://doc.qt.io/qt-6/qjsonobject.html + find-5 + (QLatin1StringView key) const const + + + QJsonObject::const_iterator + find + https://doc.qt.io/qt-6/qjsonobject.html + find-4 + (QStringView key) const const + + + QJsonObject::const_iterator + find + https://doc.qt.io/qt-6/qjsonobject.html + find-1 + (const QString &key) const const + + + QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonobject.html + operator-5b-5d-3 + (QLatin1StringView key) const const + + + QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonobject.html + operator-5b-5d-2 + (QStringView key) const const + + + QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonobject.html + operator-5b-5d + (const QString &key) const const + + + QJsonValue + value + https://doc.qt.io/qt-6/qjsonobject.html + value-2 + (QLatin1StringView key) const const + + + QJsonValue + value + https://doc.qt.io/qt-6/qjsonobject.html + value-1 + (QStringView key) const const + + + QJsonValue + value + https://doc.qt.io/qt-6/qjsonobject.html + value + (const QString &key) const const + + + QStringList + keys + https://doc.qt.io/qt-6/qjsonobject.html + keys + () const const + + + QVariantHash + toVariantHash + https://doc.qt.io/qt-6/qjsonobject.html + toVariantHash + () const const + + + QVariantMap + toVariantMap + https://doc.qt.io/qt-6/qjsonobject.html + toVariantMap + () const const + + + bool + contains + https://doc.qt.io/qt-6/qjsonobject.html + contains-2 + (QLatin1StringView key) const const + + + bool + contains + https://doc.qt.io/qt-6/qjsonobject.html + contains-1 + (QStringView key) const const + + + bool + contains + https://doc.qt.io/qt-6/qjsonobject.html + contains + (const QString &key) const const + + + bool + empty + https://doc.qt.io/qt-6/qjsonobject.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qjsonobject.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonobject.html + operator-not-eq + (const QJsonObject &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonobject.html + operator-eq-eq + (const QJsonObject &other) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qjsonobject.html + count + () const const + + + qsizetype + length + https://doc.qt.io/qt-6/qjsonobject.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qjsonobject.html + size + () const const + + + ConstIterator + https://doc.qt.io/qt-6/qjsonobject.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qjsonobject.html + Iterator-typedef + + + + key_type + https://doc.qt.io/qt-6/qjsonobject.html + key_type-typedef + + + + mapped_type + https://doc.qt.io/qt-6/qjsonobject.html + mapped_type-typedef + + + + size_type + https://doc.qt.io/qt-6/qjsonobject.html + size_type-typedef + + + + + QJsonObject::const_iterator + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-2b-2b + () + + + const_iterator & + operator+= + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-2b-eq + (qsizetype j) + + + const_iterator & + operator-- + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-- + () + + + const_iterator & + operator-= + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator--eq + (qsizetype j) + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-2b-2b-1 + (int) + + + const_iterator + operator-- + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator---1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + const_iterator + () + + + + const_iterator + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + const_iterator-2 + (const iterator &other) + + + QJsonValueConstRef + operator[] + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-5b-5d + (qsizetype j) const const + + + QJsonValueConstRef + value + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + value + () const const + + + QString + key + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + key + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-not-eq + (const const_iterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-not-eq-1 + (const iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-lt + (const const_iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-lt-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-eq-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-eq-eq-1 + (const iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-gt + (const const_iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-gt-eq + (const const_iterator &other) const const + + + const QJsonValueConstRef * + operator-> + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator--gt + () const const + + + const QJsonValueConstRef + operator* + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-2a + () const const + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator-2b + (qsizetype j) const const + + + const_iterator + operator- + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator- + (qsizetype j) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + operator--1 + (const_iterator other) const const + + + iterator_category + https://doc.qt.io/qt-6/qjsonobject-const-iterator.html + iterator_category-typedef + + + + + QJsonObject::iterator + https://doc.qt.io/qt-6/qjsonobject-iterator.html + + QJsonValueRef * + operator-> + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator--gt-1 + () + + + iterator & + operator++ + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-2b-2b + () + + + iterator & + operator+= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-2b-eq + (qsizetype j) + + + iterator & + operator-- + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-- + () + + + iterator & + operator-= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator--eq + (qsizetype j) + + + iterator + operator++ + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-2b-2b-1 + (int) + + + iterator + operator-- + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator---1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qjsonobject-iterator.html + iterator + () + + + QJsonValueRef + operator* + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-2a + () const const + + + QJsonValueRef + operator[] + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-5b-5d + (qsizetype j) const const + + + QJsonValueRef + value + https://doc.qt.io/qt-6/qjsonobject-iterator.html + value + () const const + + + QString + key + https://doc.qt.io/qt-6/qjsonobject-iterator.html + key + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-not-eq-1 + (const const_iterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-not-eq + (const iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-lt-1 + (const const_iterator &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-lt + (const iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-lt-eq-1 + (const const_iterator &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-lt-eq + (const iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-eq-eq-1 + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-eq-eq + (const iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-gt-1 + (const const_iterator &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-gt + (const iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-gt-eq-1 + (const const_iterator &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-gt-eq + (const iterator &other) const const + + + const QJsonValueConstRef * + operator-> + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator--gt + () const const + + + iterator + operator+ + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator-2b + (qsizetype j) const const + + + iterator + operator- + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator- + (qsizetype j) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qjsonobject-iterator.html + operator--1 + (iterator other) const const + + + iterator_category + https://doc.qt.io/qt-6/qjsonobject-iterator.html + iterator_category-typedef + + + + + QJsonParseError + https://doc.qt.io/qt-6/qjsonparseerror.html + + ParseError + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + NoError + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + UnterminatedObject + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + MissingNameSeparator + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + UnterminatedArray + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + MissingValueSeparator + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + IllegalValue + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + TerminationByNumber + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + IllegalNumber + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + IllegalEscapeSequence + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + IllegalUTF8String + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + UnterminatedString + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + MissingObject + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + DeepNesting + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + DocumentTooLarge + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + GarbageAtEnd + https://doc.qt.io/qt-6/qjsonparseerror.html + ParseError-enum + + + + QString + errorString + https://doc.qt.io/qt-6/qjsonparseerror.html + errorString + () const const + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + + Type + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + Null + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + Bool + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + Double + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + String + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + Array + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + Object + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + Undefined + https://doc.qt.io/qt-6/qjsonvalue.html + Type-enum + + + + QJsonValue & + operator= + https://doc.qt.io/qt-6/qjsonvalue.html + operator-eq-1 + (QJsonValue &&other) + + + QJsonValue & + operator= + https://doc.qt.io/qt-6/qjsonvalue.html + operator-eq + (const QJsonValue &other) + + + QJsonValue + fromVariant + https://doc.qt.io/qt-6/qjsonvalue.html + fromVariant + (const QVariant &variant) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-9 + (QJsonArray &&a) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-11 + (QJsonObject &&o) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-13 + (QJsonValue &&other) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue + (QJsonValue::Type type) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-6 + (QLatin1StringView s) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-1 + (bool b) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-8 + (const QJsonArray &a) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-10 + (const QJsonObject &o) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-12 + (const QJsonValue &other) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-5 + (const QString &s) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-7 + (const char *s) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-2 + (double v) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-3 + (int v) + + + + QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + QJsonValue-4 + (qint64 v) + + + void + swap + https://doc.qt.io/qt-6/qjsonvalue.html + swap + (QJsonValue &other) + + + + ~QJsonValue + https://doc.qt.io/qt-6/qjsonvalue.html + dtor.QJsonValue + () + + + QJsonArray + toArray + https://doc.qt.io/qt-6/qjsonvalue.html + toArray-1 + () const const + + + QJsonArray + toArray + https://doc.qt.io/qt-6/qjsonvalue.html + toArray + (const QJsonArray &defaultValue) const const + + + QJsonObject + toObject + https://doc.qt.io/qt-6/qjsonvalue.html + toObject-1 + () const const + + + QJsonObject + toObject + https://doc.qt.io/qt-6/qjsonvalue.html + toObject + (const QJsonObject &defaultValue) const const + + + QJsonValue::Type + type + https://doc.qt.io/qt-6/qjsonvalue.html + type + () const const + + + QString + toString + https://doc.qt.io/qt-6/qjsonvalue.html + toString + () const const + + + QString + toString + https://doc.qt.io/qt-6/qjsonvalue.html + toString-1 + (const QString &defaultValue) const const + + + QVariant + toVariant + https://doc.qt.io/qt-6/qjsonvalue.html + toVariant + () const const + + + bool + isArray + https://doc.qt.io/qt-6/qjsonvalue.html + isArray + () const const + + + bool + isBool + https://doc.qt.io/qt-6/qjsonvalue.html + isBool + () const const + + + bool + isDouble + https://doc.qt.io/qt-6/qjsonvalue.html + isDouble + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qjsonvalue.html + isNull + () const const + + + bool + isObject + https://doc.qt.io/qt-6/qjsonvalue.html + isObject + () const const + + + bool + isString + https://doc.qt.io/qt-6/qjsonvalue.html + isString + () const const + + + bool + isUndefined + https://doc.qt.io/qt-6/qjsonvalue.html + isUndefined + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qjsonvalue.html + operator-not-eq + (const QJsonValue &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qjsonvalue.html + operator-eq-eq + (const QJsonValue &other) const const + + + bool + toBool + https://doc.qt.io/qt-6/qjsonvalue.html + toBool + (bool defaultValue) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonvalue.html + operator-5b-5d-2 + (QLatin1StringView key) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonvalue.html + operator-5b-5d-1 + (QStringView key) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonvalue.html + operator-5b-5d + (const QString &key) const const + + + const QJsonValue + operator[] + https://doc.qt.io/qt-6/qjsonvalue.html + operator-5b-5d-3 + (qsizetype i) const const + + + double + toDouble + https://doc.qt.io/qt-6/qjsonvalue.html + toDouble + (double defaultValue) const const + + + int + toInt + https://doc.qt.io/qt-6/qjsonvalue.html + toInt + (int defaultValue) const const + + + qint64 + toInteger + https://doc.qt.io/qt-6/qjsonvalue.html + toInteger + (qint64 defaultValue) const const + + + + QJulianCalendar + https://doc.qt.io/qt-6/qjuliancalendar.html + QRomanCalendar + + + QKeyCombination + https://doc.qt.io/qt-6/qkeycombination.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qkeycombination.html + operator-lt-lt-1 + (QDataStream &out, QKeyCombination combination) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qkeycombination.html + operator-gt-gt + (QDataStream &in, QKeyCombination &combination) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qkeycombination.html + operator-lt-lt + (QDebug debug, QKeyCombination combination) + + + QKeyCombination + fromCombined + https://doc.qt.io/qt-6/qkeycombination.html + fromCombined + (int combined) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-3 + (Qt::Key key, Qt::KeyboardModifier modifier) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-7 + (Qt::Key key, Qt::KeyboardModifiers modifiers) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-2 + (Qt::Key key, Qt::Modifier modifier) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-6 + (Qt::Key key, Qt::Modifiers modifiers) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-1 + (Qt::KeyboardModifier modifier, Qt::Key key) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-5 + (Qt::KeyboardModifiers modifiers, Qt::Key key) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b + (Qt::Modifier modifier, Qt::Key key) + + + QKeyCombination + operator+ + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-2b-4 + (Qt::Modifiers modifiers, Qt::Key key) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-3 + (Qt::Key key, Qt::KeyboardModifier modifier) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-7 + (Qt::Key key, Qt::KeyboardModifiers modifiers) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-2 + (Qt::Key key, Qt::Modifier modifier) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-6 + (Qt::Key key, Qt::Modifiers modifiers) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-1 + (Qt::KeyboardModifier modifier, Qt::Key key) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-5 + (Qt::KeyboardModifiers modifiers, Qt::Key key) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c + (Qt::Modifier modifier, Qt::Key key) + + + QKeyCombination + operator| + https://doc.qt.io/qt-6/qkeycombination.html + operator-7c-4 + (Qt::Modifiers modifiers, Qt::Key key) + + + + QKeyCombination + https://doc.qt.io/qt-6/qkeycombination.html + QKeyCombination + (Qt::Key key) + + + + QKeyCombination + https://doc.qt.io/qt-6/qkeycombination.html + QKeyCombination-2 + (Qt::KeyboardModifiers modifiers, Qt::Key key) + + + + QKeyCombination + https://doc.qt.io/qt-6/qkeycombination.html + QKeyCombination-1 + (Qt::Modifiers modifiers, Qt::Key key) + + + bool + operator!= + https://doc.qt.io/qt-6/qkeycombination.html + operator-not-eq + (QKeyCombination lhs, QKeyCombination rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qkeycombination.html + operator-eq-eq + (QKeyCombination lhs, QKeyCombination rhs) + + + size_t + qHash + https://doc.qt.io/qt-6/qkeycombination.html + qHash + (QKeyCombination key, size_t seed) + + + Qt::Key + key + https://doc.qt.io/qt-6/qkeycombination.html + key + () const const + + + Qt::KeyboardModifiers + keyboardModifiers + https://doc.qt.io/qt-6/qkeycombination.html + keyboardModifiers + () const const + + + int + operator int + https://doc.qt.io/qt-6/qkeycombination-obsolete.html + operator-int + () const const + + + int + toCombined + https://doc.qt.io/qt-6/qkeycombination.html + toCombined + () const const + + + + QKeyValueIterator + https://doc.qt.io/qt-6/qkeyvalueiterator.html + + + QKeyValueIterator + https://doc.qt.io/qt-6/qkeyvalueiterator.html + QKeyValueIterator + () + + + + QKeyValueIterator + https://doc.qt.io/qt-6/qkeyvalueiterator.html + QKeyValueIterator-1 + (Iterator o) + + + QKeyValueIterator<Key, T, Iterator> & + operator++ + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator-2b-2b + () + + + QKeyValueIterator<Key, T, Iterator> & + operator-- + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator-- + () + + + QKeyValueIterator<Key, T, Iterator> + operator++ + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator-2b-2b-1 + (int) + + + QKeyValueIterator<Key, T, Iterator> + operator-- + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator---1 + (int) + + + bool + operator!= + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator-not-eq + (QKeyValueIterator<Key, T, Iterator> lhs, QKeyValueIterator<Key, T, Iterator> rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator-eq-eq + (QKeyValueIterator<Key, T, Iterator> lhs, QKeyValueIterator<Key, T, Iterator> rhs) + + + Iterator + base + https://doc.qt.io/qt-6/qkeyvalueiterator.html + base + () const const + + + QKeyValueIterator::pointer + operator-> + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator--gt + () const const + + + std::pair<Key, T> + operator* + https://doc.qt.io/qt-6/qkeyvalueiterator.html + operator-2a + () const const + + + + QLEInteger + https://doc.qt.io/qt-6/qleinteger.html + + + QLEInteger + https://doc.qt.io/qt-6/qleinteger.html + QLEInteger + (T value) + + + QLEInteger<T> & + operator%= + https://doc.qt.io/qt-6/qleinteger.html + operator-25-eq + (T i) + + + QLEInteger<T> & + operator&= + https://doc.qt.io/qt-6/qleinteger.html + operator-and-eq + (T i) + + + QLEInteger<T> & + operator*= + https://doc.qt.io/qt-6/qleinteger.html + operator-2a-eq + (T i) + + + QLEInteger<T> & + operator++ + https://doc.qt.io/qt-6/qleinteger.html + operator-2b-2b + () + + + QLEInteger<T> & + operator+= + https://doc.qt.io/qt-6/qleinteger.html + operator-2b-eq + (T i) + + + QLEInteger<T> & + operator-- + https://doc.qt.io/qt-6/qleinteger.html + operator-- + () + + + QLEInteger<T> & + operator-= + https://doc.qt.io/qt-6/qleinteger.html + operator--eq + (T i) + + + QLEInteger<T> & + operator/= + https://doc.qt.io/qt-6/qleinteger.html + operator-2f-eq + (T i) + + + QLEInteger<T> & + operator<<= + https://doc.qt.io/qt-6/qleinteger.html + operator-lt-lt-eq + (T i) + + + QLEInteger<T> & + operator= + https://doc.qt.io/qt-6/qleinteger.html + operator-eq + (T i) + + + QLEInteger<T> & + operator>>= + https://doc.qt.io/qt-6/qleinteger.html + operator-gt-gt-eq + (T i) + + + QLEInteger<T> & + operator^= + https://doc.qt.io/qt-6/qleinteger.html + operator-5e-eq + (T i) + + + QLEInteger<T> & + operator|= + https://doc.qt.io/qt-6/qleinteger.html + operator-7c-eq + (T i) + + + QLEInteger<T> + max + https://doc.qt.io/qt-6/qleinteger.html + max + () + + + QLEInteger<T> + min + https://doc.qt.io/qt-6/qleinteger.html + min + () + + + QLEInteger<T> + operator++ + https://doc.qt.io/qt-6/qleinteger.html + operator-2b-2b-1 + (int) + + + QLEInteger<T> + operator-- + https://doc.qt.io/qt-6/qleinteger.html + operator---1 + (int) + + + T + operator T + https://doc.qt.io/qt-6/qleinteger.html + operator-T + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qleinteger.html + operator-not-eq + (QLEInteger<T> other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qleinteger.html + operator-eq-eq + (QLEInteger<T> other) const const + + + + QLatin1Char + https://doc.qt.io/qt-6/qlatin1char.html + + QLatin1Char + operator""_L1 + https://doc.qt.io/qt-6/qlatin1char.html + operator-22-22_L1 + (char ch) + + + + QLatin1Char + https://doc.qt.io/qt-6/qlatin1char.html + QLatin1Char + (char c) + + + char + toLatin1 + https://doc.qt.io/qt-6/qlatin1char.html + toLatin1 + () const const + + + char16_t + unicode + https://doc.qt.io/qt-6/qlatin1char.html + unicode + () const const + + + + QLatin1String + https://doc.qt.io/qt-6/qlatin1string.html + + + QLatin1StringMatcher + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + + + QLatin1StringMatcher + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + QLatin1StringMatcher + () + + + + QLatin1StringMatcher + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + QLatin1StringMatcher-1 + (QLatin1StringView pattern, Qt::CaseSensitivity cs) + + + void + setCaseSensitivity + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + setCaseSensitivity + (Qt::CaseSensitivity cs) + + + void + setPattern + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + setPattern + (QLatin1StringView pattern) + + + + ~QLatin1StringMatcher + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + dtor.QLatin1StringMatcher + () + + + QLatin1StringView + pattern + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + pattern + () const const + + + Qt::CaseSensitivity + caseSensitivity + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + caseSensitivity + () const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qlatin1stringmatcher.html + indexIn + (QLatin1StringView haystack, qsizetype from) const const + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + + QLatin1StringView + operator""_L1 + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-22-22_L1 + (const char *str, size_t size) + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView + () + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView-6 + (QByteArrayView str) + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView-5 + (const QByteArray &str) + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView-3 + (const char *first, const char *last) + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView-2 + (const char *str) + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView-4 + (const char *str, qsizetype size) + + + + QLatin1StringView + https://doc.qt.io/qt-6/qlatin1stringview.html + QLatin1StringView-1 + (std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-1 + (QChar ch, QLatin1StringView s) + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-2 + (QLatin1StringView s, QChar ch) + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq + (QLatin1StringView s1, QLatin1StringView s2) + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-4 + (QLatin1StringView s1, QStringView s2) + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-3 + (QStringView s1, QLatin1StringView s2) + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-7 + (const char *s1, QLatin1StringView s2) + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-1 + (QChar ch, QLatin1StringView s) + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-2 + (QLatin1StringView s, QChar ch) + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt + (QLatin1StringView s1, QLatin1StringView s2) + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-4 + (QLatin1StringView s1, QStringView s2) + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-3 + (QStringView s1, QLatin1StringView s2) + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-7 + (const char *s1, QLatin1StringView s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-1 + (QChar ch, QLatin1StringView s) + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-2 + (QLatin1StringView s, QChar ch) + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq + (QLatin1StringView s1, QLatin1StringView s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-4 + (QLatin1StringView s1, QStringView s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-3 + (QStringView s1, QLatin1StringView s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-7 + (const char *s1, QLatin1StringView s2) + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-1 + (QChar ch, QLatin1StringView s) + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-2 + (QLatin1StringView s, QChar ch) + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq + (QLatin1StringView s1, QLatin1StringView s2) + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-4 + (QLatin1StringView s1, QStringView s2) + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-3 + (QStringView s1, QLatin1StringView s2) + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-7 + (const char *s1, QLatin1StringView s2) + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-1 + (QChar ch, QLatin1StringView s) + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-2 + (QLatin1StringView s, QChar ch) + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt + (QLatin1StringView s1, QLatin1StringView s2) + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-4 + (QLatin1StringView s1, QStringView s2) + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-3 + (QStringView s1, QLatin1StringView s2) + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-7 + (const char *s1, QLatin1StringView s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-1 + (QChar ch, QLatin1StringView s) + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-2 + (QLatin1StringView s, QChar ch) + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq + (QLatin1StringView s1, QLatin1StringView s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-4 + (QLatin1StringView s1, QStringView s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-3 + (QStringView s1, QLatin1StringView s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-7 + (const char *s1, QLatin1StringView s2) + + + void + chop + https://doc.qt.io/qt-6/qlatin1stringview.html + chop + (qsizetype length) + + + void + truncate + https://doc.qt.io/qt-6/qlatin1stringview.html + truncate + (qsizetype length) + + + QLatin1Char + at + https://doc.qt.io/qt-6/qlatin1stringview.html + at + (qsizetype pos) const const + + + QLatin1Char + back + https://doc.qt.io/qt-6/qlatin1stringview.html + back + () const const + + + QLatin1Char + first + https://doc.qt.io/qt-6/qlatin1stringview.html + first + () const const + + + QLatin1Char + front + https://doc.qt.io/qt-6/qlatin1stringview.html + front + () const const + + + QLatin1Char + last + https://doc.qt.io/qt-6/qlatin1stringview.html + last + () const const + + + QLatin1Char + operator[] + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-5b-5d + (qsizetype pos) const const + + + QLatin1StringView + chopped + https://doc.qt.io/qt-6/qlatin1stringview.html + chopped + (qsizetype length) const const + + + QLatin1StringView + first + https://doc.qt.io/qt-6/qlatin1stringview.html + first-1 + (qsizetype n) const const + + + QLatin1StringView + last + https://doc.qt.io/qt-6/qlatin1stringview.html + last-1 + (qsizetype n) const const + + + QLatin1StringView + left + https://doc.qt.io/qt-6/qlatin1stringview.html + left + (qsizetype length) const const + + + QLatin1StringView + mid + https://doc.qt.io/qt-6/qlatin1stringview.html + mid + (qsizetype start, qsizetype length) const const + + + QLatin1StringView + right + https://doc.qt.io/qt-6/qlatin1stringview.html + right + (qsizetype length) const const + + + QLatin1StringView + sliced + https://doc.qt.io/qt-6/qlatin1stringview.html + sliced + (qsizetype pos) const const + + + QLatin1StringView + sliced + https://doc.qt.io/qt-6/qlatin1stringview.html + sliced-1 + (qsizetype pos, qsizetype n) const const + + + QLatin1StringView + trimmed + https://doc.qt.io/qt-6/qlatin1stringview.html + trimmed + () const const + + + QLatin1StringView::const_iterator + begin + https://doc.qt.io/qt-6/qlatin1stringview.html + begin + () const const + + + QLatin1StringView::const_iterator + cbegin + https://doc.qt.io/qt-6/qlatin1stringview.html + cbegin + () const const + + + QLatin1StringView::const_iterator + cend + https://doc.qt.io/qt-6/qlatin1stringview.html + cend + () const const + + + QLatin1StringView::const_iterator + end + https://doc.qt.io/qt-6/qlatin1stringview.html + end + () const const + + + QLatin1StringView::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qlatin1stringview.html + crbegin + () const const + + + QLatin1StringView::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qlatin1stringview.html + crend + () const const + + + QLatin1StringView::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qlatin1stringview.html + rbegin + () const const + + + QLatin1StringView::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qlatin1stringview.html + rend + () const const + + + QString + arg + https://doc.qt.io/qt-6/qlatin1stringview.html + arg + (Args &&... args) const const + + + QString + toString + https://doc.qt.io/qt-6/qlatin1stringview.html + toString + () const const + + + bool + contains + https://doc.qt.io/qt-6/qlatin1stringview.html + contains-2 + (QChar c, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qlatin1stringview.html + contains-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qlatin1stringview.html + contains + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + empty + https://doc.qt.io/qt-6/qlatin1stringview.html + empty + () const const + + + bool + endsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + endsWith-2 + (QChar ch) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + endsWith-3 + (QChar ch, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + endsWith-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + endsWith + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qlatin1stringview.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qlatin1stringview.html + isNull + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-6 + (const QByteArray &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-not-eq-5 + (const char *other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-6 + (const QByteArray &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-5 + (const char *other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-6 + (const QByteArray &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-lt-eq-5 + (const char *other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-6 + (const QByteArray &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-eq-eq-5 + (const char *other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-6 + (const QByteArray &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-5 + (const char *other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-6 + (const QByteArray &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-gt-eq-5 + (const char *other) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + startsWith-2 + (QChar ch) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + startsWith-3 + (QChar ch, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + startsWith-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qlatin1stringview.html + startsWith + (QStringView str, Qt::CaseSensitivity cs) const const + + + const char * + constBegin + https://doc.qt.io/qt-6/qlatin1stringview.html + constBegin + () const const + + + const char * + constData + https://doc.qt.io/qt-6/qlatin1stringview.html + constData + () const const + + + const char * + constEnd + https://doc.qt.io/qt-6/qlatin1stringview.html + constEnd + () const const + + + const char * + data + https://doc.qt.io/qt-6/qlatin1stringview.html + data + () const const + + + const char * + latin1 + https://doc.qt.io/qt-6/qlatin1stringview.html + latin1 + () const const + + + decltype(qTokenize(*this, std::forward<Needle>(needle), flags...)) + tokenize + https://doc.qt.io/qt-6/qlatin1stringview.html + tokenize + (qTokenize(*this, std::forward<Needle>(needle), flags...)) tokenize(Needle &&sep, Flags... flags) const const + + + double + toDouble + https://doc.qt.io/qt-6/qlatin1stringview.html + toDouble + (bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qlatin1stringview.html + toFloat + (bool *ok) const const + + + int + compare + https://doc.qt.io/qt-6/qlatin1stringview.html + compare-3 + (QChar ch) const const + + + int + compare + https://doc.qt.io/qt-6/qlatin1stringview.html + compare-4 + (QChar ch, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qlatin1stringview.html + compare-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qlatin1stringview.html + compare + (QStringView str, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qlatin1stringview.html + compare-2 + (QUtf8StringView str, Qt::CaseSensitivity cs) const const + + + int + toInt + https://doc.qt.io/qt-6/qlatin1stringview.html + toInt + (bool *ok, int base) const const + + + long + toLong + https://doc.qt.io/qt-6/qlatin1stringview.html + toLong + (bool *ok, int base) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qlatin1stringview.html + toLongLong + (bool *ok, int base) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qlatin1stringview.html + count-2 + (QChar ch, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qlatin1stringview.html + count-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qlatin1stringview.html + count + (QStringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + indexOf-2 + (QChar c, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + indexOf-1 + (QLatin1StringView l1, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + indexOf + (QStringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + lastIndexOf-5 + (QChar c, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + lastIndexOf-4 + (QChar ch, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + lastIndexOf-2 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + lastIndexOf-3 + (QLatin1StringView l1, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + lastIndexOf-1 + (QStringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlatin1stringview.html + lastIndexOf + (QStringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qlatin1stringview.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qlatin1stringview.html + size + () const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qlatin1stringview.html + toULongLong + (bool *ok, int base) const const + + + short + toShort + https://doc.qt.io/qt-6/qlatin1stringview.html + toShort + (bool *ok, int base) const const + + + uint + toUInt + https://doc.qt.io/qt-6/qlatin1stringview.html + toUInt + (bool *ok, int base) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qlatin1stringview.html + toULong + (bool *ok, int base) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qlatin1stringview.html + toUShort + (bool *ok, int base) const const + + + const_iterator + https://doc.qt.io/qt-6/qlatin1stringview.html + const_iterator-typedef + + + + const_reference + https://doc.qt.io/qt-6/qlatin1stringview.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qlatin1stringview.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qlatin1stringview.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qlatin1stringview.html + iterator-typedef + + + + reference + https://doc.qt.io/qt-6/qlatin1stringview.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qlatin1stringview.html + reverse_iterator-typedef + + + + size_type + https://doc.qt.io/qt-6/qlatin1stringview.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qlatin1stringview.html + value_type-typedef + + + + + QLibrary + https://doc.qt.io/qt-6/qlibrary.html + QObject + + LoadHint + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + ResolveAllSymbolsHint + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + + ExportExternalSymbolsHint + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + + LoadArchiveMemberHint + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + + PreventUnloadHint + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + + DeepBindHint + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + + QFunctionPointer + resolve + https://doc.qt.io/qt-6/qlibrary.html + resolve-3 + (const QString &fileName, const QString &version, const char *symbol) + + + QFunctionPointer + resolve + https://doc.qt.io/qt-6/qlibrary.html + resolve-1 + (const QString &fileName, const char *symbol) + + + QFunctionPointer + resolve + https://doc.qt.io/qt-6/qlibrary.html + resolve-2 + (const QString &fileName, int verNum, const char *symbol) + + + QFunctionPointer + resolve + https://doc.qt.io/qt-6/qlibrary.html + resolve + (const char *symbol) + + + + QLibrary + https://doc.qt.io/qt-6/qlibrary.html + QLibrary + (QObject *parent) + + + + QLibrary + https://doc.qt.io/qt-6/qlibrary.html + QLibrary-1 + (const QString &fileName, QObject *parent) + + + + QLibrary + https://doc.qt.io/qt-6/qlibrary.html + QLibrary-3 + (const QString &fileName, const QString &version, QObject *parent) + + + + QLibrary + https://doc.qt.io/qt-6/qlibrary.html + QLibrary-2 + (const QString &fileName, int verNum, QObject *parent) + + + bool + isLibrary + https://doc.qt.io/qt-6/qlibrary.html + isLibrary + (const QString &fileName) + + + bool + load + https://doc.qt.io/qt-6/qlibrary.html + load + () + + + bool + unload + https://doc.qt.io/qt-6/qlibrary.html + unload + () + + + void + setFileName + https://doc.qt.io/qt-6/qlibrary.html + fileName-prop + (const QString &fileName) + + + void + setFileNameAndVersion + https://doc.qt.io/qt-6/qlibrary.html + setFileNameAndVersion-1 + (const QString &fileName, const QString &version) + + + void + setFileNameAndVersion + https://doc.qt.io/qt-6/qlibrary.html + setFileNameAndVersion + (const QString &fileName, int versionNumber) + + + void + setLoadHints + https://doc.qt.io/qt-6/qlibrary.html + loadHints-prop + (QLibrary::LoadHints hints) + + + virtual + ~QLibrary + https://doc.qt.io/qt-6/qlibrary.html + dtor.QLibrary + () + + + QLibrary::LoadHints + loadHints + https://doc.qt.io/qt-6/qlibrary.html + loadHints-prop + () const const + + + QString + errorString + https://doc.qt.io/qt-6/qlibrary.html + errorString + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qlibrary.html + fileName-prop + () const const + + + bool + isLoaded + https://doc.qt.io/qt-6/qlibrary.html + isLoaded + () const const + + + LoadHints + https://doc.qt.io/qt-6/qlibrary.html + LoadHint-enum + + + + fileName + https://doc.qt.io/qt-6/qlibrary.html + fileName-prop + + + + loadHints + https://doc.qt.io/qt-6/qlibrary.html + loadHints-prop + + + + + QLibraryInfo + https://doc.qt.io/qt-6/qlibraryinfo.html + + LibraryPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + PrefixPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + DocumentationPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + HeadersPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + LibrariesPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + LibraryExecutablesPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + BinariesPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + PluginsPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + QmlImportsPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + Qml2ImportsPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + ArchDataPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + DataPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + TranslationsPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + ExamplesPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + TestsPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + SettingsPath + https://doc.qt.io/qt-6/qlibraryinfo.html + LibraryPath-enum + + + + QString + location + https://doc.qt.io/qt-6/qlibraryinfo-obsolete.html + location + (QLibraryInfo::LibraryLocation loc) + + + QString + path + https://doc.qt.io/qt-6/qlibraryinfo.html + path + (QLibraryInfo::LibraryPath p) + + + QVersionNumber + version + https://doc.qt.io/qt-6/qlibraryinfo.html + version + () + + + bool + isDebugBuild + https://doc.qt.io/qt-6/qlibraryinfo.html + isDebugBuild + () + + + bool + isSharedBuild + https://doc.qt.io/qt-6/qlibraryinfo.html + isSharedBuild + () + + + LibraryLocation + https://doc.qt.io/qt-6/qlibraryinfo-obsolete.html + LibraryLocation-typedef + + + + + QLine + https://doc.qt.io/qt-6/qline.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qline.html + operator-lt-lt + (QDataStream &stream, const QLine &line) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qline.html + operator-gt-gt + (QDataStream &stream, QLine &line) + + + + QLine + https://doc.qt.io/qt-6/qline.html + QLine + () + + + + QLine + https://doc.qt.io/qt-6/qline.html + QLine-1 + (const QPoint &p1, const QPoint &p2) + + + + QLine + https://doc.qt.io/qt-6/qline.html + QLine-2 + (int x1, int y1, int x2, int y2) + + + void + setLine + https://doc.qt.io/qt-6/qline.html + setLine + (int x1, int y1, int x2, int y2) + + + void + setP1 + https://doc.qt.io/qt-6/qline.html + setP1 + (const QPoint &p1) + + + void + setP2 + https://doc.qt.io/qt-6/qline.html + setP2 + (const QPoint &p2) + + + void + setPoints + https://doc.qt.io/qt-6/qline.html + setPoints + (const QPoint &p1, const QPoint &p2) + + + void + translate + https://doc.qt.io/qt-6/qline.html + translate + (const QPoint &offset) + + + void + translate + https://doc.qt.io/qt-6/qline.html + translate-1 + (int dx, int dy) + + + QLine + translated + https://doc.qt.io/qt-6/qline.html + translated + (const QPoint &offset) const const + + + QLine + translated + https://doc.qt.io/qt-6/qline.html + translated-1 + (int dx, int dy) const const + + + QLineF + toLineF + https://doc.qt.io/qt-6/qline.html + toLineF + () const const + + + QPoint + center + https://doc.qt.io/qt-6/qline.html + center + () const const + + + QPoint + p1 + https://doc.qt.io/qt-6/qline.html + p1 + () const const + + + QPoint + p2 + https://doc.qt.io/qt-6/qline.html + p2 + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qline.html + isNull + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qline.html + operator-not-eq + (const QLine &line) const const + + + bool + operator== + https://doc.qt.io/qt-6/qline.html + operator-eq-eq + (const QLine &line) const const + + + int + dx + https://doc.qt.io/qt-6/qline.html + dx + () const const + + + int + dy + https://doc.qt.io/qt-6/qline.html + dy + () const const + + + int + x1 + https://doc.qt.io/qt-6/qline.html + x1 + () const const + + + int + x2 + https://doc.qt.io/qt-6/qline.html + x2 + () const const + + + int + y1 + https://doc.qt.io/qt-6/qline.html + y1 + () const const + + + int + y2 + https://doc.qt.io/qt-6/qline.html + y2 + () const const + + + + QLineF + https://doc.qt.io/qt-6/qlinef.html + + IntersectionType + https://doc.qt.io/qt-6/qlinef.html + IntersectionType-enum + + + NoIntersection + https://doc.qt.io/qt-6/qlinef.html + IntersectionType-enum + + + + BoundedIntersection + https://doc.qt.io/qt-6/qlinef.html + IntersectionType-enum + + + + UnboundedIntersection + https://doc.qt.io/qt-6/qlinef.html + IntersectionType-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qlinef.html + operator-lt-lt + (QDataStream &stream, const QLineF &line) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qlinef.html + operator-gt-gt + (QDataStream &stream, QLineF &line) + + + QLineF + fromPolar + https://doc.qt.io/qt-6/qlinef.html + fromPolar + (qreal length, qreal angle) + + + + QLineF + https://doc.qt.io/qt-6/qlinef.html + QLineF + () + + + + QLineF + https://doc.qt.io/qt-6/qlinef.html + QLineF-3 + (const QLine &line) + + + + QLineF + https://doc.qt.io/qt-6/qlinef.html + QLineF-1 + (const QPointF &p1, const QPointF &p2) + + + + QLineF + https://doc.qt.io/qt-6/qlinef.html + QLineF-2 + (qreal x1, qreal y1, qreal x2, qreal y2) + + + void + setAngle + https://doc.qt.io/qt-6/qlinef.html + setAngle + (qreal angle) + + + void + setLength + https://doc.qt.io/qt-6/qlinef.html + setLength + (qreal length) + + + void + setLine + https://doc.qt.io/qt-6/qlinef.html + setLine + (qreal x1, qreal y1, qreal x2, qreal y2) + + + void + setP1 + https://doc.qt.io/qt-6/qlinef.html + setP1 + (const QPointF &p1) + + + void + setP2 + https://doc.qt.io/qt-6/qlinef.html + setP2 + (const QPointF &p2) + + + void + setPoints + https://doc.qt.io/qt-6/qlinef.html + setPoints + (const QPointF &p1, const QPointF &p2) + + + void + translate + https://doc.qt.io/qt-6/qlinef.html + translate + (const QPointF &offset) + + + void + translate + https://doc.qt.io/qt-6/qlinef.html + translate-1 + (qreal dx, qreal dy) + + + QLine + toLine + https://doc.qt.io/qt-6/qlinef.html + toLine + () const const + + + QLineF + normalVector + https://doc.qt.io/qt-6/qlinef.html + normalVector + () const const + + + QLineF + translated + https://doc.qt.io/qt-6/qlinef.html + translated + (const QPointF &offset) const const + + + QLineF + translated + https://doc.qt.io/qt-6/qlinef.html + translated-1 + (qreal dx, qreal dy) const const + + + QLineF + unitVector + https://doc.qt.io/qt-6/qlinef.html + unitVector + () const const + + + QLineF::IntersectionType + intersects + https://doc.qt.io/qt-6/qlinef.html + intersects + (const QLineF &line, QPointF *intersectionPoint) const const + + + QPointF + center + https://doc.qt.io/qt-6/qlinef.html + center + () const const + + + QPointF + p1 + https://doc.qt.io/qt-6/qlinef.html + p1 + () const const + + + QPointF + p2 + https://doc.qt.io/qt-6/qlinef.html + p2 + () const const + + + QPointF + pointAt + https://doc.qt.io/qt-6/qlinef.html + pointAt + (qreal t) const const + + + bool + isNull + https://doc.qt.io/qt-6/qlinef.html + isNull + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qlinef.html + operator-not-eq + (const QLineF &line) const const + + + bool + operator== + https://doc.qt.io/qt-6/qlinef.html + operator-eq-eq + (const QLineF &line) const const + + + qreal + angle + https://doc.qt.io/qt-6/qlinef.html + angle + () const const + + + qreal + angleTo + https://doc.qt.io/qt-6/qlinef.html + angleTo + (const QLineF &line) const const + + + qreal + dx + https://doc.qt.io/qt-6/qlinef.html + dx + () const const + + + qreal + dy + https://doc.qt.io/qt-6/qlinef.html + dy + () const const + + + qreal + length + https://doc.qt.io/qt-6/qlinef.html + length + () const const + + + qreal + x1 + https://doc.qt.io/qt-6/qlinef.html + x1 + () const const + + + qreal + x2 + https://doc.qt.io/qt-6/qlinef.html + x2 + () const const + + + qreal + y1 + https://doc.qt.io/qt-6/qlinef.html + y1 + () const const + + + qreal + y2 + https://doc.qt.io/qt-6/qlinef.html + y2 + () const const + + + IntersectType + https://doc.qt.io/qt-6/qlinef-obsolete.html + IntersectType-typedef + + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList::const_iterator + QList::iterator + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qlist.html + operator-lt-lt-4 + (QDataStream &out, const QList<T> &list) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qlist.html + operator-gt-gt + (QDataStream &in, QList<T> &list) + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-1 + () + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-5 + (InputIterator first, InputIterator last) + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-7 + (QList<T> &&other) + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-8 + (const QList<T> &other) + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-2 + (qsizetype size) + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-3 + (qsizetype size, QList::parameter_type value) + + + + QList + https://doc.qt.io/qt-6/qlist.html + QList-4 + (std::initializer_list<T> args) + + + QList::iterator + begin + https://doc.qt.io/qt-6/qlist.html + begin + () + + + QList::iterator + emplace + https://doc.qt.io/qt-6/qlist.html + emplace-1 + (QList::const_iterator before, Args &&... args) + + + QList::iterator + emplace + https://doc.qt.io/qt-6/qlist.html + emplace + (qsizetype i, Args &&... args) + + + QList::iterator + end + https://doc.qt.io/qt-6/qlist.html + end + () + + + QList::iterator + erase + https://doc.qt.io/qt-6/qlist.html + erase-1 + (QList::const_iterator begin, QList::const_iterator end) + + + QList::iterator + erase + https://doc.qt.io/qt-6/qlist.html + erase + (QList::const_iterator pos) + + + QList::iterator + insert + https://doc.qt.io/qt-6/qlist.html + insert-2 + (QList::const_iterator before, QList::parameter_type value) + + + QList::iterator + insert + https://doc.qt.io/qt-6/qlist.html + insert-4 + (QList::const_iterator before, QList::rvalue_ref value) + + + QList::iterator + insert + https://doc.qt.io/qt-6/qlist.html + insert-3 + (QList::const_iterator before, qsizetype count, QList::parameter_type value) + + + QList::iterator + insert + https://doc.qt.io/qt-6/qlist.html + insert + (qsizetype i, QList::parameter_type value) + + + QList::iterator + insert + https://doc.qt.io/qt-6/qlist.html + insert-5 + (qsizetype i, QList::rvalue_ref value) + + + QList::iterator + insert + https://doc.qt.io/qt-6/qlist.html + insert-1 + (qsizetype i, qsizetype count, QList::parameter_type value) + + + QList::pointer + data + https://doc.qt.io/qt-6/qlist.html + data + () + + + QList::reference + back + https://doc.qt.io/qt-6/qlist.html + back + () + + + QList::reference + emplaceBack + https://doc.qt.io/qt-6/qlist.html + emplaceBack + (Args &&... args) + + + QList::reference + emplace_back + https://doc.qt.io/qt-6/qlist.html + emplace_back + (Args &&... args) + + + QList::reference + front + https://doc.qt.io/qt-6/qlist.html + front + () + + + QList::reference + operator[] + https://doc.qt.io/qt-6/qlist.html + operator-5b-5d + (qsizetype i) + + + QList::reverse_iterator + rbegin + https://doc.qt.io/qt-6/qlist.html + rbegin + () + + + QList::reverse_iterator + rend + https://doc.qt.io/qt-6/qlist.html + rend + () + + + QList::value_type + takeFirst + https://doc.qt.io/qt-6/qlist.html + takeFirst + () + + + QList::value_type + takeLast + https://doc.qt.io/qt-6/qlist.html + takeLast + () + + + QList<T> & + fill + https://doc.qt.io/qt-6/qlist.html + fill + (QList::parameter_type value, qsizetype size) + + + QList<T> & + operator+= + https://doc.qt.io/qt-6/qlist.html + operator-2b-eq-2 + (QList::parameter_type value) + + + QList<T> & + operator+= + https://doc.qt.io/qt-6/qlist.html + operator-2b-eq-3 + (QList::rvalue_ref value) + + + QList<T> & + operator+= + https://doc.qt.io/qt-6/qlist.html + operator-2b-eq-1 + (QList<T> &&other) + + + QList<T> & + operator+= + https://doc.qt.io/qt-6/qlist.html + operator-2b-eq + (const QList<T> &other) + + + QList<T> & + operator<< + https://doc.qt.io/qt-6/qlist.html + operator-lt-lt + (QList::parameter_type value) + + + QList<T> & + operator<< + https://doc.qt.io/qt-6/qlist.html + operator-lt-lt-3 + (QList::rvalue_ref value) + + + QList<T> & + operator<< + https://doc.qt.io/qt-6/qlist.html + operator-lt-lt-2 + (QList<T> &&other) + + + QList<T> & + operator<< + https://doc.qt.io/qt-6/qlist.html + operator-lt-lt-1 + (const QList<T> &other) + + + QList<T> & + operator= + https://doc.qt.io/qt-6/qlist.html + operator-eq-2 + (QList<T> &&other) + + + QList<T> & + operator= + https://doc.qt.io/qt-6/qlist.html + operator-eq-1 + (const QList<T> &other) + + + QList<T> & + operator= + https://doc.qt.io/qt-6/qlist.html + operator-eq + (std::initializer_list<T> args) + + + QList<T> + fromList + https://doc.qt.io/qt-6/qlist-obsolete.html + fromList + (const QList<T> &list) + + + QList<T> + fromVector + https://doc.qt.io/qt-6/qlist-obsolete.html + fromVector + (const QList<T> &list) + + + QList<T> + operator+ + https://doc.qt.io/qt-6/qlist.html + operator-2b-3 + (QList<T> &&other) && + + + QList<T> + operator+ + https://doc.qt.io/qt-6/qlist.html + operator-2b-1 + (const QList<T> &other) && + + + T & + first + https://doc.qt.io/qt-6/qlist.html + first + () + + + T & + last + https://doc.qt.io/qt-6/qlist.html + last + () + + + T + takeAt + https://doc.qt.io/qt-6/qlist.html + takeAt + (qsizetype i) + + + bool + removeOne + https://doc.qt.io/qt-6/qlist.html + removeOne + (const AT &t) + + + qsizetype + erase + https://doc.qt.io/qt-6/qlist.html + erase-2 + (QList<T> &list, const AT &t) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qlist.html + erase_if + (QList<T> &list, Predicate pred) + + + qsizetype + removeAll + https://doc.qt.io/qt-6/qlist.html + removeAll + (const AT &t) + + + qsizetype + removeIf + https://doc.qt.io/qt-6/qlist.html + removeIf + (Predicate pred) + + + size_t + qHash + https://doc.qt.io/qt-6/qlist.html + qHash + (const QList<T> &key, size_t seed) + + + void + append + https://doc.qt.io/qt-6/qlist.html + append + (QList::parameter_type value) + + + void + append + https://doc.qt.io/qt-6/qlist.html + append-2 + (QList::rvalue_ref value) + + + void + append + https://doc.qt.io/qt-6/qlist.html + append-4 + (QList<T> &&value) + + + void + append + https://doc.qt.io/qt-6/qlist.html + append-3 + (const QList<T> &value) + + + void + clear + https://doc.qt.io/qt-6/qlist.html + clear + () + + + void + move + https://doc.qt.io/qt-6/qlist.html + move + (qsizetype from, qsizetype to) + + + void + pop_back + https://doc.qt.io/qt-6/qlist.html + pop_back + () + + + void + pop_front + https://doc.qt.io/qt-6/qlist.html + pop_front + () + + + void + prepend + https://doc.qt.io/qt-6/qlist.html + prepend-1 + (QList::parameter_type value) + + + void + prepend + https://doc.qt.io/qt-6/qlist.html + prepend + (QList::rvalue_ref value) + + + void + push_back + https://doc.qt.io/qt-6/qlist.html + push_back + (QList::parameter_type value) + + + void + push_back + https://doc.qt.io/qt-6/qlist.html + push_back-1 + (QList::rvalue_ref value) + + + void + push_front + https://doc.qt.io/qt-6/qlist.html + push_front-1 + (QList::parameter_type value) + + + void + push_front + https://doc.qt.io/qt-6/qlist.html + push_front + (QList::rvalue_ref value) + + + void + remove + https://doc.qt.io/qt-6/qlist.html + remove + (qsizetype i, qsizetype n) + + + void + removeAt + https://doc.qt.io/qt-6/qlist.html + removeAt + (qsizetype i) + + + void + removeFirst + https://doc.qt.io/qt-6/qlist.html + removeFirst + () + + + void + removeLast + https://doc.qt.io/qt-6/qlist.html + removeLast + () + + + void + replace + https://doc.qt.io/qt-6/qlist.html + replace + (qsizetype i, QList::parameter_type value) + + + void + replace + https://doc.qt.io/qt-6/qlist.html + replace-1 + (qsizetype i, QList::rvalue_ref value) + + + void + reserve + https://doc.qt.io/qt-6/qlist.html + reserve + (qsizetype size) + + + void + resize + https://doc.qt.io/qt-6/qlist.html + resize + (qsizetype size) + + + void + shrink_to_fit + https://doc.qt.io/qt-6/qlist.html + shrink_to_fit + () + + + void + squeeze + https://doc.qt.io/qt-6/qlist.html + squeeze + () + + + void + swap + https://doc.qt.io/qt-6/qlist.html + swap + (QList<T> &other) + + + void + swapItemsAt + https://doc.qt.io/qt-6/qlist.html + swapItemsAt + (qsizetype i, qsizetype j) + + + + ~QList + https://doc.qt.io/qt-6/qlist.html + dtor.QList + () + + + QList::const_iterator + begin + https://doc.qt.io/qt-6/qlist.html + begin-1 + () const const + + + QList::const_iterator + cbegin + https://doc.qt.io/qt-6/qlist.html + cbegin + () const const + + + QList::const_iterator + cend + https://doc.qt.io/qt-6/qlist.html + cend + () const const + + + QList::const_iterator + constBegin + https://doc.qt.io/qt-6/qlist.html + constBegin + () const const + + + QList::const_iterator + constEnd + https://doc.qt.io/qt-6/qlist.html + constEnd + () const const + + + QList::const_iterator + end + https://doc.qt.io/qt-6/qlist.html + end-1 + () const const + + + QList::const_pointer + constData + https://doc.qt.io/qt-6/qlist.html + constData + () const const + + + QList::const_pointer + data + https://doc.qt.io/qt-6/qlist.html + data-1 + () const const + + + QList::const_reference + at + https://doc.qt.io/qt-6/qlist.html + at + (qsizetype i) const const + + + QList::const_reference + back + https://doc.qt.io/qt-6/qlist.html + back-1 + () const const + + + QList::const_reference + front + https://doc.qt.io/qt-6/qlist.html + front-1 + () const const + + + QList::const_reference + operator[] + https://doc.qt.io/qt-6/qlist.html + operator-5b-5d-1 + (qsizetype i) const const + + + QList::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qlist.html + crbegin + () const const + + + QList::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qlist.html + crend + () const const + + + QList::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qlist.html + rbegin-1 + () const const + + + QList::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qlist.html + rend-1 + () const const + + + QList<T> + first + https://doc.qt.io/qt-6/qlist.html + first-2 + (qsizetype n) const const + + + QList<T> + last + https://doc.qt.io/qt-6/qlist.html + last-2 + (qsizetype n) const const + + + QList<T> + mid + https://doc.qt.io/qt-6/qlist.html + mid + (qsizetype pos, qsizetype length) const const + + + QList<T> + operator+ + https://doc.qt.io/qt-6/qlist.html + operator-2b-2 + (QList<T> &&other) const & const + + + QList<T> + operator+ + https://doc.qt.io/qt-6/qlist.html + operator-2b + (const QList<T> &other) const & const + + + QList<T> + sliced + https://doc.qt.io/qt-6/qlist.html + sliced-1 + (qsizetype pos) const const + + + QList<T> + sliced + https://doc.qt.io/qt-6/qlist.html + sliced + (qsizetype pos, qsizetype n) const const + + + QList<T> + toList + https://doc.qt.io/qt-6/qlist-obsolete.html + toList + () const const + + + QList<T> + toVector + https://doc.qt.io/qt-6/qlist-obsolete.html + toVector + () const const + + + T + value + https://doc.qt.io/qt-6/qlist.html + value + (qsizetype i) const const + + + T + value + https://doc.qt.io/qt-6/qlist.html + value-1 + (qsizetype i, QList::parameter_type defaultValue) const const + + + bool + contains + https://doc.qt.io/qt-6/qlist.html + contains + (const AT &value) const const + + + bool + empty + https://doc.qt.io/qt-6/qlist.html + empty + () const const + + + bool + endsWith + https://doc.qt.io/qt-6/qlist.html + endsWith + (QList::parameter_type value) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qlist.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qlist.html + operator-not-eq + (const QList<T> &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qlist.html + operator-lt + (const QList<T> &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qlist.html + operator-lt-eq + (const QList<T> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qlist.html + operator-eq-eq + (const QList<T> &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qlist.html + operator-gt + (const QList<T> &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qlist.html + operator-gt-eq + (const QList<T> &other) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qlist.html + startsWith + (QList::parameter_type value) const const + + + const T & + constFirst + https://doc.qt.io/qt-6/qlist.html + constFirst + () const const + + + const T & + constLast + https://doc.qt.io/qt-6/qlist.html + constLast + () const const + + + const T & + first + https://doc.qt.io/qt-6/qlist.html + first-1 + () const const + + + const T & + last + https://doc.qt.io/qt-6/qlist.html + last-1 + () const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qlist.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qlist.html + count-1 + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qlist.html + count + (const AT &value) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qlist.html + indexOf + (const AT &value, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qlist.html + lastIndexOf + (const AT &value, qsizetype from) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qlist.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qlist.html + size + () const const + + + ConstIterator + https://doc.qt.io/qt-6/qlist.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qlist.html + Iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qlist.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qlist.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qlist.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qlist.html + difference_type-typedef + + + + parameter_type + https://doc.qt.io/qt-6/qlist.html + parameter_type-typedef + + + + pointer + https://doc.qt.io/qt-6/qlist.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qlist.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qlist.html + reverse_iterator-typedef + + + + rvalue_ref + https://doc.qt.io/qt-6/qlist.html + rvalue_ref-typedef + + + + size_type + https://doc.qt.io/qt-6/qlist.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qlist.html + value_type-typedef + + + + + QList::const_iterator + https://doc.qt.io/qt-6/qlist-const-iterator.html + + + QList::iterator + https://doc.qt.io/qt-6/qlist-iterator.html + + + QListIterator + https://doc.qt.io/qt-6/qlistiterator.html + + + QListIterator + https://doc.qt.io/qt-6/qlistiterator.html + QListIterator + (const QList<T> &list) + + + QListIterator<T> & + operator= + https://doc.qt.io/qt-6/qlistiterator.html + operator-eq + (const QList<T> &container) + + + bool + findNext + https://doc.qt.io/qt-6/qlistiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qlistiterator.html + findPrevious + (const T &value) + + + const T & + next + https://doc.qt.io/qt-6/qlistiterator.html + next + () + + + const T & + previous + https://doc.qt.io/qt-6/qlistiterator.html + previous + () + + + void + toBack + https://doc.qt.io/qt-6/qlistiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qlistiterator.html + toFront + () + + + bool + hasNext + https://doc.qt.io/qt-6/qlistiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qlistiterator.html + hasPrevious + () const const + + + const T & + peekNext + https://doc.qt.io/qt-6/qlistiterator.html + peekNext + () const const + + + const T & + peekPrevious + https://doc.qt.io/qt-6/qlistiterator.html + peekPrevious + () const const + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + + Country + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + AnyTerritory + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Afghanistan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + AlandIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Albania + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Algeria + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + AmericanSamoa + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Andorra + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Angola + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Anguilla + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Antarctica + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + AntiguaAndBarbuda + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Argentina + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Armenia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Aruba + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + AscensionIsland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Australia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Austria + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Azerbaijan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bahamas + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bahrain + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bangladesh + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Barbados + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Belarus + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Belgium + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Belize + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Benin + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bermuda + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bhutan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bolivia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + BosniaAndHerzegovina + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Botswana + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + BouvetIsland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Brazil + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + BritishIndianOceanTerritory + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + BritishVirginIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Brunei + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bulgaria + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + BurkinaFaso + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Burundi + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Cambodia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Cameroon + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Canada + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CanaryIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CapeVerde + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CaribbeanNetherlands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CaymanIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CentralAfricanRepublic + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CeutaAndMelilla + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Chad + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Chile + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + China + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + ChristmasIsland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + ClippertonIsland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CocosIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Colombia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Comoros + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CongoBrazzaville + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CongoKinshasa + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CookIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CostaRica + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Croatia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Cuba + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Curacao + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Cyprus + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Czechia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Denmark + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + DiegoGarcia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Djibouti + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Dominica + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + DominicanRepublic + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Ecuador + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Egypt + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + ElSalvador + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + EquatorialGuinea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Eritrea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Estonia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Eswatini + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Ethiopia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Europe + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + EuropeanUnion + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + FalklandIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + FaroeIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Fiji + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Finland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + France + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + FrenchGuiana + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + FrenchPolynesia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + FrenchSouthernTerritories + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Gabon + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Gambia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Georgia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Germany + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Ghana + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Gibraltar + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Greece + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Greenland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Grenada + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Guadeloupe + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Guam + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Guatemala + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Guernsey + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + GuineaBissau + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Guinea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Guyana + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Haiti + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + HeardAndMcDonaldIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Honduras + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + HongKong + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Hungary + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Iceland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + India + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Indonesia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Iran + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Iraq + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Ireland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + IsleOfMan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Israel + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Italy + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + IvoryCoast + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Jamaica + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Japan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Jersey + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Jordan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Kazakhstan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Kenya + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Kiribati + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Kosovo + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Kuwait + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Kyrgyzstan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Laos + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + LatinAmerica + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Latvia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Lebanon + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Lesotho + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Liberia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Libya + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Liechtenstein + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Lithuania + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Luxembourg + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Macao + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Macedonia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Madagascar + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Malawi + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Malaysia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Maldives + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mali + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Malta + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + MarshallIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Martinique + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mauritania + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mauritius + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mayotte + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mexico + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Micronesia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Moldova + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Monaco + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mongolia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Montenegro + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Montserrat + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Morocco + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Mozambique + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Myanmar + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Namibia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NauruTerritory + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Nepal + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Netherlands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NewCaledonia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NewZealand + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Nicaragua + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Nigeria + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Niger + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Niue + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NorfolkIsland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NorthernMarianaIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NorthKorea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Norway + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Oman + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + OutlyingOceania + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Pakistan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Palau + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + PalestinianTerritories + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Panama + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + PapuaNewGuinea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Paraguay + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Peru + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Philippines + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Pitcairn + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Poland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Portugal + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + PuertoRico + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Qatar + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Reunion + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Romania + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Russia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Rwanda + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintBarthelemy + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintHelena + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintKittsAndNevis + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintLucia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintMartin + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintPierreAndMiquelon + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintVincentAndGrenadines + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Samoa + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SanMarino + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaoTomeAndPrincipe + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaudiArabia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Senegal + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Serbia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Seychelles + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SierraLeone + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Singapore + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SintMaarten + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Slovakia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Slovenia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SolomonIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Somalia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SouthAfrica + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SouthGeorgiaAndSouthSandwichIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SouthKorea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SouthSudan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Spain + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SriLanka + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Sudan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Suriname + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SvalbardAndJanMayen + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Sweden + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Switzerland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Syria + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Taiwan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Tajikistan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Tanzania + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Thailand + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TimorLeste + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Togo + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TokelauTerritory + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Tonga + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TrinidadAndTobago + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TristanDaCunha + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Tunisia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Turkey + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Turkmenistan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TurksAndCaicosIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TuvaluTerritory + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Uganda + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Ukraine + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + UnitedArabEmirates + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + UnitedKingdom + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + UnitedStatesOutlyingIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + UnitedStates + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + UnitedStatesVirginIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Uruguay + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Uzbekistan + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Vanuatu + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + VaticanCity + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Venezuela + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Vietnam + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + WallisAndFutuna + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + WesternSahara + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + World + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Yemen + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Zambia + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Zimbabwe + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + AnyCountry + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Bonaire + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + BosniaAndHerzegowina + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CuraSao + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CzechRepublic + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + DemocraticRepublicOfCongo + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + DemocraticRepublicOfKorea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + EastTimor + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + LatinAmericaAndTheCaribbean + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Macau + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + NauruCountry + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + PeoplesRepublicOfCongo + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + RepublicOfKorea + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + RussianFederation + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SaintVincentAndTheGrenadines + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SouthGeorgiaAndTheSouthSandwichIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SvalbardAndJanMayenIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + Swaziland + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + SyrianArabRepublic + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TokelauCountry + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + TuvaluCountry + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + UnitedStatesMinorOutlyingIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + VaticanCityState + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + WallisAndFutunaIslands + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + LastTerritory + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + LastCountry + https://doc.qt.io/qt-6/qlocale.html + Country-enum + + + + CurrencySymbolFormat + https://doc.qt.io/qt-6/qlocale.html + CurrencySymbolFormat-enum + + + CurrencyIsoCode + https://doc.qt.io/qt-6/qlocale.html + CurrencySymbolFormat-enum + + + + CurrencySymbol + https://doc.qt.io/qt-6/qlocale.html + CurrencySymbolFormat-enum + + + + CurrencyDisplayName + https://doc.qt.io/qt-6/qlocale.html + CurrencySymbolFormat-enum + + + + DataSizeFormat + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + DataSizeBase1000 + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + + DataSizeSIQuantifiers + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + + DataSizeIecFormat + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + + DataSizeTraditionalFormat + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + + DataSizeSIFormat + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + + FloatingPointPrecisionOption + https://doc.qt.io/qt-6/qlocale.html + FloatingPointPrecisionOption-enum + + + FloatingPointShortest + https://doc.qt.io/qt-6/qlocale.html + FloatingPointPrecisionOption-enum + + + + FormatType + https://doc.qt.io/qt-6/qlocale.html + FormatType-enum + + + LongFormat + https://doc.qt.io/qt-6/qlocale.html + FormatType-enum + + + + ShortFormat + https://doc.qt.io/qt-6/qlocale.html + FormatType-enum + + + + NarrowFormat + https://doc.qt.io/qt-6/qlocale.html + FormatType-enum + + + + Language + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + AnyLanguage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + C + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Abkhazian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Afar + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Afrikaans + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Aghem + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Akan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Akkadian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Akoose + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Albanian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + AmericanSignLanguage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Amharic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + AncientEgyptian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + AncientGreek + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Arabic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Aragonese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Aramaic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Armenian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Assamese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Asturian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Asu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Atsam + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Avaric + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Avestan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Aymara + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Azerbaijani + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bafia + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Balinese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bambara + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bamun + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bangla + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Basaa + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bashkir + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Basque + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + BatakToba + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Belarusian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bemba + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bena + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bhojpuri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bislama + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Blin + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bodo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bosnian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Breton + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Buginese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bulgarian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Burmese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Cantonese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Catalan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Cebuano + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + CentralAtlasTamazight + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + CentralKurdish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chakma + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chamorro + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chechen + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Cherokee + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chickasaw + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chiga + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chinese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Church + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chuvash + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Colognian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Coptic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Cornish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Corsican + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Cree + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Croatian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Czech + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Danish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Divehi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Dogri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Duala + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Dutch + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Dzongkha + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Embu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + English + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Erzya + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Esperanto + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Estonian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ewe + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ewondo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Faroese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Fijian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Filipino + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Finnish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + French + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Friulian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Fulah + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Gaelic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ga + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Galician + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ganda + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Geez + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Georgian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + German + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Gothic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Greek + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Guarani + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Gujarati + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Gusii + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Haitian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Hausa + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Hawaiian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Hebrew + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Herero + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Hindi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + HiriMotu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Hungarian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Icelandic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ido + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Igbo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + InariSami + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Indonesian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ingush + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Interlingua + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Interlingue + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Inuktitut + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Inupiaq + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Irish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Italian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Japanese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Javanese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Jju + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + JolaFonyi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kabuverdianu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kabyle + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kako + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kalaallisut + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kalenjin + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kamba + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kannada + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kanuri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kashmiri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kazakh + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kenyang + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Khmer + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kiche + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kikuyu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kinyarwanda + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Komi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kongo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Konkani + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Korean + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Koro + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + KoyraboroSenni + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + KoyraChiini + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kpelle + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kuanyama + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kurdish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kwasio + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kyrgyz + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Lakota + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Langi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Lao + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Latin + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Latvian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Lezghian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Limburgish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Lingala + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LiteraryChinese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Lithuanian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Lojban + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LowerSorbian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LowGerman + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LubaKatanga + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LuleSami + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Luo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Luxembourgish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Luyia + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Macedonian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Machame + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Maithili + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + MakhuwaMeetto + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Makonde + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Malagasy + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Malayalam + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Malay + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Maltese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mandingo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Manipuri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Manx + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Maori + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mapuche + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Marathi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Marshallese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Masai + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mazanderani + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mende + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Meru + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Meta + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mohawk + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mongolian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Morisyen + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Mundang + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Muscogee + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nama + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NauruLanguage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Navajo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ndonga + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nepali + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Newari + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ngiemboon + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ngomba + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NigerianPidgin + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nko + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorthernLuri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorthernSami + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorthernSotho + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorthNdebele + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorwegianBokmal + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorwegianNynorsk + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nuer + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nyanja + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nyankole + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Occitan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Odia + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ojibwa + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + OldIrish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + OldNorse + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + OldPersian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Oromo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Osage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ossetic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Pahlavi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Palauan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Pali + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Papiamento + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Pashto + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Persian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Phoenician + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Polish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Portuguese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Prussian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Punjabi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Quechua + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Romanian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Romansh + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Rombo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Rundi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Russian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Rwa + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Saho + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sakha + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Samburu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Samoan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sango + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sangu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sanskrit + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Santali + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sardinian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Saurashtra + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sena + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Serbian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Shambala + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Shona + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SichuanYi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sicilian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sidamo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Silesian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sindhi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sinhala + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SkoltSami + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Slovak + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Slovenian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Soga + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Somali + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SouthernKurdish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SouthernSami + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SouthernSotho + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SouthNdebele + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Spanish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + StandardMoroccanTamazight + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Sundanese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Swahili + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Swati + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Swedish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + SwissGerman + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Syriac + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tachelhit + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tahitian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + TaiDam + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Taita + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tajik + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tamil + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Taroko + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tasawaq + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tatar + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Telugu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Teso + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Thai + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tibetan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tigre + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tigrinya + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + TokelauLanguage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + TokPisin + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tongan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tsonga + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tswana + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Turkish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Turkmen + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + TuvaluLanguage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Tyap + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ugaritic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Ukrainian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + UpperSorbian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Urdu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Uyghur + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Uzbek + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Vai + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Venda + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Vietnamese + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Volapuk + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Vunjo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Walloon + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Walser + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Warlpiri + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Welsh + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + WesternBalochi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + WesternFrisian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Wolaytta + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Wolof + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Xhosa + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Yangben + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Yiddish + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Yoruba + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Zarma + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Zhuang + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Zulu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kaingang + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Nheengatu + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Haryanvi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + NorthernFrisian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Rajasthani + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Moksha + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + TokiPona + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Pijin + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Obolo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Afan + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bengali + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Bhutani + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Byelorussian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Cambodian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + CentralMoroccoTamazight + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Chewa + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Frisian + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Greenlandic + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Inupiak + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kirghiz + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kurundi + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Kwanyama + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Navaho + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Oriya + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + RhaetoRomance + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Uighur + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Uigur + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + Walamo + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LastLanguage + https://doc.qt.io/qt-6/qlocale.html + Language-enum + + + + LanguageCodeType + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + ISO639Part1 + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639Part2B + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639Part2T + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639Part3 + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + LegacyLanguageCode + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639Part2 + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639Alpha2 + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639Alpha3 + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + ISO639 + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + AnyLanguageCode + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + MeasurementSystem + https://doc.qt.io/qt-6/qlocale.html + MeasurementSystem-enum + + + MetricSystem + https://doc.qt.io/qt-6/qlocale.html + MeasurementSystem-enum + + + + ImperialUSSystem + https://doc.qt.io/qt-6/qlocale.html + MeasurementSystem-enum + + + + ImperialUKSystem + https://doc.qt.io/qt-6/qlocale.html + MeasurementSystem-enum + + + + ImperialSystem + https://doc.qt.io/qt-6/qlocale.html + MeasurementSystem-enum + + + + NumberOption + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + DefaultNumberOptions + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + OmitGroupSeparator + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + RejectGroupSeparator + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + OmitLeadingZeroInExponent + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + RejectLeadingZeroInExponent + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + IncludeTrailingZeroesAfterDot + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + RejectTrailingZeroesAfterDot + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + QuotationStyle + https://doc.qt.io/qt-6/qlocale.html + QuotationStyle-enum + + + StandardQuotation + https://doc.qt.io/qt-6/qlocale.html + QuotationStyle-enum + + + + AlternateQuotation + https://doc.qt.io/qt-6/qlocale.html + QuotationStyle-enum + + + + Script + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + AnyScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + AdlamScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + AhomScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + AnatolianHieroglyphsScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ArabicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ArmenianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + AvestanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BalineseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BamumScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BanglaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BassaVahScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BatakScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BhaiksukiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BopomofoScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BrahmiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BrailleScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BugineseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BuhidScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CanadianAboriginalScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CarianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CaucasianAlbanianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ChakmaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ChamScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CherokeeScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CopticScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CuneiformScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CypriotScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + CyrillicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + DeseretScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + DevanagariScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + DuployanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + EgyptianHieroglyphsScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ElbasanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + EthiopicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + FraserScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GeorgianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GlagoliticScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GothicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GranthaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GreekScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GujaratiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + GurmukhiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HangulScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HanunooScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HanWithBopomofoScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HatranScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HebrewScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + HiraganaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ImperialAramaicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + InscriptionalPahlaviScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + InscriptionalParthianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + JamoScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + JapaneseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + JavaneseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KaithiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KannadaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KatakanaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KayahLiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KharoshthiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KhmerScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KhojkiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KhudawadiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + KoreanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LannaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LaoScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LatinScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LepchaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LimbuScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LinearAScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LinearBScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LycianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LydianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MahajaniScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MalayalamScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MandaeanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ManichaeanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MarchenScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MeiteiMayekScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MendeScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MeroiticCursiveScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MeroiticScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ModiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MongolianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MroScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MultaniScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MyanmarScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + NabataeanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + NewaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + NewTaiLueScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + NkoScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OdiaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OghamScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OlChikiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OldHungarianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OldItalicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OldNorthArabianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OldPermicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OldPersianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OldSouthArabianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OrkhonScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OsageScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OsmanyaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PahawhHmongScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PalmyreneScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PauCinHauScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PhagsPaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PhoenicianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PollardPhoneticScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + PsalterPahlaviScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + RejangScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + RunicScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SamaritanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SaurashtraScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SharadaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ShavianScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SiddhamScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SignWritingScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SimplifiedHanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SinhalaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SoraSompengScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SundaneseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SylotiNagriScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SyriacScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TagalogScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TagbanwaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TaiLeScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TaiVietScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TakriScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TamilScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TangutScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TeluguScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ThaanaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + ThaiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TibetanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TifinaghScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TirhutaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TraditionalHanScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + UgariticScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + VaiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + VarangKshitiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + YiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + BengaliScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + MendeKikakuiScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + OriyaScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + SimplifiedChineseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + TraditionalChineseScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + LastScript + https://doc.qt.io/qt-6/qlocale.html + Script-enum + + + + QList<QLocale::Country> + countriesForLanguage + https://doc.qt.io/qt-6/qlocale-obsolete.html + countriesForLanguage + (QLocale::Language language) + + + QList<QLocale> + matchingLocales + https://doc.qt.io/qt-6/qlocale.html + matchingLocales + (QLocale::Language language, QLocale::Script script, QLocale::Territory territory) + + + QLocale & + operator= + https://doc.qt.io/qt-6/qlocale.html + operator-eq-1 + (const QLocale &other) + + + QLocale + c + https://doc.qt.io/qt-6/qlocale.html + c + () + + + QLocale + system + https://doc.qt.io/qt-6/qlocale.html + system + () + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + QLocale + () + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + QLocale-4 + (QLocale::Language language, QLocale::Script script, QLocale::Territory territory) + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + QLocale-3 + (QLocale::Language language, QLocale::Territory territory) + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + QLocale-2 + (QStringView name) + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + QLocale-5 + (const QLocale &other) + + + + QLocale + https://doc.qt.io/qt-6/qlocale.html + QLocale-1 + (const QString &name) + + + QLocale::Country + codeToCountry + https://doc.qt.io/qt-6/qlocale-obsolete.html + codeToCountry + (QStringView countryCode) + + + QLocale::Language + codeToLanguage + https://doc.qt.io/qt-6/qlocale.html + codeToLanguage + (QStringView languageCode, QLocale::LanguageCodeTypes codeTypes) + + + QLocale::Script + codeToScript + https://doc.qt.io/qt-6/qlocale.html + codeToScript + (QStringView scriptCode) + + + QLocale::Territory + codeToTerritory + https://doc.qt.io/qt-6/qlocale.html + codeToTerritory + (QStringView territoryCode) + + + QString + countryToCode + https://doc.qt.io/qt-6/qlocale-obsolete.html + countryToCode + (QLocale::Country country) + + + QString + countryToString + https://doc.qt.io/qt-6/qlocale-obsolete.html + countryToString + (QLocale::Country country) + + + QString + languageToCode + https://doc.qt.io/qt-6/qlocale.html + languageToCode + (QLocale::Language language, QLocale::LanguageCodeTypes codeTypes) + + + QString + languageToString + https://doc.qt.io/qt-6/qlocale.html + languageToString + (QLocale::Language language) + + + QString + scriptToCode + https://doc.qt.io/qt-6/qlocale.html + scriptToCode + (QLocale::Script script) + + + QString + scriptToString + https://doc.qt.io/qt-6/qlocale.html + scriptToString + (QLocale::Script script) + + + QString + territoryToCode + https://doc.qt.io/qt-6/qlocale.html + territoryToCode + (QLocale::Territory territory) + + + QString + territoryToString + https://doc.qt.io/qt-6/qlocale.html + territoryToString + (QLocale::Territory territory) + + + bool + operator!= + https://doc.qt.io/qt-6/qlocale.html + operator-not-eq + (const QLocale &lhs, const QLocale &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qlocale.html + operator-eq-eq + (const QLocale &lhs, const QLocale &rhs) + + + size_t + qHash + https://doc.qt.io/qt-6/qlocale.html + qHash + (const QLocale &key, size_t seed) + + + void + setDefault + https://doc.qt.io/qt-6/qlocale.html + setDefault + (const QLocale &locale) + + + void + setNumberOptions + https://doc.qt.io/qt-6/qlocale.html + setNumberOptions + (QLocale::NumberOptions options) + + + void + swap + https://doc.qt.io/qt-6/qlocale.html + swap + (QLocale &other) + + + + ~QLocale + https://doc.qt.io/qt-6/qlocale.html + dtor.QLocale + () + + + QDate + toDate + https://doc.qt.io/qt-6/qlocale.html + toDate + (const QString &string, QLocale::FormatType format) const const + + + QDate + toDate + https://doc.qt.io/qt-6/qlocale.html + toDate-2 + (const QString &string, QLocale::FormatType format, QCalendar cal) const const + + + QDate + toDate + https://doc.qt.io/qt-6/qlocale.html + toDate-1 + (const QString &string, const QString &format) const const + + + QDate + toDate + https://doc.qt.io/qt-6/qlocale.html + toDate-3 + (const QString &string, const QString &format, QCalendar cal) const const + + + QDateTime + toDateTime + https://doc.qt.io/qt-6/qlocale.html + toDateTime + (const QString &string, QLocale::FormatType format) const const + + + QDateTime + toDateTime + https://doc.qt.io/qt-6/qlocale.html + toDateTime-2 + (const QString &string, QLocale::FormatType format, QCalendar cal) const const + + + QDateTime + toDateTime + https://doc.qt.io/qt-6/qlocale.html + toDateTime-1 + (const QString &string, const QString &format) const const + + + QDateTime + toDateTime + https://doc.qt.io/qt-6/qlocale.html + toDateTime-3 + (const QString &string, const QString &format, QCalendar cal) const const + + + QList<Qt::DayOfWeek> + weekdays + https://doc.qt.io/qt-6/qlocale.html + weekdays + () const const + + + QLocale + collation + https://doc.qt.io/qt-6/qlocale.html + collation + () const const + + + QLocale::Country + country + https://doc.qt.io/qt-6/qlocale-obsolete.html + country + () const const + + + QLocale::Language + language + https://doc.qt.io/qt-6/qlocale.html + language + () const const + + + QLocale::MeasurementSystem + measurementSystem + https://doc.qt.io/qt-6/qlocale.html + measurementSystem + () const const + + + QLocale::NumberOptions + numberOptions + https://doc.qt.io/qt-6/qlocale.html + numberOptions + () const const + + + QLocale::Script + script + https://doc.qt.io/qt-6/qlocale.html + script + () const const + + + QLocale::Territory + territory + https://doc.qt.io/qt-6/qlocale.html + territory + () const const + + + QString + amText + https://doc.qt.io/qt-6/qlocale.html + amText + () const const + + + QString + bcp47Name + https://doc.qt.io/qt-6/qlocale.html + bcp47Name + () const const + + + QString + createSeparatedList + https://doc.qt.io/qt-6/qlocale.html + createSeparatedList + (const QStringList &list) const const + + + QString + currencySymbol + https://doc.qt.io/qt-6/qlocale.html + currencySymbol + (QLocale::CurrencySymbolFormat format) const const + + + QString + dateFormat + https://doc.qt.io/qt-6/qlocale.html + dateFormat + (QLocale::FormatType format) const const + + + QString + dateTimeFormat + https://doc.qt.io/qt-6/qlocale.html + dateTimeFormat + (QLocale::FormatType format) const const + + + QString + dayName + https://doc.qt.io/qt-6/qlocale.html + dayName + (int day, QLocale::FormatType type) const const + + + QString + decimalPoint + https://doc.qt.io/qt-6/qlocale.html + decimalPoint + () const const + + + QString + exponential + https://doc.qt.io/qt-6/qlocale.html + exponential + () const const + + + QString + formattedDataSize + https://doc.qt.io/qt-6/qlocale.html + formattedDataSize + (qint64 bytes, int precision, QLocale::DataSizeFormats format) const const + + + QString + groupSeparator + https://doc.qt.io/qt-6/qlocale.html + groupSeparator + () const const + + + QString + monthName + https://doc.qt.io/qt-6/qlocale.html + monthName + (int month, QLocale::FormatType type) const const + + + QString + name + https://doc.qt.io/qt-6/qlocale.html + name + () const const + + + QString + nativeCountryName + https://doc.qt.io/qt-6/qlocale-obsolete.html + nativeCountryName + () const const + + + QString + nativeLanguageName + https://doc.qt.io/qt-6/qlocale.html + nativeLanguageName + () const const + + + QString + nativeTerritoryName + https://doc.qt.io/qt-6/qlocale.html + nativeTerritoryName + () const const + + + QString + negativeSign + https://doc.qt.io/qt-6/qlocale.html + negativeSign + () const const + + + QString + percent + https://doc.qt.io/qt-6/qlocale.html + percent + () const const + + + QString + pmText + https://doc.qt.io/qt-6/qlocale.html + pmText + () const const + + + QString + positiveSign + https://doc.qt.io/qt-6/qlocale.html + positiveSign + () const const + + + QString + quoteString + https://doc.qt.io/qt-6/qlocale.html + quoteString-1 + (QStringView str, QLocale::QuotationStyle style) const const + + + QString + quoteString + https://doc.qt.io/qt-6/qlocale.html + quoteString + (const QString &str, QLocale::QuotationStyle style) const const + + + QString + standaloneDayName + https://doc.qt.io/qt-6/qlocale.html + standaloneDayName + (int day, QLocale::FormatType type) const const + + + QString + standaloneMonthName + https://doc.qt.io/qt-6/qlocale.html + standaloneMonthName + (int month, QLocale::FormatType type) const const + + + QString + timeFormat + https://doc.qt.io/qt-6/qlocale.html + timeFormat + (QLocale::FormatType format) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-6 + (double value, const QString &symbol, int precision) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-7 + (float i, const QString &symbol, int precision) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-4 + (int value, const QString &symbol) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString + (qlonglong value, const QString &symbol) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-1 + (qulonglong value, const QString &symbol) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-2 + (short value, const QString &symbol) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-5 + (uint value, const QString &symbol) const const + + + QString + toCurrencyString + https://doc.qt.io/qt-6/qlocale.html + toCurrencyString-3 + (ushort value, const QString &symbol) const const + + + QString + toLower + https://doc.qt.io/qt-6/qlocale.html + toLower + (const QString &str) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-16 + (QDate date, QLocale::FormatType format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-20 + (QDate date, QLocale::FormatType format, QCalendar cal) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-13 + (QDate date, QStringView format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-19 + (QDate date, QStringView format, QCalendar cal) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-10 + (QDate date, const QString &format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-17 + (QTime time, QLocale::FormatType format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-14 + (QTime time, QStringView format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-11 + (QTime time, const QString &format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-18 + (const QDateTime &dateTime, QLocale::FormatType format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-21 + (const QDateTime &dateTime, QLocale::FormatType format, QCalendar cal) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-15 + (const QDateTime &dateTime, QStringView format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-22 + (const QDateTime &dateTime, QStringView format, QCalendar cal) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-12 + (const QDateTime &dateTime, const QString &format) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-8 + (double f, char format, int precision) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-9 + (float f, char format, int precision) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-6 + (int i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-2 + (long i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString + (qlonglong i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-1 + (qulonglong i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-4 + (short i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-7 + (uint i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-3 + (ulong i) const const + + + QString + toString + https://doc.qt.io/qt-6/qlocale.html + toString-5 + (ushort i) const const + + + QString + toUpper + https://doc.qt.io/qt-6/qlocale.html + toUpper + (const QString &str) const const + + + QString + zeroDigit + https://doc.qt.io/qt-6/qlocale.html + zeroDigit + () const const + + + QStringList + uiLanguages + https://doc.qt.io/qt-6/qlocale.html + uiLanguages + () const const + + + QTime + toTime + https://doc.qt.io/qt-6/qlocale.html + toTime + (const QString &string, QLocale::FormatType format) const const + + + QTime + toTime + https://doc.qt.io/qt-6/qlocale.html + toTime-1 + (const QString &string, const QString &format) const const + + + Qt::DayOfWeek + firstDayOfWeek + https://doc.qt.io/qt-6/qlocale.html + firstDayOfWeek + () const const + + + Qt::LayoutDirection + textDirection + https://doc.qt.io/qt-6/qlocale.html + textDirection + () const const + + + double + toDouble + https://doc.qt.io/qt-6/qlocale.html + toDouble-1 + (QStringView s, bool *ok) const const + + + double + toDouble + https://doc.qt.io/qt-6/qlocale.html + toDouble + (const QString &s, bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qlocale.html + toFloat-1 + (QStringView s, bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qlocale.html + toFloat + (const QString &s, bool *ok) const const + + + int + toInt + https://doc.qt.io/qt-6/qlocale.html + toInt-1 + (QStringView s, bool *ok) const const + + + int + toInt + https://doc.qt.io/qt-6/qlocale.html + toInt + (const QString &s, bool *ok) const const + + + long + toLong + https://doc.qt.io/qt-6/qlocale.html + toLong-1 + (QStringView s, bool *ok) const const + + + long + toLong + https://doc.qt.io/qt-6/qlocale.html + toLong + (const QString &s, bool *ok) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qlocale.html + toLongLong-1 + (QStringView s, bool *ok) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qlocale.html + toLongLong + (const QString &s, bool *ok) const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qlocale.html + toULongLong-1 + (QStringView s, bool *ok) const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qlocale.html + toULongLong + (const QString &s, bool *ok) const const + + + short + toShort + https://doc.qt.io/qt-6/qlocale.html + toShort-1 + (QStringView s, bool *ok) const const + + + short + toShort + https://doc.qt.io/qt-6/qlocale.html + toShort + (const QString &s, bool *ok) const const + + + uint + toUInt + https://doc.qt.io/qt-6/qlocale.html + toUInt-1 + (QStringView s, bool *ok) const const + + + uint + toUInt + https://doc.qt.io/qt-6/qlocale.html + toUInt + (const QString &s, bool *ok) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qlocale.html + toULong-1 + (QStringView s, bool *ok) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qlocale.html + toULong + (const QString &s, bool *ok) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qlocale.html + toUShort-1 + (QStringView s, bool *ok) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qlocale.html + toUShort + (const QString &s, bool *ok) const const + + + DataSizeFormats + https://doc.qt.io/qt-6/qlocale.html + DataSizeFormat-enum + + + + LanguageCodeTypes + https://doc.qt.io/qt-6/qlocale.html + LanguageCodeType-enum + + + + NumberOptions + https://doc.qt.io/qt-6/qlocale.html + NumberOption-enum + + + + Territory + https://doc.qt.io/qt-6/qlocale.html + Territory-typedef + + + + + QLocationPermission + https://doc.qt.io/qt-6/qlocationpermission.html + + Accuracy + https://doc.qt.io/qt-6/qlocationpermission.html + Accuracy-enum + + + Approximate + https://doc.qt.io/qt-6/qlocationpermission.html + Accuracy-enum + + + + Precise + https://doc.qt.io/qt-6/qlocationpermission.html + Accuracy-enum + + + + Availability + https://doc.qt.io/qt-6/qlocationpermission.html + Availability-enum + + + WhenInUse + https://doc.qt.io/qt-6/qlocationpermission.html + Availability-enum + + + + Always + https://doc.qt.io/qt-6/qlocationpermission.html + Availability-enum + + + + void + setAccuracy + https://doc.qt.io/qt-6/qlocationpermission.html + setAccuracy + (QLocationPermission::Accuracy accuracy) + + + void + setAvailability + https://doc.qt.io/qt-6/qlocationpermission.html + setAvailability + (QLocationPermission::Availability availability) + + + QLocationPermission::Accuracy + accuracy + https://doc.qt.io/qt-6/qlocationpermission.html + accuracy + () const const + + + QLocationPermission::Availability + availability + https://doc.qt.io/qt-6/qlocationpermission.html + availability + () const const + + + + QLockFile + https://doc.qt.io/qt-6/qlockfile.html + + LockError + https://doc.qt.io/qt-6/qlockfile.html + LockError-enum + + + NoError + https://doc.qt.io/qt-6/qlockfile.html + LockError-enum + + + + LockFailedError + https://doc.qt.io/qt-6/qlockfile.html + LockError-enum + + + + PermissionError + https://doc.qt.io/qt-6/qlockfile.html + LockError-enum + + + + UnknownError + https://doc.qt.io/qt-6/qlockfile.html + LockError-enum + + + + + QLockFile + https://doc.qt.io/qt-6/qlockfile.html + QLockFile + (const QString &fileName) + + + bool + lock + https://doc.qt.io/qt-6/qlockfile.html + lock + () + + + bool + removeStaleLockFile + https://doc.qt.io/qt-6/qlockfile.html + removeStaleLockFile + () + + + bool + tryLock + https://doc.qt.io/qt-6/qlockfile.html + tryLock + (int timeout) + + + bool + tryLock + https://doc.qt.io/qt-6/qlockfile.html + tryLock-1 + (std::chrono::milliseconds timeout) + + + void + setStaleLockTime + https://doc.qt.io/qt-6/qlockfile.html + setStaleLockTime + (int staleLockTime) + + + void + setStaleLockTime + https://doc.qt.io/qt-6/qlockfile.html + setStaleLockTime-1 + (std::chrono::milliseconds value) + + + void + unlock + https://doc.qt.io/qt-6/qlockfile.html + unlock + () + + + + ~QLockFile + https://doc.qt.io/qt-6/qlockfile.html + dtor.QLockFile + () + + + QLockFile::LockError + error + https://doc.qt.io/qt-6/qlockfile.html + error + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qlockfile.html + fileName + () const const + + + bool + getLockInfo + https://doc.qt.io/qt-6/qlockfile.html + getLockInfo + (qint64 *pid, QString *hostname, QString *appname) const const + + + bool + isLocked + https://doc.qt.io/qt-6/qlockfile.html + isLocked + () const const + + + int + staleLockTime + https://doc.qt.io/qt-6/qlockfile.html + staleLockTime + () const const + + + std::chrono::milliseconds + staleLockTimeAsDuration + https://doc.qt.io/qt-6/qlockfile.html + staleLockTimeAsDuration + () const const + + + + QLoggingCategory + https://doc.qt.io/qt-6/qloggingcategory.html + + QLoggingCategory & + operator() + https://doc.qt.io/qt-6/qloggingcategory.html + operator-28-29 + ()() + + + QLoggingCategory * + defaultCategory + https://doc.qt.io/qt-6/qloggingcategory.html + defaultCategory + () + + + + QLoggingCategory + https://doc.qt.io/qt-6/qloggingcategory.html + QLoggingCategory-1 + (const char *category, QtMsgType enableForLevel) + + + QLoggingCategory::CategoryFilter + installFilter + https://doc.qt.io/qt-6/qloggingcategory.html + installFilter + (QLoggingCategory::CategoryFilter filter) + + + + Q_DECLARE_EXPORTED_LOGGING_CATEGORY + https://doc.qt.io/qt-6/qloggingcategory.html + Q_DECLARE_EXPORTED_LOGGING_CATEGORY + (name, EXPORT_MACRO) + + + + Q_DECLARE_LOGGING_CATEGORY + https://doc.qt.io/qt-6/qloggingcategory.html + Q_DECLARE_LOGGING_CATEGORY + (name) + + + + Q_LOGGING_CATEGORY + https://doc.qt.io/qt-6/qloggingcategory.html + Q_LOGGING_CATEGORY + (name, string) + + + + Q_LOGGING_CATEGORY + https://doc.qt.io/qt-6/qloggingcategory.html + Q_LOGGING_CATEGORY-1 + (name, string, msgType) + + + + qCCritical + https://doc.qt.io/qt-6/qloggingcategory.html + qCCritical + (category) + + + + qCCritical + https://doc.qt.io/qt-6/qloggingcategory.html + qCCritical-1 + (category, const char *message, ...) + + + + qCDebug + https://doc.qt.io/qt-6/qloggingcategory.html + qCDebug + (category) + + + + qCDebug + https://doc.qt.io/qt-6/qloggingcategory.html + qCDebug-1 + (category, const char *message, ...) + + + + qCFatal + https://doc.qt.io/qt-6/qloggingcategory.html + qCFatal + (category) + + + + qCFatal + https://doc.qt.io/qt-6/qloggingcategory.html + qCFatal-1 + (category, const char *message, ...) + + + + qCInfo + https://doc.qt.io/qt-6/qloggingcategory.html + qCInfo + (category) + + + + qCInfo + https://doc.qt.io/qt-6/qloggingcategory.html + qCInfo-1 + (category, const char *message, ...) + + + + qCWarning + https://doc.qt.io/qt-6/qloggingcategory.html + qCWarning + (category) + + + + qCWarning + https://doc.qt.io/qt-6/qloggingcategory.html + qCWarning-1 + (category, const char *message, ...) + + + void + setEnabled + https://doc.qt.io/qt-6/qloggingcategory.html + setEnabled + (QtMsgType type, bool enable) + + + void + setFilterRules + https://doc.qt.io/qt-6/qloggingcategory.html + setFilterRules + (const QString &rules) + + + + ~QLoggingCategory + https://doc.qt.io/qt-6/qloggingcategory.html + dtor.QLoggingCategory + () + + + bool + isCriticalEnabled + https://doc.qt.io/qt-6/qloggingcategory.html + isCriticalEnabled + () const const + + + bool + isDebugEnabled + https://doc.qt.io/qt-6/qloggingcategory.html + isDebugEnabled + () const const + + + bool + isEnabled + https://doc.qt.io/qt-6/qloggingcategory.html + isEnabled + (QtMsgType msgtype) const const + + + bool + isInfoEnabled + https://doc.qt.io/qt-6/qloggingcategory.html + isInfoEnabled + () const const + + + bool + isWarningEnabled + https://doc.qt.io/qt-6/qloggingcategory.html + isWarningEnabled + () const const + + + const QLoggingCategory & + operator() + https://doc.qt.io/qt-6/qloggingcategory.html + operator-28-29-1 + ()() const const + + + const char * + categoryName + https://doc.qt.io/qt-6/qloggingcategory.html + categoryName + () const const + + + CategoryFilter + https://doc.qt.io/qt-6/qloggingcategory.html + CategoryFilter-typedef + + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap::const_iterator + QMap::iterator + QMap::key_iterator + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qmap.html + operator-lt-lt + (QDataStream &out, const QMap<Key, T> &map) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qmap.html + operator-gt-gt + (QDataStream &in, QMap<Key, T> &map) + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap + () + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap-5 + (QMap<Key, T> &&other) + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap-4 + (const QMap<Key, T> &other) + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap-2 + (const std::map<Key, T> &other) + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap-1 + (std::initializer_list<std::pair<Key, T>> list) + + + + QMap + https://doc.qt.io/qt-6/qmap.html + QMap-3 + (std::map<Key, T> &&other) + + + QMap::iterator + begin + https://doc.qt.io/qt-6/qmap.html + begin + () + + + QMap::iterator + end + https://doc.qt.io/qt-6/qmap.html + end + () + + + QMap::iterator + erase + https://doc.qt.io/qt-6/qmap.html + erase-1 + (QMap::const_iterator first, QMap::const_iterator last) + + + QMap::iterator + erase + https://doc.qt.io/qt-6/qmap.html + erase + (QMap::const_iterator pos) + + + QMap::iterator + find + https://doc.qt.io/qt-6/qmap.html + find + (const Key &key) + + + QMap::iterator + insert + https://doc.qt.io/qt-6/qmap.html + insert-1 + (QMap::const_iterator pos, const Key &key, const T &value) + + + QMap::iterator + insert + https://doc.qt.io/qt-6/qmap.html + insert + (const Key &key, const T &value) + + + QMap::iterator + lowerBound + https://doc.qt.io/qt-6/qmap.html + lowerBound + (const Key &key) + + + QMap::iterator + upperBound + https://doc.qt.io/qt-6/qmap.html + upperBound + (const Key &key) + + + QMap::key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qmap.html + keyValueBegin + () + + + QMap::key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qmap.html + keyValueEnd + () + + + QMap::size_type + remove + https://doc.qt.io/qt-6/qmap.html + remove + (const Key &key) + + + QMap::size_type + removeIf + https://doc.qt.io/qt-6/qmap.html + removeIf + (Predicate pred) + + + QMap<Key, T> & + operator= + https://doc.qt.io/qt-6/qmap.html + operator-eq-1 + (QMap<Key, T> &&other) + + + QMap<Key, T> & + operator= + https://doc.qt.io/qt-6/qmap.html + operator-eq + (const QMap<Key, T> &other) + + + QPair<QMap::iterator, QMap::iterator> + equal_range + https://doc.qt.io/qt-6/qmap.html + equal_range + (const Key &key) + + + T & + first + https://doc.qt.io/qt-6/qmap.html + first + () + + + T & + last + https://doc.qt.io/qt-6/qmap.html + last + () + + + T & + operator[] + https://doc.qt.io/qt-6/qmap.html + operator-5b-5d + (const Key &key) + + + T + take + https://doc.qt.io/qt-6/qmap.html + take + (const Key &key) + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmap.html + asKeyValueRange + () & + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmap.html + asKeyValueRange-2 + () && + + + bool + operator!= + https://doc.qt.io/qt-6/qmap.html + operator-not-eq + (const QMap<Key, T> &lhs, const QMap<Key, T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmap.html + operator-eq-eq + (const QMap<Key, T> &lhs, const QMap<Key, T> &rhs) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qmap.html + erase_if + (QMap<Key, T> &map, Predicate pred) + + + std::map<Key, T> + toStdMap + https://doc.qt.io/qt-6/qmap.html + toStdMap-1 + () && + + + void + clear + https://doc.qt.io/qt-6/qmap.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qmap.html + insert-3 + (QMap<Key, T> &&map) + + + void + insert + https://doc.qt.io/qt-6/qmap.html + insert-2 + (const QMap<Key, T> &map) + + + void + swap + https://doc.qt.io/qt-6/qmap.html + swap + (QMap<Key, T> &other) + + + + ~QMap + https://doc.qt.io/qt-6/qmap.html + dtor.QMap + () + + + Key + key + https://doc.qt.io/qt-6/qmap.html + key + (const T &value, const Key &defaultKey) const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qmap.html + keys + () const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qmap.html + keys-1 + (const T &value) const const + + + QList<T> + values + https://doc.qt.io/qt-6/qmap.html + values + () const const + + + QMap::const_iterator + begin + https://doc.qt.io/qt-6/qmap.html + begin-1 + () const const + + + QMap::const_iterator + cbegin + https://doc.qt.io/qt-6/qmap.html + cbegin + () const const + + + QMap::const_iterator + cend + https://doc.qt.io/qt-6/qmap.html + cend + () const const + + + QMap::const_iterator + constBegin + https://doc.qt.io/qt-6/qmap.html + constBegin + () const const + + + QMap::const_iterator + constEnd + https://doc.qt.io/qt-6/qmap.html + constEnd + () const const + + + QMap::const_iterator + constFind + https://doc.qt.io/qt-6/qmap.html + constFind + (const Key &key) const const + + + QMap::const_iterator + end + https://doc.qt.io/qt-6/qmap.html + end-1 + () const const + + + QMap::const_iterator + find + https://doc.qt.io/qt-6/qmap.html + find-1 + (const Key &key) const const + + + QMap::const_iterator + lowerBound + https://doc.qt.io/qt-6/qmap.html + lowerBound-1 + (const Key &key) const const + + + QMap::const_iterator + upperBound + https://doc.qt.io/qt-6/qmap.html + upperBound-1 + (const Key &key) const const + + + QMap::const_key_value_iterator + constKeyValueBegin + https://doc.qt.io/qt-6/qmap.html + constKeyValueBegin + () const const + + + QMap::const_key_value_iterator + constKeyValueEnd + https://doc.qt.io/qt-6/qmap.html + constKeyValueEnd + () const const + + + QMap::const_key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qmap.html + keyValueBegin-1 + () const const + + + QMap::const_key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qmap.html + keyValueEnd-1 + () const const + + + QMap::key_iterator + keyBegin + https://doc.qt.io/qt-6/qmap.html + keyBegin + () const const + + + QMap::key_iterator + keyEnd + https://doc.qt.io/qt-6/qmap.html + keyEnd + () const const + + + QMap::size_type + count + https://doc.qt.io/qt-6/qmap.html + count-1 + () const const + + + QMap::size_type + count + https://doc.qt.io/qt-6/qmap.html + count + (const Key &key) const const + + + QMap::size_type + size + https://doc.qt.io/qt-6/qmap.html + size + () const const + + + QPair<QMap::const_iterator, QMap::const_iterator> + equal_range + https://doc.qt.io/qt-6/qmap.html + equal_range-1 + (const Key &key) const const + + + T + operator[] + https://doc.qt.io/qt-6/qmap.html + operator-5b-5d-1 + (const Key &key) const const + + + T + value + https://doc.qt.io/qt-6/qmap.html + value + (const Key &key, const T &defaultValue) const const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmap.html + asKeyValueRange-1 + () const & const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmap.html + asKeyValueRange-3 + () const && const + + + bool + contains + https://doc.qt.io/qt-6/qmap.html + contains + (const Key &key) const const + + + bool + empty + https://doc.qt.io/qt-6/qmap.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qmap.html + isEmpty + () const const + + + const Key & + firstKey + https://doc.qt.io/qt-6/qmap.html + firstKey + () const const + + + const Key & + lastKey + https://doc.qt.io/qt-6/qmap.html + lastKey + () const const + + + const T & + first + https://doc.qt.io/qt-6/qmap.html + first-1 + () const const + + + const T & + last + https://doc.qt.io/qt-6/qmap.html + last-1 + () const const + + + std::map<Key, T> + toStdMap + https://doc.qt.io/qt-6/qmap.html + toStdMap + () const & const + + + ConstIterator + https://doc.qt.io/qt-6/qmap.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qmap.html + Iterator-typedef + + + + const_key_value_iterator + https://doc.qt.io/qt-6/qmap.html + const_key_value_iterator-typedef + + + + key_value_iterator + https://doc.qt.io/qt-6/qmap.html + key_value_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qmap.html + difference_type-typedef + + + + key_type + https://doc.qt.io/qt-6/qmap.html + key_type-typedef + + + + mapped_type + https://doc.qt.io/qt-6/qmap.html + mapped_type-typedef + + + + size_type + https://doc.qt.io/qt-6/qmap.html + size_type-typedef + + + + + QMap::const_iterator + https://doc.qt.io/qt-6/qmap-const-iterator.html + + bool + operator!= + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator-not-eq + (const const_iterator &lhs, const const_iterator &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator-eq-eq + (const const_iterator &lhs, const const_iterator &rhs) + + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator-2b-2b + () + + + const_iterator & + operator+= + https://doc.qt.io/qt-6/qmap-const-iterator-obsolete.html + operator-2b-eq + (const_iterator::difference_type n) + + + const_iterator & + operator-- + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator-- + () + + + const_iterator & + operator-= + https://doc.qt.io/qt-6/qmap-const-iterator-obsolete.html + operator--eq + (const_iterator::difference_type n) + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qmap-const-iterator-obsolete.html + operator-2b + (const_iterator it, const_iterator::difference_type j) + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qmap-const-iterator-obsolete.html + operator-2b-1 + (const_iterator::difference_type j, const_iterator it) + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator-2b-2b-1 + (int) + + + const_iterator + operator- + https://doc.qt.io/qt-6/qmap-const-iterator-obsolete.html + operator- + (const_iterator it, const_iterator::difference_type j) + + + const_iterator + operator- + https://doc.qt.io/qt-6/qmap-const-iterator-obsolete.html + operator--1 + (const_iterator::difference_type j, const_iterator it) + + + const_iterator + operator-- + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator---1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qmap-const-iterator.html + const_iterator-1 + () + + + + const_iterator + https://doc.qt.io/qt-6/qmap-const-iterator.html + const_iterator-2 + (const iterator &other) + + + const Key & + key + https://doc.qt.io/qt-6/qmap-const-iterator.html + key + () const const + + + const T & + operator* + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator-2a + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmap-const-iterator.html + value + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qmap-const-iterator.html + operator--gt + () const const + + + iterator_category + https://doc.qt.io/qt-6/qmap-const-iterator.html + iterator_category-typedef + + + + + QMap::iterator + https://doc.qt.io/qt-6/qmap-iterator.html + + bool + operator!= + https://doc.qt.io/qt-6/qmap-iterator.html + operator-not-eq + (const iterator &lhs, const iterator &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmap-iterator.html + operator-eq-eq + (const iterator &lhs, const iterator &rhs) + + + iterator & + operator++ + https://doc.qt.io/qt-6/qmap-iterator.html + operator-2b-2b + () + + + iterator & + operator+= + https://doc.qt.io/qt-6/qmap-iterator-obsolete.html + operator-2b-eq + (iterator::difference_type n) + + + iterator & + operator-- + https://doc.qt.io/qt-6/qmap-iterator.html + operator-- + () + + + iterator & + operator-= + https://doc.qt.io/qt-6/qmap-iterator-obsolete.html + operator--eq + (iterator::difference_type n) + + + iterator + operator+ + https://doc.qt.io/qt-6/qmap-iterator-obsolete.html + operator-2b + (iterator it, iterator::difference_type j) + + + iterator + operator+ + https://doc.qt.io/qt-6/qmap-iterator-obsolete.html + operator-2b-1 + (iterator::difference_type j, iterator it) + + + iterator + operator++ + https://doc.qt.io/qt-6/qmap-iterator.html + operator-2b-2b-1 + (int) + + + iterator + operator- + https://doc.qt.io/qt-6/qmap-iterator-obsolete.html + operator- + (iterator it, iterator::difference_type j) + + + iterator + operator- + https://doc.qt.io/qt-6/qmap-iterator-obsolete.html + operator--1 + (iterator::difference_type j, iterator it) + + + iterator + operator-- + https://doc.qt.io/qt-6/qmap-iterator.html + operator---1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qmap-iterator.html + iterator-1 + () + + + T & + operator* + https://doc.qt.io/qt-6/qmap-iterator.html + operator-2a + () const const + + + T & + value + https://doc.qt.io/qt-6/qmap-iterator.html + value + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qmap-iterator.html + operator--gt + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmap-iterator.html + key + () const const + + + iterator_category + https://doc.qt.io/qt-6/qmap-iterator.html + iterator_category-typedef + + + + + QMap::key_iterator + https://doc.qt.io/qt-6/qmap-key-iterator.html + + key_iterator & + operator++ + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator-2b-2b + () + + + key_iterator & + operator-- + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator-- + () + + + key_iterator + operator++ + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator-2b-2b-1 + (int) + + + key_iterator + operator-- + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator---1 + (int) + + + bool + operator!= + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator-not-eq + (key_iterator other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator-eq-eq + (key_iterator other) const const + + + const Key & + operator* + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator-2a + () const const + + + const Key * + operator-> + https://doc.qt.io/qt-6/qmap-key-iterator.html + operator--gt + () const const + + + const_iterator + base + https://doc.qt.io/qt-6/qmap-key-iterator.html + base + () const const + + + + QMapIterator + https://doc.qt.io/qt-6/qmapiterator.html + + + QMapIterator + https://doc.qt.io/qt-6/qmapiterator.html + QMapIterator + (const QMap<Key, T> &map) + + + QMapIterator::Item + next + https://doc.qt.io/qt-6/qmapiterator.html + next + () + + + QMapIterator::Item + previous + https://doc.qt.io/qt-6/qmapiterator.html + previous + () + + + QMapIterator<Key, T> & + operator= + https://doc.qt.io/qt-6/qmapiterator.html + operator-eq + (const QMap<Key, T> &container) + + + bool + findNext + https://doc.qt.io/qt-6/qmapiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qmapiterator.html + findPrevious + (const T &value) + + + void + toBack + https://doc.qt.io/qt-6/qmapiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmapiterator.html + toFront + () + + + QMapIterator::Item + peekNext + https://doc.qt.io/qt-6/qmapiterator.html + peekNext + () const const + + + QMapIterator::Item + peekPrevious + https://doc.qt.io/qt-6/qmapiterator.html + peekPrevious + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qmapiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qmapiterator.html + hasPrevious + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmapiterator.html + key + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmapiterator.html + value + () const const + + + + QMargins + https://doc.qt.io/qt-6/qmargins.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qmargins.html + operator-lt-lt + (QDataStream &stream, const QMargins &m) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qmargins.html + operator-gt-gt + (QDataStream &stream, QMargins &m) + + + QMargins & + operator*= + https://doc.qt.io/qt-6/qmargins.html + operator-2a-eq + (int factor) + + + QMargins & + operator*= + https://doc.qt.io/qt-6/qmargins.html + operator-2a-eq-1 + (qreal factor) + + + QMargins & + operator+= + https://doc.qt.io/qt-6/qmargins.html + operator-2b-eq + (const QMargins &margins) + + + QMargins & + operator+= + https://doc.qt.io/qt-6/qmargins.html + operator-2b-eq-1 + (int addend) + + + QMargins & + operator-= + https://doc.qt.io/qt-6/qmargins.html + operator--eq + (const QMargins &margins) + + + QMargins & + operator-= + https://doc.qt.io/qt-6/qmargins.html + operator--eq-1 + (int subtrahend) + + + QMargins & + operator/= + https://doc.qt.io/qt-6/qmargins.html + operator-2f-eq + (int divisor) + + + QMargins & + operator/= + https://doc.qt.io/qt-6/qmargins.html + operator-2f-eq-1 + (qreal divisor) + + + QMargins + operator* + https://doc.qt.io/qt-6/qmargins.html + operator-2a + (const QMargins &margins, int factor) + + + QMargins + operator* + https://doc.qt.io/qt-6/qmargins.html + operator-2a-2 + (const QMargins &margins, qreal factor) + + + QMargins + operator* + https://doc.qt.io/qt-6/qmargins.html + operator-2a-1 + (int factor, const QMargins &margins) + + + QMargins + operator* + https://doc.qt.io/qt-6/qmargins.html + operator-2a-3 + (qreal factor, const QMargins &margins) + + + QMargins + operator+ + https://doc.qt.io/qt-6/qmargins.html + operator-2b-1 + (const QMargins &lhs, int rhs) + + + QMargins + operator+ + https://doc.qt.io/qt-6/qmargins.html + operator-2b + (const QMargins &m1, const QMargins &m2) + + + QMargins + operator+ + https://doc.qt.io/qt-6/qmargins.html + operator-2b-3 + (const QMargins &margins) + + + QMargins + operator+ + https://doc.qt.io/qt-6/qmargins.html + operator-2b-2 + (int lhs, const QMargins &rhs) + + + QMargins + operator- + https://doc.qt.io/qt-6/qmargins.html + operator--1 + (const QMargins &lhs, int rhs) + + + QMargins + operator- + https://doc.qt.io/qt-6/qmargins.html + operator- + (const QMargins &m1, const QMargins &m2) + + + QMargins + operator- + https://doc.qt.io/qt-6/qmargins.html + operator--2 + (const QMargins &margins) + + + QMargins + operator/ + https://doc.qt.io/qt-6/qmargins.html + operator-2f + (const QMargins &margins, int divisor) + + + QMargins + operator/ + https://doc.qt.io/qt-6/qmargins.html + operator-2f-1 + (const QMargins &margins, qreal divisor) + + + QMargins + operator| + https://doc.qt.io/qt-6/qmargins.html + operator-7c + (const QMargins &m1, const QMargins &m2) + + + + QMargins + https://doc.qt.io/qt-6/qmargins.html + QMargins + () + + + + QMargins + https://doc.qt.io/qt-6/qmargins.html + QMargins-1 + (int left, int top, int right, int bottom) + + + bool + operator!= + https://doc.qt.io/qt-6/qmargins.html + operator-not-eq + (const QMargins &m1, const QMargins &m2) + + + bool + operator== + https://doc.qt.io/qt-6/qmargins.html + operator-eq-eq + (const QMargins &m1, const QMargins &m2) + + + void + setBottom + https://doc.qt.io/qt-6/qmargins.html + setBottom + (int bottom) + + + void + setLeft + https://doc.qt.io/qt-6/qmargins.html + setLeft + (int left) + + + void + setRight + https://doc.qt.io/qt-6/qmargins.html + setRight + (int right) + + + void + setTop + https://doc.qt.io/qt-6/qmargins.html + setTop + (int Top) + + + QMarginsF + toMarginsF + https://doc.qt.io/qt-6/qmargins.html + toMarginsF + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qmargins.html + isNull + () const const + + + int + bottom + https://doc.qt.io/qt-6/qmargins.html + bottom + () const const + + + int + left + https://doc.qt.io/qt-6/qmargins.html + left + () const const + + + int + right + https://doc.qt.io/qt-6/qmargins.html + right + () const const + + + int + top + https://doc.qt.io/qt-6/qmargins.html + top + () const const + + + + QMarginsF + https://doc.qt.io/qt-6/qmarginsf.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qmarginsf.html + operator-lt-lt + (QDataStream &stream, const QMarginsF &m) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qmarginsf.html + operator-gt-gt + (QDataStream &stream, QMarginsF &m) + + + QMarginsF & + operator*= + https://doc.qt.io/qt-6/qmarginsf.html + operator-2a-eq + (qreal factor) + + + QMarginsF & + operator+= + https://doc.qt.io/qt-6/qmarginsf.html + operator-2b-eq + (const QMarginsF &margins) + + + QMarginsF & + operator+= + https://doc.qt.io/qt-6/qmarginsf.html + operator-2b-eq-1 + (qreal addend) + + + QMarginsF & + operator-= + https://doc.qt.io/qt-6/qmarginsf.html + operator--eq + (const QMarginsF &margins) + + + QMarginsF & + operator-= + https://doc.qt.io/qt-6/qmarginsf.html + operator--eq-1 + (qreal subtrahend) + + + QMarginsF & + operator/= + https://doc.qt.io/qt-6/qmarginsf.html + operator-2f-eq + (qreal divisor) + + + QMarginsF + operator* + https://doc.qt.io/qt-6/qmarginsf.html + operator-2a + (const QMarginsF &lhs, qreal rhs) + + + QMarginsF + operator* + https://doc.qt.io/qt-6/qmarginsf.html + operator-2a-1 + (qreal lhs, const QMarginsF &rhs) + + + QMarginsF + operator+ + https://doc.qt.io/qt-6/qmarginsf.html + operator-2b + (const QMarginsF &lhs, const QMarginsF &rhs) + + + QMarginsF + operator+ + https://doc.qt.io/qt-6/qmarginsf.html + operator-2b-1 + (const QMarginsF &lhs, qreal rhs) + + + QMarginsF + operator+ + https://doc.qt.io/qt-6/qmarginsf.html + operator-2b-3 + (const QMarginsF &margins) + + + QMarginsF + operator+ + https://doc.qt.io/qt-6/qmarginsf.html + operator-2b-2 + (qreal lhs, const QMarginsF &rhs) + + + QMarginsF + operator- + https://doc.qt.io/qt-6/qmarginsf.html + operator- + (const QMarginsF &lhs, const QMarginsF &rhs) + + + QMarginsF + operator- + https://doc.qt.io/qt-6/qmarginsf.html + operator--1 + (const QMarginsF &lhs, qreal rhs) + + + QMarginsF + operator- + https://doc.qt.io/qt-6/qmarginsf.html + operator--2 + (const QMarginsF &margins) + + + QMarginsF + operator/ + https://doc.qt.io/qt-6/qmarginsf.html + operator-2f + (const QMarginsF &lhs, qreal rhs) + + + QMarginsF + operator| + https://doc.qt.io/qt-6/qmarginsf.html + operator-7c + (const QMarginsF &m1, const QMarginsF &m2) + + + + QMarginsF + https://doc.qt.io/qt-6/qmarginsf.html + QMarginsF + () + + + + QMarginsF + https://doc.qt.io/qt-6/qmarginsf.html + QMarginsF-2 + (const QMargins &margins) + + + + QMarginsF + https://doc.qt.io/qt-6/qmarginsf.html + QMarginsF-1 + (qreal left, qreal top, qreal right, qreal bottom) + + + bool + operator!= + https://doc.qt.io/qt-6/qmarginsf.html + operator-not-eq + (const QMarginsF &lhs, const QMarginsF &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmarginsf.html + operator-eq-eq + (const QMarginsF &lhs, const QMarginsF &rhs) + + + void + setBottom + https://doc.qt.io/qt-6/qmarginsf.html + setBottom + (qreal abottom) + + + void + setLeft + https://doc.qt.io/qt-6/qmarginsf.html + setLeft + (qreal aleft) + + + void + setRight + https://doc.qt.io/qt-6/qmarginsf.html + setRight + (qreal aright) + + + void + setTop + https://doc.qt.io/qt-6/qmarginsf.html + setTop + (qreal atop) + + + QMargins + toMargins + https://doc.qt.io/qt-6/qmarginsf.html + toMargins + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qmarginsf.html + isNull + () const const + + + qreal + bottom + https://doc.qt.io/qt-6/qmarginsf.html + bottom + () const const + + + qreal + left + https://doc.qt.io/qt-6/qmarginsf.html + left + () const const + + + qreal + right + https://doc.qt.io/qt-6/qmarginsf.html + right + () const const + + + qreal + top + https://doc.qt.io/qt-6/qmarginsf.html + top + () const const + + + + QMessageAuthenticationCode + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + + QByteArray + hash + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + hash + (const QByteArray &message, const QByteArray &key, QCryptographicHash::Algorithm method) + + + + QMessageAuthenticationCode + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + QMessageAuthenticationCode + (QCryptographicHash::Algorithm method, const QByteArray &key) + + + bool + addData + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + addData-2 + (QIODevice *device) + + + void + addData + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + addData-1 + (const QByteArray &data) + + + void + addData + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + addData + (const char *data, qsizetype length) + + + void + reset + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + reset + () + + + void + setKey + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + setKey + (const QByteArray &key) + + + + ~QMessageAuthenticationCode + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + dtor.QMessageAuthenticationCode + () + + + QByteArray + result + https://doc.qt.io/qt-6/qmessageauthenticationcode.html + result + () const const + + + + QMessageLogContext + https://doc.qt.io/qt-6/qmessagelogcontext.html + + + QMessageLogger + https://doc.qt.io/qt-6/qmessagelogger.html + + + QMessageLogger + https://doc.qt.io/qt-6/qmessagelogger.html + QMessageLogger-1 + () + + + + QMessageLogger + https://doc.qt.io/qt-6/qmessagelogger.html + QMessageLogger-2 + (const char *file, int line, const char *function) + + + + QMessageLogger + https://doc.qt.io/qt-6/qmessagelogger.html + QMessageLogger-3 + (const char *file, int line, const char *function, const char *category) + + + QDebug + critical + https://doc.qt.io/qt-6/qmessagelogger.html + critical-3 + () const const + + + QDebug + critical + https://doc.qt.io/qt-6/qmessagelogger.html + critical-5 + (QMessageLogger::CategoryFunction catFunc) const const + + + QDebug + critical + https://doc.qt.io/qt-6/qmessagelogger.html + critical-4 + (const QLoggingCategory &cat) const const + + + QDebug + debug + https://doc.qt.io/qt-6/qmessagelogger.html + debug-3 + () const const + + + QDebug + debug + https://doc.qt.io/qt-6/qmessagelogger.html + debug-5 + (QMessageLogger::CategoryFunction catFunc) const const + + + QDebug + debug + https://doc.qt.io/qt-6/qmessagelogger.html + debug-4 + (const QLoggingCategory &cat) const const + + + QDebug + fatal + https://doc.qt.io/qt-6/qmessagelogger.html + fatal-3 + () const const + + + QDebug + fatal + https://doc.qt.io/qt-6/qmessagelogger.html + fatal-5 + (QMessageLogger::CategoryFunction catFunc) const const + + + QDebug + fatal + https://doc.qt.io/qt-6/qmessagelogger.html + fatal-4 + (const QLoggingCategory &cat) const const + + + QDebug + info + https://doc.qt.io/qt-6/qmessagelogger.html + info-3 + () const const + + + QDebug + info + https://doc.qt.io/qt-6/qmessagelogger.html + info-5 + (QMessageLogger::CategoryFunction catFunc) const const + + + QDebug + info + https://doc.qt.io/qt-6/qmessagelogger.html + info-4 + (const QLoggingCategory &cat) const const + + + QDebug + warning + https://doc.qt.io/qt-6/qmessagelogger.html + warning-3 + () const const + + + QDebug + warning + https://doc.qt.io/qt-6/qmessagelogger.html + warning-5 + (QMessageLogger::CategoryFunction catFunc) const const + + + QDebug + warning + https://doc.qt.io/qt-6/qmessagelogger.html + warning-4 + (const QLoggingCategory &cat) const const + + + void + critical + https://doc.qt.io/qt-6/qmessagelogger.html + critical-2 + (QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const const + + + void + critical + https://doc.qt.io/qt-6/qmessagelogger.html + critical-1 + (const QLoggingCategory &cat, const char *msg, ...) const const + + + void + critical + https://doc.qt.io/qt-6/qmessagelogger.html + critical + (const char *msg, ...) const const + + + void + debug + https://doc.qt.io/qt-6/qmessagelogger.html + debug-2 + (QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const const + + + void + debug + https://doc.qt.io/qt-6/qmessagelogger.html + debug-1 + (const QLoggingCategory &cat, const char *msg, ...) const const + + + void + debug + https://doc.qt.io/qt-6/qmessagelogger.html + debug + (const char *msg, ...) const const + + + void + fatal + https://doc.qt.io/qt-6/qmessagelogger.html + fatal-2 + (QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const const + + + void + fatal + https://doc.qt.io/qt-6/qmessagelogger.html + fatal-1 + (const QLoggingCategory &cat, const char *msg, ...) const const + + + void + fatal + https://doc.qt.io/qt-6/qmessagelogger.html + fatal + (const char *msg, ...) const const + + + void + info + https://doc.qt.io/qt-6/qmessagelogger.html + info-2 + (QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const const + + + void + info + https://doc.qt.io/qt-6/qmessagelogger.html + info-1 + (const QLoggingCategory &cat, const char *msg, ...) const const + + + void + info + https://doc.qt.io/qt-6/qmessagelogger.html + info + (const char *msg, ...) const const + + + void + warning + https://doc.qt.io/qt-6/qmessagelogger.html + warning-2 + (QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const const + + + void + warning + https://doc.qt.io/qt-6/qmessagelogger.html + warning-1 + (const QLoggingCategory &cat, const char *msg, ...) const const + + + void + warning + https://doc.qt.io/qt-6/qmessagelogger.html + warning + (const char *msg, ...) const const + + + CategoryFunction + https://doc.qt.io/qt-6/qmessagelogger.html + CategoryFunction-typedef + + + + + QMetaClassInfo + https://doc.qt.io/qt-6/qmetaclassinfo.html + + const char * + name + https://doc.qt.io/qt-6/qmetaclassinfo.html + name + () const const + + + const char * + value + https://doc.qt.io/qt-6/qmetaclassinfo.html + value + () const const + + + + QMetaEnum + https://doc.qt.io/qt-6/qmetaenum.html + + QMetaEnum + fromType + https://doc.qt.io/qt-6/qmetaenum.html + fromType + () + + + QByteArray + valueToKeys + https://doc.qt.io/qt-6/qmetaenum.html + valueToKeys + (int value) const const + + + bool + isFlag + https://doc.qt.io/qt-6/qmetaenum.html + isFlag + () const const + + + bool + isScoped + https://doc.qt.io/qt-6/qmetaenum.html + isScoped + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qmetaenum.html + isValid + () const const + + + const char * + enumName + https://doc.qt.io/qt-6/qmetaenum.html + enumName + () const const + + + const char * + key + https://doc.qt.io/qt-6/qmetaenum.html + key + (int index) const const + + + const char * + name + https://doc.qt.io/qt-6/qmetaenum.html + name + () const const + + + const char * + scope + https://doc.qt.io/qt-6/qmetaenum.html + scope + () const const + + + const char * + valueToKey + https://doc.qt.io/qt-6/qmetaenum.html + valueToKey + (int value) const const + + + int + keyCount + https://doc.qt.io/qt-6/qmetaenum.html + keyCount + () const const + + + int + keyToValue + https://doc.qt.io/qt-6/qmetaenum.html + keyToValue + (const char *key, bool *ok) const const + + + int + keysToValue + https://doc.qt.io/qt-6/qmetaenum.html + keysToValue + (const char *keys, bool *ok) const const + + + int + value + https://doc.qt.io/qt-6/qmetaenum.html + value + (int index) const const + + + + QMetaMethod + https://doc.qt.io/qt-6/qmetamethod.html + + Access + https://doc.qt.io/qt-6/qmetamethod.html + Access-enum + + + Private + https://doc.qt.io/qt-6/qmetamethod.html + Access-enum + + + + Protected + https://doc.qt.io/qt-6/qmetamethod.html + Access-enum + + + + Public + https://doc.qt.io/qt-6/qmetamethod.html + Access-enum + + + + MethodType + https://doc.qt.io/qt-6/qmetamethod.html + MethodType-enum + + + Method + https://doc.qt.io/qt-6/qmetamethod.html + MethodType-enum + + + + Signal + https://doc.qt.io/qt-6/qmetamethod.html + MethodType-enum + + + + Slot + https://doc.qt.io/qt-6/qmetamethod.html + MethodType-enum + + + + Constructor + https://doc.qt.io/qt-6/qmetamethod.html + MethodType-enum + + + + QMetaMethod + fromSignal + https://doc.qt.io/qt-6/qmetamethod.html + fromSignal + (PointerToMemberFunction signal) + + + + Q_METAMETHOD_INVOKE_MAX_ARGS + https://doc.qt.io/qt-6/qmetamethod.html + Q_METAMETHOD_INVOKE_MAX_ARGS + Q_METAMETHOD_INVOKE_MAX_ARGS + + + bool + operator!= + https://doc.qt.io/qt-6/qmetamethod.html + operator-not-eq + (const QMetaMethod &m1, const QMetaMethod &m2) + + + bool + operator== + https://doc.qt.io/qt-6/qmetamethod.html + operator-eq-eq + (const QMetaMethod &m1, const QMetaMethod &m2) + + + QByteArray + methodSignature + https://doc.qt.io/qt-6/qmetamethod.html + methodSignature + () const const + + + QByteArray + name + https://doc.qt.io/qt-6/qmetamethod.html + name + () const const + + + QByteArray + parameterTypeName + https://doc.qt.io/qt-6/qmetamethod.html + parameterTypeName + (int index) const const + + + QList<QByteArray> + parameterNames + https://doc.qt.io/qt-6/qmetamethod.html + parameterNames + () const const + + + QList<QByteArray> + parameterTypes + https://doc.qt.io/qt-6/qmetamethod.html + parameterTypes + () const const + + + QMetaMethod::Access + access + https://doc.qt.io/qt-6/qmetamethod.html + access + () const const + + + QMetaMethod::MethodType + methodType + https://doc.qt.io/qt-6/qmetamethod.html + methodType + () const const + + + QMetaType + parameterMetaType + https://doc.qt.io/qt-6/qmetamethod.html + parameterMetaType + (int index) const const + + + QMetaType + returnMetaType + https://doc.qt.io/qt-6/qmetamethod.html + returnMetaType + () const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod.html + invoke-7 + (QObject *obj, Args &&... arguments) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod.html + invoke-6 + (QObject *obj, QMetaMethodReturnArgument ret, Args &&... arguments) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod.html + invoke-5 + (QObject *obj, Qt::ConnectionType type, Args &&... arguments) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod.html + invoke-4 + (QObject *obj, Qt::ConnectionType type, QMetaMethodReturnArgument ret, Args &&... arguments) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod-obsolete.html + invoke-3 + (QObject *object, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod-obsolete.html + invoke-1 + (QObject *object, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod-obsolete.html + invoke-2 + (QObject *object, Qt::ConnectionType connectionType, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + invoke + https://doc.qt.io/qt-6/qmetamethod-obsolete.html + invoke + (QObject *object, Qt::ConnectionType connectionType, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + invokeOnGadget + https://doc.qt.io/qt-6/qmetamethod.html + invokeOnGadget-3 + (void *gadget, Args &&... arguments) const const + + + bool + invokeOnGadget + https://doc.qt.io/qt-6/qmetamethod-obsolete.html + invokeOnGadget-1 + (void *gadget, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + invokeOnGadget + https://doc.qt.io/qt-6/qmetamethod-obsolete.html + invokeOnGadget + (void *gadget, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + invokeOnGadget + https://doc.qt.io/qt-6/qmetamethod.html + invokeOnGadget-2 + (void *gadget, QMetaMethodReturnArgument ret, Args &&... arguments) const const + + + bool + isConst + https://doc.qt.io/qt-6/qmetamethod.html + isConst + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qmetamethod.html + isValid + () const const + + + const char * + tag + https://doc.qt.io/qt-6/qmetamethod.html + tag + () const const + + + const char * + typeName + https://doc.qt.io/qt-6/qmetamethod.html + typeName + () const const + + + int + methodIndex + https://doc.qt.io/qt-6/qmetamethod.html + methodIndex + () const const + + + int + parameterCount + https://doc.qt.io/qt-6/qmetamethod.html + parameterCount + () const const + + + int + parameterType + https://doc.qt.io/qt-6/qmetamethod.html + parameterType + (int index) const const + + + int + relativeMethodIndex + https://doc.qt.io/qt-6/qmetamethod.html + relativeMethodIndex + () const const + + + int + returnType + https://doc.qt.io/qt-6/qmetamethod.html + returnType + () const const + + + int + revision + https://doc.qt.io/qt-6/qmetamethod.html + revision + () const const + + + + QMetaObject + https://doc.qt.io/qt-6/qmetaobject.html + QMetaObject::Connection + + QByteArray + normalizedSignature + https://doc.qt.io/qt-6/qmetaobject.html + normalizedSignature + (const char *method) + + + QByteArray + normalizedType + https://doc.qt.io/qt-6/qmetaobject.html + normalizedType + (const char *type) + + + QMetaMethodArgument + Q_ARG + https://doc.qt.io/qt-6/qmetaobject.html + Q_ARG + (Type, const Type &value) + + + QMetaMethodReturnArgument + Q_RETURN_ARG + https://doc.qt.io/qt-6/qmetaobject.html + Q_RETURN_ARG + (Type, Type &value) + + + bool + checkConnectArgs + https://doc.qt.io/qt-6/qmetaobject.html + checkConnectArgs-1 + (const QMetaMethod &signal, const QMetaMethod &method) + + + bool + checkConnectArgs + https://doc.qt.io/qt-6/qmetaobject.html + checkConnectArgs + (const char *signal, const char *method) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject.html + invokeMethod-9 + (QObject *context, Functor function, FunctorReturnType *ret) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject.html + invokeMethod-8 + (QObject *context, Functor function, Qt::ConnectionType type, FunctorReturnType *ret) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject.html + invokeMethod-7 + (QObject *obj, const char *member, Args &&... args) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject-obsolete.html + invokeMethod-4 + (QObject *obj, const char *member, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject-obsolete.html + invokeMethod-2 + (QObject *obj, const char *member, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject.html + invokeMethod-6 + (QObject *obj, const char *member, QMetaMethodReturnArgument r, Args &&... args) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject.html + invokeMethod-5 + (QObject *obj, const char *member, Qt::ConnectionType type, Args &&... args) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject-obsolete.html + invokeMethod-3 + (QObject *obj, const char *member, Qt::ConnectionType type, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject-obsolete.html + invokeMethod-1 + (QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) + + + bool + invokeMethod + https://doc.qt.io/qt-6/qmetaobject.html + invokeMethod + (QObject *obj, const char *member, Qt::ConnectionType type, QMetaMethodReturnArgument r, Args &&... args) + + + void + connectSlotsByName + https://doc.qt.io/qt-6/qmetaobject.html + connectSlotsByName + (QObject *object) + + + QMetaClassInfo + classInfo + https://doc.qt.io/qt-6/qmetaobject.html + classInfo + (int index) const const + + + QMetaEnum + enumerator + https://doc.qt.io/qt-6/qmetaobject.html + enumerator + (int index) const const + + + QMetaMethod + constructor + https://doc.qt.io/qt-6/qmetaobject.html + constructor + (int index) const const + + + QMetaMethod + method + https://doc.qt.io/qt-6/qmetaobject.html + method + (int index) const const + + + QMetaProperty + property + https://doc.qt.io/qt-6/qmetaobject.html + property + (int index) const const + + + QMetaProperty + userProperty + https://doc.qt.io/qt-6/qmetaobject.html + userProperty + () const const + + + QMetaType + metaType + https://doc.qt.io/qt-6/qmetaobject.html + metaType + () const const + + + QObject * + newInstance + https://doc.qt.io/qt-6/qmetaobject.html + newInstance-1 + (Args &&... arguments) const const + + + QObject * + newInstance + https://doc.qt.io/qt-6/qmetaobject-obsolete.html + newInstance + (QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const + + + bool + inherits + https://doc.qt.io/qt-6/qmetaobject.html + inherits + (const QMetaObject *metaObject) const const + + + const QMetaObject * + superClass + https://doc.qt.io/qt-6/qmetaobject.html + superClass + () const const + + + const char * + className + https://doc.qt.io/qt-6/qmetaobject.html + className + () const const + + + int + classInfoCount + https://doc.qt.io/qt-6/qmetaobject.html + classInfoCount + () const const + + + int + classInfoOffset + https://doc.qt.io/qt-6/qmetaobject.html + classInfoOffset + () const const + + + int + constructorCount + https://doc.qt.io/qt-6/qmetaobject.html + constructorCount + () const const + + + int + enumeratorCount + https://doc.qt.io/qt-6/qmetaobject.html + enumeratorCount + () const const + + + int + enumeratorOffset + https://doc.qt.io/qt-6/qmetaobject.html + enumeratorOffset + () const const + + + int + indexOfClassInfo + https://doc.qt.io/qt-6/qmetaobject.html + indexOfClassInfo + (const char *name) const const + + + int + indexOfConstructor + https://doc.qt.io/qt-6/qmetaobject.html + indexOfConstructor + (const char *constructor) const const + + + int + indexOfEnumerator + https://doc.qt.io/qt-6/qmetaobject.html + indexOfEnumerator + (const char *name) const const + + + int + indexOfMethod + https://doc.qt.io/qt-6/qmetaobject.html + indexOfMethod + (const char *method) const const + + + int + indexOfProperty + https://doc.qt.io/qt-6/qmetaobject.html + indexOfProperty + (const char *name) const const + + + int + indexOfSignal + https://doc.qt.io/qt-6/qmetaobject.html + indexOfSignal + (const char *signal) const const + + + int + indexOfSlot + https://doc.qt.io/qt-6/qmetaobject.html + indexOfSlot + (const char *slot) const const + + + int + methodCount + https://doc.qt.io/qt-6/qmetaobject.html + methodCount + () const const + + + int + methodOffset + https://doc.qt.io/qt-6/qmetaobject.html + methodOffset + () const const + + + int + propertyCount + https://doc.qt.io/qt-6/qmetaobject.html + propertyCount + () const const + + + int + propertyOffset + https://doc.qt.io/qt-6/qmetaobject.html + propertyOffset + () const const + + + + QMetaObject::Connection + https://doc.qt.io/qt-6/qmetaobject-connection.html + + Connection & + operator= + https://doc.qt.io/qt-6/qmetaobject-connection.html + operator-eq-1 + (Connection &&other) + + + Connection & + operator= + https://doc.qt.io/qt-6/qmetaobject-connection.html + operator-eq + (const Connection &other) + + + + Connection + https://doc.qt.io/qt-6/qmetaobject-connection.html + Connection-1 + () + + + + Connection + https://doc.qt.io/qt-6/qmetaobject-connection.html + Connection-3 + (Connection &&o) + + + + Connection + https://doc.qt.io/qt-6/qmetaobject-connection.html + Connection-2 + (const Connection &other) + + + void + swap + https://doc.qt.io/qt-6/qmetaobject-connection.html + swap + (Connection &other) + + + + ~Connection + https://doc.qt.io/qt-6/qmetaobject-connection.html + dtor.Connection + () + + + bool + operator bool + https://doc.qt.io/qt-6/qmetaobject-connection.html + operator-bool + () const const + + + + QMetaProperty + https://doc.qt.io/qt-6/qmetaproperty.html + + QMetaEnum + enumerator + https://doc.qt.io/qt-6/qmetaproperty.html + enumerator + () const const + + + QMetaMethod + notifySignal + https://doc.qt.io/qt-6/qmetaproperty.html + notifySignal + () const const + + + QMetaType + metaType + https://doc.qt.io/qt-6/qmetaproperty.html + metaType + () const const + + + QUntypedBindable + bindable + https://doc.qt.io/qt-6/qmetaproperty.html + bindable + (QObject *object) const const + + + QVariant + read + https://doc.qt.io/qt-6/qmetaproperty.html + read + (const QObject *object) const const + + + QVariant + readOnGadget + https://doc.qt.io/qt-6/qmetaproperty.html + readOnGadget + (const void *gadget) const const + + + QVariant::Type + type + https://doc.qt.io/qt-6/qmetaproperty-obsolete.html + type + () const const + + + bool + hasNotifySignal + https://doc.qt.io/qt-6/qmetaproperty.html + hasNotifySignal + () const const + + + bool + isBindable + https://doc.qt.io/qt-6/qmetaproperty.html + isBindable + () const const + + + bool + isConstant + https://doc.qt.io/qt-6/qmetaproperty.html + isConstant + () const const + + + bool + isDesignable + https://doc.qt.io/qt-6/qmetaproperty.html + isDesignable + () const const + + + bool + isEnumType + https://doc.qt.io/qt-6/qmetaproperty.html + isEnumType + () const const + + + bool + isFinal + https://doc.qt.io/qt-6/qmetaproperty.html + isFinal + () const const + + + bool + isFlagType + https://doc.qt.io/qt-6/qmetaproperty.html + isFlagType + () const const + + + bool + isReadable + https://doc.qt.io/qt-6/qmetaproperty.html + isReadable + () const const + + + bool + isRequired + https://doc.qt.io/qt-6/qmetaproperty.html + isRequired + () const const + + + bool + isResettable + https://doc.qt.io/qt-6/qmetaproperty.html + isResettable + () const const + + + bool + isScriptable + https://doc.qt.io/qt-6/qmetaproperty.html + isScriptable + () const const + + + bool + isStored + https://doc.qt.io/qt-6/qmetaproperty.html + isStored + () const const + + + bool + isUser + https://doc.qt.io/qt-6/qmetaproperty.html + isUser + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qmetaproperty.html + isValid + () const const + + + bool + isWritable + https://doc.qt.io/qt-6/qmetaproperty.html + isWritable + () const const + + + bool + reset + https://doc.qt.io/qt-6/qmetaproperty.html + reset + (QObject *object) const const + + + bool + resetOnGadget + https://doc.qt.io/qt-6/qmetaproperty.html + resetOnGadget + (void *gadget) const const + + + bool + write + https://doc.qt.io/qt-6/qmetaproperty.html + write + (QObject *object, const QVariant &value) const const + + + bool + writeOnGadget + https://doc.qt.io/qt-6/qmetaproperty.html + writeOnGadget + (void *gadget, const QVariant &value) const const + + + const char * + name + https://doc.qt.io/qt-6/qmetaproperty.html + name + () const const + + + const char * + typeName + https://doc.qt.io/qt-6/qmetaproperty.html + typeName + () const const + + + int + notifySignalIndex + https://doc.qt.io/qt-6/qmetaproperty.html + notifySignalIndex + () const const + + + int + propertyIndex + https://doc.qt.io/qt-6/qmetaproperty.html + propertyIndex + () const const + + + int + relativePropertyIndex + https://doc.qt.io/qt-6/qmetaproperty.html + relativePropertyIndex + () const const + + + int + revision + https://doc.qt.io/qt-6/qmetaproperty.html + revision + () const const + + + int + typeId + https://doc.qt.io/qt-6/qmetaproperty.html + typeId + () const const + + + int + userType + https://doc.qt.io/qt-6/qmetaproperty.html + userType + () const const + + + + QMetaSequence + https://doc.qt.io/qt-6/qmetasequence.html + QMetaContainer + + QMetaSequence + fromContainer + https://doc.qt.io/qt-6/qmetasequence.html + fromContainer + () + + + QMetaType + valueMetaType + https://doc.qt.io/qt-6/qmetasequence.html + valueMetaType + () const const + + + bool + canAddValue + https://doc.qt.io/qt-6/qmetasequence.html + canAddValue + () const const + + + bool + canAddValueAtBegin + https://doc.qt.io/qt-6/qmetasequence.html + canAddValueAtBegin + () const const + + + bool + canAddValueAtEnd + https://doc.qt.io/qt-6/qmetasequence.html + canAddValueAtEnd + () const const + + + bool + canEraseRangeAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + canEraseRangeAtIterator + () const const + + + bool + canEraseValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + canEraseValueAtIterator + () const const + + + bool + canGetValueAtConstIterator + https://doc.qt.io/qt-6/qmetasequence.html + canGetValueAtConstIterator + () const const + + + bool + canGetValueAtIndex + https://doc.qt.io/qt-6/qmetasequence.html + canGetValueAtIndex + () const const + + + bool + canGetValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + canGetValueAtIterator + () const const + + + bool + canInsertValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + canInsertValueAtIterator + () const const + + + bool + canRemoveValue + https://doc.qt.io/qt-6/qmetasequence.html + canRemoveValue + () const const + + + bool + canRemoveValueAtBegin + https://doc.qt.io/qt-6/qmetasequence.html + canRemoveValueAtBegin + () const const + + + bool + canRemoveValueAtEnd + https://doc.qt.io/qt-6/qmetasequence.html + canRemoveValueAtEnd + () const const + + + bool + canSetValueAtIndex + https://doc.qt.io/qt-6/qmetasequence.html + canSetValueAtIndex + () const const + + + bool + canSetValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + canSetValueAtIterator + () const const + + + bool + isSortable + https://doc.qt.io/qt-6/qmetasequence.html + isSortable + () const const + + + void + addValue + https://doc.qt.io/qt-6/qmetasequence.html + addValue + (void *container, const void *value) const const + + + void + addValueAtBegin + https://doc.qt.io/qt-6/qmetasequence.html + addValueAtBegin + (void *container, const void *value) const const + + + void + addValueAtEnd + https://doc.qt.io/qt-6/qmetasequence.html + addValueAtEnd + (void *container, const void *value) const const + + + void + eraseRangeAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + eraseRangeAtIterator + (void *container, const void *iterator1, const void *iterator2) const const + + + void + eraseValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + eraseValueAtIterator + (void *container, const void *iterator) const const + + + void + insertValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + insertValueAtIterator + (void *container, const void *iterator, const void *value) const const + + + void + removeValue + https://doc.qt.io/qt-6/qmetasequence.html + removeValue + (void *container) const const + + + void + removeValueAtBegin + https://doc.qt.io/qt-6/qmetasequence.html + removeValueAtBegin + (void *container) const const + + + void + removeValueAtEnd + https://doc.qt.io/qt-6/qmetasequence.html + removeValueAtEnd + (void *container) const const + + + void + setValueAtIndex + https://doc.qt.io/qt-6/qmetasequence.html + setValueAtIndex + (void *container, qsizetype index, const void *value) const const + + + void + setValueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + setValueAtIterator + (const void *iterator, const void *value) const const + + + void + valueAtConstIterator + https://doc.qt.io/qt-6/qmetasequence.html + valueAtConstIterator + (const void *iterator, void *result) const const + + + void + valueAtIndex + https://doc.qt.io/qt-6/qmetasequence.html + valueAtIndex + (const void *container, qsizetype index, void *result) const const + + + void + valueAtIterator + https://doc.qt.io/qt-6/qmetasequence.html + valueAtIterator + (const void *iterator, void *result) const const + + + + QMetaType + https://doc.qt.io/qt-6/qmetatype.html + + Type + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + UnknownType + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Bool + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Int + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + UInt + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + LongLong + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + ULongLong + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Double + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Long + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Short + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Char + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + ULong + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + UShort + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + UChar + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Float + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + VoidStar + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QChar + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QString + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QStringList + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QByteArray + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QBitArray + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QDate + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QTime + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QDateTime + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QUrl + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QLocale + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QRect + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QRectF + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QSize + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QSizeF + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QLine + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QLineF + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPoint + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPointF + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QEasingCurve + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QUuid + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVariant + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QModelIndex + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPersistentModelIndex + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QRegularExpression + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QJsonValue + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QJsonObject + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QJsonArray + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QJsonDocument + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QByteArrayList + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QObjectStar + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + SChar + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Void + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Nullptr + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVariantMap + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVariantList + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVariantHash + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVariantPair + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QCborSimpleType + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QCborValue + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QCborArray + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QCborMap + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Char16 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Char32 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Int128 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + UInt128 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Float128 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + BFloat16 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + Float16 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QFont + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPixmap + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QBrush + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QColor + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPalette + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QIcon + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QImage + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPolygon + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QRegion + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QBitmap + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QCursor + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QKeySequence + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPen + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QTextLength + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QTextFormat + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QTransform + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QMatrix4x4 + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVector2D + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVector3D + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QVector4D + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QQuaternion + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QPolygonF + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QColorSpace + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + QSizePolicy + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + User + https://doc.qt.io/qt-6/qmetatype.html + Type-enum + + + + TypeFlag + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + NeedsConstruction + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + NeedsDestruction + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + RelocatableType + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + MovableType + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + PointerToQObject + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + IsEnumeration + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + SharedPointerToQObject + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + WeakPointerToQObject + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + TrackingPointerToQObject + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + IsUnsignedEnumeration + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + IsGadget + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + PointerToGadget + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + IsPointer + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + IsQmlList + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + IsConst + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + NeedsCopyConstruction + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + NeedsMoveConstruction + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + QDebug + operator<< + https://doc.qt.io/qt-6/qmetatype.html + operator-lt-lt + (QDebug d, QMetaType m) + + + QMetaType + fromName + https://doc.qt.io/qt-6/qmetatype.html + fromName + (QByteArrayView typeName) + + + QMetaType + fromType + https://doc.qt.io/qt-6/qmetatype.html + fromType + () + + + + QMetaType + https://doc.qt.io/qt-6/qmetatype.html + QMetaType-2 + () + + + + QMetaType + https://doc.qt.io/qt-6/qmetatype.html + QMetaType + (int typeId) + + + QMetaType::TypeFlags + typeFlags + https://doc.qt.io/qt-6/qmetatype-obsolete.html + typeFlags + (int type) + + + + Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE + https://doc.qt.io/qt-6/qmetatype.html + Q_DECLARE_ASSOCIATIVE_CONTAINER_METATYPE + (Container) + + + + Q_DECLARE_METATYPE + https://doc.qt.io/qt-6/qmetatype.html + Q_DECLARE_METATYPE + (Type) + + + + Q_DECLARE_OPAQUE_POINTER + https://doc.qt.io/qt-6/qmetatype.html + Q_DECLARE_OPAQUE_POINTER + (PointerType) + + + + Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE + https://doc.qt.io/qt-6/qmetatype.html + Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE + (Container) + + + + Q_DECLARE_SMART_POINTER_METATYPE + https://doc.qt.io/qt-6/qmetatype.html + Q_DECLARE_SMART_POINTER_METATYPE + (SmartPointer) + + + bool + canConvert + https://doc.qt.io/qt-6/qmetatype.html + canConvert + (QMetaType fromType, QMetaType toType) + + + bool + canView + https://doc.qt.io/qt-6/qmetatype.html + canView + (QMetaType fromType, QMetaType toType) + + + bool + compare + https://doc.qt.io/qt-6/qmetatype-obsolete.html + compare-1 + (const void *lhs, const void *rhs, int typeId, int *result) + + + bool + convert + https://doc.qt.io/qt-6/qmetatype.html + convert + (QMetaType fromType, const void *from, QMetaType toType, void *to) + + + bool + convert + https://doc.qt.io/qt-6/qmetatype-obsolete.html + convert-1 + (const void *from, int fromTypeId, void *to, int toTypeId) + + + bool + debugStream + https://doc.qt.io/qt-6/qmetatype.html + debugStream + (QDebug &dbg, const void *rhs) + + + bool + debugStream + https://doc.qt.io/qt-6/qmetatype-obsolete.html + debugStream-1 + (QDebug &dbg, const void *rhs, int typeId) + + + bool + hasRegisteredConverterFunction + https://doc.qt.io/qt-6/qmetatype.html + hasRegisteredConverterFunction-1 + () + + + bool + hasRegisteredConverterFunction + https://doc.qt.io/qt-6/qmetatype.html + hasRegisteredConverterFunction + (QMetaType fromType, QMetaType toType) + + + bool + hasRegisteredDebugStreamOperator + https://doc.qt.io/qt-6/qmetatype-obsolete.html + hasRegisteredDebugStreamOperator-1 + () + + + bool + hasRegisteredDebugStreamOperator + https://doc.qt.io/qt-6/qmetatype-obsolete.html + hasRegisteredDebugStreamOperator-2 + (int typeId) + + + bool + hasRegisteredMutableViewFunction + https://doc.qt.io/qt-6/qmetatype.html + hasRegisteredMutableViewFunction-1 + () + + + bool + hasRegisteredMutableViewFunction + https://doc.qt.io/qt-6/qmetatype.html + hasRegisteredMutableViewFunction + (QMetaType fromType, QMetaType toType) + + + bool + isRegistered + https://doc.qt.io/qt-6/qmetatype.html + isRegistered + (int type) + + + bool + load + https://doc.qt.io/qt-6/qmetatype-obsolete.html + load-1 + (QDataStream &stream, int type, void *data) + + + bool + operator!= + https://doc.qt.io/qt-6/qmetatype.html + operator-not-eq + (QMetaType a, QMetaType b) + + + bool + operator== + https://doc.qt.io/qt-6/qmetatype.html + operator-eq-eq + (QMetaType a, QMetaType b) + + + bool + registerConverter + https://doc.qt.io/qt-6/qmetatype.html + registerConverter + () + + + bool + registerConverter + https://doc.qt.io/qt-6/qmetatype.html + registerConverter-1 + (To (From::*)() const function) + + + bool + registerConverter + https://doc.qt.io/qt-6/qmetatype.html + registerConverter-2 + (To (From::*)(bool *) const function) + + + bool + registerConverter + https://doc.qt.io/qt-6/qmetatype.html + registerConverter-3 + (UnaryFunction function) + + + bool + registerMutableView + https://doc.qt.io/qt-6/qmetatype.html + registerMutableView + (To (From::*)() function) + + + bool + registerMutableView + https://doc.qt.io/qt-6/qmetatype.html + registerMutableView-1 + (UnaryFunction function) + + + bool + save + https://doc.qt.io/qt-6/qmetatype-obsolete.html + save-1 + (QDataStream &stream, int type, const void *data) + + + bool + view + https://doc.qt.io/qt-6/qmetatype.html + view + (QMetaType fromType, void *from, QMetaType toType, void *to) + + + const QMetaObject * + metaObjectForType + https://doc.qt.io/qt-6/qmetatype-obsolete.html + metaObjectForType + (int type) + + + const char * + typeName + https://doc.qt.io/qt-6/qmetatype-obsolete.html + typeName + (int typeId) + + + int + qMetaTypeId + https://doc.qt.io/qt-6/qmetatype.html + qMetaTypeId + () + + + int + qRegisterMetaType + https://doc.qt.io/qt-6/qmetatype.html + qRegisterMetaType-2 + () + + + int + qRegisterMetaType + https://doc.qt.io/qt-6/qmetatype.html + qRegisterMetaType-3 + (QMetaType meta) + + + int + qRegisterMetaType + https://doc.qt.io/qt-6/qmetatype-obsolete.html + qRegisterMetaType-1 + (const char *typeName) + + + int + sizeOf + https://doc.qt.io/qt-6/qmetatype-obsolete.html + sizeOf + (int type) + + + int + type + https://doc.qt.io/qt-6/qmetatype-obsolete.html + type-1 + (const ::QByteArray &typeName) + + + int + type + https://doc.qt.io/qt-6/qmetatype-obsolete.html + type + (const char *typeName) + + + size_t + qHash + https://doc.qt.io/qt-6/qmetatype.html + qHash + (QMetaType type, size_t seed) + + + void * + construct + https://doc.qt.io/qt-6/qmetatype-obsolete.html + construct + (int type, void *where, const void *copy) + + + void * + create + https://doc.qt.io/qt-6/qmetatype-obsolete.html + create + (int type, const void *copy) + + + void + destroy + https://doc.qt.io/qt-6/qmetatype-obsolete.html + destroy + (int type, void *data) + + + void + destruct + https://doc.qt.io/qt-6/qmetatype-obsolete.html + destruct + (int type, void *where) + + + QMetaType::TypeFlags + flags + https://doc.qt.io/qt-6/qmetatype.html + flags + () const const + + + QPartialOrdering + compare + https://doc.qt.io/qt-6/qmetatype.html + compare + (const void *lhs, const void *rhs) const const + + + bool + equals + https://doc.qt.io/qt-6/qmetatype.html + equals + (const void *lhs, const void *rhs) const const + + + bool + hasRegisteredDataStreamOperators + https://doc.qt.io/qt-6/qmetatype.html + hasRegisteredDataStreamOperators + () const const + + + bool + hasRegisteredDebugStreamOperator + https://doc.qt.io/qt-6/qmetatype.html + hasRegisteredDebugStreamOperator + () const const + + + bool + isCopyConstructible + https://doc.qt.io/qt-6/qmetatype.html + isCopyConstructible + () const const + + + bool + isDefaultConstructible + https://doc.qt.io/qt-6/qmetatype.html + isDefaultConstructible + () const const + + + bool + isDestructible + https://doc.qt.io/qt-6/qmetatype.html + isDestructible + () const const + + + bool + isEqualityComparable + https://doc.qt.io/qt-6/qmetatype.html + isEqualityComparable + () const const + + + bool + isMoveConstructible + https://doc.qt.io/qt-6/qmetatype.html + isMoveConstructible + () const const + + + bool + isOrdered + https://doc.qt.io/qt-6/qmetatype.html + isOrdered + () const const + + + bool + isRegistered + https://doc.qt.io/qt-6/qmetatype.html + isRegistered-1 + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qmetatype.html + isValid + () const const + + + bool + load + https://doc.qt.io/qt-6/qmetatype.html + load + (QDataStream &stream, void *data) const const + + + bool + save + https://doc.qt.io/qt-6/qmetatype.html + save + (QDataStream &stream, const void *data) const const + + + const QMetaObject * + metaObject + https://doc.qt.io/qt-6/qmetatype.html + metaObject + () const const + + + const char * + name + https://doc.qt.io/qt-6/qmetatype.html + name + () const const + + + int + id + https://doc.qt.io/qt-6/qmetatype.html + id + () const const + + + qsizetype + alignOf + https://doc.qt.io/qt-6/qmetatype.html + alignOf + () const const + + + qsizetype + sizeOf + https://doc.qt.io/qt-6/qmetatype.html + sizeOf-1 + () const const + + + void * + construct + https://doc.qt.io/qt-6/qmetatype.html + construct-1 + (void *where, const void *copy) const const + + + void * + create + https://doc.qt.io/qt-6/qmetatype.html + create-1 + (const void *copy) const const + + + void + destroy + https://doc.qt.io/qt-6/qmetatype.html + destroy-1 + (void *data) const const + + + void + destruct + https://doc.qt.io/qt-6/qmetatype.html + destruct-1 + (void *data) const const + + + void + registerType + https://doc.qt.io/qt-6/qmetatype.html + registerType + () const const + + + TypeFlags + https://doc.qt.io/qt-6/qmetatype.html + TypeFlag-enum + + + + + QMicrophonePermission + https://doc.qt.io/qt-6/qmicrophonepermission.html + + + QMilankovicCalendar + https://doc.qt.io/qt-6/qmilankoviccalendar.html + QRomanCalendar + + + QMimeData + https://doc.qt.io/qt-6/qmimedata.html + QObject + + + QMimeData + https://doc.qt.io/qt-6/qmimedata.html + QMimeData + () + + + void + clear + https://doc.qt.io/qt-6/qmimedata.html + clear + () + + + void + removeFormat + https://doc.qt.io/qt-6/qmimedata.html + removeFormat + (const QString &mimeType) + + + void + setColorData + https://doc.qt.io/qt-6/qmimedata.html + setColorData + (const QVariant &color) + + + void + setData + https://doc.qt.io/qt-6/qmimedata.html + setData + (const QString &mimeType, const QByteArray &data) + + + void + setHtml + https://doc.qt.io/qt-6/qmimedata.html + setHtml + (const QString &html) + + + void + setImageData + https://doc.qt.io/qt-6/qmimedata.html + setImageData + (const QVariant &image) + + + void + setText + https://doc.qt.io/qt-6/qmimedata.html + setText + (const QString &text) + + + void + setUrls + https://doc.qt.io/qt-6/qmimedata.html + setUrls + (const QList<QUrl> &urls) + + + virtual + ~QMimeData + https://doc.qt.io/qt-6/qmimedata.html + dtor.QMimeData + () + + + QByteArray + data + https://doc.qt.io/qt-6/qmimedata.html + data + (const QString &mimeType) const const + + + QList<QUrl> + urls + https://doc.qt.io/qt-6/qmimedata.html + urls + () const const + + + QString + html + https://doc.qt.io/qt-6/qmimedata.html + html + () const const + + + QString + text + https://doc.qt.io/qt-6/qmimedata.html + text + () const const + + + virtual QStringList + formats + https://doc.qt.io/qt-6/qmimedata.html + formats + () const const + + + QVariant + colorData + https://doc.qt.io/qt-6/qmimedata.html + colorData + () const const + + + QVariant + imageData + https://doc.qt.io/qt-6/qmimedata.html + imageData + () const const + + + virtual QVariant + retrieveData + https://doc.qt.io/qt-6/qmimedata.html + retrieveData + (const QString &mimeType, QMetaType type) const const + + + bool + hasColor + https://doc.qt.io/qt-6/qmimedata.html + hasColor + () const const + + + virtual bool + hasFormat + https://doc.qt.io/qt-6/qmimedata.html + hasFormat + (const QString &mimeType) const const + + + bool + hasHtml + https://doc.qt.io/qt-6/qmimedata.html + hasHtml + () const const + + + bool + hasImage + https://doc.qt.io/qt-6/qmimedata.html + hasImage + () const const + + + bool + hasText + https://doc.qt.io/qt-6/qmimedata.html + hasText + () const const + + + bool + hasUrls + https://doc.qt.io/qt-6/qmimedata.html + hasUrls + () const const + + + + QMimeDatabase + https://doc.qt.io/qt-6/qmimedatabase.html + + MatchMode + https://doc.qt.io/qt-6/qmimedatabase.html + MatchMode-enum + + + MatchDefault + https://doc.qt.io/qt-6/qmimedatabase.html + MatchMode-enum + + + + MatchExtension + https://doc.qt.io/qt-6/qmimedatabase.html + MatchMode-enum + + + + MatchContent + https://doc.qt.io/qt-6/qmimedatabase.html + MatchMode-enum + + + + + QMimeDatabase + https://doc.qt.io/qt-6/qmimedatabase.html + QMimeDatabase-1 + () + + + + ~QMimeDatabase + https://doc.qt.io/qt-6/qmimedatabase.html + dtor.QMimeDatabase + () + + + QList<QMimeType> + allMimeTypes + https://doc.qt.io/qt-6/qmimedatabase.html + allMimeTypes + () const const + + + QList<QMimeType> + mimeTypesForFileName + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypesForFileName + (const QString &fileName) const const + + + QMimeType + mimeTypeForData + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForData-1 + (QIODevice *device) const const + + + QMimeType + mimeTypeForData + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForData + (const QByteArray &data) const const + + + QMimeType + mimeTypeForFile + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForFile + (const QFileInfo &fileInfo, QMimeDatabase::MatchMode mode) const const + + + QMimeType + mimeTypeForFile + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForFile-1 + (const QString &fileName, QMimeDatabase::MatchMode mode) const const + + + QMimeType + mimeTypeForFileNameAndData + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForFileNameAndData + (const QString &fileName, QIODevice *device) const const + + + QMimeType + mimeTypeForFileNameAndData + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForFileNameAndData-1 + (const QString &fileName, const QByteArray &data) const const + + + QMimeType + mimeTypeForName + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForName + (const QString &nameOrAlias) const const + + + QMimeType + mimeTypeForUrl + https://doc.qt.io/qt-6/qmimedatabase.html + mimeTypeForUrl + (const QUrl &url) const const + + + QString + suffixForFileName + https://doc.qt.io/qt-6/qmimedatabase.html + suffixForFileName + (const QString &fileName) const const + + + + QMimeType + https://doc.qt.io/qt-6/qmimetype.html + + QMimeType & + operator= + https://doc.qt.io/qt-6/qmimetype.html + operator-eq-1 + (QMimeType &&other) + + + QMimeType & + operator= + https://doc.qt.io/qt-6/qmimetype.html + operator-eq + (const QMimeType &other) + + + + QMimeType + https://doc.qt.io/qt-6/qmimetype.html + QMimeType + () + + + + QMimeType + https://doc.qt.io/qt-6/qmimetype.html + QMimeType-1 + (const QMimeType &other) + + + size_t + qHash + https://doc.qt.io/qt-6/qmimetype.html + qHash + (const QMimeType &key, size_t seed) + + + void + swap + https://doc.qt.io/qt-6/qmimetype.html + swap + (QMimeType &other) + + + + ~QMimeType + https://doc.qt.io/qt-6/qmimetype.html + dtor.QMimeType + () + + + QString + comment + https://doc.qt.io/qt-6/qmimetype.html + comment-prop + () const const + + + QString + filterString + https://doc.qt.io/qt-6/qmimetype.html + filterString-prop + () const const + + + QString + genericIconName + https://doc.qt.io/qt-6/qmimetype.html + genericIconName-prop + () const const + + + QString + iconName + https://doc.qt.io/qt-6/qmimetype.html + iconName-prop + () const const + + + QString + name + https://doc.qt.io/qt-6/qmimetype.html + name-prop + () const const + + + QString + preferredSuffix + https://doc.qt.io/qt-6/qmimetype.html + preferredSuffix-prop + () const const + + + QStringList + aliases + https://doc.qt.io/qt-6/qmimetype.html + aliases-prop + () const const + + + QStringList + allAncestors + https://doc.qt.io/qt-6/qmimetype.html + allAncestors-prop + () const const + + + QStringList + globPatterns + https://doc.qt.io/qt-6/qmimetype.html + globPatterns-prop + () const const + + + QStringList + parentMimeTypes + https://doc.qt.io/qt-6/qmimetype.html + parentMimeTypes-prop + () const const + + + QStringList + suffixes + https://doc.qt.io/qt-6/qmimetype.html + suffixes-prop + () const const + + + bool + inherits + https://doc.qt.io/qt-6/qmimetype.html + inherits + (const QString &mimeTypeName) const const + + + bool + isDefault + https://doc.qt.io/qt-6/qmimetype.html + isDefault-prop + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qmimetype.html + valid-prop + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qmimetype.html + operator-not-eq + (const QMimeType &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmimetype.html + operator-eq-eq + (const QMimeType &other) const const + + + aliases + https://doc.qt.io/qt-6/qmimetype.html + aliases-prop + + + + allAncestors + https://doc.qt.io/qt-6/qmimetype.html + allAncestors-prop + + + + comment + https://doc.qt.io/qt-6/qmimetype.html + comment-prop + + + + filterString + https://doc.qt.io/qt-6/qmimetype.html + filterString-prop + + + + genericIconName + https://doc.qt.io/qt-6/qmimetype.html + genericIconName-prop + + + + globPatterns + https://doc.qt.io/qt-6/qmimetype.html + globPatterns-prop + + + + iconName + https://doc.qt.io/qt-6/qmimetype.html + iconName-prop + + + + isDefault + https://doc.qt.io/qt-6/qmimetype.html + isDefault-prop + + + + name + https://doc.qt.io/qt-6/qmimetype.html + name-prop + + + + parentMimeTypes + https://doc.qt.io/qt-6/qmimetype.html + parentMimeTypes-prop + + + + preferredSuffix + https://doc.qt.io/qt-6/qmimetype.html + preferredSuffix-prop + + + + suffixes + https://doc.qt.io/qt-6/qmimetype.html + suffixes-prop + + + + valid + https://doc.qt.io/qt-6/qmimetype.html + valid-prop + + + + + QModelIndex + https://doc.qt.io/qt-6/qmodelindex.html + + + QModelIndex + https://doc.qt.io/qt-6/qmodelindex.html + QModelIndex + () + + + QModelIndex + parent + https://doc.qt.io/qt-6/qmodelindex.html + parent + () const const + + + QModelIndex + sibling + https://doc.qt.io/qt-6/qmodelindex.html + sibling + (int row, int column) const const + + + QModelIndex + siblingAtColumn + https://doc.qt.io/qt-6/qmodelindex.html + siblingAtColumn + (int column) const const + + + QModelIndex + siblingAtRow + https://doc.qt.io/qt-6/qmodelindex.html + siblingAtRow + (int row) const const + + + QVariant + data + https://doc.qt.io/qt-6/qmodelindex.html + data + (int role) const const + + + Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qmodelindex.html + flags + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qmodelindex.html + isValid + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qmodelindex.html + operator-not-eq + (const QModelIndex &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qmodelindex.html + operator-lt + (const QModelIndex &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmodelindex.html + operator-eq-eq + (const QModelIndex &other) const const + + + const QAbstractItemModel * + model + https://doc.qt.io/qt-6/qmodelindex.html + model + () const const + + + const void * + constInternalPointer + https://doc.qt.io/qt-6/qmodelindex.html + constInternalPointer + () const const + + + int + column + https://doc.qt.io/qt-6/qmodelindex.html + column + () const const + + + int + row + https://doc.qt.io/qt-6/qmodelindex.html + row + () const const + + + quintptr + internalId + https://doc.qt.io/qt-6/qmodelindex.html + internalId + () const const + + + void * + internalPointer + https://doc.qt.io/qt-6/qmodelindex.html + internalPointer + () const const + + + void + multiData + https://doc.qt.io/qt-6/qmodelindex.html + multiData + (QModelRoleDataSpan roleDataSpan) const const + + + QModelIndexList + https://doc.qt.io/qt-6/qmodelindex.html + QModelIndexList-typedef + + + + + QModelRoleData + https://doc.qt.io/qt-6/qmodelroledata.html + + + QModelRoleData + https://doc.qt.io/qt-6/qmodelroledata.html + QModelRoleData + (int role) + + + QVariant & + data + https://doc.qt.io/qt-6/qmodelroledata.html + data + () + + + void + clearData + https://doc.qt.io/qt-6/qmodelroledata.html + clearData + () + + + void + setData + https://doc.qt.io/qt-6/qmodelroledata.html + setData + (T &&value) + + + const QVariant & + data + https://doc.qt.io/qt-6/qmodelroledata.html + data-1 + () const const + + + int + role + https://doc.qt.io/qt-6/qmodelroledata.html + role + () const const + + + + QModelRoleDataSpan + https://doc.qt.io/qt-6/qmodelroledataspan.html + + + QModelRoleDataSpan + https://doc.qt.io/qt-6/qmodelroledataspan.html + QModelRoleDataSpan + () + + + + QModelRoleDataSpan + https://doc.qt.io/qt-6/qmodelroledataspan.html + QModelRoleDataSpan-3 + (Container &c) + + + + QModelRoleDataSpan + https://doc.qt.io/qt-6/qmodelroledataspan.html + QModelRoleDataSpan-1 + (QModelRoleData &modelRoleData) + + + + QModelRoleDataSpan + https://doc.qt.io/qt-6/qmodelroledataspan.html + QModelRoleDataSpan-2 + (QModelRoleData *modelRoleData, qsizetype len) + + + QModelRoleData & + operator[] + https://doc.qt.io/qt-6/qmodelroledataspan.html + operator-5b-5d + (qsizetype index) const const + + + QModelRoleData * + begin + https://doc.qt.io/qt-6/qmodelroledataspan.html + begin + () const const + + + QModelRoleData * + data + https://doc.qt.io/qt-6/qmodelroledataspan.html + data + () const const + + + QModelRoleData * + end + https://doc.qt.io/qt-6/qmodelroledataspan.html + end + () const const + + + QVariant * + dataForRole + https://doc.qt.io/qt-6/qmodelroledataspan.html + dataForRole + (int role) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qmodelroledataspan.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qmodelroledataspan.html + size + () const const + + + + QMultiHash + https://doc.qt.io/qt-6/qmultihash.html + QMultiHash::const_iterator + QMultiHash::iterator + QMultiHash::key_iterator + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qmultihash.html + operator-lt-lt + (QDataStream &out, const QMultiHash<Key, T> &hash) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qmultihash.html + operator-gt-gt + (QDataStream &in, QMultiHash<Key, T> &hash) + + + + QMultiHash + https://doc.qt.io/qt-6/qmultihash.html + QMultiHash + () + + + + QMultiHash + https://doc.qt.io/qt-6/qmultihash.html + QMultiHash-2 + (InputIterator begin, InputIterator end) + + + + QMultiHash + https://doc.qt.io/qt-6/qmultihash.html + QMultiHash-5 + (const QHash<Key, T> &other) + + + + QMultiHash + https://doc.qt.io/qt-6/qmultihash.html + QMultiHash-1 + (std::initializer_list<std::pair<Key, T>> list) + + + QMultiHash::iterator + begin + https://doc.qt.io/qt-6/qmultihash.html + begin + () + + + QMultiHash::iterator + emplace + https://doc.qt.io/qt-6/qmultihash.html + emplace-1 + (Key &&key, Args &&... args) + + + QMultiHash::iterator + emplace + https://doc.qt.io/qt-6/qmultihash.html + emplace + (const Key &key, Args &&... args) + + + QMultiHash::iterator + emplaceReplace + https://doc.qt.io/qt-6/qmultihash.html + emplaceReplace-1 + (Key &&key, Args &&... args) + + + QMultiHash::iterator + emplaceReplace + https://doc.qt.io/qt-6/qmultihash.html + emplaceReplace + (const Key &key, Args &&... args) + + + QMultiHash::iterator + end + https://doc.qt.io/qt-6/qmultihash.html + end + () + + + QMultiHash::iterator + find + https://doc.qt.io/qt-6/qmultihash.html + find-2 + (const Key &key, const T &value) + + + QMultiHash::iterator + insert + https://doc.qt.io/qt-6/qmultihash.html + insert + (const Key &key, const T &value) + + + QMultiHash::iterator + replace + https://doc.qt.io/qt-6/qmultihash.html + replace + (const Key &key, const T &value) + + + QMultiHash::key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qmultihash.html + keyValueBegin + () + + + QMultiHash::key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qmultihash.html + keyValueEnd + () + + + QMultiHash<Key, T> & + operator+= + https://doc.qt.io/qt-6/qmultihash.html + operator-2b-eq + (const QMultiHash<Key, T> &other) + + + QMultiHash<Key, T> & + unite + https://doc.qt.io/qt-6/qmultihash.html + unite-1 + (const QHash<Key, T> &other) + + + QMultiHash<Key, T> & + unite + https://doc.qt.io/qt-6/qmultihash.html + unite + (const QMultiHash<Key, T> &other) + + + QPair<QMultiHash::iterator, QMultiHash::iterator> + equal_range + https://doc.qt.io/qt-6/qmultihash.html + equal_range + (const Key &key) + + + T & + operator[] + https://doc.qt.io/qt-6/qmultihash.html + operator-5b-5d + (const Key &key) + + + T + take + https://doc.qt.io/qt-6/qmultihash.html + take + (const Key &key) + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultihash.html + asKeyValueRange + () & + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultihash.html + asKeyValueRange-2 + () && + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qmultihash.html + erase_if + (QMultiHash<Key, T> &hash, Predicate pred) + + + qsizetype + remove + https://doc.qt.io/qt-6/qmultihash.html + remove + (const Key &key) + + + qsizetype + remove + https://doc.qt.io/qt-6/qmultihash.html + remove-1 + (const Key &key, const T &value) + + + qsizetype + removeIf + https://doc.qt.io/qt-6/qmultihash.html + removeIf + (Predicate pred) + + + size_t + qHash + https://doc.qt.io/qt-6/qmultihash.html + qHash + (const QMultiHash<Key, T> &key, size_t seed) + + + void + clear + https://doc.qt.io/qt-6/qmultihash.html + clear + () + + + void + swap + https://doc.qt.io/qt-6/qmultihash.html + swap + (QMultiHash<Key, T> &other) + + + Key + key + https://doc.qt.io/qt-6/qmultihash.html + key + (const T &value) const const + + + Key + key + https://doc.qt.io/qt-6/qmultihash.html + key-1 + (const T &value, const Key &defaultKey) const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qmultihash.html + keys + () const const + + + QList<Key> + uniqueKeys + https://doc.qt.io/qt-6/qmultihash.html + uniqueKeys + () const const + + + QList<T> + values + https://doc.qt.io/qt-6/qmultihash.html + values + () const const + + + QList<T> + values + https://doc.qt.io/qt-6/qmultihash.html + values-1 + (const Key &key) const const + + + QMultiHash::const_iterator + begin + https://doc.qt.io/qt-6/qmultihash.html + begin-1 + () const const + + + QMultiHash::const_iterator + cbegin + https://doc.qt.io/qt-6/qmultihash.html + cbegin + () const const + + + QMultiHash::const_iterator + cend + https://doc.qt.io/qt-6/qmultihash.html + cend + () const const + + + QMultiHash::const_iterator + constBegin + https://doc.qt.io/qt-6/qmultihash.html + constBegin + () const const + + + QMultiHash::const_iterator + constEnd + https://doc.qt.io/qt-6/qmultihash.html + constEnd + () const const + + + QMultiHash::const_iterator + constFind + https://doc.qt.io/qt-6/qmultihash.html + constFind-1 + (const Key &key, const T &value) const const + + + QMultiHash::const_iterator + end + https://doc.qt.io/qt-6/qmultihash.html + end-1 + () const const + + + QMultiHash::const_iterator + find + https://doc.qt.io/qt-6/qmultihash.html + find-3 + (const Key &key, const T &value) const const + + + QMultiHash::const_key_value_iterator + constKeyValueBegin + https://doc.qt.io/qt-6/qmultihash.html + constKeyValueBegin + () const const + + + QMultiHash::const_key_value_iterator + constKeyValueEnd + https://doc.qt.io/qt-6/qmultihash.html + constKeyValueEnd + () const const + + + QMultiHash::const_key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qmultihash.html + keyValueBegin-1 + () const const + + + QMultiHash::const_key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qmultihash.html + keyValueEnd-1 + () const const + + + QMultiHash::key_iterator + keyBegin + https://doc.qt.io/qt-6/qmultihash.html + keyBegin + () const const + + + QMultiHash::key_iterator + keyEnd + https://doc.qt.io/qt-6/qmultihash.html + keyEnd + () const const + + + QMultiHash<Key, T> + operator+ + https://doc.qt.io/qt-6/qmultihash.html + operator-2b + (const QMultiHash<Key, T> &other) const const + + + QPair<QMultiHash::const_iterator, QMultiHash::const_iterator> + equal_range + https://doc.qt.io/qt-6/qmultihash.html + equal_range-1 + (const Key &key) const const + + + T + value + https://doc.qt.io/qt-6/qmultihash.html + value + (const Key &key) const const + + + T + value + https://doc.qt.io/qt-6/qmultihash.html + value-1 + (const Key &key, const T &defaultValue) const const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultihash.html + asKeyValueRange-1 + () const & const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultihash.html + asKeyValueRange-3 + () const && const + + + bool + contains + https://doc.qt.io/qt-6/qmultihash.html + contains-1 + (const Key &key, const T &value) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qmultihash.html + count-2 + (const Key &key, const T &value) const const + + + const_key_value_iterator + https://doc.qt.io/qt-6/qmultihash.html + const_key_value_iterator-typedef + + + + key_value_iterator + https://doc.qt.io/qt-6/qmultihash.html + key_value_iterator-typedef + + + + + QMultiHash::const_iterator + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + operator-2b-2b + () + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + operator-2b-2b-1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + const_iterator-1 + () + + + + const_iterator + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + const_iterator-2 + (const iterator &other) + + + T & + operator* + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + operator-2a + () const const + + + T & + value + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + value + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + operator--gt + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + operator-not-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + operator-eq-eq + (const const_iterator &other) const const + + + const Key & + key + https://doc.qt.io/qt-6/qmultihash-const-iterator.html + key + () const const + + + + QMultiHash::iterator + https://doc.qt.io/qt-6/qmultihash-iterator.html + + iterator & + operator++ + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-2b-2b + () + + + iterator + operator++ + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-2b-2b-1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qmultihash-iterator.html + iterator-1 + () + + + T & + operator* + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-2a + () const const + + + T & + value + https://doc.qt.io/qt-6/qmultihash-iterator.html + value + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator--gt + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-not-eq-1 + (const const_iterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-not-eq + (const iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-eq-eq-1 + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmultihash-iterator.html + operator-eq-eq + (const iterator &other) const const + + + const Key & + key + https://doc.qt.io/qt-6/qmultihash-iterator.html + key + () const const + + + + QMultiHash::key_iterator + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + + key_iterator & + operator++ + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + operator-2b-2b + () + + + key_iterator + operator++ + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + operator-2b-2b-1 + (int) + + + bool + operator!= + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + operator-not-eq + (key_iterator other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + operator-eq-eq + (key_iterator other) const const + + + const Key & + operator* + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + operator-2a + () const const + + + const Key * + operator-> + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + operator--gt + () const const + + + const_iterator + base + https://doc.qt.io/qt-6/qmultihash-key-iterator.html + base + () const const + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap::const_iterator + QMultiMap::iterator + QMultiMap::key_iterator + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qmultimap.html + operator-lt-lt + (QDataStream &out, const QMultiMap<Key, T> &map) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qmultimap.html + operator-gt-gt + (QDataStream &in, QMultiMap<Key, T> &map) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap + () + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-3 + (QMap<Key, T> &&other) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-6 + (QMultiMap<Key, T> &&other) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-2 + (const QMap<Key, T> &other) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-7 + (const QMultiMap<Key, T> &other) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-4 + (const std::multimap<Key, T> &other) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-1 + (std::initializer_list<std::pair<Key, T>> list) + + + + QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + QMultiMap-5 + (std::multimap<Key, T> &&other) + + + QMultiMap::iterator + begin + https://doc.qt.io/qt-6/qmultimap.html + begin + () + + + QMultiMap::iterator + end + https://doc.qt.io/qt-6/qmultimap.html + end + () + + + QMultiMap::iterator + erase + https://doc.qt.io/qt-6/qmultimap.html + erase-1 + (QMultiMap::const_iterator first, QMultiMap::const_iterator last) + + + QMultiMap::iterator + erase + https://doc.qt.io/qt-6/qmultimap.html + erase + (QMultiMap::const_iterator pos) + + + QMultiMap::iterator + find + https://doc.qt.io/qt-6/qmultimap.html + find + (const Key &key) + + + QMultiMap::iterator + insert + https://doc.qt.io/qt-6/qmultimap.html + insert-1 + (QMultiMap::const_iterator pos, const Key &key, const T &value) + + + QMultiMap::iterator + insert + https://doc.qt.io/qt-6/qmultimap.html + insert + (const Key &key, const T &value) + + + QMultiMap::iterator + insertMulti + https://doc.qt.io/qt-6/qmultimap-obsolete.html + insertMulti-1 + (QMultiMap::const_iterator pos, const Key &key, const T &value) + + + QMultiMap::iterator + insertMulti + https://doc.qt.io/qt-6/qmultimap-obsolete.html + insertMulti + (const Key &key, const T &value) + + + QMultiMap::iterator + lowerBound + https://doc.qt.io/qt-6/qmultimap.html + lowerBound + (const Key &key) + + + QMultiMap::iterator + replace + https://doc.qt.io/qt-6/qmultimap.html + replace + (const Key &key, const T &value) + + + QMultiMap::iterator + upperBound + https://doc.qt.io/qt-6/qmultimap.html + upperBound + (const Key &key) + + + QMultiMap::key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qmultimap.html + keyValueBegin + () + + + QMultiMap::key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qmultimap.html + keyValueEnd + () + + + QMultiMap::size_type + remove + https://doc.qt.io/qt-6/qmultimap.html + remove + (const Key &key) + + + QMultiMap::size_type + remove + https://doc.qt.io/qt-6/qmultimap.html + remove-1 + (const Key &key, const T &value) + + + QMultiMap::size_type + removeIf + https://doc.qt.io/qt-6/qmultimap.html + removeIf + (Predicate pred) + + + QMultiMap<Key, T> & + operator= + https://doc.qt.io/qt-6/qmultimap.html + operator-eq-1 + (QMultiMap<Key, T> &&other) + + + QMultiMap<Key, T> & + operator= + https://doc.qt.io/qt-6/qmultimap.html + operator-eq + (const QMultiMap<Key, T> &other) + + + QMultiMap<Key, T> & + unite + https://doc.qt.io/qt-6/qmultimap.html + unite-1 + (QMultiMap<Key, T> &&other) + + + QMultiMap<Key, T> & + unite + https://doc.qt.io/qt-6/qmultimap.html + unite + (const QMultiMap<Key, T> &other) + + + QMultiMap<Key, T> + operator+ + https://doc.qt.io/qt-6/qmultimap.html + operator-2b + (const QMultiMap<Key, T> &lhs, const QMultiMap<Key, T> &rhs) + + + QMultiMap<Key, T> + operator+= + https://doc.qt.io/qt-6/qmultimap.html + operator-2b-eq + (QMultiMap<Key, T> &lhs, const QMultiMap<Key, T> &rhs) + + + QPair<QMultiMap::iterator, QMultiMap::iterator> + equal_range + https://doc.qt.io/qt-6/qmultimap.html + equal_range + (const Key &key) + + + T & + first + https://doc.qt.io/qt-6/qmultimap.html + first + () + + + T & + last + https://doc.qt.io/qt-6/qmultimap.html + last + () + + + T + take + https://doc.qt.io/qt-6/qmultimap.html + take + (const Key &key) + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultimap.html + asKeyValueRange + () & + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultimap.html + asKeyValueRange-2 + () && + + + bool + operator!= + https://doc.qt.io/qt-6/qmultimap.html + operator-not-eq + (const QMultiMap<Key, T> &lhs, const QMultiMap<Key, T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmultimap.html + operator-eq-eq + (const QMultiMap<Key, T> &lhs, const QMultiMap<Key, T> &rhs) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qmultimap.html + erase_if + (QMultiMap<Key, T> &map, Predicate pred) + + + void + clear + https://doc.qt.io/qt-6/qmultimap.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qmultimap-obsolete.html + insert-3 + (QMultiMap<Key, T> &&map) + + + void + insert + https://doc.qt.io/qt-6/qmultimap-obsolete.html + insert-2 + (const QMultiMap<Key, T> &map) + + + void + swap + https://doc.qt.io/qt-6/qmultimap.html + swap + (QMultiMap<Key, T> &other) + + + + ~QMultiMap + https://doc.qt.io/qt-6/qmultimap.html + dtor.QMultiMap + () + + + Key + key + https://doc.qt.io/qt-6/qmultimap.html + key + (const T &value, const Key &defaultKey) const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qmultimap.html + keys + () const const + + + QList<Key> + keys + https://doc.qt.io/qt-6/qmultimap.html + keys-1 + (const T &value) const const + + + QList<Key> + uniqueKeys + https://doc.qt.io/qt-6/qmultimap.html + uniqueKeys + () const const + + + QList<T> + values + https://doc.qt.io/qt-6/qmultimap.html + values + () const const + + + QList<T> + values + https://doc.qt.io/qt-6/qmultimap.html + values-1 + (const Key &key) const const + + + QMultiMap::const_iterator + begin + https://doc.qt.io/qt-6/qmultimap.html + begin-1 + () const const + + + QMultiMap::const_iterator + cbegin + https://doc.qt.io/qt-6/qmultimap.html + cbegin + () const const + + + QMultiMap::const_iterator + cend + https://doc.qt.io/qt-6/qmultimap.html + cend + () const const + + + QMultiMap::const_iterator + constBegin + https://doc.qt.io/qt-6/qmultimap.html + constBegin + () const const + + + QMultiMap::const_iterator + constEnd + https://doc.qt.io/qt-6/qmultimap.html + constEnd + () const const + + + QMultiMap::const_iterator + constFind + https://doc.qt.io/qt-6/qmultimap.html + constFind + (const Key &key) const const + + + QMultiMap::const_iterator + constFind + https://doc.qt.io/qt-6/qmultimap.html + constFind-1 + (const Key &key, const T &value) const const + + + QMultiMap::const_iterator + end + https://doc.qt.io/qt-6/qmultimap.html + end-1 + () const const + + + QMultiMap::const_iterator + find + https://doc.qt.io/qt-6/qmultimap.html + find-1 + (const Key &key) const const + + + QMultiMap::const_iterator + find + https://doc.qt.io/qt-6/qmultimap.html + find-3 + (const Key &key, const T &value) const const + + + QMultiMap::const_iterator + lowerBound + https://doc.qt.io/qt-6/qmultimap.html + lowerBound-1 + (const Key &key) const const + + + QMultiMap::const_iterator + upperBound + https://doc.qt.io/qt-6/qmultimap.html + upperBound-1 + (const Key &key) const const + + + QMultiMap::const_key_value_iterator + constKeyValueBegin + https://doc.qt.io/qt-6/qmultimap.html + constKeyValueBegin + () const const + + + QMultiMap::const_key_value_iterator + constKeyValueEnd + https://doc.qt.io/qt-6/qmultimap.html + constKeyValueEnd + () const const + + + QMultiMap::const_key_value_iterator + keyValueBegin + https://doc.qt.io/qt-6/qmultimap.html + keyValueBegin-1 + () const const + + + QMultiMap::const_key_value_iterator + keyValueEnd + https://doc.qt.io/qt-6/qmultimap.html + keyValueEnd-1 + () const const + + + QMultiMap::key_iterator + keyBegin + https://doc.qt.io/qt-6/qmultimap.html + keyBegin + () const const + + + QMultiMap::key_iterator + keyEnd + https://doc.qt.io/qt-6/qmultimap.html + keyEnd + () const const + + + QMultiMap::size_type + count + https://doc.qt.io/qt-6/qmultimap.html + count-2 + () const const + + + QMultiMap::size_type + count + https://doc.qt.io/qt-6/qmultimap.html + count + (const Key &key) const const + + + QMultiMap::size_type + count + https://doc.qt.io/qt-6/qmultimap.html + count-1 + (const Key &key, const T &value) const const + + + QMultiMap::size_type + size + https://doc.qt.io/qt-6/qmultimap.html + size + () const const + + + QPair<QMultiMap::const_iterator, QMultiMap::const_iterator> + equal_range + https://doc.qt.io/qt-6/qmultimap.html + equal_range-1 + (const Key &key) const const + + + T + value + https://doc.qt.io/qt-6/qmultimap.html + value + (const Key &key, const T &defaultValue) const const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultimap.html + asKeyValueRange-1 + () const & const + + + auto + asKeyValueRange + https://doc.qt.io/qt-6/qmultimap.html + asKeyValueRange-3 + () const && const + + + bool + contains + https://doc.qt.io/qt-6/qmultimap.html + contains + (const Key &key) const const + + + bool + contains + https://doc.qt.io/qt-6/qmultimap.html + contains-1 + (const Key &key, const T &value) const const + + + bool + empty + https://doc.qt.io/qt-6/qmultimap.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qmultimap.html + isEmpty + () const const + + + const Key & + firstKey + https://doc.qt.io/qt-6/qmultimap.html + firstKey + () const const + + + const Key & + lastKey + https://doc.qt.io/qt-6/qmultimap.html + lastKey + () const const + + + const T & + first + https://doc.qt.io/qt-6/qmultimap.html + first-1 + () const const + + + const T & + last + https://doc.qt.io/qt-6/qmultimap.html + last-1 + () const const + + + std::multimap<Key, T> + toStdMap + https://doc.qt.io/qt-6/qmultimap-obsolete.html + toStdMap + () const const + + + std::multimap<Key, T> + toStdMultiMap + https://doc.qt.io/qt-6/qmultimap.html + toStdMultiMap + () const & const + + + ConstIterator + https://doc.qt.io/qt-6/qmultimap.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qmultimap.html + Iterator-typedef + + + + const_key_value_iterator + https://doc.qt.io/qt-6/qmultimap.html + const_key_value_iterator-typedef + + + + key_value_iterator + https://doc.qt.io/qt-6/qmultimap.html + key_value_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qmultimap.html + difference_type-typedef + + + + key_type + https://doc.qt.io/qt-6/qmultimap.html + key_type-typedef + + + + mapped_type + https://doc.qt.io/qt-6/qmultimap.html + mapped_type-typedef + + + + size_type + https://doc.qt.io/qt-6/qmultimap.html + size_type-typedef + + + + + QMultiMap::const_iterator + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + + bool + operator!= + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator-not-eq + (const const_iterator &lhs, const const_iterator &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator-eq-eq + (const const_iterator &lhs, const const_iterator &rhs) + + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator-2b-2b + () + + + const_iterator & + operator+= + https://doc.qt.io/qt-6/qmultimap-const-iterator-obsolete.html + operator-2b-eq + (const_iterator::difference_type n) + + + const_iterator & + operator-- + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator-- + () + + + const_iterator & + operator-= + https://doc.qt.io/qt-6/qmultimap-const-iterator-obsolete.html + operator--eq + (const_iterator::difference_type n) + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qmultimap-const-iterator-obsolete.html + operator-2b + (const_iterator it, const_iterator::difference_type j) + + + const_iterator + operator+ + https://doc.qt.io/qt-6/qmultimap-const-iterator-obsolete.html + operator-2b-1 + (const_iterator::difference_type j, const_iterator it) + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator-2b-2b-1 + (int) + + + const_iterator + operator- + https://doc.qt.io/qt-6/qmultimap-const-iterator-obsolete.html + operator- + (const_iterator it, const_iterator::difference_type j) + + + const_iterator + operator- + https://doc.qt.io/qt-6/qmultimap-const-iterator-obsolete.html + operator--1 + (const_iterator::difference_type j, const_iterator it) + + + const_iterator + operator-- + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator---1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + const_iterator-1 + () + + + + const_iterator + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + const_iterator-2 + (const iterator &other) + + + const Key & + key + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + key + () const const + + + const T & + operator* + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator-2a + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + value + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + operator--gt + () const const + + + iterator_category + https://doc.qt.io/qt-6/qmultimap-const-iterator.html + iterator_category-typedef + + + + + QMultiMap::iterator + https://doc.qt.io/qt-6/qmultimap-iterator.html + + bool + operator!= + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator-not-eq + (const iterator &lhs, const iterator &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator-eq-eq + (const iterator &lhs, const iterator &rhs) + + + iterator & + operator++ + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator-2b-2b + () + + + iterator & + operator+= + https://doc.qt.io/qt-6/qmultimap-iterator-obsolete.html + operator-2b-eq + (iterator::difference_type n) + + + iterator & + operator-- + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator-- + () + + + iterator & + operator-= + https://doc.qt.io/qt-6/qmultimap-iterator-obsolete.html + operator--eq + (iterator::difference_type n) + + + iterator + operator+ + https://doc.qt.io/qt-6/qmultimap-iterator-obsolete.html + operator-2b + (iterator it, iterator::difference_type j) + + + iterator + operator+ + https://doc.qt.io/qt-6/qmultimap-iterator-obsolete.html + operator-2b-1 + (iterator::difference_type j, iterator it) + + + iterator + operator++ + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator-2b-2b-1 + (int) + + + iterator + operator- + https://doc.qt.io/qt-6/qmultimap-iterator-obsolete.html + operator- + (iterator it, iterator::difference_type j) + + + iterator + operator- + https://doc.qt.io/qt-6/qmultimap-iterator-obsolete.html + operator--1 + (iterator::difference_type j, iterator it) + + + iterator + operator-- + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator---1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qmultimap-iterator.html + iterator-1 + () + + + T & + operator* + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator-2a + () const const + + + T & + value + https://doc.qt.io/qt-6/qmultimap-iterator.html + value + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qmultimap-iterator.html + operator--gt + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmultimap-iterator.html + key + () const const + + + iterator_category + https://doc.qt.io/qt-6/qmultimap-iterator.html + iterator_category-typedef + + + + + QMultiMap::key_iterator + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + + key_iterator & + operator++ + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator-2b-2b + () + + + key_iterator & + operator-- + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator-- + () + + + key_iterator + operator++ + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator-2b-2b-1 + (int) + + + key_iterator + operator-- + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator---1 + (int) + + + bool + operator!= + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator-not-eq + (key_iterator other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator-eq-eq + (key_iterator other) const const + + + const Key & + operator* + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator-2a + () const const + + + const Key * + operator-> + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + operator--gt + () const const + + + const_iterator + base + https://doc.qt.io/qt-6/qmultimap-key-iterator.html + base + () const const + + + + QMultiMapIterator + https://doc.qt.io/qt-6/qmultimapiterator.html + + + QMultiMapIterator + https://doc.qt.io/qt-6/qmultimapiterator.html + QMultiMapIterator + (const QMultiMap<Key, T> &map) + + + QMultiMapIterator::Item + next + https://doc.qt.io/qt-6/qmultimapiterator.html + next + () + + + QMultiMapIterator::Item + previous + https://doc.qt.io/qt-6/qmultimapiterator.html + previous + () + + + QMultiMapIterator<Key, T> & + operator= + https://doc.qt.io/qt-6/qmultimapiterator.html + operator-eq + (const QMultiMap<Key, T> &container) + + + bool + findNext + https://doc.qt.io/qt-6/qmultimapiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qmultimapiterator.html + findPrevious + (const T &value) + + + void + toBack + https://doc.qt.io/qt-6/qmultimapiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmultimapiterator.html + toFront + () + + + QMultiMapIterator::Item + peekPrevious + https://doc.qt.io/qt-6/qmultimapiterator.html + peekPrevious + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qmultimapiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qmultimapiterator.html + hasPrevious + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmultimapiterator.html + key + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmultimapiterator.html + value + () const const + + + + QMutableHashIterator + https://doc.qt.io/qt-6/qmutablehashiterator.html + + + QMutableHashIterator + https://doc.qt.io/qt-6/qmutablehashiterator.html + QMutableHashIterator + (QHash<Key, T> &hash) + + + QMutableHashIterator::Item + next + https://doc.qt.io/qt-6/qmutablehashiterator.html + next + () + + + QMutableHashIterator<Key, T> & + operator= + https://doc.qt.io/qt-6/qmutablehashiterator.html + operator-eq + (QHash<Key, T> &container) + + + T & + value + https://doc.qt.io/qt-6/qmutablehashiterator.html + value-1 + () + + + bool + findNext + https://doc.qt.io/qt-6/qmutablehashiterator.html + findNext + (const T &value) + + + void + remove + https://doc.qt.io/qt-6/qmutablehashiterator.html + remove + () + + + void + setValue + https://doc.qt.io/qt-6/qmutablehashiterator.html + setValue + (const T &value) + + + void + toBack + https://doc.qt.io/qt-6/qmutablehashiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmutablehashiterator.html + toFront + () + + + QMutableHashIterator::Item + peekNext + https://doc.qt.io/qt-6/qmutablehashiterator.html + peekNext + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qmutablehashiterator.html + hasNext + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmutablehashiterator.html + key + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmutablehashiterator.html + value + () const const + + + + QMutableListIterator + https://doc.qt.io/qt-6/qmutablelistiterator.html + + + QMutableListIterator + https://doc.qt.io/qt-6/qmutablelistiterator.html + QMutableListIterator + (QList<T> &list) + + + QMutableListIterator<T> & + operator= + https://doc.qt.io/qt-6/qmutablelistiterator.html + operator-eq + (QList<T> &container) + + + T & + next + https://doc.qt.io/qt-6/qmutablelistiterator.html + next + () + + + T & + previous + https://doc.qt.io/qt-6/qmutablelistiterator.html + previous + () + + + T & + value + https://doc.qt.io/qt-6/qmutablelistiterator.html + value-1 + () + + + bool + findNext + https://doc.qt.io/qt-6/qmutablelistiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qmutablelistiterator.html + findPrevious + (const T &value) + + + void + insert + https://doc.qt.io/qt-6/qmutablelistiterator.html + insert + (const T &value) + + + void + remove + https://doc.qt.io/qt-6/qmutablelistiterator.html + remove + () + + + void + toBack + https://doc.qt.io/qt-6/qmutablelistiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmutablelistiterator.html + toFront + () + + + T & + peekNext + https://doc.qt.io/qt-6/qmutablelistiterator.html + peekNext + () const const + + + T & + peekPrevious + https://doc.qt.io/qt-6/qmutablelistiterator.html + peekPrevious + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qmutablelistiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qmutablelistiterator.html + hasPrevious + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmutablelistiterator.html + value + () const const + + + void + setValue + https://doc.qt.io/qt-6/qmutablelistiterator.html + setValue + (const T &value) const const + + + + QMutableMapIterator + https://doc.qt.io/qt-6/qmutablemapiterator.html + + + QMutableMapIterator + https://doc.qt.io/qt-6/qmutablemapiterator.html + QMutableMapIterator + (QMap<Key, T> &map) + + + QMutableMapIterator::Item + next + https://doc.qt.io/qt-6/qmutablemapiterator.html + next + () + + + QMutableMapIterator::Item + previous + https://doc.qt.io/qt-6/qmutablemapiterator.html + previous + () + + + QMutableMapIterator<Key, T> & + operator= + https://doc.qt.io/qt-6/qmutablemapiterator.html + operator-eq + (QMap<Key, T> &container) + + + T & + value + https://doc.qt.io/qt-6/qmutablemapiterator.html + value-1 + () + + + bool + findNext + https://doc.qt.io/qt-6/qmutablemapiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qmutablemapiterator.html + findPrevious + (const T &value) + + + void + remove + https://doc.qt.io/qt-6/qmutablemapiterator.html + remove + () + + + void + setValue + https://doc.qt.io/qt-6/qmutablemapiterator.html + setValue + (const T &value) + + + void + toBack + https://doc.qt.io/qt-6/qmutablemapiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmutablemapiterator.html + toFront + () + + + QMutableMapIterator::Item + peekNext + https://doc.qt.io/qt-6/qmutablemapiterator.html + peekNext + () const const + + + QMutableMapIterator::Item + peekPrevious + https://doc.qt.io/qt-6/qmutablemapiterator.html + peekPrevious + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qmutablemapiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qmutablemapiterator.html + hasPrevious + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmutablemapiterator.html + key + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmutablemapiterator.html + value + () const const + + + + QMutableMultiMapIterator + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + + + QMutableMultiMapIterator + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + QMutableMultiMapIterator + (QMultiMap<Key, T> &map) + + + QMutableMultiMapIterator::Item + next + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + next + () + + + QMutableMultiMapIterator::Item + previous + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + previous + () + + + QMutableMultiMapIterator<Key, T> & + operator= + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + operator-eq + (QMultiMap<Key, T> &container) + + + T & + value + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + value-1 + () + + + bool + findNext + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + findPrevious + (const T &value) + + + void + remove + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + remove + () + + + void + setValue + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + setValue + (const T &value) + + + void + toBack + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + toFront + () + + + QMutableMultiMapIterator::Item + peekNext + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + peekNext + () const const + + + QMutableMultiMapIterator::Item + peekPrevious + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + peekPrevious + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + hasPrevious + () const const + + + const Key & + key + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + key + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmutablemultimapiterator.html + value + () const const + + + + QMutableSetIterator + https://doc.qt.io/qt-6/qmutablesetiterator.html + + + QMutableSetIterator + https://doc.qt.io/qt-6/qmutablesetiterator.html + QMutableSetIterator + (QSet<T> &set) + + + QMutableSetIterator<T> & + operator= + https://doc.qt.io/qt-6/qmutablesetiterator.html + operator-eq + (QSet<T> &container) + + + bool + findNext + https://doc.qt.io/qt-6/qmutablesetiterator.html + findNext + (const T &value) + + + const T & + next + https://doc.qt.io/qt-6/qmutablesetiterator.html + next + () + + + void + remove + https://doc.qt.io/qt-6/qmutablesetiterator.html + remove + () + + + void + toBack + https://doc.qt.io/qt-6/qmutablesetiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qmutablesetiterator.html + toFront + () + + + bool + hasNext + https://doc.qt.io/qt-6/qmutablesetiterator.html + hasNext + () const const + + + const T & + peekNext + https://doc.qt.io/qt-6/qmutablesetiterator.html + peekNext + () const const + + + const T & + value + https://doc.qt.io/qt-6/qmutablesetiterator.html + value + () const const + + + + QMutex + https://doc.qt.io/qt-6/qmutex.html + + + QMutex + https://doc.qt.io/qt-6/qmutex.html + QMutex + () + + + bool + tryLock + https://doc.qt.io/qt-6/qmutex.html + tryLock-1 + () + + + bool + tryLock + https://doc.qt.io/qt-6/qmutex.html + tryLock + (int timeout) + + + bool + try_lock + https://doc.qt.io/qt-6/qmutex.html + try_lock + () + + + bool + try_lock_for + https://doc.qt.io/qt-6/qmutex.html + try_lock_for + (std::chrono::duration<Rep, Period> duration) + + + bool + try_lock_until + https://doc.qt.io/qt-6/qmutex.html + try_lock_until + (std::chrono::time_point<Clock, Duration> timePoint) + + + void + lock + https://doc.qt.io/qt-6/qmutex.html + lock + () + + + void + unlock + https://doc.qt.io/qt-6/qmutex.html + unlock + () + + + + ~QMutex + https://doc.qt.io/qt-6/qmutex.html + dtor.QMutex + () + + + + QMutexLocker + https://doc.qt.io/qt-6/qmutexlocker.html + + + QMutexLocker + https://doc.qt.io/qt-6/qmutexlocker.html + QMutexLocker + (Mutex *mutex) + + + + QMutexLocker + https://doc.qt.io/qt-6/qmutexlocker.html + QMutexLocker-1 + (QMutexLocker<Mutex> &&other) + + + QMutexLocker<Mutex> & + operator= + https://doc.qt.io/qt-6/qmutexlocker.html + operator-eq + (QMutexLocker<Mutex> &&other) + + + void + relock + https://doc.qt.io/qt-6/qmutexlocker.html + relock + () + + + void + swap + https://doc.qt.io/qt-6/qmutexlocker.html + swap + (QMutexLocker<Mutex> &other) + + + void + unlock + https://doc.qt.io/qt-6/qmutexlocker.html + unlock + () + + + + ~QMutexLocker + https://doc.qt.io/qt-6/qmutexlocker.html + dtor.QMutexLocker + () + + + Mutex * + mutex + https://doc.qt.io/qt-6/qmutexlocker.html + mutex + () const const + + + bool + isLocked + https://doc.qt.io/qt-6/qmutexlocker.html + isLocked + () const const + + + + QNativeInterface + https://doc.qt.io/qt-6/qnativeinterface-sub-qtcore.html + QNativeInterface::QAndroidApplication + + + QNativeInterface::QAndroidApplication + https://doc.qt.io/qt-6/qnativeinterface-qandroidapplication.html + + QFuture<QVariant> + runOnAndroidMainThread + https://doc.qt.io/qt-6/qnativeinterface-qandroidapplication.html + runOnAndroidMainThread + (const std::function<QVariant ()> &runnable, const QDeadlineTimer timeout) + + + bool + isActivityContext + https://doc.qt.io/qt-6/qnativeinterface-qandroidapplication.html + isActivityContext + () + + + int + sdkVersion + https://doc.qt.io/qt-6/qnativeinterface-qandroidapplication.html + sdkVersion + () + + + jobject + context + https://doc.qt.io/qt-6/qnativeinterface-qandroidapplication.html + context + () + + + void + hideSplashScreen + https://doc.qt.io/qt-6/qnativeinterface-qandroidapplication.html + hideSplashScreen + (int duration) + + + + QObject + https://doc.qt.io/qt-6/qobject.html + + QBindable<QString> + bindableObjectName + https://doc.qt.io/qt-6/qobject.html + objectName-prop + () + + + QMetaObject::Connection + connect + https://doc.qt.io/qt-6/qobject.html + connect-4 + (const QObject *sender, PointerToMemberFunction signal, Functor functor) + + + QMetaObject::Connection + connect + https://doc.qt.io/qt-6/qobject.html + connect-5 + (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) + + + QMetaObject::Connection + connect + https://doc.qt.io/qt-6/qobject.html + connect-3 + (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) + + + QMetaObject::Connection + connect + https://doc.qt.io/qt-6/qobject.html + connect-1 + (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) + + + QMetaObject::Connection + connect + https://doc.qt.io/qt-6/qobject.html + connect + (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) + + + + QObject + https://doc.qt.io/qt-6/qobject.html + QObject + (QObject *parent) + + + QString + tr + https://doc.qt.io/qt-6/qobject.html + tr + (const char *sourceText, const char *disambiguation, int n) + + + + QT_NO_NARROWING_CONVERSIONS_IN_CONNECT + https://doc.qt.io/qt-6/qobject.html + QT_NO_NARROWING_CONVERSIONS_IN_CONNECT + QT_NO_NARROWING_CONVERSIONS_IN_CONNECT + + + + Q_CLASSINFO + https://doc.qt.io/qt-6/qobject.html + Q_CLASSINFO + (Name, Value) + + + + Q_EMIT + https://doc.qt.io/qt-6/qobject.html + Q_EMIT + Q_EMIT + + + + Q_ENUM + https://doc.qt.io/qt-6/qobject.html + Q_ENUM + (...) + + + + Q_ENUMS + https://doc.qt.io/qt-6/qobject-obsolete.html + Q_ENUMS + (...) + + + + Q_ENUM_NS + https://doc.qt.io/qt-6/qobject.html + Q_ENUM_NS + (...) + + + + Q_FLAG + https://doc.qt.io/qt-6/qobject.html + Q_FLAG + (...) + + + + Q_FLAGS + https://doc.qt.io/qt-6/qobject-obsolete.html + Q_FLAGS + (...) + + + + Q_FLAG_NS + https://doc.qt.io/qt-6/qobject.html + Q_FLAG_NS + (...) + + + + Q_GADGET + https://doc.qt.io/qt-6/qobject.html + Q_GADGET + Q_GADGET + + + + Q_GADGET_EXPORT + https://doc.qt.io/qt-6/qobject.html + Q_GADGET_EXPORT + (EXPORT_MACRO) + + + + Q_INTERFACES + https://doc.qt.io/qt-6/qobject.html + Q_INTERFACES + (...) + + + + Q_INVOKABLE + https://doc.qt.io/qt-6/qobject.html + Q_INVOKABLE + Q_INVOKABLE + + + + Q_MOC_INCLUDE + https://doc.qt.io/qt-6/qobject.html + Q_MOC_INCLUDE + Q_MOC_INCLUDE + + + + Q_NAMESPACE + https://doc.qt.io/qt-6/qobject.html + Q_NAMESPACE + Q_NAMESPACE + + + + Q_NAMESPACE_EXPORT + https://doc.qt.io/qt-6/qobject.html + Q_NAMESPACE_EXPORT + (EXPORT_MACRO) + + + + Q_OBJECT + https://doc.qt.io/qt-6/qobject.html + Q_OBJECT + Q_OBJECT + + + + Q_PROPERTY + https://doc.qt.io/qt-6/qobject.html + Q_PROPERTY + (...) + + + + Q_REVISION + https://doc.qt.io/qt-6/qobject.html + Q_REVISION + Q_REVISION + + + + Q_SET_OBJECT_NAME + https://doc.qt.io/qt-6/qobject.html + Q_SET_OBJECT_NAME + (Object) + + + + Q_SIGNAL + https://doc.qt.io/qt-6/qobject.html + Q_SIGNAL + Q_SIGNAL + + + + Q_SIGNALS + https://doc.qt.io/qt-6/qobject.html + Q_SIGNALS + Q_SIGNALS + + + + Q_SLOT + https://doc.qt.io/qt-6/qobject.html + Q_SLOT + Q_SLOT + + + + Q_SLOTS + https://doc.qt.io/qt-6/qobject.html + Q_SLOTS + Q_SLOTS + + + T + qobject_cast + https://doc.qt.io/qt-6/qobject.html + qobject_cast + (QObject *object) + + + T + qobject_cast + https://doc.qt.io/qt-6/qobject.html + qobject_cast-1 + (const QObject *object) + + + bool + blockSignals + https://doc.qt.io/qt-6/qobject.html + blockSignals + (bool block) + + + bool + disconnect + https://doc.qt.io/qt-6/qobject.html + disconnect-4 + (const QMetaObject::Connection &connection) + + + bool + disconnect + https://doc.qt.io/qt-6/qobject.html + disconnect-5 + (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) + + + bool + disconnect + https://doc.qt.io/qt-6/qobject.html + disconnect-1 + (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) + + + bool + disconnect + https://doc.qt.io/qt-6/qobject.html + disconnect + (const QObject *sender, const char *signal, const QObject *receiver, const char *method) + + + virtual bool + event + https://doc.qt.io/qt-6/qobject.html + event + (QEvent *e) + + + virtual bool + eventFilter + https://doc.qt.io/qt-6/qobject.html + eventFilter + (QObject *watched, QEvent *event) + + + bool + setProperty + https://doc.qt.io/qt-6/qobject.html + setProperty + (const char *name, const QVariant &value) + + + int + startTimer + https://doc.qt.io/qt-6/qobject.html + startTimer + (int interval, Qt::TimerType timerType) + + + int + startTimer + https://doc.qt.io/qt-6/qobject.html + startTimer-1 + (std::chrono::milliseconds time, Qt::TimerType timerType) + + + virtual void + childEvent + https://doc.qt.io/qt-6/qobject.html + childEvent + (QChildEvent *event) + + + virtual void + connectNotify + https://doc.qt.io/qt-6/qobject.html + connectNotify + (const QMetaMethod &signal) + + + virtual void + customEvent + https://doc.qt.io/qt-6/qobject.html + customEvent + (QEvent *event) + + + void + deleteLater + https://doc.qt.io/qt-6/qobject.html + deleteLater + () + + + void + destroyed + https://doc.qt.io/qt-6/qobject.html + destroyed + (QObject *obj) + + + virtual void + disconnectNotify + https://doc.qt.io/qt-6/qobject.html + disconnectNotify + (const QMetaMethod &signal) + + + void + installEventFilter + https://doc.qt.io/qt-6/qobject.html + installEventFilter + (QObject *filterObj) + + + void + killTimer + https://doc.qt.io/qt-6/qobject.html + killTimer + (int id) + + + void + moveToThread + https://doc.qt.io/qt-6/qobject.html + moveToThread + (QThread *targetThread) + + + void + objectNameChanged + https://doc.qt.io/qt-6/qobject.html + objectNameChanged + (const QString &objectName) + + + void + removeEventFilter + https://doc.qt.io/qt-6/qobject.html + removeEventFilter + (QObject *obj) + + + void + setObjectName + https://doc.qt.io/qt-6/qobject.html + setObjectName-1 + (QAnyStringView name) + + + void + setObjectName + https://doc.qt.io/qt-6/qobject.html + setObjectName + (const QString &name) + + + void + setParent + https://doc.qt.io/qt-6/qobject.html + setParent + (QObject *parent) + + + virtual void + timerEvent + https://doc.qt.io/qt-6/qobject.html + timerEvent + (QTimerEvent *event) + + + virtual + ~QObject + https://doc.qt.io/qt-6/qobject.html + dtor.QObject + () + + + QList<QByteArray> + dynamicPropertyNames + https://doc.qt.io/qt-6/qobject.html + dynamicPropertyNames + () const const + + + QList<T> + findChildren + https://doc.qt.io/qt-6/qobject.html + findChildren-1 + (Qt::FindChildOptions options) const const + + + QList<T> + findChildren + https://doc.qt.io/qt-6/qobject.html + findChildren-2 + (const QRegularExpression &re, Qt::FindChildOptions options) const const + + + QList<T> + findChildren + https://doc.qt.io/qt-6/qobject.html + findChildren + (const QString &name, Qt::FindChildOptions options) const const + + + QMetaObject::Connection + connect + https://doc.qt.io/qt-6/qobject.html + connect-2 + (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const + + + QObject * + parent + https://doc.qt.io/qt-6/qobject.html + parent + () const const + + + QObject * + sender + https://doc.qt.io/qt-6/qobject.html + sender + () const const + + + QString + objectName + https://doc.qt.io/qt-6/qobject.html + objectName-prop + () const const + + + QThread * + thread + https://doc.qt.io/qt-6/qobject.html + thread + () const const + + + QVariant + property + https://doc.qt.io/qt-6/qobject.html + property + (const char *name) const const + + + T + findChild + https://doc.qt.io/qt-6/qobject.html + findChild + (const QString &name, Qt::FindChildOptions options) const const + + + bool + disconnect + https://doc.qt.io/qt-6/qobject.html + disconnect-3 + (const QObject *receiver, const char *method) const const + + + bool + disconnect + https://doc.qt.io/qt-6/qobject.html + disconnect-2 + (const char *signal, const QObject *receiver, const char *method) const const + + + bool + inherits + https://doc.qt.io/qt-6/qobject.html + inherits + (const char *className) const const + + + bool + isQuickItemType + https://doc.qt.io/qt-6/qobject.html + isQuickItemType + () const const + + + bool + isSignalConnected + https://doc.qt.io/qt-6/qobject.html + isSignalConnected + (const QMetaMethod &signal) const const + + + bool + isWidgetType + https://doc.qt.io/qt-6/qobject.html + isWidgetType + () const const + + + bool + isWindowType + https://doc.qt.io/qt-6/qobject.html + isWindowType + () const const + + + bool + signalsBlocked + https://doc.qt.io/qt-6/qobject.html + signalsBlocked + () const const + + + virtual const QMetaObject * + metaObject + https://doc.qt.io/qt-6/qobject.html + metaObject + () const const + + + const QObjectList & + children + https://doc.qt.io/qt-6/qobject.html + children + () const const + + + int + receivers + https://doc.qt.io/qt-6/qobject.html + receivers + (const char *signal) const const + + + int + senderSignalIndex + https://doc.qt.io/qt-6/qobject.html + senderSignalIndex + () const const + + + void + dumpObjectInfo + https://doc.qt.io/qt-6/qobject.html + dumpObjectInfo + () const const + + + void + dumpObjectTree + https://doc.qt.io/qt-6/qobject.html + dumpObjectTree + () const const + + + QObjectList + https://doc.qt.io/qt-6/qobject.html + QObjectList-typedef + + + + objectName + https://doc.qt.io/qt-6/qobject.html + objectName-prop + + + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QPropertyData + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QObjectBindableProperty + () + + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QObjectBindableProperty-6 + (Class *owner, QPropertyBinding<T> &&binding) + + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QObjectBindableProperty-5 + (Class *owner, const QPropertyBinding<T> &binding) + + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QObjectBindableProperty-4 + (Functor &&f) + + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QObjectBindableProperty-2 + (T &&initialValue) + + + + QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + QObjectBindableProperty-1 + (const T &initialValue) + + + QPropertyBinding<T> + setBinding + https://doc.qt.io/qt-6/qobjectbindableproperty.html + setBinding-2 + (Functor f) + + + QPropertyBinding<T> + setBinding + https://doc.qt.io/qt-6/qobjectbindableproperty.html + setBinding + (const QPropertyBinding<T> &newBinding) + + + QPropertyBinding<T> + takeBinding + https://doc.qt.io/qt-6/qobjectbindableproperty.html + takeBinding + () + + + QPropertyChangeHandler<Functor> + onValueChanged + https://doc.qt.io/qt-6/qobjectbindableproperty.html + onValueChanged + (Functor f) + + + QPropertyChangeHandler<Functor> + subscribe + https://doc.qt.io/qt-6/qobjectbindableproperty.html + subscribe + (Functor f) + + + QPropertyNotifier + addNotifier + https://doc.qt.io/qt-6/qobjectbindableproperty.html + addNotifier + (Functor f) + + + + Q_OBJECT_BINDABLE_PROPERTY + https://doc.qt.io/qt-6/qobjectbindableproperty.html + Q_OBJECT_BINDABLE_PROPERTY + (containingClass, type, name, signal) + + + + Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS + https://doc.qt.io/qt-6/qobjectbindableproperty.html + Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS + (containingClass, type, name, initialvalue, signal) + + + bool + setBinding + https://doc.qt.io/qt-6/qobjectbindableproperty.html + setBinding-1 + (const QUntypedPropertyBinding &newBinding) + + + void + notify + https://doc.qt.io/qt-6/qobjectbindableproperty.html + notify + () + + + void + setValue + https://doc.qt.io/qt-6/qobjectbindableproperty.html + setValue + (QObjectBindableProperty::parameter_type newValue) + + + void + setValue + https://doc.qt.io/qt-6/qobjectbindableproperty.html + setValue-1 + (QObjectBindableProperty::rvalue_ref newValue) + + + + ~QObjectBindableProperty + https://doc.qt.io/qt-6/qobjectbindableproperty.html + dtor.QObjectBindableProperty + () + + + QObjectBindableProperty::parameter_type + value + https://doc.qt.io/qt-6/qobjectbindableproperty.html + value + () const const + + + QPropertyBinding<T> + binding + https://doc.qt.io/qt-6/qobjectbindableproperty.html + binding + () const const + + + bool + hasBinding + https://doc.qt.io/qt-6/qobjectbindableproperty.html + hasBinding + () const const + + + + QObjectCleanupHandler + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + QObject + + QObject * + add + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + add + (QObject *object) + + + + QObjectCleanupHandler + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + QObjectCleanupHandler + () + + + void + clear + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + clear + () + + + void + remove + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + remove + (QObject *object) + + + virtual + ~QObjectCleanupHandler + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + dtor.QObjectCleanupHandler + () + + + bool + isEmpty + https://doc.qt.io/qt-6/qobjectcleanuphandler.html + isEmpty + () const const + + + + QObjectComputedProperty + https://doc.qt.io/qt-6/qobjectcomputedproperty.html + QUntypedPropertyData + + + Q_OBJECT_COMPUTED_PROPERTY + https://doc.qt.io/qt-6/qobjectcomputedproperty.html + Q_OBJECT_COMPUTED_PROPERTY + (containingClass, type, name, callback) + + + + QOperatingSystemVersion + https://doc.qt.io/qt-6/qoperatingsystemversion.html + QOperatingSystemVersionBase + + OSType + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + Unknown + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + Windows + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + MacOS + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + IOS + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + TvOS + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + WatchOS + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + Android + https://doc.qt.io/qt-6/qoperatingsystemversion.html + OSType-enum + + + + QOperatingSystemVersion + current + https://doc.qt.io/qt-6/qoperatingsystemversion.html + current + () + + + + QOperatingSystemVersion + https://doc.qt.io/qt-6/qoperatingsystemversion.html + QOperatingSystemVersion-1 + (QOperatingSystemVersion::OSType osType, int vmajor, int vminor, int vmicro) + + + QOperatingSystemVersion::OSType + currentType + https://doc.qt.io/qt-6/qoperatingsystemversion.html + currentType + () + + + QOperatingSystemVersion::OSType + type + https://doc.qt.io/qt-6/qoperatingsystemversion.html + type + () const const + + + QString + name + https://doc.qt.io/qt-6/qoperatingsystemversion.html + name + () const const + + + QVersionNumber + version + https://doc.qt.io/qt-6/qoperatingsystemversion.html + version + () const const + + + bool + isAnyOfType + https://doc.qt.io/qt-6/qoperatingsystemversion.html + isAnyOfType + (std::initializer_list<OSType> types) const const + + + int + majorVersion + https://doc.qt.io/qt-6/qoperatingsystemversion.html + majorVersion + () const const + + + int + microVersion + https://doc.qt.io/qt-6/qoperatingsystemversion.html + microVersion + () const const + + + int + minorVersion + https://doc.qt.io/qt-6/qoperatingsystemversion.html + minorVersion + () const const + + + int + segmentCount + https://doc.qt.io/qt-6/qoperatingsystemversion.html + segmentCount + () const const + + + + QParallelAnimationGroup + https://doc.qt.io/qt-6/qparallelanimationgroup.html + QAnimationGroup + + + QParallelAnimationGroup + https://doc.qt.io/qt-6/qparallelanimationgroup.html + QParallelAnimationGroup + (QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qparallelanimationgroup.html + event + (QEvent *event) override + + + virtual void + updateCurrentTime + https://doc.qt.io/qt-6/qparallelanimationgroup.html + updateCurrentTime + (int currentTime) override + + + virtual void + updateDirection + https://doc.qt.io/qt-6/qparallelanimationgroup.html + updateDirection + (QAbstractAnimation::Direction direction) override + + + virtual void + updateState + https://doc.qt.io/qt-6/qparallelanimationgroup.html + updateState + (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override + + + virtual + ~QParallelAnimationGroup + https://doc.qt.io/qt-6/qparallelanimationgroup.html + dtor.QParallelAnimationGroup + () + + + virtual int + duration + https://doc.qt.io/qt-6/qparallelanimationgroup.html + duration + () const const override + + + + QPartialOrdering + https://doc.qt.io/qt-6/qpartialordering.html + + bool + operator!= + https://doc.qt.io/qt-6/qpartialordering.html + operator-not-eq-2 + (QPartialOrdering lhs, QPartialOrdering rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qpartialordering.html + operator-eq-eq-2 + (QPartialOrdering lhs, QPartialOrdering rhs) + + + + QPauseAnimation + https://doc.qt.io/qt-6/qpauseanimation.html + QAbstractAnimation + + QBindable<int> + bindableDuration + https://doc.qt.io/qt-6/qpauseanimation.html + duration-prop + () + + + + QPauseAnimation + https://doc.qt.io/qt-6/qpauseanimation.html + QPauseAnimation + (QObject *parent) + + + + QPauseAnimation + https://doc.qt.io/qt-6/qpauseanimation.html + QPauseAnimation-1 + (int msecs, QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qpauseanimation.html + event + (QEvent *e) override + + + void + setDuration + https://doc.qt.io/qt-6/qpauseanimation.html + duration-prop + (int msecs) + + + virtual void + updateCurrentTime + https://doc.qt.io/qt-6/qpauseanimation.html + updateCurrentTime + (int) override + + + virtual + ~QPauseAnimation + https://doc.qt.io/qt-6/qpauseanimation.html + dtor.QPauseAnimation + () + + + virtual int + duration + https://doc.qt.io/qt-6/qpauseanimation.html + duration-prop + () const const override + + + duration + https://doc.qt.io/qt-6/qpauseanimation.html + duration-prop + + + + + QPermission + https://doc.qt.io/qt-6/qpermission.html + + + QPermission + https://doc.qt.io/qt-6/qpermission.html + QPermission-1 + (const T &type) + + + QMetaType + type + https://doc.qt.io/qt-6/qpermission.html + type + () const const + + + Qt::PermissionStatus + status + https://doc.qt.io/qt-6/qpermission.html + status + () const const + + + std::optional<T> + value + https://doc.qt.io/qt-6/qpermission.html + value + () const const + + + + QPersistentModelIndex + https://doc.qt.io/qt-6/qpersistentmodelindex.html + + QPersistentModelIndex & + operator= + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-eq-1 + (QPersistentModelIndex &&other) + + + QPersistentModelIndex & + operator= + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-eq-2 + (const QModelIndex &other) + + + QPersistentModelIndex & + operator= + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-eq + (const QPersistentModelIndex &other) + + + + QPersistentModelIndex + https://doc.qt.io/qt-6/qpersistentmodelindex.html + QPersistentModelIndex-3 + (QPersistentModelIndex &&other) + + + + QPersistentModelIndex + https://doc.qt.io/qt-6/qpersistentmodelindex.html + QPersistentModelIndex-1 + (const QModelIndex &index) + + + + QPersistentModelIndex + https://doc.qt.io/qt-6/qpersistentmodelindex.html + QPersistentModelIndex-2 + (const QPersistentModelIndex &other) + + + size_t + qHash + https://doc.qt.io/qt-6/qpersistentmodelindex.html + qHash + (const QPersistentModelIndex &index, size_t seed) + + + void + swap + https://doc.qt.io/qt-6/qpersistentmodelindex.html + swap + (QPersistentModelIndex &other) + + + QModelIndex + operator QModelIndex + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-QModelIndex + () const const + + + QModelIndex + parent + https://doc.qt.io/qt-6/qpersistentmodelindex.html + parent + () const const + + + QModelIndex + sibling + https://doc.qt.io/qt-6/qpersistentmodelindex.html + sibling + (int row, int column) const const + + + QVariant + data + https://doc.qt.io/qt-6/qpersistentmodelindex.html + data + (int role) const const + + + Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qpersistentmodelindex.html + flags + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qpersistentmodelindex.html + isValid + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-not-eq-1 + (const QModelIndex &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-not-eq + (const QPersistentModelIndex &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-lt + (const QPersistentModelIndex &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-eq-eq-1 + (const QModelIndex &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qpersistentmodelindex.html + operator-eq-eq + (const QPersistentModelIndex &other) const const + + + const QAbstractItemModel * + model + https://doc.qt.io/qt-6/qpersistentmodelindex.html + model + () const const + + + int + column + https://doc.qt.io/qt-6/qpersistentmodelindex.html + column + () const const + + + int + row + https://doc.qt.io/qt-6/qpersistentmodelindex.html + row + () const const + + + void + multiData + https://doc.qt.io/qt-6/qpersistentmodelindex.html + multiData + (QModelRoleDataSpan roleDataSpan) const const + + + + QPluginLoader + https://doc.qt.io/qt-6/qpluginloader.html + QObject + + QList<QStaticPlugin> + staticPlugins + https://doc.qt.io/qt-6/qpluginloader.html + staticPlugins + () + + + QObject * + instance + https://doc.qt.io/qt-6/qpluginloader.html + instance + () + + + QObjectList + staticInstances + https://doc.qt.io/qt-6/qpluginloader.html + staticInstances + () + + + + QPluginLoader + https://doc.qt.io/qt-6/qpluginloader.html + QPluginLoader + (QObject *parent) + + + + QPluginLoader + https://doc.qt.io/qt-6/qpluginloader.html + QPluginLoader-1 + (const QString &fileName, QObject *parent) + + + bool + load + https://doc.qt.io/qt-6/qpluginloader.html + load + () + + + bool + unload + https://doc.qt.io/qt-6/qpluginloader.html + unload + () + + + void + qRegisterStaticPluginFunction + https://doc.qt.io/qt-6/qpluginloader.html + qRegisterStaticPluginFunction + (QStaticPlugin plugin) + + + void + setFileName + https://doc.qt.io/qt-6/qpluginloader.html + fileName-prop + (const QString &fileName) + + + void + setLoadHints + https://doc.qt.io/qt-6/qpluginloader.html + loadHints-prop + (QLibrary::LoadHints loadHints) + + + virtual + ~QPluginLoader + https://doc.qt.io/qt-6/qpluginloader.html + dtor.QPluginLoader + () + + + QJsonObject + metaData + https://doc.qt.io/qt-6/qpluginloader.html + metaData + () const const + + + QLibrary::LoadHints + loadHints + https://doc.qt.io/qt-6/qpluginloader.html + loadHints-prop + () const const + + + QString + errorString + https://doc.qt.io/qt-6/qpluginloader.html + errorString + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qpluginloader.html + fileName-prop + () const const + + + bool + isLoaded + https://doc.qt.io/qt-6/qpluginloader.html + isLoaded + () const const + + + fileName + https://doc.qt.io/qt-6/qpluginloader.html + fileName-prop + + + + loadHints + https://doc.qt.io/qt-6/qpluginloader.html + loadHints-prop + + + + + QPoint + https://doc.qt.io/qt-6/qpoint.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qpoint.html + operator-lt-lt + (QDataStream &stream, const QPoint &point) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qpoint.html + operator-gt-gt + (QDataStream &stream, QPoint &point) + + + QPoint & + operator*= + https://doc.qt.io/qt-6/qpoint.html + operator-2a-eq-1 + (double factor) + + + QPoint & + operator*= + https://doc.qt.io/qt-6/qpoint.html + operator-2a-eq + (float factor) + + + QPoint & + operator*= + https://doc.qt.io/qt-6/qpoint.html + operator-2a-eq-2 + (int factor) + + + QPoint & + operator+= + https://doc.qt.io/qt-6/qpoint.html + operator-2b-eq + (const QPoint &point) + + + QPoint & + operator-= + https://doc.qt.io/qt-6/qpoint.html + operator--eq + (const QPoint &point) + + + QPoint & + operator/= + https://doc.qt.io/qt-6/qpoint.html + operator-2f-eq + (qreal divisor) + + + QPoint + operator* + https://doc.qt.io/qt-6/qpoint.html + operator-2a-1 + (const QPoint &point, double factor) + + + QPoint + operator* + https://doc.qt.io/qt-6/qpoint.html + operator-2a + (const QPoint &point, float factor) + + + QPoint + operator* + https://doc.qt.io/qt-6/qpoint.html + operator-2a-2 + (const QPoint &point, int factor) + + + QPoint + operator* + https://doc.qt.io/qt-6/qpoint.html + operator-2a-4 + (double factor, const QPoint &point) + + + QPoint + operator* + https://doc.qt.io/qt-6/qpoint.html + operator-2a-3 + (float factor, const QPoint &point) + + + QPoint + operator* + https://doc.qt.io/qt-6/qpoint.html + operator-2a-5 + (int factor, const QPoint &point) + + + QPoint + operator+ + https://doc.qt.io/qt-6/qpoint.html + operator-2b + (const QPoint &p1, const QPoint &p2) + + + QPoint + operator+ + https://doc.qt.io/qt-6/qpoint.html + operator-2b-1 + (const QPoint &point) + + + QPoint + operator- + https://doc.qt.io/qt-6/qpoint.html + operator- + (const QPoint &p1, const QPoint &p2) + + + QPoint + operator- + https://doc.qt.io/qt-6/qpoint.html + operator--1 + (const QPoint &point) + + + QPoint + operator/ + https://doc.qt.io/qt-6/qpoint.html + operator-2f + (const QPoint &point, qreal divisor) + + + + QPoint + https://doc.qt.io/qt-6/qpoint.html + QPoint + () + + + + QPoint + https://doc.qt.io/qt-6/qpoint.html + QPoint-1 + (int xpos, int ypos) + + + bool + operator!= + https://doc.qt.io/qt-6/qpoint.html + operator-not-eq + (const QPoint &p1, const QPoint &p2) + + + bool + operator== + https://doc.qt.io/qt-6/qpoint.html + operator-eq-eq + (const QPoint &p1, const QPoint &p2) + + + int & + rx + https://doc.qt.io/qt-6/qpoint.html + rx + () + + + int & + ry + https://doc.qt.io/qt-6/qpoint.html + ry + () + + + int + dotProduct + https://doc.qt.io/qt-6/qpoint.html + dotProduct + (const QPoint &p1, const QPoint &p2) + + + void + setX + https://doc.qt.io/qt-6/qpoint.html + setX + (int x) + + + void + setY + https://doc.qt.io/qt-6/qpoint.html + setY + (int y) + + + CGPoint + toCGPoint + https://doc.qt.io/qt-6/qpoint.html + toCGPoint + () const const + + + QPoint + transposed + https://doc.qt.io/qt-6/qpoint.html + transposed + () const const + + + QPointF + toPointF + https://doc.qt.io/qt-6/qpoint.html + toPointF + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qpoint.html + isNull + () const const + + + int + manhattanLength + https://doc.qt.io/qt-6/qpoint.html + manhattanLength + () const const + + + int + x + https://doc.qt.io/qt-6/qpoint.html + x + () const const + + + int + y + https://doc.qt.io/qt-6/qpoint.html + y + () const const + + + + QPointF + https://doc.qt.io/qt-6/qpointf.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qpointf.html + operator-lt-lt + (QDataStream &stream, const QPointF &point) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qpointf.html + operator-gt-gt + (QDataStream &stream, QPointF &point) + + + QPointF & + operator*= + https://doc.qt.io/qt-6/qpointf.html + operator-2a-eq + (qreal factor) + + + QPointF & + operator+= + https://doc.qt.io/qt-6/qpointf.html + operator-2b-eq + (const QPointF &point) + + + QPointF & + operator-= + https://doc.qt.io/qt-6/qpointf.html + operator--eq + (const QPointF &point) + + + QPointF & + operator/= + https://doc.qt.io/qt-6/qpointf.html + operator-2f-eq + (qreal divisor) + + + QPointF + fromCGPoint + https://doc.qt.io/qt-6/qpointf.html + fromCGPoint + (CGPoint point) + + + QPointF + operator* + https://doc.qt.io/qt-6/qpointf.html + operator-2a + (const QPointF &point, qreal factor) + + + QPointF + operator* + https://doc.qt.io/qt-6/qpointf.html + operator-2a-1 + (qreal factor, const QPointF &point) + + + QPointF + operator+ + https://doc.qt.io/qt-6/qpointf.html + operator-2b + (const QPointF &p1, const QPointF &p2) + + + QPointF + operator+ + https://doc.qt.io/qt-6/qpointf.html + operator-2b-1 + (const QPointF &point) + + + QPointF + operator- + https://doc.qt.io/qt-6/qpointf.html + operator- + (const QPointF &p1, const QPointF &p2) + + + QPointF + operator- + https://doc.qt.io/qt-6/qpointf.html + operator--1 + (const QPointF &point) + + + QPointF + operator/ + https://doc.qt.io/qt-6/qpointf.html + operator-2f + (const QPointF &point, qreal divisor) + + + + QPointF + https://doc.qt.io/qt-6/qpointf.html + QPointF + () + + + + QPointF + https://doc.qt.io/qt-6/qpointf.html + QPointF-1 + (const QPoint &point) + + + + QPointF + https://doc.qt.io/qt-6/qpointf.html + QPointF-2 + (qreal xpos, qreal ypos) + + + bool + operator!= + https://doc.qt.io/qt-6/qpointf.html + operator-not-eq + (const QPointF &p1, const QPointF &p2) + + + bool + operator== + https://doc.qt.io/qt-6/qpointf.html + operator-eq-eq + (const QPointF &p1, const QPointF &p2) + + + qreal & + rx + https://doc.qt.io/qt-6/qpointf.html + rx + () + + + qreal & + ry + https://doc.qt.io/qt-6/qpointf.html + ry + () + + + qreal + dotProduct + https://doc.qt.io/qt-6/qpointf.html + dotProduct + (const QPointF &p1, const QPointF &p2) + + + void + setX + https://doc.qt.io/qt-6/qpointf.html + setX + (qreal x) + + + void + setY + https://doc.qt.io/qt-6/qpointf.html + setY + (qreal y) + + + CGPoint + toCGPoint + https://doc.qt.io/qt-6/qpointf.html + toCGPoint + () const const + + + QPoint + toPoint + https://doc.qt.io/qt-6/qpointf.html + toPoint + () const const + + + QPointF + transposed + https://doc.qt.io/qt-6/qpointf.html + transposed + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qpointf.html + isNull + () const const + + + qreal + manhattanLength + https://doc.qt.io/qt-6/qpointf.html + manhattanLength + () const const + + + qreal + x + https://doc.qt.io/qt-6/qpointf.html + x + () const const + + + qreal + y + https://doc.qt.io/qt-6/qpointf.html + y + () const const + + + + QPointer + https://doc.qt.io/qt-6/qpointer.html + + + QPointer + https://doc.qt.io/qt-6/qpointer.html + QPointer + () + + + + QPointer + https://doc.qt.io/qt-6/qpointer.html + QPointer-1 + (T *p) + + + QPointer<T> & + operator= + https://doc.qt.io/qt-6/qpointer.html + operator-eq + (T *p) + + + bool + operator!= + https://doc.qt.io/qt-6/qpointer.html + operator-not-eq-2 + (X *o, const QPointer<T> &p) + + + bool + operator!= + https://doc.qt.io/qt-6/qpointer.html + operator-not-eq-3 + (const QPointer<T> &lhs, std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qpointer.html + operator-not-eq-1 + (const QPointer<T> &p, X *o) + + + bool + operator!= + https://doc.qt.io/qt-6/qpointer.html + operator-not-eq + (const QPointer<T> &p1, const QPointer<X> &p2) + + + bool + operator!= + https://doc.qt.io/qt-6/qpointer.html + operator-not-eq-4 + (std::nullptr_t, const QPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qpointer.html + operator-eq-eq-2 + (X *o, const QPointer<T> &p) + + + bool + operator== + https://doc.qt.io/qt-6/qpointer.html + operator-eq-eq-3 + (const QPointer<T> &lhs, std::nullptr_t) + + + bool + operator== + https://doc.qt.io/qt-6/qpointer.html + operator-eq-eq-1 + (const QPointer<T> &p, X *o) + + + bool + operator== + https://doc.qt.io/qt-6/qpointer.html + operator-eq-eq + (const QPointer<T> &p1, const QPointer<X> &p2) + + + bool + operator== + https://doc.qt.io/qt-6/qpointer.html + operator-eq-eq-4 + (std::nullptr_t, const QPointer<T> &rhs) + + + void + clear + https://doc.qt.io/qt-6/qpointer.html + clear + () + + + void + swap + https://doc.qt.io/qt-6/qpointer.html + swap + (QPointer<T> &other) + + + + ~QPointer + https://doc.qt.io/qt-6/qpointer.html + dtor.QPointer + () + + + T & + operator* + https://doc.qt.io/qt-6/qpointer.html + operator-2a + () const const + + + T * + data + https://doc.qt.io/qt-6/qpointer.html + data + () const const + + + T * + get + https://doc.qt.io/qt-6/qpointer.html + get + () const const + + + T * + operator T * + https://doc.qt.io/qt-6/qpointer.html + operator-T--2a + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qpointer.html + operator--gt + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qpointer.html + isNull + () const const + + + + QProcess + https://doc.qt.io/qt-6/qprocess.html + QIODevice + QProcess::CreateProcessArguments + + ExitStatus + https://doc.qt.io/qt-6/qprocess.html + ExitStatus-enum + + + NormalExit + https://doc.qt.io/qt-6/qprocess.html + ExitStatus-enum + + + + CrashExit + https://doc.qt.io/qt-6/qprocess.html + ExitStatus-enum + + + + InputChannelMode + https://doc.qt.io/qt-6/qprocess.html + InputChannelMode-enum + + + ManagedInputChannel + https://doc.qt.io/qt-6/qprocess.html + InputChannelMode-enum + + + + ForwardedInputChannel + https://doc.qt.io/qt-6/qprocess.html + InputChannelMode-enum + + + + ProcessChannel + https://doc.qt.io/qt-6/qprocess.html + ProcessChannel-enum + + + StandardOutput + https://doc.qt.io/qt-6/qprocess.html + ProcessChannel-enum + + + + StandardError + https://doc.qt.io/qt-6/qprocess.html + ProcessChannel-enum + + + + ProcessChannelMode + https://doc.qt.io/qt-6/qprocess.html + ProcessChannelMode-enum + + + SeparateChannels + https://doc.qt.io/qt-6/qprocess.html + ProcessChannelMode-enum + + + + MergedChannels + https://doc.qt.io/qt-6/qprocess.html + ProcessChannelMode-enum + + + + ForwardedChannels + https://doc.qt.io/qt-6/qprocess.html + ProcessChannelMode-enum + + + + ForwardedOutputChannel + https://doc.qt.io/qt-6/qprocess.html + ProcessChannelMode-enum + + + + ForwardedErrorChannel + https://doc.qt.io/qt-6/qprocess.html + ProcessChannelMode-enum + + + + ProcessError + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + FailedToStart + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + + Crashed + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + + Timedout + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + + ReadError + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + + WriteError + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + + UnknownError + https://doc.qt.io/qt-6/qprocess.html + ProcessError-enum + + + + ProcessState + https://doc.qt.io/qt-6/qprocess.html + ProcessState-enum + + + NotRunning + https://doc.qt.io/qt-6/qprocess.html + ProcessState-enum + + + + Starting + https://doc.qt.io/qt-6/qprocess.html + ProcessState-enum + + + + Running + https://doc.qt.io/qt-6/qprocess.html + ProcessState-enum + + + + QByteArray + readAllStandardError + https://doc.qt.io/qt-6/qprocess.html + readAllStandardError + () + + + QByteArray + readAllStandardOutput + https://doc.qt.io/qt-6/qprocess.html + readAllStandardOutput + () + + + + QProcess + https://doc.qt.io/qt-6/qprocess.html + QProcess + (QObject *parent) + + + QString + nullDevice + https://doc.qt.io/qt-6/qprocess.html + nullDevice + () + + + QStringList + splitCommand + https://doc.qt.io/qt-6/qprocess.html + splitCommand + (QStringView command) + + + QStringList + systemEnvironment + https://doc.qt.io/qt-6/qprocess.html + systemEnvironment + () + + + virtual bool + open + https://doc.qt.io/qt-6/qprocess.html + open + (QIODeviceBase::OpenMode mode) override + + + bool + startDetached + https://doc.qt.io/qt-6/qprocess.html + startDetached-1 + (const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) + + + bool + startDetached + https://doc.qt.io/qt-6/qprocess.html + startDetached + (qint64 *pid) + + + virtual bool + waitForBytesWritten + https://doc.qt.io/qt-6/qprocess.html + waitForBytesWritten + (int msecs) override + + + bool + waitForFinished + https://doc.qt.io/qt-6/qprocess.html + waitForFinished + (int msecs) + + + virtual bool + waitForReadyRead + https://doc.qt.io/qt-6/qprocess.html + waitForReadyRead + (int msecs) override + + + bool + waitForStarted + https://doc.qt.io/qt-6/qprocess.html + waitForStarted + (int msecs) + + + int + execute + https://doc.qt.io/qt-6/qprocess.html + execute + (const QString &program, const QStringList &arguments) + + + virtual qint64 + readData + https://doc.qt.io/qt-6/qprocess.html + readData + (char *data, qint64 maxlen) override + + + virtual qint64 + writeData + https://doc.qt.io/qt-6/qprocess.html + writeData + (const char *data, qint64 len) override + + + virtual void + close + https://doc.qt.io/qt-6/qprocess.html + close + () override + + + void + closeReadChannel + https://doc.qt.io/qt-6/qprocess.html + closeReadChannel + (QProcess::ProcessChannel channel) + + + void + closeWriteChannel + https://doc.qt.io/qt-6/qprocess.html + closeWriteChannel + () + + + void + errorOccurred + https://doc.qt.io/qt-6/qprocess.html + errorOccurred + (QProcess::ProcessError error) + + + void + finished + https://doc.qt.io/qt-6/qprocess.html + finished + (int exitCode, QProcess::ExitStatus exitStatus) + + + void + kill + https://doc.qt.io/qt-6/qprocess.html + kill + () + + + void + readyReadStandardError + https://doc.qt.io/qt-6/qprocess.html + readyReadStandardError + () + + + void + readyReadStandardOutput + https://doc.qt.io/qt-6/qprocess.html + readyReadStandardOutput + () + + + void + setArguments + https://doc.qt.io/qt-6/qprocess.html + setArguments + (const QStringList &arguments) + + + void + setChildProcessModifier + https://doc.qt.io/qt-6/qprocess.html + setChildProcessModifier + (const std::function<void ()> &modifier) + + + void + setCreateProcessArgumentsModifier + https://doc.qt.io/qt-6/qprocess.html + setCreateProcessArgumentsModifier + (QProcess::CreateProcessArgumentModifier modifier) + + + void + setEnvironment + https://doc.qt.io/qt-6/qprocess-obsolete.html + setEnvironment + (const QStringList &environment) + + + void + setInputChannelMode + https://doc.qt.io/qt-6/qprocess.html + setInputChannelMode + (QProcess::InputChannelMode mode) + + + void + setNativeArguments + https://doc.qt.io/qt-6/qprocess.html + setNativeArguments + (const QString &arguments) + + + void + setProcessChannelMode + https://doc.qt.io/qt-6/qprocess.html + setProcessChannelMode + (QProcess::ProcessChannelMode mode) + + + void + setProcessEnvironment + https://doc.qt.io/qt-6/qprocess.html + setProcessEnvironment + (const QProcessEnvironment &environment) + + + void + setProcessState + https://doc.qt.io/qt-6/qprocess.html + setProcessState + (QProcess::ProcessState state) + + + void + setProgram + https://doc.qt.io/qt-6/qprocess.html + setProgram + (const QString &program) + + + void + setReadChannel + https://doc.qt.io/qt-6/qprocess.html + setReadChannel + (QProcess::ProcessChannel channel) + + + void + setStandardErrorFile + https://doc.qt.io/qt-6/qprocess.html + setStandardErrorFile + (const QString &fileName, QIODeviceBase::OpenMode mode) + + + void + setStandardInputFile + https://doc.qt.io/qt-6/qprocess.html + setStandardInputFile + (const QString &fileName) + + + void + setStandardOutputFile + https://doc.qt.io/qt-6/qprocess.html + setStandardOutputFile + (const QString &fileName, QIODeviceBase::OpenMode mode) + + + void + setStandardOutputProcess + https://doc.qt.io/qt-6/qprocess.html + setStandardOutputProcess + (QProcess *destination) + + + void + setWorkingDirectory + https://doc.qt.io/qt-6/qprocess.html + setWorkingDirectory + (const QString &dir) + + + void + start + https://doc.qt.io/qt-6/qprocess.html + start-1 + (QIODeviceBase::OpenMode mode) + + + void + start + https://doc.qt.io/qt-6/qprocess.html + start + (const QString &program, const QStringList &arguments, QIODeviceBase::OpenMode mode) + + + void + startCommand + https://doc.qt.io/qt-6/qprocess.html + startCommand + (const QString &command, QIODeviceBase::OpenMode mode) + + + void + started + https://doc.qt.io/qt-6/qprocess.html + started + () + + + void + stateChanged + https://doc.qt.io/qt-6/qprocess.html + stateChanged + (QProcess::ProcessState newState) + + + void + terminate + https://doc.qt.io/qt-6/qprocess.html + terminate + () + + + virtual + ~QProcess + https://doc.qt.io/qt-6/qprocess.html + dtor.QProcess + () + + + QProcess::CreateProcessArgumentModifier + createProcessArgumentsModifier + https://doc.qt.io/qt-6/qprocess.html + createProcessArgumentsModifier + () const const + + + QProcess::ExitStatus + exitStatus + https://doc.qt.io/qt-6/qprocess.html + exitStatus + () const const + + + QProcess::InputChannelMode + inputChannelMode + https://doc.qt.io/qt-6/qprocess.html + inputChannelMode + () const const + + + QProcess::ProcessChannel + readChannel + https://doc.qt.io/qt-6/qprocess.html + readChannel + () const const + + + QProcess::ProcessChannelMode + processChannelMode + https://doc.qt.io/qt-6/qprocess.html + processChannelMode + () const const + + + QProcess::ProcessError + error + https://doc.qt.io/qt-6/qprocess.html + error + () const const + + + QProcess::ProcessState + state + https://doc.qt.io/qt-6/qprocess.html + state + () const const + + + QProcessEnvironment + processEnvironment + https://doc.qt.io/qt-6/qprocess.html + processEnvironment + () const const + + + QString + nativeArguments + https://doc.qt.io/qt-6/qprocess.html + nativeArguments + () const const + + + QString + program + https://doc.qt.io/qt-6/qprocess.html + program + () const const + + + QString + workingDirectory + https://doc.qt.io/qt-6/qprocess.html + workingDirectory + () const const + + + QStringList + arguments + https://doc.qt.io/qt-6/qprocess.html + arguments + () const const + + + QStringList + environment + https://doc.qt.io/qt-6/qprocess-obsolete.html + environment + () const const + + + virtual bool + isSequential + https://doc.qt.io/qt-6/qprocess.html + isSequential + () const const override + + + int + exitCode + https://doc.qt.io/qt-6/qprocess.html + exitCode + () const const + + + virtual qint64 + bytesToWrite + https://doc.qt.io/qt-6/qprocess.html + bytesToWrite + () const const override + + + qint64 + processId + https://doc.qt.io/qt-6/qprocess.html + processId + () const const + + + std::function<void ()> + childProcessModifier + https://doc.qt.io/qt-6/qprocess.html + childProcessModifier + ()> childProcessModifier() const const + + + CreateProcessArgumentModifier + https://doc.qt.io/qt-6/qprocess.html + CreateProcessArgumentModifier-typedef + + + + + QProcess::CreateProcessArguments + https://doc.qt.io/qt-6/qprocess-createprocessarguments.html + + + QProcessEnvironment + https://doc.qt.io/qt-6/qprocessenvironment.html + + Initialization + https://doc.qt.io/qt-6/qprocessenvironment.html + Initialization-enum + + + InheritFromParent + https://doc.qt.io/qt-6/qprocessenvironment.html + Initialization-enum + + + + QProcessEnvironment & + operator= + https://doc.qt.io/qt-6/qprocessenvironment.html + operator-eq-1 + (const QProcessEnvironment &other) + + + QProcessEnvironment + systemEnvironment + https://doc.qt.io/qt-6/qprocessenvironment.html + systemEnvironment + () + + + + QProcessEnvironment + https://doc.qt.io/qt-6/qprocessenvironment.html + QProcessEnvironment + () + + + + QProcessEnvironment + https://doc.qt.io/qt-6/qprocessenvironment.html + QProcessEnvironment-1 + (QProcessEnvironment::Initialization) + + + + QProcessEnvironment + https://doc.qt.io/qt-6/qprocessenvironment.html + QProcessEnvironment-2 + (const QProcessEnvironment &other) + + + void + clear + https://doc.qt.io/qt-6/qprocessenvironment.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qprocessenvironment.html + insert-1 + (const QProcessEnvironment &e) + + + void + insert + https://doc.qt.io/qt-6/qprocessenvironment.html + insert + (const QString &name, const QString &value) + + + void + remove + https://doc.qt.io/qt-6/qprocessenvironment.html + remove + (const QString &name) + + + void + swap + https://doc.qt.io/qt-6/qprocessenvironment.html + swap + (QProcessEnvironment &other) + + + + ~QProcessEnvironment + https://doc.qt.io/qt-6/qprocessenvironment.html + dtor.QProcessEnvironment + () + + + QString + value + https://doc.qt.io/qt-6/qprocessenvironment.html + value + (const QString &name, const QString &defaultValue) const const + + + QStringList + keys + https://doc.qt.io/qt-6/qprocessenvironment.html + keys + () const const + + + QStringList + toStringList + https://doc.qt.io/qt-6/qprocessenvironment.html + toStringList + () const const + + + bool + contains + https://doc.qt.io/qt-6/qprocessenvironment.html + contains + (const QString &name) const const + + + bool + inheritsFromParent + https://doc.qt.io/qt-6/qprocessenvironment.html + inheritsFromParent + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qprocessenvironment.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qprocessenvironment.html + operator-not-eq + (const QProcessEnvironment &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qprocessenvironment.html + operator-eq-eq + (const QProcessEnvironment &other) const const + + + + QPromise + https://doc.qt.io/qt-6/qpromise.html + + + QPromise + https://doc.qt.io/qt-6/qpromise.html + QPromise + () + + + + QPromise + https://doc.qt.io/qt-6/qpromise.html + QPromise-2 + (QPromise<T> &&other) + + + QPromise<T> & + operator= + https://doc.qt.io/qt-6/qpromise.html + operator-eq-1 + (QPromise<T> &&other) + + + bool + addResult + https://doc.qt.io/qt-6/qpromise.html + addResult-2 + (T &&result, int index) + + + bool + addResult + https://doc.qt.io/qt-6/qpromise.html + addResult-1 + (const T &result, int index) + + + void + finish + https://doc.qt.io/qt-6/qpromise.html + finish + () + + + void + setException + https://doc.qt.io/qt-6/qpromise.html + setException + (const QException &e) + + + void + setException + https://doc.qt.io/qt-6/qpromise.html + setException-1 + (std::exception_ptr e) + + + void + setProgressRange + https://doc.qt.io/qt-6/qpromise.html + setProgressRange + (int minimum, int maximum) + + + void + setProgressValue + https://doc.qt.io/qt-6/qpromise.html + setProgressValue + (int progressValue) + + + void + setProgressValueAndText + https://doc.qt.io/qt-6/qpromise.html + setProgressValueAndText + (int progressValue, const QString &progressText) + + + void + start + https://doc.qt.io/qt-6/qpromise.html + start + () + + + void + suspendIfRequested + https://doc.qt.io/qt-6/qpromise.html + suspendIfRequested + () + + + void + swap + https://doc.qt.io/qt-6/qpromise.html + swap + (QPromise<T> &other) + + + + ~QPromise + https://doc.qt.io/qt-6/qpromise.html + dtor.QPromise + () + + + QFuture<T> + future + https://doc.qt.io/qt-6/qpromise.html + future + () const const + + + bool + isCanceled + https://doc.qt.io/qt-6/qpromise.html + isCanceled + () const const + + + + QProperty + https://doc.qt.io/qt-6/qproperty.html + QPropertyData + + + QProperty + https://doc.qt.io/qt-6/qproperty.html + QProperty + () + + + + QProperty + https://doc.qt.io/qt-6/qproperty.html + QProperty-4 + (Functor &&f) + + + + QProperty + https://doc.qt.io/qt-6/qproperty.html + QProperty-8 + (T &&initialValue) + + + + QProperty + https://doc.qt.io/qt-6/qproperty.html + QProperty-3 + (const QPropertyBinding<T> &binding) + + + + QProperty + https://doc.qt.io/qt-6/qproperty.html + QProperty-7 + (const T &initialValue) + + + QProperty<T> & + operator= + https://doc.qt.io/qt-6/qproperty.html + operator-eq-1 + (QProperty::parameter_type newValue) + + + QProperty<T> & + operator= + https://doc.qt.io/qt-6/qproperty.html + operator-eq + (QProperty::rvalue_ref newValue) + + + QProperty<T> & + operator= + https://doc.qt.io/qt-6/qproperty.html + operator-eq-4 + (const QPropertyBinding<T> &newBinding) + + + QPropertyBinding<T> + setBinding + https://doc.qt.io/qt-6/qproperty.html + setBinding-2 + (Functor f) + + + QPropertyBinding<T> + setBinding + https://doc.qt.io/qt-6/qproperty.html + setBinding + (const QPropertyBinding<T> &newBinding) + + + QPropertyBinding<T> + takeBinding + https://doc.qt.io/qt-6/qproperty.html + takeBinding + () + + + QPropertyChangeHandler<Functor> + onValueChanged + https://doc.qt.io/qt-6/qproperty.html + onValueChanged + (Functor f) + + + QPropertyChangeHandler<Functor> + subscribe + https://doc.qt.io/qt-6/qproperty.html + subscribe + (Functor f) + + + QPropertyNotifier + addNotifier + https://doc.qt.io/qt-6/qproperty.html + addNotifier + (Functor f) + + + bool + setBinding + https://doc.qt.io/qt-6/qproperty.html + setBinding-1 + (const QUntypedPropertyBinding &newBinding) + + + void + beginPropertyUpdateGroup + https://doc.qt.io/qt-6/qproperty.html + beginPropertyUpdateGroup + () + + + void + endPropertyUpdateGroup + https://doc.qt.io/qt-6/qproperty.html + endPropertyUpdateGroup + () + + + void + setValue + https://doc.qt.io/qt-6/qproperty.html + setValue-1 + (QProperty::parameter_type newValue) + + + void + setValue + https://doc.qt.io/qt-6/qproperty.html + setValue + (QProperty::rvalue_ref newValue) + + + + ~QProperty + https://doc.qt.io/qt-6/qproperty.html + dtor.QProperty + () + + + QProperty::parameter_type + value + https://doc.qt.io/qt-6/qproperty.html + value + () const const + + + QPropertyBinding<T> + binding + https://doc.qt.io/qt-6/qproperty.html + binding + () const const + + + + QPropertyAnimation + https://doc.qt.io/qt-6/qpropertyanimation.html + QVariantAnimation + + QBindable<QByteArray> + bindablePropertyName + https://doc.qt.io/qt-6/qpropertyanimation.html + propertyName-prop + () + + + QBindable<QObject *> + bindableTargetObject + https://doc.qt.io/qt-6/qpropertyanimation.html + targetObject-prop + () + + + + QPropertyAnimation + https://doc.qt.io/qt-6/qpropertyanimation.html + QPropertyAnimation + (QObject *parent) + + + + QPropertyAnimation + https://doc.qt.io/qt-6/qpropertyanimation.html + QPropertyAnimation-1 + (QObject *target, const QByteArray &propertyName, QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qpropertyanimation.html + event + (QEvent *event) override + + + void + setPropertyName + https://doc.qt.io/qt-6/qpropertyanimation.html + propertyName-prop + (const QByteArray &propertyName) + + + void + setTargetObject + https://doc.qt.io/qt-6/qpropertyanimation.html + targetObject-prop + (QObject *target) + + + virtual void + updateCurrentValue + https://doc.qt.io/qt-6/qpropertyanimation.html + updateCurrentValue + (const QVariant &value) override + + + virtual void + updateState + https://doc.qt.io/qt-6/qpropertyanimation.html + updateState + (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override + + + virtual + ~QPropertyAnimation + https://doc.qt.io/qt-6/qpropertyanimation.html + dtor.QPropertyAnimation + () + + + QByteArray + propertyName + https://doc.qt.io/qt-6/qpropertyanimation.html + propertyName-prop + () const const + + + QObject * + targetObject + https://doc.qt.io/qt-6/qpropertyanimation.html + targetObject-prop + () const const + + + propertyName + https://doc.qt.io/qt-6/qpropertyanimation.html + propertyName-prop + + + + targetObject + https://doc.qt.io/qt-6/qpropertyanimation.html + targetObject-prop + + + + + QPropertyBindingError + https://doc.qt.io/qt-6/qpropertybindingerror.html + + Type + https://doc.qt.io/qt-6/qpropertybindingerror.html + Type-enum + + + NoError + https://doc.qt.io/qt-6/qpropertybindingerror.html + Type-enum + + + + BindingLoop + https://doc.qt.io/qt-6/qpropertybindingerror.html + Type-enum + + + + EvaluationError + https://doc.qt.io/qt-6/qpropertybindingerror.html + Type-enum + + + + UnknownError + https://doc.qt.io/qt-6/qpropertybindingerror.html + Type-enum + + + + QPropertyBindingError & + operator= + https://doc.qt.io/qt-6/qpropertybindingerror.html + operator-eq-1 + (QPropertyBindingError &&other) + + + QPropertyBindingError & + operator= + https://doc.qt.io/qt-6/qpropertybindingerror.html + operator-eq + (const QPropertyBindingError &other) + + + + QPropertyBindingError + https://doc.qt.io/qt-6/qpropertybindingerror.html + QPropertyBindingError + () + + + + QPropertyBindingError + https://doc.qt.io/qt-6/qpropertybindingerror.html + QPropertyBindingError-3 + (QPropertyBindingError &&other) + + + + QPropertyBindingError + https://doc.qt.io/qt-6/qpropertybindingerror.html + QPropertyBindingError-1 + (QPropertyBindingError::Type type, const QString &description) + + + + QPropertyBindingError + https://doc.qt.io/qt-6/qpropertybindingerror.html + QPropertyBindingError-2 + (const QPropertyBindingError &other) + + + + ~QPropertyBindingError + https://doc.qt.io/qt-6/qpropertybindingerror.html + dtor.QPropertyBindingError + () + + + QPropertyBindingError::Type + type + https://doc.qt.io/qt-6/qpropertybindingerror.html + type + () const const + + + QString + description + https://doc.qt.io/qt-6/qpropertybindingerror.html + description + () const const + + + + QPropertyChangeHandler + https://doc.qt.io/qt-6/qpropertychangehandler.html + QPropertyObserver + + + QPropertyData + https://doc.qt.io/qt-6/qpropertydata.html + QUntypedPropertyData + + void + setValueBypassingBindings + https://doc.qt.io/qt-6/qpropertydata.html + setValueBypassingBindings + (QPropertyData::parameter_type v) + + + void + setValueBypassingBindings + https://doc.qt.io/qt-6/qpropertydata.html + setValueBypassingBindings-1 + (QPropertyData::rvalue_ref v) + + + QPropertyData::parameter_type + valueBypassingBindings + https://doc.qt.io/qt-6/qpropertydata.html + valueBypassingBindings + () const const + + + + QPropertyNotifier + https://doc.qt.io/qt-6/qpropertynotifier.html + QPropertyObserver + + + QQueue + https://doc.qt.io/qt-6/qqueue.html + QList + + T & + head + https://doc.qt.io/qt-6/qqueue.html + head + () + + + T + dequeue + https://doc.qt.io/qt-6/qqueue.html + dequeue + () + + + void + enqueue + https://doc.qt.io/qt-6/qqueue.html + enqueue + (const T &t) + + + void + swap + https://doc.qt.io/qt-6/qqueue.html + swap + (QQueue<T> &other) + + + const T & + head + https://doc.qt.io/qt-6/qqueue.html + head-1 + () const const + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + + QRandomGenerator * + global + https://doc.qt.io/qt-6/qrandomgenerator.html + global + () + + + QRandomGenerator * + system + https://doc.qt.io/qt-6/qrandomgenerator.html + system + () + + + QRandomGenerator + securelySeeded + https://doc.qt.io/qt-6/qrandomgenerator.html + securelySeeded + () + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + QRandomGenerator-5 + (const QRandomGenerator &other) + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + QRandomGenerator-1 + (const quint32 (&)[N] seedBuffer) + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + QRandomGenerator-4 + (const quint32 *begin, const quint32 *end) + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + QRandomGenerator-2 + (const quint32 *seedBuffer, qsizetype len) + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + QRandomGenerator + (quint32 seedValue) + + + + QRandomGenerator + https://doc.qt.io/qt-6/qrandomgenerator.html + QRandomGenerator-3 + (std::seed_seq &sseq) + + + QRandomGenerator::result_type + max + https://doc.qt.io/qt-6/qrandomgenerator.html + max + () + + + QRandomGenerator::result_type + min + https://doc.qt.io/qt-6/qrandomgenerator.html + min + () + + + QRandomGenerator::result_type + operator() + https://doc.qt.io/qt-6/qrandomgenerator.html + operator-28-29 + ()() + + + bool + operator!= + https://doc.qt.io/qt-6/qrandomgenerator.html + operator-not-eq + (const QRandomGenerator &rng1, const QRandomGenerator &rng2) + + + double + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded + (double highest) + + + double + generateDouble + https://doc.qt.io/qt-6/qrandomgenerator.html + generateDouble + () + + + int + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-3 + (int highest) + + + int + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-4 + (int lowest, int highest) + + + qint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-9 + (int lowest, qint64 highest) + + + qint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-7 + (qint64 highest) + + + qint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-10 + (qint64 lowest, int highest) + + + qint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-8 + (qint64 lowest, qint64 highest) + + + quint32 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-1 + (quint32 highest) + + + quint32 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-2 + (quint32 lowest, quint32 highest) + + + quint32 + generate + https://doc.qt.io/qt-6/qrandomgenerator.html + generate + () + + + quint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-5 + (quint64 highest) + + + quint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-6 + (quint64 lowest, quint64 highest) + + + quint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-12 + (quint64 lowest, unsigned int highest) + + + quint64 + bounded + https://doc.qt.io/qt-6/qrandomgenerator.html + bounded-11 + (unsigned int lowest, quint64 highest) + + + quint64 + generate64 + https://doc.qt.io/qt-6/qrandomgenerator.html + generate64 + () + + + void + discard + https://doc.qt.io/qt-6/qrandomgenerator.html + discard + (unsigned long long z) + + + void + fillRange + https://doc.qt.io/qt-6/qrandomgenerator.html + fillRange-1 + (UInt (&)[N] buffer) + + + void + fillRange + https://doc.qt.io/qt-6/qrandomgenerator.html + fillRange + (UInt *buffer, qsizetype count) + + + void + generate + https://doc.qt.io/qt-6/qrandomgenerator.html + generate-1 + (ForwardIterator begin, ForwardIterator end) + + + void + seed + https://doc.qt.io/qt-6/qrandomgenerator.html + seed + (quint32 seed) + + + void + seed + https://doc.qt.io/qt-6/qrandomgenerator.html + seed-1 + (std::seed_seq &seed) + + + result_type + https://doc.qt.io/qt-6/qrandomgenerator.html + result_type-typedef + + + + + QRandomGenerator64 + https://doc.qt.io/qt-6/qrandomgenerator64.html + QRandomGenerator + + QRandomGenerator64::result_type + operator() + https://doc.qt.io/qt-6/qrandomgenerator64.html + operator-28-29 + ()() + + + quint64 + generate + https://doc.qt.io/qt-6/qrandomgenerator64.html + generate + () + + + result_type + https://doc.qt.io/qt-6/qrandomgenerator64.html + result_type-typedef + + + + + QReadLocker + https://doc.qt.io/qt-6/qreadlocker.html + + + QReadLocker + https://doc.qt.io/qt-6/qreadlocker.html + QReadLocker + (QReadWriteLock *lock) + + + void + relock + https://doc.qt.io/qt-6/qreadlocker.html + relock + () + + + void + unlock + https://doc.qt.io/qt-6/qreadlocker.html + unlock + () + + + + ~QReadLocker + https://doc.qt.io/qt-6/qreadlocker.html + dtor.QReadLocker + () + + + QReadWriteLock * + readWriteLock + https://doc.qt.io/qt-6/qreadlocker.html + readWriteLock + () const const + + + + QReadWriteLock + https://doc.qt.io/qt-6/qreadwritelock.html + + RecursionMode + https://doc.qt.io/qt-6/qreadwritelock.html + RecursionMode-enum + + + NonRecursive + https://doc.qt.io/qt-6/qreadwritelock.html + RecursionMode-enum + + + + Recursive + https://doc.qt.io/qt-6/qreadwritelock.html + RecursionMode-enum + + + + + QReadWriteLock + https://doc.qt.io/qt-6/qreadwritelock.html + QReadWriteLock + (QReadWriteLock::RecursionMode recursionMode) + + + bool + tryLockForRead + https://doc.qt.io/qt-6/qreadwritelock.html + tryLockForRead + () + + + bool + tryLockForRead + https://doc.qt.io/qt-6/qreadwritelock.html + tryLockForRead-1 + (int timeout) + + + bool + tryLockForWrite + https://doc.qt.io/qt-6/qreadwritelock.html + tryLockForWrite + () + + + bool + tryLockForWrite + https://doc.qt.io/qt-6/qreadwritelock.html + tryLockForWrite-1 + (int timeout) + + + void + lockForRead + https://doc.qt.io/qt-6/qreadwritelock.html + lockForRead + () + + + void + lockForWrite + https://doc.qt.io/qt-6/qreadwritelock.html + lockForWrite + () + + + void + unlock + https://doc.qt.io/qt-6/qreadwritelock.html + unlock + () + + + + ~QReadWriteLock + https://doc.qt.io/qt-6/qreadwritelock.html + dtor.QReadWriteLock + () + + + + QRect + https://doc.qt.io/qt-6/qrect.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qrect.html + operator-lt-lt + (QDataStream &stream, const QRect &rectangle) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qrect.html + operator-gt-gt + (QDataStream &stream, QRect &rectangle) + + + QRect & + operator&= + https://doc.qt.io/qt-6/qrect.html + operator-and-eq + (const QRect &rectangle) + + + QRect & + operator+= + https://doc.qt.io/qt-6/qrect.html + operator-2b-eq + (const QMargins &margins) + + + QRect & + operator-= + https://doc.qt.io/qt-6/qrect.html + operator--eq + (const QMargins &margins) + + + QRect & + operator|= + https://doc.qt.io/qt-6/qrect.html + operator-7c-eq + (const QRect &rectangle) + + + QRect + operator+ + https://doc.qt.io/qt-6/qrect.html + operator-2b-1 + (const QMargins &margins, const QRect &rectangle) + + + QRect + operator+ + https://doc.qt.io/qt-6/qrect.html + operator-2b + (const QRect &rectangle, const QMargins &margins) + + + QRect + operator- + https://doc.qt.io/qt-6/qrect.html + operator- + (const QRect &lhs, const QMargins &rhs) + + + QRect + span + https://doc.qt.io/qt-6/qrect.html + span + (const QPoint &p1, const QPoint &p2) + + + + QRect + https://doc.qt.io/qt-6/qrect.html + QRect + () + + + + QRect + https://doc.qt.io/qt-6/qrect.html + QRect-1 + (const QPoint &topLeft, const QPoint &bottomRight) + + + + QRect + https://doc.qt.io/qt-6/qrect.html + QRect-2 + (const QPoint &topLeft, const QSize &size) + + + + QRect + https://doc.qt.io/qt-6/qrect.html + QRect-3 + (int x, int y, int width, int height) + + + bool + operator!= + https://doc.qt.io/qt-6/qrect.html + operator-not-eq + (const QRect &r1, const QRect &r2) + + + bool + operator== + https://doc.qt.io/qt-6/qrect.html + operator-eq-eq + (const QRect &r1, const QRect &r2) + + + void + adjust + https://doc.qt.io/qt-6/qrect.html + adjust + (int dx1, int dy1, int dx2, int dy2) + + + void + moveBottom + https://doc.qt.io/qt-6/qrect.html + moveBottom + (int y) + + + void + moveBottomLeft + https://doc.qt.io/qt-6/qrect.html + moveBottomLeft + (const QPoint &position) + + + void + moveBottomRight + https://doc.qt.io/qt-6/qrect.html + moveBottomRight + (const QPoint &position) + + + void + moveCenter + https://doc.qt.io/qt-6/qrect.html + moveCenter + (const QPoint &position) + + + void + moveLeft + https://doc.qt.io/qt-6/qrect.html + moveLeft + (int x) + + + void + moveRight + https://doc.qt.io/qt-6/qrect.html + moveRight + (int x) + + + void + moveTo + https://doc.qt.io/qt-6/qrect.html + moveTo-1 + (const QPoint &position) + + + void + moveTo + https://doc.qt.io/qt-6/qrect.html + moveTo + (int x, int y) + + + void + moveTop + https://doc.qt.io/qt-6/qrect.html + moveTop + (int y) + + + void + moveTopLeft + https://doc.qt.io/qt-6/qrect.html + moveTopLeft + (const QPoint &position) + + + void + moveTopRight + https://doc.qt.io/qt-6/qrect.html + moveTopRight + (const QPoint &position) + + + void + setBottom + https://doc.qt.io/qt-6/qrect.html + setBottom + (int y) + + + void + setBottomLeft + https://doc.qt.io/qt-6/qrect.html + setBottomLeft + (const QPoint &position) + + + void + setBottomRight + https://doc.qt.io/qt-6/qrect.html + setBottomRight + (const QPoint &position) + + + void + setCoords + https://doc.qt.io/qt-6/qrect.html + setCoords + (int x1, int y1, int x2, int y2) + + + void + setHeight + https://doc.qt.io/qt-6/qrect.html + setHeight + (int height) + + + void + setLeft + https://doc.qt.io/qt-6/qrect.html + setLeft + (int x) + + + void + setRect + https://doc.qt.io/qt-6/qrect.html + setRect + (int x, int y, int width, int height) + + + void + setRight + https://doc.qt.io/qt-6/qrect.html + setRight + (int x) + + + void + setSize + https://doc.qt.io/qt-6/qrect.html + setSize + (const QSize &size) + + + void + setTop + https://doc.qt.io/qt-6/qrect.html + setTop + (int y) + + + void + setTopLeft + https://doc.qt.io/qt-6/qrect.html + setTopLeft + (const QPoint &position) + + + void + setTopRight + https://doc.qt.io/qt-6/qrect.html + setTopRight + (const QPoint &position) + + + void + setWidth + https://doc.qt.io/qt-6/qrect.html + setWidth + (int width) + + + void + setX + https://doc.qt.io/qt-6/qrect.html + setX + (int x) + + + void + setY + https://doc.qt.io/qt-6/qrect.html + setY + (int y) + + + void + translate + https://doc.qt.io/qt-6/qrect.html + translate-1 + (const QPoint &offset) + + + void + translate + https://doc.qt.io/qt-6/qrect.html + translate + (int dx, int dy) + + + CGRect + toCGRect + https://doc.qt.io/qt-6/qrect.html + toCGRect + () const const + + + QPoint + bottomLeft + https://doc.qt.io/qt-6/qrect.html + bottomLeft + () const const + + + QPoint + bottomRight + https://doc.qt.io/qt-6/qrect.html + bottomRight + () const const + + + QPoint + center + https://doc.qt.io/qt-6/qrect.html + center + () const const + + + QPoint + topLeft + https://doc.qt.io/qt-6/qrect.html + topLeft + () const const + + + QPoint + topRight + https://doc.qt.io/qt-6/qrect.html + topRight + () const const + + + QRect + adjusted + https://doc.qt.io/qt-6/qrect.html + adjusted + (int dx1, int dy1, int dx2, int dy2) const const + + + QRect + intersected + https://doc.qt.io/qt-6/qrect.html + intersected + (const QRect &rectangle) const const + + + QRect + marginsAdded + https://doc.qt.io/qt-6/qrect.html + marginsAdded + (const QMargins &margins) const const + + + QRect + marginsRemoved + https://doc.qt.io/qt-6/qrect.html + marginsRemoved + (const QMargins &margins) const const + + + QRect + normalized + https://doc.qt.io/qt-6/qrect.html + normalized + () const const + + + QRect + operator& + https://doc.qt.io/qt-6/qrect.html + operator-and + (const QRect &rectangle) const const + + + QRect + operator| + https://doc.qt.io/qt-6/qrect.html + operator-7c + (const QRect &rectangle) const const + + + QRect + translated + https://doc.qt.io/qt-6/qrect.html + translated-1 + (const QPoint &offset) const const + + + QRect + translated + https://doc.qt.io/qt-6/qrect.html + translated + (int dx, int dy) const const + + + QRect + transposed + https://doc.qt.io/qt-6/qrect.html + transposed + () const const + + + QRect + united + https://doc.qt.io/qt-6/qrect.html + united + (const QRect &rectangle) const const + + + QRectF + toRectF + https://doc.qt.io/qt-6/qrect.html + toRectF + () const const + + + QSize + size + https://doc.qt.io/qt-6/qrect.html + size + () const const + + + bool + contains + https://doc.qt.io/qt-6/qrect.html + contains + (const QPoint &point, bool proper) const const + + + bool + contains + https://doc.qt.io/qt-6/qrect.html + contains-1 + (const QRect &rectangle, bool proper) const const + + + bool + contains + https://doc.qt.io/qt-6/qrect.html + contains-2 + (int x, int y) const const + + + bool + contains + https://doc.qt.io/qt-6/qrect.html + contains-3 + (int x, int y, bool proper) const const + + + bool + intersects + https://doc.qt.io/qt-6/qrect.html + intersects + (const QRect &rectangle) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qrect.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qrect.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qrect.html + isValid + () const const + + + int + bottom + https://doc.qt.io/qt-6/qrect.html + bottom + () const const + + + int + height + https://doc.qt.io/qt-6/qrect.html + height + () const const + + + int + left + https://doc.qt.io/qt-6/qrect.html + left + () const const + + + int + right + https://doc.qt.io/qt-6/qrect.html + right + () const const + + + int + top + https://doc.qt.io/qt-6/qrect.html + top + () const const + + + int + width + https://doc.qt.io/qt-6/qrect.html + width + () const const + + + int + x + https://doc.qt.io/qt-6/qrect.html + x + () const const + + + int + y + https://doc.qt.io/qt-6/qrect.html + y + () const const + + + void + getCoords + https://doc.qt.io/qt-6/qrect.html + getCoords + (int *x1, int *y1, int *x2, int *y2) const const + + + void + getRect + https://doc.qt.io/qt-6/qrect.html + getRect + (int *x, int *y, int *width, int *height) const const + + + + QRectF + https://doc.qt.io/qt-6/qrectf.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qrectf.html + operator-lt-lt + (QDataStream &stream, const QRectF &rectangle) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qrectf.html + operator-gt-gt + (QDataStream &stream, QRectF &rectangle) + + + QRectF & + operator&= + https://doc.qt.io/qt-6/qrectf.html + operator-and-eq + (const QRectF &rectangle) + + + QRectF & + operator+= + https://doc.qt.io/qt-6/qrectf.html + operator-2b-eq + (const QMarginsF &margins) + + + QRectF & + operator-= + https://doc.qt.io/qt-6/qrectf.html + operator--eq + (const QMarginsF &margins) + + + QRectF & + operator|= + https://doc.qt.io/qt-6/qrectf.html + operator-7c-eq + (const QRectF &rectangle) + + + QRectF + fromCGRect + https://doc.qt.io/qt-6/qrectf.html + fromCGRect + (CGRect rect) + + + QRectF + fromDOMRect + https://doc.qt.io/qt-6/qrectf.html + fromDOMRect + (emscripten::val domRect) + + + QRectF + operator+ + https://doc.qt.io/qt-6/qrectf.html + operator-2b-1 + (const QMarginsF &lhs, const QRectF &rhs) + + + QRectF + operator+ + https://doc.qt.io/qt-6/qrectf.html + operator-2b + (const QRectF &lhs, const QMarginsF &rhs) + + + QRectF + operator- + https://doc.qt.io/qt-6/qrectf.html + operator- + (const QRectF &lhs, const QMarginsF &rhs) + + + + QRectF + https://doc.qt.io/qt-6/qrectf.html + QRectF + () + + + + QRectF + https://doc.qt.io/qt-6/qrectf.html + QRectF-2 + (const QPointF &topLeft, const QPointF &bottomRight) + + + + QRectF + https://doc.qt.io/qt-6/qrectf.html + QRectF-1 + (const QPointF &topLeft, const QSizeF &size) + + + + QRectF + https://doc.qt.io/qt-6/qrectf.html + QRectF-4 + (const QRect &rectangle) + + + + QRectF + https://doc.qt.io/qt-6/qrectf.html + QRectF-3 + (qreal x, qreal y, qreal width, qreal height) + + + bool + operator!= + https://doc.qt.io/qt-6/qrectf.html + operator-not-eq + (const QRectF &r1, const QRectF &r2) + + + bool + operator== + https://doc.qt.io/qt-6/qrectf.html + operator-eq-eq + (const QRectF &r1, const QRectF &r2) + + + void + adjust + https://doc.qt.io/qt-6/qrectf.html + adjust + (qreal dx1, qreal dy1, qreal dx2, qreal dy2) + + + void + moveBottom + https://doc.qt.io/qt-6/qrectf.html + moveBottom + (qreal y) + + + void + moveBottomLeft + https://doc.qt.io/qt-6/qrectf.html + moveBottomLeft + (const QPointF &position) + + + void + moveBottomRight + https://doc.qt.io/qt-6/qrectf.html + moveBottomRight + (const QPointF &position) + + + void + moveCenter + https://doc.qt.io/qt-6/qrectf.html + moveCenter + (const QPointF &position) + + + void + moveLeft + https://doc.qt.io/qt-6/qrectf.html + moveLeft + (qreal x) + + + void + moveRight + https://doc.qt.io/qt-6/qrectf.html + moveRight + (qreal x) + + + void + moveTo + https://doc.qt.io/qt-6/qrectf.html + moveTo-1 + (const QPointF &position) + + + void + moveTo + https://doc.qt.io/qt-6/qrectf.html + moveTo + (qreal x, qreal y) + + + void + moveTop + https://doc.qt.io/qt-6/qrectf.html + moveTop + (qreal y) + + + void + moveTopLeft + https://doc.qt.io/qt-6/qrectf.html + moveTopLeft + (const QPointF &position) + + + void + moveTopRight + https://doc.qt.io/qt-6/qrectf.html + moveTopRight + (const QPointF &position) + + + void + setBottom + https://doc.qt.io/qt-6/qrectf.html + setBottom + (qreal y) + + + void + setBottomLeft + https://doc.qt.io/qt-6/qrectf.html + setBottomLeft + (const QPointF &position) + + + void + setBottomRight + https://doc.qt.io/qt-6/qrectf.html + setBottomRight + (const QPointF &position) + + + void + setCoords + https://doc.qt.io/qt-6/qrectf.html + setCoords + (qreal x1, qreal y1, qreal x2, qreal y2) + + + void + setHeight + https://doc.qt.io/qt-6/qrectf.html + setHeight + (qreal height) + + + void + setLeft + https://doc.qt.io/qt-6/qrectf.html + setLeft + (qreal x) + + + void + setRect + https://doc.qt.io/qt-6/qrectf.html + setRect + (qreal x, qreal y, qreal width, qreal height) + + + void + setRight + https://doc.qt.io/qt-6/qrectf.html + setRight + (qreal x) + + + void + setSize + https://doc.qt.io/qt-6/qrectf.html + setSize + (const QSizeF &size) + + + void + setTop + https://doc.qt.io/qt-6/qrectf.html + setTop + (qreal y) + + + void + setTopLeft + https://doc.qt.io/qt-6/qrectf.html + setTopLeft + (const QPointF &position) + + + void + setTopRight + https://doc.qt.io/qt-6/qrectf.html + setTopRight + (const QPointF &position) + + + void + setWidth + https://doc.qt.io/qt-6/qrectf.html + setWidth + (qreal width) + + + void + setX + https://doc.qt.io/qt-6/qrectf.html + setX + (qreal x) + + + void + setY + https://doc.qt.io/qt-6/qrectf.html + setY + (qreal y) + + + void + translate + https://doc.qt.io/qt-6/qrectf.html + translate-1 + (const QPointF &offset) + + + void + translate + https://doc.qt.io/qt-6/qrectf.html + translate + (qreal dx, qreal dy) + + + CGRect + toCGRect + https://doc.qt.io/qt-6/qrectf.html + toCGRect + () const const + + + QPointF + bottomLeft + https://doc.qt.io/qt-6/qrectf.html + bottomLeft + () const const + + + QPointF + bottomRight + https://doc.qt.io/qt-6/qrectf.html + bottomRight + () const const + + + QPointF + center + https://doc.qt.io/qt-6/qrectf.html + center + () const const + + + QPointF + topLeft + https://doc.qt.io/qt-6/qrectf.html + topLeft + () const const + + + QPointF + topRight + https://doc.qt.io/qt-6/qrectf.html + topRight + () const const + + + QRect + toAlignedRect + https://doc.qt.io/qt-6/qrectf.html + toAlignedRect + () const const + + + QRect + toRect + https://doc.qt.io/qt-6/qrectf.html + toRect + () const const + + + QRectF + adjusted + https://doc.qt.io/qt-6/qrectf.html + adjusted + (qreal dx1, qreal dy1, qreal dx2, qreal dy2) const const + + + QRectF + intersected + https://doc.qt.io/qt-6/qrectf.html + intersected + (const QRectF &rectangle) const const + + + QRectF + marginsAdded + https://doc.qt.io/qt-6/qrectf.html + marginsAdded + (const QMarginsF &margins) const const + + + QRectF + marginsRemoved + https://doc.qt.io/qt-6/qrectf.html + marginsRemoved + (const QMarginsF &margins) const const + + + QRectF + normalized + https://doc.qt.io/qt-6/qrectf.html + normalized + () const const + + + QRectF + operator& + https://doc.qt.io/qt-6/qrectf.html + operator-and + (const QRectF &rectangle) const const + + + QRectF + operator| + https://doc.qt.io/qt-6/qrectf.html + operator-7c + (const QRectF &rectangle) const const + + + QRectF + translated + https://doc.qt.io/qt-6/qrectf.html + translated-1 + (const QPointF &offset) const const + + + QRectF + translated + https://doc.qt.io/qt-6/qrectf.html + translated + (qreal dx, qreal dy) const const + + + QRectF + transposed + https://doc.qt.io/qt-6/qrectf.html + transposed + () const const + + + QRectF + united + https://doc.qt.io/qt-6/qrectf.html + united + (const QRectF &rectangle) const const + + + QSizeF + size + https://doc.qt.io/qt-6/qrectf.html + size + () const const + + + bool + contains + https://doc.qt.io/qt-6/qrectf.html + contains + (const QPointF &point) const const + + + bool + contains + https://doc.qt.io/qt-6/qrectf.html + contains-1 + (const QRectF &rectangle) const const + + + bool + contains + https://doc.qt.io/qt-6/qrectf.html + contains-2 + (qreal x, qreal y) const const + + + bool + intersects + https://doc.qt.io/qt-6/qrectf.html + intersects + (const QRectF &rectangle) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qrectf.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qrectf.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qrectf.html + isValid + () const const + + + emscripten::val + toDOMRect + https://doc.qt.io/qt-6/qrectf.html + toDOMRect + () const const + + + qreal + bottom + https://doc.qt.io/qt-6/qrectf.html + bottom + () const const + + + qreal + height + https://doc.qt.io/qt-6/qrectf.html + height + () const const + + + qreal + left + https://doc.qt.io/qt-6/qrectf.html + left + () const const + + + qreal + right + https://doc.qt.io/qt-6/qrectf.html + right + () const const + + + qreal + top + https://doc.qt.io/qt-6/qrectf.html + top + () const const + + + qreal + width + https://doc.qt.io/qt-6/qrectf.html + width + () const const + + + qreal + x + https://doc.qt.io/qt-6/qrectf.html + x + () const const + + + qreal + y + https://doc.qt.io/qt-6/qrectf.html + y + () const const + + + void + getCoords + https://doc.qt.io/qt-6/qrectf.html + getCoords + (qreal *x1, qreal *y1, qreal *x2, qreal *y2) const const + + + void + getRect + https://doc.qt.io/qt-6/qrectf.html + getRect + (qreal *x, qreal *y, qreal *width, qreal *height) const const + + + + QRecursiveMutex + https://doc.qt.io/qt-6/qrecursivemutex.html + + + QRecursiveMutex + https://doc.qt.io/qt-6/qrecursivemutex.html + QRecursiveMutex-2 + () + + + bool + tryLock + https://doc.qt.io/qt-6/qrecursivemutex.html + tryLock + (int timeout) + + + bool + try_lock + https://doc.qt.io/qt-6/qrecursivemutex.html + try_lock + () + + + bool + try_lock_for + https://doc.qt.io/qt-6/qrecursivemutex.html + try_lock_for + (std::chrono::duration<Rep, Period> duration) + + + bool + try_lock_until + https://doc.qt.io/qt-6/qrecursivemutex.html + try_lock_until + (std::chrono::time_point<Clock, Duration> timePoint) + + + void + lock + https://doc.qt.io/qt-6/qrecursivemutex.html + lock + () + + + void + unlock + https://doc.qt.io/qt-6/qrecursivemutex.html + unlock + () + + + + ~QRecursiveMutex + https://doc.qt.io/qt-6/qrecursivemutex.html + dtor.QRecursiveMutex + () + + + + QRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + + MatchOption + https://doc.qt.io/qt-6/qregularexpression.html + MatchOption-enum + + + NoMatchOption + https://doc.qt.io/qt-6/qregularexpression.html + MatchOption-enum + + + + AnchorAtOffsetMatchOption + https://doc.qt.io/qt-6/qregularexpression.html + MatchOption-enum + + + + AnchoredMatchOption + https://doc.qt.io/qt-6/qregularexpression.html + MatchOption-enum + + + + DontCheckSubjectStringMatchOption + https://doc.qt.io/qt-6/qregularexpression.html + MatchOption-enum + + + + MatchType + https://doc.qt.io/qt-6/qregularexpression.html + MatchType-enum + + + NormalMatch + https://doc.qt.io/qt-6/qregularexpression.html + MatchType-enum + + + + PartialPreferCompleteMatch + https://doc.qt.io/qt-6/qregularexpression.html + MatchType-enum + + + + PartialPreferFirstMatch + https://doc.qt.io/qt-6/qregularexpression.html + MatchType-enum + + + + NoMatch + https://doc.qt.io/qt-6/qregularexpression.html + MatchType-enum + + + + PatternOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + NoPatternOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + CaseInsensitiveOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + DotMatchesEverythingOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + MultilineOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + ExtendedPatternSyntaxOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + InvertedGreedinessOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + DontCaptureOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + UseUnicodePropertiesOption + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + WildcardConversionOption + https://doc.qt.io/qt-6/qregularexpression.html + WildcardConversionOption-enum + + + DefaultWildcardConversion + https://doc.qt.io/qt-6/qregularexpression.html + WildcardConversionOption-enum + + + + UnanchoredWildcardConversion + https://doc.qt.io/qt-6/qregularexpression.html + WildcardConversionOption-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qregularexpression.html + operator-lt-lt + (QDataStream &out, const QRegularExpression &re) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qregularexpression.html + operator-gt-gt + (QDataStream &in, QRegularExpression &re) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qregularexpression.html + operator-lt-lt-2 + (QDebug debug, QRegularExpression::PatternOptions patternOptions) + + + QDebug + operator<< + https://doc.qt.io/qt-6/qregularexpression.html + operator-lt-lt-1 + (QDebug debug, const QRegularExpression &re) + + + QRegularExpression & + operator= + https://doc.qt.io/qt-6/qregularexpression.html + operator-eq-1 + (QRegularExpression &&re) + + + QRegularExpression & + operator= + https://doc.qt.io/qt-6/qregularexpression.html + operator-eq + (const QRegularExpression &re) + + + QRegularExpression + fromWildcard + https://doc.qt.io/qt-6/qregularexpression.html + fromWildcard + (QStringView pattern, Qt::CaseSensitivity cs, QRegularExpression::WildcardConversionOptions options) + + + + QRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + QRegularExpression + () + + + + QRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + QRegularExpression-3 + (QRegularExpression &&re) + + + + QRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + QRegularExpression-2 + (const QRegularExpression &re) + + + + QRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + QRegularExpression-1 + (const QString &pattern, QRegularExpression::PatternOptions options) + + + QString + anchoredPattern + https://doc.qt.io/qt-6/qregularexpression.html + anchoredPattern + (QStringView expression) + + + QString + anchoredPattern + https://doc.qt.io/qt-6/qregularexpression.html + anchoredPattern-1 + (const QString &expression) + + + QString + escape + https://doc.qt.io/qt-6/qregularexpression.html + escape + (QStringView str) + + + QString + escape + https://doc.qt.io/qt-6/qregularexpression.html + escape-1 + (const QString &str) + + + QString + wildcardToRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + wildcardToRegularExpression + (QStringView pattern, QRegularExpression::WildcardConversionOptions options) + + + QString + wildcardToRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + wildcardToRegularExpression-1 + (const QString &pattern, QRegularExpression::WildcardConversionOptions options) + + + size_t + qHash + https://doc.qt.io/qt-6/qregularexpression.html + qHash + (const QRegularExpression &key, size_t seed) + + + void + setPattern + https://doc.qt.io/qt-6/qregularexpression.html + setPattern + (const QString &pattern) + + + void + setPatternOptions + https://doc.qt.io/qt-6/qregularexpression.html + setPatternOptions + (QRegularExpression::PatternOptions options) + + + void + swap + https://doc.qt.io/qt-6/qregularexpression.html + swap + (QRegularExpression &other) + + + + ~QRegularExpression + https://doc.qt.io/qt-6/qregularexpression.html + dtor.QRegularExpression + () + + + QRegularExpression::PatternOptions + patternOptions + https://doc.qt.io/qt-6/qregularexpression.html + patternOptions + () const const + + + QRegularExpressionMatch + match + https://doc.qt.io/qt-6/qregularexpression-obsolete.html + match-1 + (QStringView subjectView, qsizetype offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const + + + QRegularExpressionMatch + match + https://doc.qt.io/qt-6/qregularexpression.html + match + (const QString &subject, qsizetype offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const + + + QRegularExpressionMatch + matchView + https://doc.qt.io/qt-6/qregularexpression.html + matchView + (QStringView subjectView, qsizetype offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const + + + QRegularExpressionMatchIterator + globalMatch + https://doc.qt.io/qt-6/qregularexpression-obsolete.html + globalMatch-1 + (QStringView subjectView, qsizetype offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const + + + QRegularExpressionMatchIterator + globalMatch + https://doc.qt.io/qt-6/qregularexpression.html + globalMatch + (const QString &subject, qsizetype offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const + + + QRegularExpressionMatchIterator + globalMatchView + https://doc.qt.io/qt-6/qregularexpression.html + globalMatchView + (QStringView subjectView, qsizetype offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const + + + QString + errorString + https://doc.qt.io/qt-6/qregularexpression.html + errorString + () const const + + + QString + pattern + https://doc.qt.io/qt-6/qregularexpression.html + pattern + () const const + + + QStringList + namedCaptureGroups + https://doc.qt.io/qt-6/qregularexpression.html + namedCaptureGroups + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qregularexpression.html + isValid + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qregularexpression.html + operator-not-eq + (const QRegularExpression &re) const const + + + bool + operator== + https://doc.qt.io/qt-6/qregularexpression.html + operator-eq-eq + (const QRegularExpression &re) const const + + + int + captureCount + https://doc.qt.io/qt-6/qregularexpression.html + captureCount + () const const + + + qsizetype + patternErrorOffset + https://doc.qt.io/qt-6/qregularexpression.html + patternErrorOffset + () const const + + + void + optimize + https://doc.qt.io/qt-6/qregularexpression.html + optimize + () const const + + + MatchOptions + https://doc.qt.io/qt-6/qregularexpression.html + MatchOption-enum + + + + PatternOptions + https://doc.qt.io/qt-6/qregularexpression.html + PatternOption-enum + + + + WildcardConversionOptions + https://doc.qt.io/qt-6/qregularexpression.html + WildcardConversionOption-enum + + + + + QRegularExpressionMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + + QDebug + operator<< + https://doc.qt.io/qt-6/qregularexpressionmatch.html + operator-lt-lt + (QDebug debug, const QRegularExpressionMatch &match) + + + QRegularExpressionMatch & + operator= + https://doc.qt.io/qt-6/qregularexpressionmatch.html + operator-eq-1 + (QRegularExpressionMatch &&match) + + + QRegularExpressionMatch & + operator= + https://doc.qt.io/qt-6/qregularexpressionmatch.html + operator-eq + (const QRegularExpressionMatch &match) + + + + QRegularExpressionMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + QRegularExpressionMatch + () + + + + QRegularExpressionMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + QRegularExpressionMatch-2 + (QRegularExpressionMatch &&match) + + + + QRegularExpressionMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + QRegularExpressionMatch-1 + (const QRegularExpressionMatch &match) + + + void + swap + https://doc.qt.io/qt-6/qregularexpressionmatch.html + swap + (QRegularExpressionMatch &other) + + + + ~QRegularExpressionMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + dtor.QRegularExpressionMatch + () + + + QRegularExpression + regularExpression + https://doc.qt.io/qt-6/qregularexpressionmatch.html + regularExpression + () const const + + + QRegularExpression::MatchOptions + matchOptions + https://doc.qt.io/qt-6/qregularexpressionmatch.html + matchOptions + () const const + + + QRegularExpression::MatchType + matchType + https://doc.qt.io/qt-6/qregularexpressionmatch.html + matchType + () const const + + + QString + captured + https://doc.qt.io/qt-6/qregularexpressionmatch.html + captured-2 + (QStringView name) const const + + + QString + captured + https://doc.qt.io/qt-6/qregularexpressionmatch.html + captured-1 + (const QString &name) const const + + + QString + captured + https://doc.qt.io/qt-6/qregularexpressionmatch.html + captured + (int nth) const const + + + QStringList + capturedTexts + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedTexts + () const const + + + QStringView + capturedView + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedView-1 + (QStringView name) const const + + + QStringView + capturedView + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedView + (int nth) const const + + + bool + hasCaptured + https://doc.qt.io/qt-6/qregularexpressionmatch.html + hasCaptured-1 + (QStringView name) const const + + + bool + hasCaptured + https://doc.qt.io/qt-6/qregularexpressionmatch.html + hasCaptured + (const QString &name) const const + + + bool + hasCaptured + https://doc.qt.io/qt-6/qregularexpressionmatch.html + hasCaptured-2 + (int nth) const const + + + bool + hasMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + hasMatch + () const const + + + bool + hasPartialMatch + https://doc.qt.io/qt-6/qregularexpressionmatch.html + hasPartialMatch + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qregularexpressionmatch.html + isValid + () const const + + + int + lastCapturedIndex + https://doc.qt.io/qt-6/qregularexpressionmatch.html + lastCapturedIndex + () const const + + + qsizetype + capturedEnd + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedEnd-2 + (QStringView name) const const + + + qsizetype + capturedEnd + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedEnd-1 + (const QString &name) const const + + + qsizetype + capturedEnd + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedEnd + (int nth) const const + + + qsizetype + capturedLength + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedLength-2 + (QStringView name) const const + + + qsizetype + capturedLength + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedLength-1 + (const QString &name) const const + + + qsizetype + capturedLength + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedLength + (int nth) const const + + + qsizetype + capturedStart + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedStart-2 + (QStringView name) const const + + + qsizetype + capturedStart + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedStart-1 + (const QString &name) const const + + + qsizetype + capturedStart + https://doc.qt.io/qt-6/qregularexpressionmatch.html + capturedStart + (int nth) const const + + + + QRegularExpressionMatchIterator + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + + QRegularExpressionMatch + next + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + next + () + + + QRegularExpressionMatchIterator & + operator= + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + operator-eq-1 + (QRegularExpressionMatchIterator &&iterator) + + + QRegularExpressionMatchIterator & + operator= + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + operator-eq + (const QRegularExpressionMatchIterator &iterator) + + + + QRegularExpressionMatchIterator + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + QRegularExpressionMatchIterator + () + + + + QRegularExpressionMatchIterator + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + QRegularExpressionMatchIterator-2 + (QRegularExpressionMatchIterator &&iterator) + + + + QRegularExpressionMatchIterator + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + QRegularExpressionMatchIterator-1 + (const QRegularExpressionMatchIterator &iterator) + + + void + swap + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + swap + (QRegularExpressionMatchIterator &other) + + + + ~QRegularExpressionMatchIterator + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + dtor.QRegularExpressionMatchIterator + () + + + QRegularExpression + regularExpression + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + regularExpression + () const const + + + QRegularExpression::MatchOptions + matchOptions + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + matchOptions + () const const + + + QRegularExpression::MatchType + matchType + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + matchType + () const const + + + QRegularExpressionMatch + peekNext + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + peekNext + () const const + + + bool + hasNext + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + hasNext + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qregularexpressionmatchiterator.html + isValid + () const const + + + + QResource + https://doc.qt.io/qt-6/qresource.html + + Compression + https://doc.qt.io/qt-6/qresource.html + Compression-enum + + + NoCompression + https://doc.qt.io/qt-6/qresource.html + Compression-enum + + + + ZlibCompression + https://doc.qt.io/qt-6/qresource.html + Compression-enum + + + + ZstdCompression + https://doc.qt.io/qt-6/qresource.html + Compression-enum + + + + + QResource + https://doc.qt.io/qt-6/qresource.html + QResource + (const QString &file, const QLocale &locale) + + + bool + registerResource + https://doc.qt.io/qt-6/qresource.html + registerResource + (const QString &rccFileName, const QString &mapRoot) + + + bool + registerResource + https://doc.qt.io/qt-6/qresource.html + registerResource-1 + (const uchar *rccData, const QString &mapRoot) + + + bool + unregisterResource + https://doc.qt.io/qt-6/qresource.html + unregisterResource + (const QString &rccFileName, const QString &mapRoot) + + + bool + unregisterResource + https://doc.qt.io/qt-6/qresource.html + unregisterResource-1 + (const uchar *rccData, const QString &mapRoot) + + + void + setFileName + https://doc.qt.io/qt-6/qresource.html + setFileName + (const QString &file) + + + void + setLocale + https://doc.qt.io/qt-6/qresource.html + setLocale + (const QLocale &locale) + + + + ~QResource + https://doc.qt.io/qt-6/qresource.html + dtor.QResource + () + + + QByteArray + uncompressedData + https://doc.qt.io/qt-6/qresource.html + uncompressedData + () const const + + + QDateTime + lastModified + https://doc.qt.io/qt-6/qresource.html + lastModified + () const const + + + QLocale + locale + https://doc.qt.io/qt-6/qresource.html + locale + () const const + + + QResource::Compression + compressionAlgorithm + https://doc.qt.io/qt-6/qresource.html + compressionAlgorithm + () const const + + + QString + absoluteFilePath + https://doc.qt.io/qt-6/qresource.html + absoluteFilePath + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qresource.html + fileName + () const const + + + QStringList + children + https://doc.qt.io/qt-6/qresource.html + children + () const const + + + bool + isDir + https://doc.qt.io/qt-6/qresource.html + isDir + () const const + + + bool + isFile + https://doc.qt.io/qt-6/qresource.html + isFile + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qresource.html + isValid + () const const + + + const uchar * + data + https://doc.qt.io/qt-6/qresource.html + data + () const const + + + qint64 + size + https://doc.qt.io/qt-6/qresource.html + size + () const const + + + qint64 + uncompressedSize + https://doc.qt.io/qt-6/qresource.html + uncompressedSize + () const const + + + + QRomanCalendar + https://doc.qt.io/qt-6/qromancalendar.html + + + QRunnable + https://doc.qt.io/qt-6/qrunnable.html + + QRunnable * + create + https://doc.qt.io/qt-6/qrunnable.html + create + (std::function<void ()> functionToRun) + + + + QRunnable + https://doc.qt.io/qt-6/qrunnable.html + QRunnable-1 + () + + + virtual void + run + https://doc.qt.io/qt-6/qrunnable.html + run + () = 0 + + + void + setAutoDelete + https://doc.qt.io/qt-6/qrunnable.html + setAutoDelete + (bool autoDelete) + + + virtual + ~QRunnable + https://doc.qt.io/qt-6/qrunnable.html + dtor.QRunnable + () + + + bool + autoDelete + https://doc.qt.io/qt-6/qrunnable.html + autoDelete + () const const + + + + QSaveFile + https://doc.qt.io/qt-6/qsavefile.html + QFileDevice + + + QSaveFile + https://doc.qt.io/qt-6/qsavefile.html + QSaveFile-1 + (QObject *parent) + + + + QSaveFile + https://doc.qt.io/qt-6/qsavefile.html + QSaveFile + (const QString &name) + + + + QSaveFile + https://doc.qt.io/qt-6/qsavefile.html + QSaveFile-2 + (const QString &name, QObject *parent) + + + bool + commit + https://doc.qt.io/qt-6/qsavefile.html + commit + () + + + virtual bool + open + https://doc.qt.io/qt-6/qsavefile.html + open + (QIODeviceBase::OpenMode mode) override + + + virtual qint64 + writeData + https://doc.qt.io/qt-6/qsavefile.html + writeData + (const char *data, qint64 len) override + + + void + cancelWriting + https://doc.qt.io/qt-6/qsavefile.html + cancelWriting + () + + + void + setDirectWriteFallback + https://doc.qt.io/qt-6/qsavefile.html + setDirectWriteFallback + (bool enabled) + + + void + setFileName + https://doc.qt.io/qt-6/qsavefile.html + setFileName + (const QString &name) + + + virtual + ~QSaveFile + https://doc.qt.io/qt-6/qsavefile.html + dtor.QSaveFile + () + + + virtual QString + fileName + https://doc.qt.io/qt-6/qsavefile.html + fileName + () const const override + + + bool + directWriteFallback + https://doc.qt.io/qt-6/qsavefile.html + directWriteFallback + () const const + + + + QScopeGuard + https://doc.qt.io/qt-6/qscopeguard.html + + + QScopeGuard + https://doc.qt.io/qt-6/qscopeguard.html + QScopeGuard + (F &&f) + + + + QScopeGuard + https://doc.qt.io/qt-6/qscopeguard.html + QScopeGuard-1 + (const F &f) + + + QScopeGuard<typename std::decay<F>::type> + qScopeGuard + https://doc.qt.io/qt-6/qscopeguard.html + qScopeGuard + (F &&f) + + + void + dismiss + https://doc.qt.io/qt-6/qscopeguard.html + dismiss + () + + + + QScopedArrayPointer + https://doc.qt.io/qt-6/qscopedarraypointer.html + QScopedPointer + + + QScopedArrayPointer + https://doc.qt.io/qt-6/qscopedarraypointer.html + QScopedArrayPointer + () + + + + QScopedArrayPointer + https://doc.qt.io/qt-6/qscopedarraypointer.html + QScopedArrayPointer-1 + (D *p) + + + T & + operator[] + https://doc.qt.io/qt-6/qscopedarraypointer.html + operator-5b-5d + (qsizetype i) + + + void + swap + https://doc.qt.io/qt-6/qscopedarraypointer-obsolete.html + swap + (QScopedArrayPointer<T, Cleanup> &other) + + + const T & + operator[] + https://doc.qt.io/qt-6/qscopedarraypointer.html + operator-5b-5d-1 + (qsizetype i) const const + + + + QScopedPointer + https://doc.qt.io/qt-6/qscopedpointer.html + + + QScopedPointer + https://doc.qt.io/qt-6/qscopedpointer.html + QScopedPointer + (T *p) + + + T * + take + https://doc.qt.io/qt-6/qscopedpointer-obsolete.html + take + () + + + bool + operator!= + https://doc.qt.io/qt-6/qscopedpointer.html + operator-not-eq + (const QScopedPointer<T, Cleanup> &lhs, const QScopedPointer<T, Cleanup> &rhs) + + + bool + operator!= + https://doc.qt.io/qt-6/qscopedpointer.html + operator-not-eq-1 + (const QScopedPointer<T, Cleanup> &lhs, std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qscopedpointer.html + operator-not-eq-2 + (std::nullptr_t, const QScopedPointer<T, Cleanup> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qscopedpointer.html + operator-eq-eq + (const QScopedPointer<T, Cleanup> &lhs, const QScopedPointer<T, Cleanup> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qscopedpointer.html + operator-eq-eq-1 + (const QScopedPointer<T, Cleanup> &lhs, std::nullptr_t) + + + bool + operator== + https://doc.qt.io/qt-6/qscopedpointer.html + operator-eq-eq-2 + (std::nullptr_t, const QScopedPointer<T, Cleanup> &rhs) + + + void + reset + https://doc.qt.io/qt-6/qscopedpointer.html + reset + (T *other) + + + void + swap + https://doc.qt.io/qt-6/qscopedpointer-obsolete.html + swap-1 + (QScopedPointer<T, Cleanup> &lhs, QScopedPointer<T, Cleanup> &rhs) + + + + ~QScopedPointer + https://doc.qt.io/qt-6/qscopedpointer.html + dtor.QScopedPointer + () + + + T & + operator* + https://doc.qt.io/qt-6/qscopedpointer.html + operator-2a + () const const + + + T * + data + https://doc.qt.io/qt-6/qscopedpointer.html + data + () const const + + + T * + get + https://doc.qt.io/qt-6/qscopedpointer.html + get + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qscopedpointer.html + operator--gt + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qscopedpointer.html + isNull + () const const + + + bool + operator bool + https://doc.qt.io/qt-6/qscopedpointer.html + operator-bool + () const const + + + bool + operator! + https://doc.qt.io/qt-6/qscopedpointer.html + operator-not + () const const + + + + QScopedValueRollback + https://doc.qt.io/qt-6/qscopedvaluerollback.html + + + QScopedValueRollback + https://doc.qt.io/qt-6/qscopedvaluerollback.html + QScopedValueRollback + (T &var) + + + + QScopedValueRollback + https://doc.qt.io/qt-6/qscopedvaluerollback.html + QScopedValueRollback-1 + (T &var, T value) + + + void + commit + https://doc.qt.io/qt-6/qscopedvaluerollback.html + commit + () + + + + ~QScopedValueRollback + https://doc.qt.io/qt-6/qscopedvaluerollback.html + dtor.QScopedValueRollback + () + + + + QSemaphore + https://doc.qt.io/qt-6/qsemaphore.html + + + QSemaphore + https://doc.qt.io/qt-6/qsemaphore.html + QSemaphore + (int n) + + + bool + tryAcquire + https://doc.qt.io/qt-6/qsemaphore.html + tryAcquire + (int n) + + + bool + tryAcquire + https://doc.qt.io/qt-6/qsemaphore.html + tryAcquire-1 + (int n, int timeout) + + + bool + tryAcquire + https://doc.qt.io/qt-6/qsemaphore.html + tryAcquire-2 + (int n, std::chrono::duration<Rep, Period> timeout) + + + bool + try_acquire + https://doc.qt.io/qt-6/qsemaphore.html + try_acquire + () + + + bool + try_acquire_for + https://doc.qt.io/qt-6/qsemaphore.html + try_acquire_for + (const std::chrono::duration<Rep, Period> &timeout) + + + bool + try_acquire_until + https://doc.qt.io/qt-6/qsemaphore.html + try_acquire_until + (const std::chrono::time_point<Clock, Duration> &tp) + + + void + acquire + https://doc.qt.io/qt-6/qsemaphore.html + acquire + (int n) + + + void + release + https://doc.qt.io/qt-6/qsemaphore.html + release + (int n) + + + + ~QSemaphore + https://doc.qt.io/qt-6/qsemaphore.html + dtor.QSemaphore + () + + + int + available + https://doc.qt.io/qt-6/qsemaphore.html + available + () const const + + + + QSemaphoreReleaser + https://doc.qt.io/qt-6/qsemaphorereleaser.html + + QSemaphore * + cancel + https://doc.qt.io/qt-6/qsemaphorereleaser.html + cancel + () + + + QSemaphoreReleaser & + operator= + https://doc.qt.io/qt-6/qsemaphorereleaser.html + operator-eq + (QSemaphoreReleaser &&other) + + + + QSemaphoreReleaser + https://doc.qt.io/qt-6/qsemaphorereleaser.html + QSemaphoreReleaser + () + + + + QSemaphoreReleaser + https://doc.qt.io/qt-6/qsemaphorereleaser.html + QSemaphoreReleaser-1 + (QSemaphore &sem, int n) + + + + QSemaphoreReleaser + https://doc.qt.io/qt-6/qsemaphorereleaser.html + QSemaphoreReleaser-2 + (QSemaphore *sem, int n) + + + + QSemaphoreReleaser + https://doc.qt.io/qt-6/qsemaphorereleaser.html + QSemaphoreReleaser-3 + (QSemaphoreReleaser &&other) + + + void + swap + https://doc.qt.io/qt-6/qsemaphorereleaser.html + swap + (QSemaphoreReleaser &other) + + + + ~QSemaphoreReleaser + https://doc.qt.io/qt-6/qsemaphorereleaser.html + dtor.QSemaphoreReleaser + () + + + QSemaphore * + semaphore + https://doc.qt.io/qt-6/qsemaphorereleaser.html + semaphore + () const const + + + + QSequentialAnimationGroup + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + QAnimationGroup + + QPauseAnimation * + addPause + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + addPause + (int msecs) + + + QPauseAnimation * + insertPause + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + insertPause + (int index, int msecs) + + + + QSequentialAnimationGroup + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + QSequentialAnimationGroup + (QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + event + (QEvent *event) override + + + void + currentAnimationChanged + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + currentAnimationChanged + (QAbstractAnimation *current) + + + virtual void + updateCurrentTime + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + updateCurrentTime + (int currentTime) override + + + virtual void + updateDirection + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + updateDirection + (QAbstractAnimation::Direction direction) override + + + virtual void + updateState + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + updateState + (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override + + + virtual + ~QSequentialAnimationGroup + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + dtor.QSequentialAnimationGroup + () + + + QAbstractAnimation * + currentAnimation + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + currentAnimation-prop + () const const + + + QBindable<QAbstractAnimation *> + bindableCurrentAnimation + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + currentAnimation-prop + () const const + + + virtual int + duration + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + duration + () const const override + + + currentAnimation + https://doc.qt.io/qt-6/qsequentialanimationgroup.html + currentAnimation-prop + + + + + QSequentialIterable + https://doc.qt.io/qt-6/qsequentialiterable.html + QIterable + + void + addValue + https://doc.qt.io/qt-6/qsequentialiterable.html + addValue + (const QVariant &value, QSequentialIterable::Position position) + + + void + removeValue + https://doc.qt.io/qt-6/qsequentialiterable.html + removeValue + (QSequentialIterable::Position position) + + + void + set + https://doc.qt.io/qt-6/qsequentialiterable.html + set + (qsizetype idx, const QVariant &value) + + + QVariant + at + https://doc.qt.io/qt-6/qsequentialiterable.html + at + (qsizetype idx) const const + + + BidirectionalConstIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + BidirectionalConstIterator-typedef + + + + BidirectionalIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + BidirectionalIterator-typedef + + + + ForwardConstIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + ForwardConstIterator-typedef + + + + ForwardIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + ForwardIterator-typedef + + + + InputConstIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + InputConstIterator-typedef + + + + InputIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + InputIterator-typedef + + + + RandomAccessConstIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + RandomAccessConstIterator-typedef + + + + RandomAccessIterator + https://doc.qt.io/qt-6/qsequentialiterable.html + RandomAccessIterator-typedef + + + + const_iterator + https://doc.qt.io/qt-6/qsequentialiterable.html + const_iterator-typedef + + + + iterator + https://doc.qt.io/qt-6/qsequentialiterable.html + iterator-typedef + + + + + QSet + https://doc.qt.io/qt-6/qset.html + QSet::const_iterator + QSet::iterator + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qset.html + operator-lt-lt-1 + (QDataStream &out, const QSet<T> &set) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qset.html + operator-gt-gt + (QDataStream &in, QSet<T> &set) + + + + QSet + https://doc.qt.io/qt-6/qset.html + QSet + () + + + + QSet + https://doc.qt.io/qt-6/qset.html + QSet-2 + (InputIterator first, InputIterator last) + + + + QSet + https://doc.qt.io/qt-6/qset.html + QSet-1 + (std::initializer_list<T> list) + + + QSet::iterator + begin + https://doc.qt.io/qt-6/qset.html + begin-1 + () + + + QSet::iterator + end + https://doc.qt.io/qt-6/qset.html + end-1 + () + + + QSet::iterator + erase + https://doc.qt.io/qt-6/qset.html + erase + (QSet::const_iterator pos) + + + QSet::iterator + find + https://doc.qt.io/qt-6/qset.html + find-1 + (const T &value) + + + QSet::iterator + insert + https://doc.qt.io/qt-6/qset.html + insert-2 + (QSet::const_iterator it, const T &value) + + + QSet::iterator + insert + https://doc.qt.io/qt-6/qset.html + insert + (const T &value) + + + QSet<T> & + intersect + https://doc.qt.io/qt-6/qset.html + intersect + (const QSet<T> &other) + + + QSet<T> & + operator&= + https://doc.qt.io/qt-6/qset.html + operator-and-eq + (const QSet<T> &other) + + + QSet<T> & + operator&= + https://doc.qt.io/qt-6/qset.html + operator-and-eq-1 + (const T &value) + + + QSet<T> & + operator+= + https://doc.qt.io/qt-6/qset.html + operator-2b-eq + (const QSet<T> &other) + + + QSet<T> & + operator+= + https://doc.qt.io/qt-6/qset.html + operator-2b-eq-1 + (const T &value) + + + QSet<T> & + operator-= + https://doc.qt.io/qt-6/qset.html + operator--eq + (const QSet<T> &other) + + + QSet<T> & + operator-= + https://doc.qt.io/qt-6/qset.html + operator--eq-1 + (const T &value) + + + QSet<T> & + operator<< + https://doc.qt.io/qt-6/qset.html + operator-lt-lt + (const T &value) + + + QSet<T> & + operator|= + https://doc.qt.io/qt-6/qset.html + operator-7c-eq + (const QSet<T> &other) + + + QSet<T> & + operator|= + https://doc.qt.io/qt-6/qset.html + operator-7c-eq-1 + (const T &value) + + + QSet<T> & + subtract + https://doc.qt.io/qt-6/qset.html + subtract + (const QSet<T> &other) + + + QSet<T> & + unite + https://doc.qt.io/qt-6/qset.html + unite + (const QSet<T> &other) + + + bool + remove + https://doc.qt.io/qt-6/qset.html + remove + (const T &value) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qset.html + erase_if + (QSet<T> &set, Predicate pred) + + + void + clear + https://doc.qt.io/qt-6/qset.html + clear + () + + + void + reserve + https://doc.qt.io/qt-6/qset.html + reserve + (qsizetype size) + + + void + squeeze + https://doc.qt.io/qt-6/qset.html + squeeze + () + + + void + swap + https://doc.qt.io/qt-6/qset.html + swap + (QSet<T> &other) + + + QList<T> + values + https://doc.qt.io/qt-6/qset.html + values + () const const + + + QSet::const_iterator + begin + https://doc.qt.io/qt-6/qset.html + begin + () const const + + + QSet::const_iterator + cbegin + https://doc.qt.io/qt-6/qset.html + cbegin + () const const + + + QSet::const_iterator + cend + https://doc.qt.io/qt-6/qset.html + cend + () const const + + + QSet::const_iterator + constBegin + https://doc.qt.io/qt-6/qset.html + constBegin + () const const + + + QSet::const_iterator + constEnd + https://doc.qt.io/qt-6/qset.html + constEnd + () const const + + + QSet::const_iterator + constFind + https://doc.qt.io/qt-6/qset.html + constFind + (const T &value) const const + + + QSet::const_iterator + end + https://doc.qt.io/qt-6/qset.html + end + () const const + + + QSet::const_iterator + find + https://doc.qt.io/qt-6/qset.html + find + (const T &value) const const + + + QSet<T> + operator& + https://doc.qt.io/qt-6/qset.html + operator-and + (const QSet<T> &other) const const + + + QSet<T> + operator+ + https://doc.qt.io/qt-6/qset.html + operator-2b + (const QSet<T> &other) const const + + + QSet<T> + operator- + https://doc.qt.io/qt-6/qset.html + operator- + (const QSet<T> &other) const const + + + QSet<T> + operator| + https://doc.qt.io/qt-6/qset.html + operator-7c + (const QSet<T> &other) const const + + + bool + contains + https://doc.qt.io/qt-6/qset.html + contains-1 + (const QSet<T> &other) const const + + + bool + contains + https://doc.qt.io/qt-6/qset.html + contains + (const T &value) const const + + + bool + empty + https://doc.qt.io/qt-6/qset.html + empty + () const const + + + bool + intersects + https://doc.qt.io/qt-6/qset.html + intersects + (const QSet<T> &other) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qset.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qset.html + operator-not-eq + (const QSet<T> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qset.html + operator-eq-eq + (const QSet<T> &other) const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qset.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qset.html + count + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qset.html + size + () const const + + + ConstIterator + https://doc.qt.io/qt-6/qset.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qset.html + Iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qset.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qset.html + const_reference-typedef + + + + difference_type + https://doc.qt.io/qt-6/qset.html + difference_type-typedef + + + + key_type + https://doc.qt.io/qt-6/qset.html + key_type-typedef + + + + pointer + https://doc.qt.io/qt-6/qset.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qset.html + reference-typedef + + + + size_type + https://doc.qt.io/qt-6/qset.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qset.html + value_type-typedef + + + + + QSet::const_iterator + https://doc.qt.io/qt-6/qset-const-iterator.html + + const_iterator & + operator++ + https://doc.qt.io/qt-6/qset-const-iterator.html + operator-2b-2b + () + + + const_iterator & + operator= + https://doc.qt.io/qt-6/qset-const-iterator.html + operator-eq + (const const_iterator &other) + + + const_iterator + operator++ + https://doc.qt.io/qt-6/qset-const-iterator.html + operator-2b-2b-1 + (int) + + + + const_iterator + https://doc.qt.io/qt-6/qset-const-iterator.html + const_iterator + () + + + + const_iterator + https://doc.qt.io/qt-6/qset-const-iterator.html + const_iterator-2 + (const const_iterator &other) + + + + const_iterator + https://doc.qt.io/qt-6/qset-const-iterator.html + const_iterator-3 + (const iterator &other) + + + bool + operator!= + https://doc.qt.io/qt-6/qset-const-iterator.html + operator-not-eq + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qset-const-iterator.html + operator-eq-eq + (const const_iterator &other) const const + + + const T & + operator* + https://doc.qt.io/qt-6/qset-const-iterator.html + operator-2a + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qset-const-iterator.html + operator--gt + () const const + + + iterator_category + https://doc.qt.io/qt-6/qset-const-iterator.html + iterator_category-typedef + + + + + QSet::iterator + https://doc.qt.io/qt-6/qset-iterator.html + + iterator & + operator++ + https://doc.qt.io/qt-6/qset-iterator.html + operator-2b-2b + () + + + iterator & + operator= + https://doc.qt.io/qt-6/qset-iterator.html + operator-eq + (const iterator &other) + + + iterator + operator++ + https://doc.qt.io/qt-6/qset-iterator.html + operator-2b-2b-1 + (int) + + + + iterator + https://doc.qt.io/qt-6/qset-iterator.html + iterator + () + + + + iterator + https://doc.qt.io/qt-6/qset-iterator.html + iterator-2 + (const iterator &other) + + + bool + operator!= + https://doc.qt.io/qt-6/qset-iterator.html + operator-not-eq-1 + (const const_iterator &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qset-iterator.html + operator-not-eq + (const iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qset-iterator.html + operator-eq-eq-1 + (const const_iterator &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qset-iterator.html + operator-eq-eq + (const iterator &other) const const + + + const T & + operator* + https://doc.qt.io/qt-6/qset-iterator.html + operator-2a + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qset-iterator.html + operator--gt + () const const + + + iterator_category + https://doc.qt.io/qt-6/qset-iterator.html + iterator_category-typedef + + + + + QSetIterator + https://doc.qt.io/qt-6/qsetiterator.html + + + QSetIterator + https://doc.qt.io/qt-6/qsetiterator.html + QSetIterator + (const QSet<T> &set) + + + QSetIterator<T> & + operator= + https://doc.qt.io/qt-6/qsetiterator.html + operator-eq + (const QSet<T> &container) + + + bool + findNext + https://doc.qt.io/qt-6/qsetiterator.html + findNext + (const T &value) + + + bool + findPrevious + https://doc.qt.io/qt-6/qsetiterator.html + findPrevious + (const T &value) + + + const T & + next + https://doc.qt.io/qt-6/qsetiterator.html + next + () + + + const T & + previous + https://doc.qt.io/qt-6/qsetiterator.html + previous + () + + + void + toBack + https://doc.qt.io/qt-6/qsetiterator.html + toBack + () + + + void + toFront + https://doc.qt.io/qt-6/qsetiterator.html + toFront + () + + + bool + hasNext + https://doc.qt.io/qt-6/qsetiterator.html + hasNext + () const const + + + bool + hasPrevious + https://doc.qt.io/qt-6/qsetiterator.html + hasPrevious + () const const + + + const T & + peekNext + https://doc.qt.io/qt-6/qsetiterator.html + peekNext + () const const + + + const T & + peekPrevious + https://doc.qt.io/qt-6/qsetiterator.html + peekPrevious + () const const + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QObject + + Format + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + NativeFormat + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + IniFormat + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + Registry32Format + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + Registry64Format + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + InvalidFormat + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat1 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat2 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat3 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat4 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat5 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat6 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat7 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat8 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat9 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat10 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat11 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat12 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat13 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat14 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat15 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + CustomFormat16 + https://doc.qt.io/qt-6/qsettings.html + Format-enum + + + + Scope + https://doc.qt.io/qt-6/qsettings.html + Scope-enum + + + UserScope + https://doc.qt.io/qt-6/qsettings.html + Scope-enum + + + + SystemScope + https://doc.qt.io/qt-6/qsettings.html + Scope-enum + + + + Status + https://doc.qt.io/qt-6/qsettings.html + Status-enum + + + NoError + https://doc.qt.io/qt-6/qsettings.html + Status-enum + + + + AccessError + https://doc.qt.io/qt-6/qsettings.html + Status-enum + + + + FormatError + https://doc.qt.io/qt-6/qsettings.html + Status-enum + + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QSettings-4 + (QObject *parent) + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QSettings-2 + (QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application, QObject *parent) + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QSettings-5 + (QSettings::Scope scope, QObject *parent) + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QSettings-1 + (QSettings::Scope scope, const QString &organization, const QString &application, QObject *parent) + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QSettings-3 + (const QString &fileName, QSettings::Format format, QObject *parent) + + + + QSettings + https://doc.qt.io/qt-6/qsettings.html + QSettings + (const QString &organization, const QString &application, QObject *parent) + + + QSettings::Format + defaultFormat + https://doc.qt.io/qt-6/qsettings.html + defaultFormat + () + + + QSettings::Format + registerFormat + https://doc.qt.io/qt-6/qsettings.html + registerFormat + (const QString &extension, QSettings::ReadFunc readFunc, QSettings::WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity) + + + virtual bool + event + https://doc.qt.io/qt-6/qsettings.html + event + (QEvent *event) override + + + int + beginReadArray + https://doc.qt.io/qt-6/qsettings.html + beginReadArray + (QAnyStringView prefix) + + + void + beginGroup + https://doc.qt.io/qt-6/qsettings.html + beginGroup + (QAnyStringView prefix) + + + void + beginWriteArray + https://doc.qt.io/qt-6/qsettings.html + beginWriteArray + (QAnyStringView prefix, int size) + + + void + clear + https://doc.qt.io/qt-6/qsettings.html + clear + () + + + void + endArray + https://doc.qt.io/qt-6/qsettings.html + endArray + () + + + void + endGroup + https://doc.qt.io/qt-6/qsettings.html + endGroup + () + + + void + remove + https://doc.qt.io/qt-6/qsettings.html + remove + (QAnyStringView key) + + + void + setArrayIndex + https://doc.qt.io/qt-6/qsettings.html + setArrayIndex + (int i) + + + void + setAtomicSyncRequired + https://doc.qt.io/qt-6/qsettings.html + setAtomicSyncRequired + (bool enable) + + + void + setDefaultFormat + https://doc.qt.io/qt-6/qsettings.html + setDefaultFormat + (QSettings::Format format) + + + void + setFallbacksEnabled + https://doc.qt.io/qt-6/qsettings.html + setFallbacksEnabled + (bool b) + + + void + setPath + https://doc.qt.io/qt-6/qsettings.html + setPath + (QSettings::Format format, QSettings::Scope scope, const QString &path) + + + void + setValue + https://doc.qt.io/qt-6/qsettings.html + setValue + (QAnyStringView key, const QVariant &value) + + + void + sync + https://doc.qt.io/qt-6/qsettings.html + sync + () + + + virtual + ~QSettings + https://doc.qt.io/qt-6/qsettings.html + dtor.QSettings + () + + + QSettings::Format + format + https://doc.qt.io/qt-6/qsettings.html + format + () const const + + + QSettings::Scope + scope + https://doc.qt.io/qt-6/qsettings.html + scope + () const const + + + QSettings::Status + status + https://doc.qt.io/qt-6/qsettings.html + status + () const const + + + QString + applicationName + https://doc.qt.io/qt-6/qsettings.html + applicationName + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qsettings.html + fileName + () const const + + + QString + group + https://doc.qt.io/qt-6/qsettings.html + group + () const const + + + QString + organizationName + https://doc.qt.io/qt-6/qsettings.html + organizationName + () const const + + + QStringList + allKeys + https://doc.qt.io/qt-6/qsettings.html + allKeys + () const const + + + QStringList + childGroups + https://doc.qt.io/qt-6/qsettings.html + childGroups + () const const + + + QStringList + childKeys + https://doc.qt.io/qt-6/qsettings.html + childKeys + () const const + + + QVariant + value + https://doc.qt.io/qt-6/qsettings.html + value-1 + (QAnyStringView key) const const + + + QVariant + value + https://doc.qt.io/qt-6/qsettings.html + value + (QAnyStringView key, const QVariant &defaultValue) const const + + + bool + contains + https://doc.qt.io/qt-6/qsettings.html + contains + (QAnyStringView key) const const + + + bool + fallbacksEnabled + https://doc.qt.io/qt-6/qsettings.html + fallbacksEnabled + () const const + + + bool + isAtomicSyncRequired + https://doc.qt.io/qt-6/qsettings.html + isAtomicSyncRequired + () const const + + + bool + isWritable + https://doc.qt.io/qt-6/qsettings.html + isWritable + () const const + + + ReadFunc + https://doc.qt.io/qt-6/qsettings.html + ReadFunc-typedef + + + + SettingsMap + https://doc.qt.io/qt-6/qsettings.html + SettingsMap-typedef + + + + WriteFunc + https://doc.qt.io/qt-6/qsettings.html + WriteFunc-typedef + + + + + QSharedData + https://doc.qt.io/qt-6/qshareddata.html + + + QSharedData + https://doc.qt.io/qt-6/qshareddata.html + QSharedData + () + + + + QSharedData + https://doc.qt.io/qt-6/qshareddata.html + QSharedData-1 + (const QSharedData &) + + + + QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + + + QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + QSharedDataPointer + () + + + + QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + QSharedDataPointer-4 + (QSharedDataPointer<T> &&o) + + + + QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + QSharedDataPointer-1 + (T *data) + + + + QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + QSharedDataPointer-2 + (T *data, QAdoptSharedDataTag) + + + + QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + QSharedDataPointer-3 + (const QSharedDataPointer<T> &o) + + + QSharedDataPointer<T> & + operator= + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-eq-2 + (QSharedDataPointer<T> &&other) + + + QSharedDataPointer<T> & + operator= + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-eq-1 + (T *o) + + + QSharedDataPointer<T> & + operator= + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-eq + (const QSharedDataPointer<T> &o) + + + T & + operator* + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-2a + () + + + T * + clone + https://doc.qt.io/qt-6/qshareddatapointer.html + clone + () + + + T * + data + https://doc.qt.io/qt-6/qshareddatapointer.html + data + () + + + T * + get + https://doc.qt.io/qt-6/qshareddatapointer.html + get + () + + + T * + operator T * + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-T--2a + () + + + T * + operator-> + https://doc.qt.io/qt-6/qshareddatapointer.html + operator--gt + () + + + T * + take + https://doc.qt.io/qt-6/qshareddatapointer.html + take + () + + + bool + operator!= + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-not-eq + (const QSharedDataPointer<T> &lhs, const QSharedDataPointer<T> &rhs) + + + bool + operator!= + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-not-eq-2 + (const T *ptr, const QSharedDataPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-eq-eq + (const QSharedDataPointer<T> &lhs, const QSharedDataPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-eq-eq-2 + (const T *ptr, const QSharedDataPointer<T> &rhs) + + + void + detach + https://doc.qt.io/qt-6/qshareddatapointer.html + detach + () + + + void + reset + https://doc.qt.io/qt-6/qshareddatapointer.html + reset + (T *ptr) + + + void + swap + https://doc.qt.io/qt-6/qshareddatapointer.html + swap + (QSharedDataPointer<T> &other) + + + + ~QSharedDataPointer + https://doc.qt.io/qt-6/qshareddatapointer.html + dtor.QSharedDataPointer + () + + + bool + operator! + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-not + () const const + + + const T & + operator* + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-2a-1 + () const const + + + const T * + constData + https://doc.qt.io/qt-6/qshareddatapointer.html + constData + () const const + + + const T * + data + https://doc.qt.io/qt-6/qshareddatapointer.html + data-1 + () const const + + + const T * + get + https://doc.qt.io/qt-6/qshareddatapointer.html + get-1 + () const const + + + const T * + operator const T * + https://doc.qt.io/qt-6/qshareddatapointer.html + operator-const-T--2a + () const const + + + const T * + operator-> + https://doc.qt.io/qt-6/qshareddatapointer.html + operator--gt-1 + () const const + + + Type + https://doc.qt.io/qt-6/qshareddatapointer.html + Type-typedef + + + + + QSharedMemory + https://doc.qt.io/qt-6/qsharedmemory.html + QObject + + AccessMode + https://doc.qt.io/qt-6/qsharedmemory.html + AccessMode-enum + + + ReadOnly + https://doc.qt.io/qt-6/qsharedmemory.html + AccessMode-enum + + + + ReadWrite + https://doc.qt.io/qt-6/qsharedmemory.html + AccessMode-enum + + + + SharedMemoryError + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + NoError + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + PermissionDenied + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + InvalidSize + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + KeyError + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + AlreadyExists + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + NotFound + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + LockError + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + OutOfResources + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + UnknownError + https://doc.qt.io/qt-6/qsharedmemory.html + SharedMemoryError-enum + + + + + QSharedMemory + https://doc.qt.io/qt-6/qsharedmemory.html + QSharedMemory-1 + (QObject *parent) + + + + QSharedMemory + https://doc.qt.io/qt-6/qsharedmemory.html + QSharedMemory + (const QString &key, QObject *parent) + + + bool + attach + https://doc.qt.io/qt-6/qsharedmemory.html + attach + (QSharedMemory::AccessMode mode) + + + bool + create + https://doc.qt.io/qt-6/qsharedmemory.html + create + (qsizetype size, QSharedMemory::AccessMode mode) + + + bool + detach + https://doc.qt.io/qt-6/qsharedmemory.html + detach + () + + + bool + lock + https://doc.qt.io/qt-6/qsharedmemory.html + lock + () + + + bool + unlock + https://doc.qt.io/qt-6/qsharedmemory.html + unlock + () + + + void * + data + https://doc.qt.io/qt-6/qsharedmemory.html + data + () + + + void + setKey + https://doc.qt.io/qt-6/qsharedmemory.html + setKey + (const QString &key) + + + void + setNativeKey + https://doc.qt.io/qt-6/qsharedmemory.html + setNativeKey + (const QString &key) + + + virtual + ~QSharedMemory + https://doc.qt.io/qt-6/qsharedmemory.html + dtor.QSharedMemory + () + + + QSharedMemory::SharedMemoryError + error + https://doc.qt.io/qt-6/qsharedmemory.html + error + () const const + + + QString + errorString + https://doc.qt.io/qt-6/qsharedmemory.html + errorString + () const const + + + QString + key + https://doc.qt.io/qt-6/qsharedmemory.html + key + () const const + + + QString + nativeKey + https://doc.qt.io/qt-6/qsharedmemory.html + nativeKey + () const const + + + bool + isAttached + https://doc.qt.io/qt-6/qsharedmemory.html + isAttached + () const const + + + const void * + constData + https://doc.qt.io/qt-6/qsharedmemory.html + constData + () const const + + + const void * + data + https://doc.qt.io/qt-6/qsharedmemory.html + data-1 + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qsharedmemory.html + size + () const const + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + + QDebug + operator<< + https://doc.qt.io/qt-6/qsharedpointer.html + operator-lt-lt + (QDebug debug, const QSharedPointer<T> &ptr) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer + () + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-7 + (QSharedPointer<T> &&other) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-8 + (QSharedPointer<X> &&other) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-1 + (X *ptr) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-2 + (X *ptr, Deleter d) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-5 + (const QSharedPointer<T> &other) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-6 + (const QWeakPointer<T> &other) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-3 + (std::nullptr_t) + + + + QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + QSharedPointer-4 + (std::nullptr_t, Deleter d) + + + QSharedPointer<T> & + operator= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-1 + (QSharedPointer<T> &&other) + + + QSharedPointer<T> & + operator= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-3 + (QSharedPointer<X> &&other) + + + QSharedPointer<T> & + operator= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq + (const QSharedPointer<T> &other) + + + QSharedPointer<T> & + operator= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-2 + (const QWeakPointer<T> &other) + + + QSharedPointer<T> + create + https://doc.qt.io/qt-6/qsharedpointer.html + create + (Args &&... args) + + + QSharedPointer<X> + qSharedPointerCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerCast + (const QSharedPointer<T> &other) + + + QSharedPointer<X> + qSharedPointerCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerCast-1 + (const QWeakPointer<T> &other) + + + QSharedPointer<X> + qSharedPointerConstCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerConstCast + (const QSharedPointer<T> &src) + + + QSharedPointer<X> + qSharedPointerConstCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerConstCast-1 + (const QWeakPointer<T> &src) + + + QSharedPointer<X> + qSharedPointerDynamicCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerDynamicCast + (const QSharedPointer<T> &src) + + + QSharedPointer<X> + qSharedPointerDynamicCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerDynamicCast-1 + (const QWeakPointer<T> &src) + + + QSharedPointer<X> + qSharedPointerObjectCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerObjectCast + (const QSharedPointer<T> &src) + + + QSharedPointer<X> + qSharedPointerObjectCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerObjectCast-3 + (const QWeakPointer<T> &src) + + + bool + operator!= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-not-eq-3 + (const QSharedPointer<T> &lhs, std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-not-eq + (const QSharedPointer<T> &ptr1, const QSharedPointer<X> &ptr2) + + + bool + operator!= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-not-eq-1 + (const QSharedPointer<T> &ptr1, const X *ptr2) + + + bool + operator!= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-not-eq-2 + (const T *ptr1, const QSharedPointer<X> &ptr2) + + + bool + operator!= + https://doc.qt.io/qt-6/qsharedpointer.html + operator-not-eq-4 + (std::nullptr_t, const QSharedPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-eq-3 + (const QSharedPointer<T> &lhs, std::nullptr_t) + + + bool + operator== + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-eq + (const QSharedPointer<T> &ptr1, const QSharedPointer<X> &ptr2) + + + bool + operator== + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-eq-1 + (const QSharedPointer<T> &ptr1, const X *ptr2) + + + bool + operator== + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-eq-2 + (const T *ptr1, const QSharedPointer<X> &ptr2) + + + bool + operator== + https://doc.qt.io/qt-6/qsharedpointer.html + operator-eq-eq-4 + (std::nullptr_t, const QSharedPointer<T> &rhs) + + + size_t + qHash + https://doc.qt.io/qt-6/qsharedpointer.html + qHash + (const QSharedPointer<T> &key, size_t seed) + + + std::shared_ptr<X> + qSharedPointerObjectCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerObjectCast-1 + (const std::shared_ptr<T> &src) + + + std::shared_ptr<X> + qSharedPointerObjectCast + https://doc.qt.io/qt-6/qsharedpointer.html + qSharedPointerObjectCast-2 + (std::shared_ptr<T> &&src) + + + std::shared_ptr<X> + qobject_pointer_cast + https://doc.qt.io/qt-6/qsharedpointer.html + qobject_pointer_cast + (const std::shared_ptr<T> &src) + + + std::shared_ptr<X> + qobject_pointer_cast + https://doc.qt.io/qt-6/qsharedpointer.html + qobject_pointer_cast-1 + (std::shared_ptr<T> &&src) + + + void + clear + https://doc.qt.io/qt-6/qsharedpointer.html + clear + () + + + void + reset + https://doc.qt.io/qt-6/qsharedpointer.html + reset + () + + + void + reset + https://doc.qt.io/qt-6/qsharedpointer.html + reset-1 + (T *t) + + + void + reset + https://doc.qt.io/qt-6/qsharedpointer.html + reset-2 + (T *t, Deleter deleter) + + + void + swap + https://doc.qt.io/qt-6/qsharedpointer.html + swap + (QSharedPointer<T> &other) + + + + ~QSharedPointer + https://doc.qt.io/qt-6/qsharedpointer.html + dtor.QSharedPointer + () + + + QSharedPointer<X> + constCast + https://doc.qt.io/qt-6/qsharedpointer.html + constCast + () const const + + + QSharedPointer<X> + dynamicCast + https://doc.qt.io/qt-6/qsharedpointer.html + dynamicCast + () const const + + + QSharedPointer<X> + objectCast + https://doc.qt.io/qt-6/qsharedpointer.html + objectCast + () const const + + + QSharedPointer<X> + staticCast + https://doc.qt.io/qt-6/qsharedpointer.html + staticCast + () const const + + + QWeakPointer<T> + toWeakRef + https://doc.qt.io/qt-6/qsharedpointer.html + toWeakRef + () const const + + + T & + operator* + https://doc.qt.io/qt-6/qsharedpointer.html + operator-2a + () const const + + + T * + data + https://doc.qt.io/qt-6/qsharedpointer.html + data + () const const + + + T * + get + https://doc.qt.io/qt-6/qsharedpointer.html + get + () const const + + + T * + operator-> + https://doc.qt.io/qt-6/qsharedpointer.html + operator--gt + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qsharedpointer.html + isNull + () const const + + + bool + operator bool + https://doc.qt.io/qt-6/qsharedpointer.html + operator-bool + () const const + + + bool + operator! + https://doc.qt.io/qt-6/qsharedpointer.html + operator-not + () const const + + + + QSignalBlocker + https://doc.qt.io/qt-6/qsignalblocker.html + + QSignalBlocker & + operator= + https://doc.qt.io/qt-6/qsignalblocker.html + operator-eq + (QSignalBlocker &&other) + + + + QSignalBlocker + https://doc.qt.io/qt-6/qsignalblocker.html + QSignalBlocker-1 + (QObject &object) + + + + QSignalBlocker + https://doc.qt.io/qt-6/qsignalblocker.html + QSignalBlocker + (QObject *object) + + + + QSignalBlocker + https://doc.qt.io/qt-6/qsignalblocker.html + QSignalBlocker-2 + (QSignalBlocker &&other) + + + void + reblock + https://doc.qt.io/qt-6/qsignalblocker.html + reblock + () + + + void + unblock + https://doc.qt.io/qt-6/qsignalblocker.html + unblock + () + + + + ~QSignalBlocker + https://doc.qt.io/qt-6/qsignalblocker.html + dtor.QSignalBlocker + () + + + + QSignalMapper + https://doc.qt.io/qt-6/qsignalmapper.html + QObject + + + QSignalMapper + https://doc.qt.io/qt-6/qsignalmapper.html + QSignalMapper + (QObject *parent) + + + void + map + https://doc.qt.io/qt-6/qsignalmapper.html + map + () + + + void + map + https://doc.qt.io/qt-6/qsignalmapper.html + map-1 + (QObject *sender) + + + void + mappedInt + https://doc.qt.io/qt-6/qsignalmapper.html + mappedInt + (int i) + + + void + mappedObject + https://doc.qt.io/qt-6/qsignalmapper.html + mappedObject + (QObject *object) + + + void + mappedString + https://doc.qt.io/qt-6/qsignalmapper.html + mappedString + (const QString &text) + + + void + removeMappings + https://doc.qt.io/qt-6/qsignalmapper.html + removeMappings + (QObject *sender) + + + void + setMapping + https://doc.qt.io/qt-6/qsignalmapper.html + setMapping-2 + (QObject *sender, QObject *object) + + + void + setMapping + https://doc.qt.io/qt-6/qsignalmapper.html + setMapping-1 + (QObject *sender, const QString &text) + + + void + setMapping + https://doc.qt.io/qt-6/qsignalmapper.html + setMapping + (QObject *sender, int id) + + + virtual + ~QSignalMapper + https://doc.qt.io/qt-6/qsignalmapper.html + dtor.QSignalMapper + () + + + QObject * + mapping + https://doc.qt.io/qt-6/qsignalmapper.html + mapping-2 + (QObject *object) const const + + + QObject * + mapping + https://doc.qt.io/qt-6/qsignalmapper.html + mapping-1 + (const QString &id) const const + + + QObject * + mapping + https://doc.qt.io/qt-6/qsignalmapper.html + mapping + (int id) const const + + + + QSize + https://doc.qt.io/qt-6/qsize.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qsize.html + operator-lt-lt + (QDataStream &stream, const QSize &size) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qsize.html + operator-gt-gt + (QDataStream &stream, QSize &size) + + + QSize & + operator*= + https://doc.qt.io/qt-6/qsize.html + operator-2a-eq + (qreal factor) + + + QSize & + operator+= + https://doc.qt.io/qt-6/qsize.html + operator-2b-eq + (const QSize &size) + + + QSize & + operator-= + https://doc.qt.io/qt-6/qsize.html + operator--eq + (const QSize &size) + + + QSize & + operator/= + https://doc.qt.io/qt-6/qsize.html + operator-2f-eq + (qreal divisor) + + + QSize + operator* + https://doc.qt.io/qt-6/qsize.html + operator-2a + (const QSize &size, qreal factor) + + + QSize + operator* + https://doc.qt.io/qt-6/qsize.html + operator-2a-1 + (qreal factor, const QSize &size) + + + QSize + operator+ + https://doc.qt.io/qt-6/qsize.html + operator-2b + (const QSize &s1, const QSize &s2) + + + QSize + operator- + https://doc.qt.io/qt-6/qsize.html + operator- + (const QSize &s1, const QSize &s2) + + + QSize + operator/ + https://doc.qt.io/qt-6/qsize.html + operator-2f + (const QSize &size, qreal divisor) + + + + QSize + https://doc.qt.io/qt-6/qsize.html + QSize + () + + + + QSize + https://doc.qt.io/qt-6/qsize.html + QSize-1 + (int width, int height) + + + bool + operator!= + https://doc.qt.io/qt-6/qsize.html + operator-not-eq + (const QSize &s1, const QSize &s2) + + + bool + operator== + https://doc.qt.io/qt-6/qsize.html + operator-eq-eq + (const QSize &s1, const QSize &s2) + + + int & + rheight + https://doc.qt.io/qt-6/qsize.html + rheight + () + + + int & + rwidth + https://doc.qt.io/qt-6/qsize.html + rwidth + () + + + void + scale + https://doc.qt.io/qt-6/qsize.html + scale-1 + (const QSize &size, Qt::AspectRatioMode mode) + + + void + scale + https://doc.qt.io/qt-6/qsize.html + scale + (int width, int height, Qt::AspectRatioMode mode) + + + void + setHeight + https://doc.qt.io/qt-6/qsize.html + setHeight + (int height) + + + void + setWidth + https://doc.qt.io/qt-6/qsize.html + setWidth + (int width) + + + void + transpose + https://doc.qt.io/qt-6/qsize.html + transpose + () + + + CGSize + toCGSize + https://doc.qt.io/qt-6/qsize.html + toCGSize + () const const + + + QSize + boundedTo + https://doc.qt.io/qt-6/qsize.html + boundedTo + (const QSize &otherSize) const const + + + QSize + expandedTo + https://doc.qt.io/qt-6/qsize.html + expandedTo + (const QSize &otherSize) const const + + + QSize + grownBy + https://doc.qt.io/qt-6/qsize.html + grownBy + (QMargins margins) const const + + + QSize + scaled + https://doc.qt.io/qt-6/qsize.html + scaled-1 + (const QSize &s, Qt::AspectRatioMode mode) const const + + + QSize + scaled + https://doc.qt.io/qt-6/qsize.html + scaled + (int width, int height, Qt::AspectRatioMode mode) const const + + + QSize + shrunkBy + https://doc.qt.io/qt-6/qsize.html + shrunkBy + (QMargins margins) const const + + + QSize + transposed + https://doc.qt.io/qt-6/qsize.html + transposed + () const const + + + QSizeF + toSizeF + https://doc.qt.io/qt-6/qsize.html + toSizeF + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qsize.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qsize.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qsize.html + isValid + () const const + + + int + height + https://doc.qt.io/qt-6/qsize.html + height + () const const + + + int + width + https://doc.qt.io/qt-6/qsize.html + width + () const const + + + + QSizeF + https://doc.qt.io/qt-6/qsizef.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qsizef.html + operator-lt-lt + (QDataStream &stream, const QSizeF &size) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qsizef.html + operator-gt-gt + (QDataStream &stream, QSizeF &size) + + + QSizeF & + operator*= + https://doc.qt.io/qt-6/qsizef.html + operator-2a-eq + (qreal factor) + + + QSizeF & + operator+= + https://doc.qt.io/qt-6/qsizef.html + operator-2b-eq + (const QSizeF &size) + + + QSizeF & + operator-= + https://doc.qt.io/qt-6/qsizef.html + operator--eq + (const QSizeF &size) + + + QSizeF & + operator/= + https://doc.qt.io/qt-6/qsizef.html + operator-2f-eq + (qreal divisor) + + + QSizeF + fromCGSize + https://doc.qt.io/qt-6/qsizef.html + fromCGSize + (CGSize size) + + + QSizeF + operator* + https://doc.qt.io/qt-6/qsizef.html + operator-2a + (const QSizeF &size, qreal factor) + + + QSizeF + operator* + https://doc.qt.io/qt-6/qsizef.html + operator-2a-1 + (qreal factor, const QSizeF &size) + + + QSizeF + operator+ + https://doc.qt.io/qt-6/qsizef.html + operator-2b + (const QSizeF &s1, const QSizeF &s2) + + + QSizeF + operator- + https://doc.qt.io/qt-6/qsizef.html + operator- + (const QSizeF &s1, const QSizeF &s2) + + + QSizeF + operator/ + https://doc.qt.io/qt-6/qsizef.html + operator-2f + (const QSizeF &size, qreal divisor) + + + + QSizeF + https://doc.qt.io/qt-6/qsizef.html + QSizeF + () + + + + QSizeF + https://doc.qt.io/qt-6/qsizef.html + QSizeF-1 + (const QSize &size) + + + + QSizeF + https://doc.qt.io/qt-6/qsizef.html + QSizeF-2 + (qreal width, qreal height) + + + bool + operator!= + https://doc.qt.io/qt-6/qsizef.html + operator-not-eq + (const QSizeF &s1, const QSizeF &s2) + + + bool + operator== + https://doc.qt.io/qt-6/qsizef.html + operator-eq-eq + (const QSizeF &s1, const QSizeF &s2) + + + qreal & + rheight + https://doc.qt.io/qt-6/qsizef.html + rheight + () + + + qreal & + rwidth + https://doc.qt.io/qt-6/qsizef.html + rwidth + () + + + void + scale + https://doc.qt.io/qt-6/qsizef.html + scale-1 + (const QSizeF &size, Qt::AspectRatioMode mode) + + + void + scale + https://doc.qt.io/qt-6/qsizef.html + scale + (qreal width, qreal height, Qt::AspectRatioMode mode) + + + void + setHeight + https://doc.qt.io/qt-6/qsizef.html + setHeight + (qreal height) + + + void + setWidth + https://doc.qt.io/qt-6/qsizef.html + setWidth + (qreal width) + + + void + transpose + https://doc.qt.io/qt-6/qsizef.html + transpose + () + + + CGSize + toCGSize + https://doc.qt.io/qt-6/qsizef.html + toCGSize + () const const + + + QSize + toSize + https://doc.qt.io/qt-6/qsizef.html + toSize + () const const + + + QSizeF + boundedTo + https://doc.qt.io/qt-6/qsizef.html + boundedTo + (const QSizeF &otherSize) const const + + + QSizeF + expandedTo + https://doc.qt.io/qt-6/qsizef.html + expandedTo + (const QSizeF &otherSize) const const + + + QSizeF + grownBy + https://doc.qt.io/qt-6/qsizef.html + grownBy + (QMarginsF margins) const const + + + QSizeF + scaled + https://doc.qt.io/qt-6/qsizef.html + scaled-1 + (const QSizeF &s, Qt::AspectRatioMode mode) const const + + + QSizeF + scaled + https://doc.qt.io/qt-6/qsizef.html + scaled + (qreal width, qreal height, Qt::AspectRatioMode mode) const const + + + QSizeF + shrunkBy + https://doc.qt.io/qt-6/qsizef.html + shrunkBy + (QMarginsF margins) const const + + + QSizeF + transposed + https://doc.qt.io/qt-6/qsizef.html + transposed + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qsizef.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qsizef.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qsizef.html + isValid + () const const + + + qreal + height + https://doc.qt.io/qt-6/qsizef.html + height + () const const + + + qreal + width + https://doc.qt.io/qt-6/qsizef.html + width + () const const + + + + QSocketNotifier + https://doc.qt.io/qt-6/qsocketnotifier.html + QObject + + Type + https://doc.qt.io/qt-6/qsocketnotifier.html + Type-enum + + + Read + https://doc.qt.io/qt-6/qsocketnotifier.html + Type-enum + + + + Write + https://doc.qt.io/qt-6/qsocketnotifier.html + Type-enum + + + + Exception + https://doc.qt.io/qt-6/qsocketnotifier.html + Type-enum + + + + + QSocketNotifier + https://doc.qt.io/qt-6/qsocketnotifier.html + QSocketNotifier + (QSocketNotifier::Type type, QObject *parent) + + + + QSocketNotifier + https://doc.qt.io/qt-6/qsocketnotifier.html + QSocketNotifier-1 + (qintptr socket, QSocketNotifier::Type type, QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qsocketnotifier.html + event + (QEvent *e) override + + + void + activated + https://doc.qt.io/qt-6/qsocketnotifier.html + activated + (QSocketDescriptor socket, QSocketNotifier::Type type) + + + void + activated + https://doc.qt.io/qt-6/qsocketnotifier-obsolete.html + activated-1 + (int socket) + + + void + setEnabled + https://doc.qt.io/qt-6/qsocketnotifier.html + setEnabled + (bool enable) + + + void + setSocket + https://doc.qt.io/qt-6/qsocketnotifier.html + setSocket + (qintptr socket) + + + virtual + ~QSocketNotifier + https://doc.qt.io/qt-6/qsocketnotifier.html + dtor.QSocketNotifier + () + + + QSocketNotifier::Type + type + https://doc.qt.io/qt-6/qsocketnotifier.html + type + () const const + + + bool + isEnabled + https://doc.qt.io/qt-6/qsocketnotifier.html + isEnabled + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qsocketnotifier.html + isValid + () const const + + + qintptr + socket + https://doc.qt.io/qt-6/qsocketnotifier.html + socket + () const const + + + + QSortFilterProxyModel + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + QAbstractProxyModel + + QBindable<QRegularExpression> + bindableFilterRegularExpression + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRegularExpression-prop + () + + + QBindable<Qt::CaseSensitivity> + bindableFilterCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterCaseSensitivity-prop + () + + + QBindable<Qt::CaseSensitivity> + bindableSortCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortCaseSensitivity-prop + () + + + QBindable<bool> + bindableAutoAcceptChildRows + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + autoAcceptChildRows-prop + () + + + QBindable<bool> + bindableDynamicSortFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + dynamicSortFilter-prop + () + + + QBindable<bool> + bindableIsSortLocaleAware + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + isSortLocaleAware-prop + () + + + QBindable<bool> + bindableRecursiveFilteringEnabled + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + recursiveFilteringEnabled-prop + () + + + QBindable<int> + bindableFilterKeyColumn + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterKeyColumn-prop + () + + + QBindable<int> + bindableFilterRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRole-prop + () + + + QBindable<int> + bindableSortRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortRole-prop + () + + + + QSortFilterProxyModel + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + QSortFilterProxyModel + (QObject *parent) + + + virtual bool + dropMimeData + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + dropMimeData + (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override + + + virtual bool + insertColumns + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + insertColumns + (int column, int count, const QModelIndex &parent) override + + + virtual bool + insertRows + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + insertRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + removeColumns + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + removeColumns + (int column, int count, const QModelIndex &parent) override + + + virtual bool + removeRows + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + removeRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + setData + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + setData + (const QModelIndex &index, const QVariant &value, int role) override + + + virtual bool + setHeaderData + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + setHeaderData + (int section, Qt::Orientation orientation, const QVariant &value, int role) override + + + void + autoAcceptChildRowsChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + autoAcceptChildRowsChanged + (bool autoAcceptChildRows) + + + virtual void + fetchMore + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + fetchMore + (const QModelIndex &parent) override + + + void + filterCaseSensitivityChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterCaseSensitivityChanged + (Qt::CaseSensitivity filterCaseSensitivity) + + + void + filterRoleChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRoleChanged + (int filterRole) + + + void + invalidate + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + invalidate + () + + + void + invalidateColumnsFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + invalidateColumnsFilter + () + + + void + invalidateFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + invalidateFilter + () + + + void + invalidateRowsFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + invalidateRowsFilter + () + + + void + recursiveFilteringEnabledChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + recursiveFilteringEnabledChanged + (bool recursiveFilteringEnabled) + + + void + setAutoAcceptChildRows + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + autoAcceptChildRows-prop + (bool accept) + + + void + setDynamicSortFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + dynamicSortFilter-prop + (bool enable) + + + void + setFilterCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterCaseSensitivity-prop + (Qt::CaseSensitivity cs) + + + void + setFilterFixedString + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + setFilterFixedString + (const QString &pattern) + + + void + setFilterKeyColumn + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterKeyColumn-prop + (int column) + + + void + setFilterRegularExpression + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRegularExpression-prop + (const QRegularExpression &regularExpression) + + + void + setFilterRegularExpression + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + setFilterRegularExpression + (const QString &pattern) + + + void + setFilterRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRole-prop + (int role) + + + void + setFilterWildcard + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + setFilterWildcard + (const QString &pattern) + + + void + setRecursiveFilteringEnabled + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + recursiveFilteringEnabled-prop + (bool recursive) + + + void + setSortCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortCaseSensitivity-prop + (Qt::CaseSensitivity cs) + + + void + setSortLocaleAware + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + isSortLocaleAware-prop + (bool on) + + + void + setSortRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortRole-prop + (int role) + + + virtual void + setSourceModel + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + setSourceModel + (QAbstractItemModel *sourceModel) override + + + virtual void + sort + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sort + (int column, Qt::SortOrder order) override + + + void + sortCaseSensitivityChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortCaseSensitivityChanged + (Qt::CaseSensitivity sortCaseSensitivity) + + + void + sortLocaleAwareChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortLocaleAwareChanged + (bool sortLocaleAware) + + + void + sortRoleChanged + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortRoleChanged + (int sortRole) + + + virtual + ~QSortFilterProxyModel + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + dtor.QSortFilterProxyModel + () + + + virtual QItemSelection + mapSelectionFromSource + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + mapSelectionFromSource + (const QItemSelection &sourceSelection) const const override + + + virtual QItemSelection + mapSelectionToSource + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + mapSelectionToSource + (const QItemSelection &proxySelection) const const override + + + virtual QMimeData * + mimeData + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + mimeData + (const QModelIndexList &indexes) const const override + + + virtual QModelIndex + buddy + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + buddy + (const QModelIndex &index) const const override + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + index + (int row, int column, const QModelIndex &parent) const const override + + + virtual QModelIndex + mapFromSource + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + mapFromSource + (const QModelIndex &sourceIndex) const const override + + + virtual QModelIndex + mapToSource + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + mapToSource + (const QModelIndex &proxyIndex) const const override + + + virtual QModelIndex + parent + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + parent + (const QModelIndex &child) const const override + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sibling + (int row, int column, const QModelIndex &idx) const const override + + + virtual QModelIndexList + match + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + match + (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const const override + + + QRegularExpression + filterRegularExpression + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRegularExpression-prop + () const const + + + virtual QSize + span + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + span + (const QModelIndex &index) const const override + + + virtual QStringList + mimeTypes + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + mimeTypes + () const const override + + + virtual QVariant + data + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + data + (const QModelIndex &index, int role) const const override + + + virtual QVariant + headerData + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + headerData + (int section, Qt::Orientation orientation, int role) const const override + + + Qt::CaseSensitivity + filterCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterCaseSensitivity-prop + () const const + + + Qt::CaseSensitivity + sortCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortCaseSensitivity-prop + () const const + + + virtual Qt::DropActions + supportedDropActions + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + supportedDropActions + () const const override + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + flags + (const QModelIndex &index) const const override + + + Qt::SortOrder + sortOrder + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortOrder + () const const + + + bool + autoAcceptChildRows + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + autoAcceptChildRows-prop + () const const + + + virtual bool + canFetchMore + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + canFetchMore + (const QModelIndex &parent) const const override + + + bool + dynamicSortFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + dynamicSortFilter-prop + () const const + + + virtual bool + filterAcceptsColumn + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterAcceptsColumn + (int source_column, const QModelIndex &source_parent) const const + + + virtual bool + filterAcceptsRow + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterAcceptsRow + (int source_row, const QModelIndex &source_parent) const const + + + virtual bool + hasChildren + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + hasChildren + (const QModelIndex &parent) const const override + + + bool + isRecursiveFilteringEnabled + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + recursiveFilteringEnabled-prop + () const const + + + bool + isSortLocaleAware + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + isSortLocaleAware-prop + () const const + + + virtual bool + lessThan + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + lessThan + (const QModelIndex &source_left, const QModelIndex &source_right) const const + + + virtual int + columnCount + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + columnCount + (const QModelIndex &parent) const const override + + + int + filterKeyColumn + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterKeyColumn-prop + () const const + + + int + filterRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRole-prop + () const const + + + virtual int + rowCount + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + rowCount + (const QModelIndex &parent) const const override + + + int + sortColumn + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortColumn + () const const + + + int + sortRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortRole-prop + () const const + + + autoAcceptChildRows + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + autoAcceptChildRows-prop + + + + dynamicSortFilter + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + dynamicSortFilter-prop + + + + filterCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterCaseSensitivity-prop + + + + filterKeyColumn + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterKeyColumn-prop + + + + filterRegularExpression + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRegularExpression-prop + + + + filterRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + filterRole-prop + + + + isSortLocaleAware + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + isSortLocaleAware-prop + + + + recursiveFilteringEnabled + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + recursiveFilteringEnabled-prop + + + + sortCaseSensitivity + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortCaseSensitivity-prop + + + + sortRole + https://doc.qt.io/qt-6/qsortfilterproxymodel.html + sortRole-prop + + + + + QStack + https://doc.qt.io/qt-6/qstack.html + QList + + T & + top + https://doc.qt.io/qt-6/qstack.html + top + () + + + T + pop + https://doc.qt.io/qt-6/qstack.html + pop + () + + + void + push + https://doc.qt.io/qt-6/qstack.html + push + (const T &t) + + + void + swap + https://doc.qt.io/qt-6/qstack.html + swap + (QStack<T> &other) + + + const T & + top + https://doc.qt.io/qt-6/qstack.html + top-1 + () const const + + + + QStandardPaths + https://doc.qt.io/qt-6/qstandardpaths.html + + LocateOption + https://doc.qt.io/qt-6/qstandardpaths.html + LocateOption-enum + + + LocateFile + https://doc.qt.io/qt-6/qstandardpaths.html + LocateOption-enum + + + + LocateDirectory + https://doc.qt.io/qt-6/qstandardpaths.html + LocateOption-enum + + + + StandardLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + DesktopLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + DocumentsLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + FontsLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + ApplicationsLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + MusicLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + MoviesLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + PicturesLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + TempLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + HomeLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + AppLocalDataLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + CacheLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + GenericDataLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + RuntimeLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + ConfigLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + DownloadLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + GenericCacheLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + GenericConfigLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + AppDataLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + AppConfigLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + PublicShareLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + TemplatesLocation + https://doc.qt.io/qt-6/qstandardpaths.html + StandardLocation-enum + + + + QString + displayName + https://doc.qt.io/qt-6/qstandardpaths.html + displayName + (QStandardPaths::StandardLocation type) + + + QString + findExecutable + https://doc.qt.io/qt-6/qstandardpaths.html + findExecutable + (const QString &executableName, const QStringList &paths) + + + QString + locate + https://doc.qt.io/qt-6/qstandardpaths.html + locate + (QStandardPaths::StandardLocation type, const QString &fileName, QStandardPaths::LocateOptions options) + + + QString + writableLocation + https://doc.qt.io/qt-6/qstandardpaths.html + writableLocation + (QStandardPaths::StandardLocation type) + + + QStringList + locateAll + https://doc.qt.io/qt-6/qstandardpaths.html + locateAll + (QStandardPaths::StandardLocation type, const QString &fileName, QStandardPaths::LocateOptions options) + + + QStringList + standardLocations + https://doc.qt.io/qt-6/qstandardpaths.html + standardLocations + (QStandardPaths::StandardLocation type) + + + void + setTestModeEnabled + https://doc.qt.io/qt-6/qstandardpaths.html + setTestModeEnabled + (bool testMode) + + + LocateOptions + https://doc.qt.io/qt-6/qstandardpaths.html + LocateOption-enum + + + + + QStaticByteArrayMatcher + https://doc.qt.io/qt-6/qstaticbytearraymatcher.html + + QStaticByteArrayMatcher<N> + qMakeStaticByteArrayMatcher + https://doc.qt.io/qt-6/qstaticbytearraymatcher.html + qMakeStaticByteArrayMatcher + (const char (&)[N] pattern) + + + QByteArray + pattern + https://doc.qt.io/qt-6/qstaticbytearraymatcher.html + pattern + () const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qstaticbytearraymatcher.html + indexIn + (const QByteArray &haystack, qsizetype from) const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qstaticbytearraymatcher.html + indexIn-1 + (const char *haystack, qsizetype hlen, qsizetype from) const const + + + + QStaticPlugin + https://doc.qt.io/qt-6/qstaticplugin.html + + QJsonObject + metaData + https://doc.qt.io/qt-6/qstaticplugin.html + metaData + () const const + + + + QStorageInfo + https://doc.qt.io/qt-6/qstorageinfo.html + + QList<QStorageInfo> + mountedVolumes + https://doc.qt.io/qt-6/qstorageinfo.html + mountedVolumes + () + + + QStorageInfo & + operator= + https://doc.qt.io/qt-6/qstorageinfo.html + operator-eq-1 + (QStorageInfo &&other) + + + QStorageInfo & + operator= + https://doc.qt.io/qt-6/qstorageinfo.html + operator-eq + (const QStorageInfo &other) + + + QStorageInfo + root + https://doc.qt.io/qt-6/qstorageinfo.html + root + () + + + + QStorageInfo + https://doc.qt.io/qt-6/qstorageinfo.html + QStorageInfo + () + + + + QStorageInfo + https://doc.qt.io/qt-6/qstorageinfo.html + QStorageInfo-2 + (const QDir &dir) + + + + QStorageInfo + https://doc.qt.io/qt-6/qstorageinfo.html + QStorageInfo-3 + (const QStorageInfo &other) + + + + QStorageInfo + https://doc.qt.io/qt-6/qstorageinfo.html + QStorageInfo-1 + (const QString &path) + + + bool + operator!= + https://doc.qt.io/qt-6/qstorageinfo.html + operator-not-eq + (const QStorageInfo &first, const QStorageInfo &second) + + + bool + operator== + https://doc.qt.io/qt-6/qstorageinfo.html + operator-eq-eq + (const QStorageInfo &first, const QStorageInfo &second) + + + void + refresh + https://doc.qt.io/qt-6/qstorageinfo.html + refresh + () + + + void + setPath + https://doc.qt.io/qt-6/qstorageinfo.html + setPath + (const QString &path) + + + void + swap + https://doc.qt.io/qt-6/qstorageinfo.html + swap + (QStorageInfo &other) + + + + ~QStorageInfo + https://doc.qt.io/qt-6/qstorageinfo.html + dtor.QStorageInfo + () + + + QByteArray + device + https://doc.qt.io/qt-6/qstorageinfo.html + device + () const const + + + QByteArray + fileSystemType + https://doc.qt.io/qt-6/qstorageinfo.html + fileSystemType + () const const + + + QByteArray + subvolume + https://doc.qt.io/qt-6/qstorageinfo.html + subvolume + () const const + + + QString + displayName + https://doc.qt.io/qt-6/qstorageinfo.html + displayName + () const const + + + QString + name + https://doc.qt.io/qt-6/qstorageinfo.html + name + () const const + + + QString + rootPath + https://doc.qt.io/qt-6/qstorageinfo.html + rootPath + () const const + + + bool + isReadOnly + https://doc.qt.io/qt-6/qstorageinfo.html + isReadOnly + () const const + + + bool + isReady + https://doc.qt.io/qt-6/qstorageinfo.html + isReady + () const const + + + bool + isRoot + https://doc.qt.io/qt-6/qstorageinfo.html + isRoot + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qstorageinfo.html + isValid + () const const + + + int + blockSize + https://doc.qt.io/qt-6/qstorageinfo.html + blockSize + () const const + + + qint64 + bytesAvailable + https://doc.qt.io/qt-6/qstorageinfo.html + bytesAvailable + () const const + + + qint64 + bytesFree + https://doc.qt.io/qt-6/qstorageinfo.html + bytesFree + () const const + + + qint64 + bytesTotal + https://doc.qt.io/qt-6/qstorageinfo.html + bytesTotal + () const const + + + + QString + https://doc.qt.io/qt-6/qstring.html + + NormalizationForm + https://doc.qt.io/qt-6/qstring.html + NormalizationForm-enum + + + NormalizationForm_D + https://doc.qt.io/qt-6/qstring.html + NormalizationForm-enum + + + + NormalizationForm_C + https://doc.qt.io/qt-6/qstring.html + NormalizationForm-enum + + + + NormalizationForm_KD + https://doc.qt.io/qt-6/qstring.html + NormalizationForm-enum + + + + NormalizationForm_KC + https://doc.qt.io/qt-6/qstring.html + NormalizationForm-enum + + + + SectionFlag + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + SectionDefault + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + + SectionSkipEmpty + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + + SectionIncludeLeadingSep + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + + SectionIncludeTrailingSep + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + + SectionCaseInsensitiveSeps + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + + QChar & + back + https://doc.qt.io/qt-6/qstring.html + back-1 + () + + + QChar & + front + https://doc.qt.io/qt-6/qstring.html + front-1 + () + + + QChar & + operator[] + https://doc.qt.io/qt-6/qstring.html + operator-5b-5d + (qsizetype position) + + + QChar * + data + https://doc.qt.io/qt-6/qstring.html + data + () + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qstring.html + operator-lt-lt + (QDataStream &stream, const QString &string) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qstring.html + operator-gt-gt + (QDataStream &stream, QString &string) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-1 + (QChar ch) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-4 + (QLatin1StringView str) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-3 + (QStringView v) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-5 + (QUtf8StringView str) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-7 + (const QByteArray &ba) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-2 + (const QChar *str, qsizetype len) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append + (const QString &str) + + + QString & + append + https://doc.qt.io/qt-6/qstring.html + append-6 + (const char *str) + + + QString & + fill + https://doc.qt.io/qt-6/qstring.html + fill + (QChar ch, qsizetype size) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-1 + (qsizetype position, QChar ch) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-4 + (qsizetype position, QLatin1StringView str) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-3 + (qsizetype position, QStringView str) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-5 + (qsizetype position, QUtf8StringView str) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-7 + (qsizetype position, const QByteArray &str) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-2 + (qsizetype position, const QChar *unicode, qsizetype size) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert + (qsizetype position, const QString &str) + + + QString & + insert + https://doc.qt.io/qt-6/qstring.html + insert-6 + (qsizetype position, const char *str) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq-1 + (QChar ch) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq-3 + (QLatin1StringView str) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq-2 + (QStringView str) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq-4 + (QUtf8StringView str) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq-6 + (const QByteArray &ba) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq + (const QString &other) + + + QString & + operator+= + https://doc.qt.io/qt-6/qstring.html + operator-2b-eq-5 + (const char *str) + + + QString & + operator= + https://doc.qt.io/qt-6/qstring.html + operator-eq-1 + (QChar ch) + + + QString & + operator= + https://doc.qt.io/qt-6/qstring.html + operator-eq-2 + (QLatin1StringView str) + + + QString & + operator= + https://doc.qt.io/qt-6/qstring.html + operator-eq-3 + (QString &&other) + + + QString & + operator= + https://doc.qt.io/qt-6/qstring.html + operator-eq-5 + (const QByteArray &ba) + + + QString & + operator= + https://doc.qt.io/qt-6/qstring.html + operator-eq + (const QString &other) + + + QString & + operator= + https://doc.qt.io/qt-6/qstring.html + operator-eq-4 + (const char *str) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-1 + (QChar ch) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-4 + (QLatin1StringView str) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-3 + (QStringView str) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-5 + (QUtf8StringView str) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-7 + (const QByteArray &ba) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-2 + (const QChar *str, qsizetype len) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend + (const QString &str) + + + QString & + prepend + https://doc.qt.io/qt-6/qstring.html + prepend-6 + (const char *str) + + + QString & + remove + https://doc.qt.io/qt-6/qstring.html + remove-1 + (QChar ch, Qt::CaseSensitivity cs) + + + QString & + remove + https://doc.qt.io/qt-6/qstring.html + remove-2 + (QLatin1StringView str, Qt::CaseSensitivity cs) + + + QString & + remove + https://doc.qt.io/qt-6/qstring.html + remove-4 + (const QRegularExpression &re) + + + QString & + remove + https://doc.qt.io/qt-6/qstring.html + remove-3 + (const QString &str, Qt::CaseSensitivity cs) + + + QString & + remove + https://doc.qt.io/qt-6/qstring.html + remove + (qsizetype position, qsizetype n) + + + QString & + removeAt + https://doc.qt.io/qt-6/qstring.html + removeAt + (qsizetype pos) + + + QString & + removeFirst + https://doc.qt.io/qt-6/qstring.html + removeFirst + () + + + QString & + removeIf + https://doc.qt.io/qt-6/qstring.html + removeIf + (Predicate pred) + + + QString & + removeLast + https://doc.qt.io/qt-6/qstring.html + removeLast + () + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-3 + (QChar before, QChar after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-10 + (QChar c, QLatin1StringView after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-9 + (QChar ch, const QString &after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-5 + (QLatin1StringView before, QLatin1StringView after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-6 + (QLatin1StringView before, const QString &after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-4 + (const QChar *before, qsizetype blen, const QChar *after, qsizetype alen, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-11 + (const QRegularExpression &re, const QString &after) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-7 + (const QString &before, QLatin1StringView after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-8 + (const QString &before, const QString &after, Qt::CaseSensitivity cs) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-1 + (qsizetype position, qsizetype n, QChar after) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace-2 + (qsizetype position, qsizetype n, const QChar *unicode, qsizetype size) + + + QString & + replace + https://doc.qt.io/qt-6/qstring.html + replace + (qsizetype position, qsizetype n, const QString &after) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-9 + (double n, char format, int precision) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-8 + (float n, char format, int precision) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum + (int n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-4 + (long n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-6 + (qlonglong n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-7 + (qulonglong n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-1 + (short n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-3 + (uint n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-5 + (ulong n, int base) + + + QString & + setNum + https://doc.qt.io/qt-6/qstring.html + setNum-2 + (ushort n, int base) + + + QString & + setRawData + https://doc.qt.io/qt-6/qstring.html + setRawData + (const QChar *unicode, qsizetype size) + + + QString & + setUnicode + https://doc.qt.io/qt-6/qstring.html + setUnicode + (const QChar *unicode, qsizetype size) + + + QString & + setUtf16 + https://doc.qt.io/qt-6/qstring.html + setUtf16 + (const ushort *unicode, qsizetype size) + + + QString + asprintf + https://doc.qt.io/qt-6/qstring.html + asprintf + (const char *cformat, ...) + + + QString + fromCFString + https://doc.qt.io/qt-6/qstring.html + fromCFString + (CFStringRef string) + + + QString + fromLatin1 + https://doc.qt.io/qt-6/qstring.html + fromLatin1-1 + (QByteArrayView str) + + + QString + fromLatin1 + https://doc.qt.io/qt-6/qstring.html + fromLatin1-2 + (const QByteArray &str) + + + QString + fromLatin1 + https://doc.qt.io/qt-6/qstring.html + fromLatin1 + (const char *str, qsizetype size) + + + QString + fromLocal8Bit + https://doc.qt.io/qt-6/qstring.html + fromLocal8Bit-1 + (QByteArrayView str) + + + QString + fromLocal8Bit + https://doc.qt.io/qt-6/qstring.html + fromLocal8Bit-2 + (const QByteArray &str) + + + QString + fromLocal8Bit + https://doc.qt.io/qt-6/qstring.html + fromLocal8Bit + (const char *str, qsizetype size) + + + QString + fromNSString + https://doc.qt.io/qt-6/qstring.html + fromNSString + (const NSString *string) + + + QString + fromRawData + https://doc.qt.io/qt-6/qstring.html + fromRawData + (const QChar *unicode, qsizetype size) + + + QString + fromStdString + https://doc.qt.io/qt-6/qstring.html + fromStdString + (const std::string &str) + + + QString + fromStdU16String + https://doc.qt.io/qt-6/qstring.html + fromStdU16String + (const std::u16string &str) + + + QString + fromStdU32String + https://doc.qt.io/qt-6/qstring.html + fromStdU32String + (const std::u32string &str) + + + QString + fromStdWString + https://doc.qt.io/qt-6/qstring.html + fromStdWString + (const std::wstring &str) + + + QString + fromUcs4 + https://doc.qt.io/qt-6/qstring.html + fromUcs4 + (const char32_t *unicode, qsizetype size) + + + QString + fromUcs4 + https://doc.qt.io/qt-6/qstring-obsolete.html + fromUcs4-1 + (const uint *str, qsizetype size) + + + QString + fromUtf16 + https://doc.qt.io/qt-6/qstring.html + fromUtf16 + (const char16_t *unicode, qsizetype size) + + + QString + fromUtf16 + https://doc.qt.io/qt-6/qstring-obsolete.html + fromUtf16-1 + (const ushort *str, qsizetype size) + + + QString + fromUtf8 + https://doc.qt.io/qt-6/qstring.html + fromUtf8-1 + (QByteArrayView str) + + + QString + fromUtf8 + https://doc.qt.io/qt-6/qstring.html + fromUtf8-2 + (const QByteArray &str) + + + QString + fromUtf8 + https://doc.qt.io/qt-6/qstring.html + fromUtf8 + (const char *str, qsizetype size) + + + QString + fromUtf8 + https://doc.qt.io/qt-6/qstring.html + fromUtf8-3 + (const char8_t *str) + + + QString + fromUtf8 + https://doc.qt.io/qt-6/qstring.html + fromUtf8-4 + (const char8_t *str, qsizetype size) + + + QString + fromWCharArray + https://doc.qt.io/qt-6/qstring.html + fromWCharArray + (const wchar_t *string, qsizetype size) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number-6 + (double n, char format, int precision) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number-1 + (int n, int base) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number + (long n, int base) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number-4 + (qlonglong n, int base) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number-5 + (qulonglong n, int base) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number-2 + (uint n, int base) + + + QString + number + https://doc.qt.io/qt-6/qstring.html + number-3 + (ulong n, int base) + + + QString + operator""_qs + https://doc.qt.io/qt-6/qstring-obsolete.html + operator-22-22_qs + (const char16_t *str, size_t size) + + + QString + operator""_s + https://doc.qt.io/qt-6/qstring.html + operator-22-22_s + (const char16_t *str, size_t size) + + + QString + operator+ + https://doc.qt.io/qt-6/qstring.html + operator-2b-1 + (QString &&s1, const QString &s2) + + + QString + operator+ + https://doc.qt.io/qt-6/qstring.html + operator-2b + (const QString &s1, const QString &s2) + + + QString + operator+ + https://doc.qt.io/qt-6/qstring.html + operator-2b-2 + (const QString &s1, const char *s2) + + + QString + operator+ + https://doc.qt.io/qt-6/qstring.html + operator-2b-3 + (const char *s1, const QString &s2) + + + QString + vasprintf + https://doc.qt.io/qt-6/qstring.html + vasprintf + (const char *cformat, va_list ap) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString + () + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-2 + (QChar ch) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-4 + (QLatin1StringView str) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-7 + (QString &&other) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-9 + (const QByteArray &ba) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-1 + (const QChar *unicode, qsizetype size) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-6 + (const QString &other) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-8 + (const char *str) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-5 + (const char8_t *str) + + + + QString + https://doc.qt.io/qt-6/qstring.html + QString-3 + (qsizetype size, QChar ch) + + + QString::iterator + begin + https://doc.qt.io/qt-6/qstring.html + begin + () + + + QString::iterator + end + https://doc.qt.io/qt-6/qstring.html + end + () + + + QString::iterator + erase + https://doc.qt.io/qt-6/qstring.html + erase + (QString::const_iterator first, QString::const_iterator last) + + + QString::iterator + erase + https://doc.qt.io/qt-6/qstring.html + erase-1 + (QString::const_iterator it) + + + QString::reverse_iterator + rbegin + https://doc.qt.io/qt-6/qstring.html + rbegin + () + + + QString::reverse_iterator + rend + https://doc.qt.io/qt-6/qstring.html + rend + () + + + + QStringLiteral + https://doc.qt.io/qt-6/qstring.html + QStringLiteral + (str) + + + + QT_NO_CAST_FROM_ASCII + https://doc.qt.io/qt-6/qstring.html + QT_NO_CAST_FROM_ASCII + QT_NO_CAST_FROM_ASCII + + + + QT_NO_CAST_TO_ASCII + https://doc.qt.io/qt-6/qstring.html + QT_NO_CAST_TO_ASCII + QT_NO_CAST_TO_ASCII + + + + QT_RESTRICTED_CAST_FROM_ASCII + https://doc.qt.io/qt-6/qstring.html + QT_RESTRICTED_CAST_FROM_ASCII + QT_RESTRICTED_CAST_FROM_ASCII + + + bool + operator!= + https://doc.qt.io/qt-6/qstring.html + operator-not-eq-1 + (const QString &s1, QLatin1StringView s2) + + + bool + operator!= + https://doc.qt.io/qt-6/qstring.html + operator-not-eq + (const QString &s1, const QString &s2) + + + bool + operator!= + https://doc.qt.io/qt-6/qstring.html + operator-not-eq-11 + (const char *s1, const QString &s2) + + + bool + operator< + https://doc.qt.io/qt-6/qstring.html + operator-lt-3 + (QLatin1StringView s1, const QString &s2) + + + bool + operator< + https://doc.qt.io/qt-6/qstring.html + operator-lt-2 + (const QString &s1, QLatin1StringView s2) + + + bool + operator< + https://doc.qt.io/qt-6/qstring.html + operator-lt-1 + (const QString &s1, const QString &s2) + + + bool + operator< + https://doc.qt.io/qt-6/qstring.html + operator-lt-11 + (const char *s1, const QString &s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qstring.html + operator-lt-eq-2 + (QLatin1StringView s1, const QString &s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qstring.html + operator-lt-eq-1 + (const QString &s1, QLatin1StringView s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qstring.html + operator-lt-eq + (const QString &s1, const QString &s2) + + + bool + operator<= + https://doc.qt.io/qt-6/qstring.html + operator-lt-eq-11 + (const char *s1, const QString &s2) + + + bool + operator== + https://doc.qt.io/qt-6/qstring.html + operator-eq-eq-3 + (QLatin1StringView s1, const QString &s2) + + + bool + operator== + https://doc.qt.io/qt-6/qstring.html + operator-eq-eq-2 + (const QString &s1, QLatin1StringView s2) + + + bool + operator== + https://doc.qt.io/qt-6/qstring.html + operator-eq-eq-1 + (const QString &s1, const QString &s2) + + + bool + operator== + https://doc.qt.io/qt-6/qstring.html + operator-eq-eq-11 + (const char *s1, const QString &s2) + + + bool + operator> + https://doc.qt.io/qt-6/qstring.html + operator-gt-2 + (QLatin1StringView s1, const QString &s2) + + + bool + operator> + https://doc.qt.io/qt-6/qstring.html + operator-gt-1 + (const QString &s1, QLatin1StringView s2) + + + bool + operator> + https://doc.qt.io/qt-6/qstring.html + operator-gt + (const QString &s1, const QString &s2) + + + bool + operator> + https://doc.qt.io/qt-6/qstring.html + operator-gt-11 + (const char *s1, const QString &s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qstring.html + operator-gt-eq-2 + (QLatin1StringView s1, const QString &s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qstring.html + operator-gt-eq-1 + (const QString &s1, QLatin1StringView s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qstring.html + operator-gt-eq + (const QString &s1, const QString &s2) + + + bool + operator>= + https://doc.qt.io/qt-6/qstring.html + operator-gt-eq-11 + (const char *s1, const QString &s2) + + + const char * + qPrintable + https://doc.qt.io/qt-6/qstring.html + qPrintable + (const QString &str) + + + const char * + qUtf8Printable + https://doc.qt.io/qt-6/qstring.html + qUtf8Printable + (const QString &str) + + + const wchar_t * + qUtf16Printable + https://doc.qt.io/qt-6/qstring.html + qUtf16Printable + (const QString &str) + + + decltype(qTokenize(std::move(*this), std::forward<Needle>(needle), flags...)) + tokenize + https://doc.qt.io/qt-6/qstring.html + tokenize-2 + (qTokenize(std::move(*this), std::forward<Needle>(needle), flags...)) tokenize(Needle &&sep, Flags... flags) && + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-6 + (QLatin1StringView s1, const QString &s2, Qt::CaseSensitivity cs) + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-8 + (QStringView s1, const QString &s2, Qt::CaseSensitivity cs) + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-5 + (const QString &s1, QLatin1StringView s2, Qt::CaseSensitivity cs) + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-7 + (const QString &s1, QStringView s2, Qt::CaseSensitivity cs) + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare + (const QString &s1, const QString &s2, Qt::CaseSensitivity cs) + + + int + localeAwareCompare + https://doc.qt.io/qt-6/qstring.html + localeAwareCompare-3 + (QStringView s1, QStringView s2) + + + int + localeAwareCompare + https://doc.qt.io/qt-6/qstring.html + localeAwareCompare + (const QString &s1, const QString &s2) + + + qsizetype + erase + https://doc.qt.io/qt-6/qstring.html + erase-2 + (QString &s, const T &t) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qstring.html + erase_if + (QString &s, Predicate pred) + + + void + chop + https://doc.qt.io/qt-6/qstring.html + chop + (qsizetype n) + + + void + clear + https://doc.qt.io/qt-6/qstring.html + clear + () + + + void + push_back + https://doc.qt.io/qt-6/qstring.html + push_back-1 + (QChar ch) + + + void + push_back + https://doc.qt.io/qt-6/qstring.html + push_back + (const QString &other) + + + void + push_front + https://doc.qt.io/qt-6/qstring.html + push_front-1 + (QChar ch) + + + void + push_front + https://doc.qt.io/qt-6/qstring.html + push_front + (const QString &other) + + + void + reserve + https://doc.qt.io/qt-6/qstring.html + reserve + (qsizetype size) + + + void + resize + https://doc.qt.io/qt-6/qstring.html + resize-1 + (qsizetype newSize, QChar fillChar) + + + void + resize + https://doc.qt.io/qt-6/qstring.html + resize + (qsizetype size) + + + void + shrink_to_fit + https://doc.qt.io/qt-6/qstring.html + shrink_to_fit + () + + + void + squeeze + https://doc.qt.io/qt-6/qstring.html + squeeze + () + + + void + swap + https://doc.qt.io/qt-6/qstring.html + swap + (QString &other) + + + void + truncate + https://doc.qt.io/qt-6/qstring.html + truncate + (qsizetype position) + + + + ~QString + https://doc.qt.io/qt-6/qstring.html + dtor.QString + () + + + CFStringRef + toCFString + https://doc.qt.io/qt-6/qstring.html + toCFString + () const const + + + NSString * + toNSString + https://doc.qt.io/qt-6/qstring.html + toNSString + () const const + + + QByteArray + toLatin1 + https://doc.qt.io/qt-6/qstring.html + toLatin1 + () const const + + + QByteArray + toLocal8Bit + https://doc.qt.io/qt-6/qstring.html + toLocal8Bit + () const const + + + QByteArray + toUtf8 + https://doc.qt.io/qt-6/qstring.html + toUtf8 + () const const + + + QChar + back + https://doc.qt.io/qt-6/qstring.html + back + () const const + + + QChar + front + https://doc.qt.io/qt-6/qstring.html + front + () const const + + + QList<uint> + toUcs4 + https://doc.qt.io/qt-6/qstring.html + toUcs4 + () const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-14 + (Args &&... args) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-11 + (QChar a, int fieldWidth, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-13 + (QLatin1StringView a, int fieldWidth, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-12 + (QStringView a, int fieldWidth, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-10 + (char a, int fieldWidth, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg + (const QString &a, int fieldWidth, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-9 + (double a, int fieldWidth, char format, int precision, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-5 + (int a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-3 + (long a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-1 + (qlonglong a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-2 + (qulonglong a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-7 + (short a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-6 + (uint a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-4 + (ulong a, int fieldWidth, int base, QChar fillChar) const const + + + QString + arg + https://doc.qt.io/qt-6/qstring.html + arg-8 + (ushort a, int fieldWidth, int base, QChar fillChar) const const + + + QString + chopped + https://doc.qt.io/qt-6/qstring.html + chopped + (qsizetype len) const const + + + QString + first + https://doc.qt.io/qt-6/qstring.html + first + (qsizetype n) const const + + + QString + last + https://doc.qt.io/qt-6/qstring.html + last + (qsizetype n) const const + + + QString + left + https://doc.qt.io/qt-6/qstring.html + left + (qsizetype n) const const + + + QString + leftJustified + https://doc.qt.io/qt-6/qstring.html + leftJustified + (qsizetype width, QChar fill, bool truncate) const const + + + QString + mid + https://doc.qt.io/qt-6/qstring.html + mid + (qsizetype position, qsizetype n) const const + + + QString + normalized + https://doc.qt.io/qt-6/qstring.html + normalized + (QString::NormalizationForm mode, QChar::UnicodeVersion version) const const + + + QString + repeated + https://doc.qt.io/qt-6/qstring.html + repeated + (qsizetype times) const const + + + QString + right + https://doc.qt.io/qt-6/qstring.html + right + (qsizetype n) const const + + + QString + rightJustified + https://doc.qt.io/qt-6/qstring.html + rightJustified + (qsizetype width, QChar fill, bool truncate) const const + + + QString + section + https://doc.qt.io/qt-6/qstring.html + section + (QChar sep, qsizetype start, qsizetype end, QString::SectionFlags flags) const const + + + QString + section + https://doc.qt.io/qt-6/qstring.html + section-2 + (const QRegularExpression &re, qsizetype start, qsizetype end, QString::SectionFlags flags) const const + + + QString + section + https://doc.qt.io/qt-6/qstring.html + section-1 + (const QString &sep, qsizetype start, qsizetype end, QString::SectionFlags flags) const const + + + QString + simplified + https://doc.qt.io/qt-6/qstring.html + simplified + () const const + + + QString + sliced + https://doc.qt.io/qt-6/qstring.html + sliced-1 + (qsizetype pos) const const + + + QString + sliced + https://doc.qt.io/qt-6/qstring.html + sliced + (qsizetype pos, qsizetype n) const const + + + QString + toCaseFolded + https://doc.qt.io/qt-6/qstring.html + toCaseFolded + () const const + + + QString + toHtmlEscaped + https://doc.qt.io/qt-6/qstring.html + toHtmlEscaped + () const const + + + QString + toLower + https://doc.qt.io/qt-6/qstring.html + toLower + () const const + + + QString + toUpper + https://doc.qt.io/qt-6/qstring.html + toUpper + () const const + + + QString + trimmed + https://doc.qt.io/qt-6/qstring.html + trimmed + () const const + + + QString::const_iterator + begin + https://doc.qt.io/qt-6/qstring.html + begin-1 + () const const + + + QString::const_iterator + cbegin + https://doc.qt.io/qt-6/qstring.html + cbegin + () const const + + + QString::const_iterator + cend + https://doc.qt.io/qt-6/qstring.html + cend + () const const + + + QString::const_iterator + constBegin + https://doc.qt.io/qt-6/qstring.html + constBegin + () const const + + + QString::const_iterator + constEnd + https://doc.qt.io/qt-6/qstring.html + constEnd + () const const + + + QString::const_iterator + end + https://doc.qt.io/qt-6/qstring.html + end-1 + () const const + + + QString::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qstring.html + crbegin + () const const + + + QString::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qstring.html + crend + () const const + + + QString::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qstring.html + rbegin-1 + () const const + + + QString::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qstring.html + rend-1 + () const const + + + QStringList + split + https://doc.qt.io/qt-6/qstring.html + split-1 + (QChar sep, Qt::SplitBehavior behavior, Qt::CaseSensitivity cs) const const + + + QStringList + split + https://doc.qt.io/qt-6/qstring.html + split-2 + (const QRegularExpression &re, Qt::SplitBehavior behavior) const const + + + QStringList + split + https://doc.qt.io/qt-6/qstring.html + split + (const QString &sep, Qt::SplitBehavior behavior, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstring.html + contains-1 + (QChar ch, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstring.html + contains-2 + (QLatin1StringView str, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstring.html + contains-3 + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstring.html + contains-4 + (const QRegularExpression &re, QRegularExpressionMatch *rmatch) const const + + + bool + contains + https://doc.qt.io/qt-6/qstring.html + contains + (const QString &str, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstring.html + endsWith-3 + (QChar c, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstring.html + endsWith-2 + (QLatin1StringView s, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstring.html + endsWith-1 + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstring.html + endsWith + (const QString &s, Qt::CaseSensitivity cs) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qstring.html + isEmpty + () const const + + + bool + isLower + https://doc.qt.io/qt-6/qstring.html + isLower + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qstring.html + isNull + () const const + + + bool + isRightToLeft + https://doc.qt.io/qt-6/qstring.html + isRightToLeft + () const const + + + bool + isUpper + https://doc.qt.io/qt-6/qstring.html + isUpper + () const const + + + bool + isValidUtf16 + https://doc.qt.io/qt-6/qstring.html + isValidUtf16 + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qstring.html + operator-not-eq-10 + (const QByteArray &other) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qstring.html + operator-not-eq-9 + (const char *other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qstring.html + operator-lt-10 + (const QByteArray &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/qstring.html + operator-lt-9 + (const char *other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qstring.html + operator-lt-eq-10 + (const QByteArray &other) const const + + + bool + operator<= + https://doc.qt.io/qt-6/qstring.html + operator-lt-eq-9 + (const char *other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qstring.html + operator-eq-eq-10 + (const QByteArray &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qstring.html + operator-eq-eq-9 + (const char *other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qstring.html + operator-gt-10 + (const QByteArray &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/qstring.html + operator-gt-9 + (const char *other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qstring.html + operator-gt-eq-10 + (const QByteArray &other) const const + + + bool + operator>= + https://doc.qt.io/qt-6/qstring.html + operator-gt-eq-9 + (const char *other) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstring.html + startsWith-3 + (QChar c, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstring.html + startsWith-2 + (QLatin1StringView s, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstring.html + startsWith-1 + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstring.html + startsWith + (const QString &s, Qt::CaseSensitivity cs) const const + + + const QChar * + constData + https://doc.qt.io/qt-6/qstring.html + constData + () const const + + + const QChar * + data + https://doc.qt.io/qt-6/qstring.html + data-1 + () const const + + + const QChar * + unicode + https://doc.qt.io/qt-6/qstring.html + unicode + () const const + + + const QChar + at + https://doc.qt.io/qt-6/qstring.html + at + (qsizetype position) const const + + + const QChar + operator[] + https://doc.qt.io/qt-6/qstring.html + operator-5b-5d-1 + (qsizetype position) const const + + + const ushort * + utf16 + https://doc.qt.io/qt-6/qstring.html + utf16 + () const const + + + decltype(qTokenize(*this, std::forward<Needle>(needle), flags...)) + tokenize + https://doc.qt.io/qt-6/qstring.html + tokenize + (qTokenize(*this, std::forward<Needle>(needle), flags...)) tokenize(Needle &&sep, Flags... flags) const & const + + + decltype(qTokenize(std::move(*this), std::forward<Needle>(needle), flags...)) + tokenize + https://doc.qt.io/qt-6/qstring.html + tokenize-1 + (qTokenize(std::move(*this), std::forward<Needle>(needle), flags...)) tokenize(Needle &&sep, Flags... flags) const && const + + + double + toDouble + https://doc.qt.io/qt-6/qstring.html + toDouble + (bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qstring.html + toFloat + (bool *ok) const const + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-4 + (QChar ch, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-2 + (QLatin1StringView other, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-3 + (QStringView s, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qstring.html + compare-1 + (const QString &other, Qt::CaseSensitivity cs) const const + + + int + localeAwareCompare + https://doc.qt.io/qt-6/qstring.html + localeAwareCompare-2 + (QStringView other) const const + + + int + localeAwareCompare + https://doc.qt.io/qt-6/qstring.html + localeAwareCompare-1 + (const QString &other) const const + + + int + toInt + https://doc.qt.io/qt-6/qstring.html + toInt + (bool *ok, int base) const const + + + long + toLong + https://doc.qt.io/qt-6/qstring.html + toLong + (bool *ok, int base) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qstring.html + toLongLong + (bool *ok, int base) const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qstring.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstring-obsolete.html + count-1 + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstring.html + count-2 + (QChar ch, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstring.html + count-3 + (QStringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstring.html + count-4 + (const QRegularExpression &re) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstring.html + count + (const QString &str, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstring.html + indexOf-1 + (QChar ch, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstring.html + indexOf + (QLatin1StringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstring.html + indexOf-3 + (QStringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstring.html + indexOf-4 + (const QRegularExpression &re, qsizetype from, QRegularExpressionMatch *rmatch) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstring.html + indexOf-2 + (const QString &str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-1 + (QChar c, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-2 + (QChar ch, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-3 + (QLatin1StringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-4 + (QLatin1StringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-6 + (QStringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-7 + (QStringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-8 + (const QRegularExpression &re, QRegularExpressionMatch *rmatch) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-9 + (const QRegularExpression &re, qsizetype from, QRegularExpressionMatch *rmatch) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf-5 + (const QString &str, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstring.html + lastIndexOf + (const QString &str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qstring.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qstring.html + size + () const const + + + qsizetype + toWCharArray + https://doc.qt.io/qt-6/qstring.html + toWCharArray + (wchar_t *array) const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qstring.html + toULongLong + (bool *ok, int base) const const + + + short + toShort + https://doc.qt.io/qt-6/qstring.html + toShort + (bool *ok, int base) const const + + + std::string + toStdString + https://doc.qt.io/qt-6/qstring.html + toStdString + () const const + + + std::u16string + toStdU16String + https://doc.qt.io/qt-6/qstring.html + toStdU16String + () const const + + + std::u32string + toStdU32String + https://doc.qt.io/qt-6/qstring.html + toStdU32String + () const const + + + std::wstring + toStdWString + https://doc.qt.io/qt-6/qstring.html + toStdWString + () const const + + + uint + toUInt + https://doc.qt.io/qt-6/qstring.html + toUInt + (bool *ok, int base) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qstring.html + toULong + (bool *ok, int base) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qstring.html + toUShort + (bool *ok, int base) const const + + + ConstIterator + https://doc.qt.io/qt-6/qstring.html + ConstIterator-typedef + + + + Iterator + https://doc.qt.io/qt-6/qstring.html + Iterator-typedef + + + + SectionFlags + https://doc.qt.io/qt-6/qstring.html + SectionFlag-enum + + + + const_iterator + https://doc.qt.io/qt-6/qstring.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qstring.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qstring.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qstring.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qstring.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qstring.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qstring.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qstring.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qstring.html + reverse_iterator-typedef + + + + size_type + https://doc.qt.io/qt-6/qstring.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qstring.html + value_type-typedef + + + + + QStringConverter + https://doc.qt.io/qt-6/qstringconverter.html + + Encoding + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + Utf8 + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Utf16 + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Utf16LE + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Utf16BE + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Utf32 + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Utf32LE + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Utf32BE + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Latin1 + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + System + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + LastEncoding + https://doc.qt.io/qt-6/qstringconverter.html + Encoding-enum + + + + Flag + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + Default + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + Stateless + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + ConvertInvalidToNull + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + WriteBom + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + ConvertInitialBom + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + UsesIcu + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + const char * + nameForEncoding + https://doc.qt.io/qt-6/qstringconverter.html + nameForEncoding + (QStringConverter::Encoding e) + + + std::optional<Encoding> + encodingForData + https://doc.qt.io/qt-6/qstringconverter.html + encodingForData + (QByteArrayView data, char16_t expectedFirstCharacter) + + + std::optional<Encoding> + encodingForHtml + https://doc.qt.io/qt-6/qstringconverter.html + encodingForHtml + (QByteArrayView data) + + + std::optional<Encoding> + encodingForName + https://doc.qt.io/qt-6/qstringconverter.html + encodingForName + (const char *name) + + + void + resetState + https://doc.qt.io/qt-6/qstringconverter.html + resetState + () + + + bool + hasError + https://doc.qt.io/qt-6/qstringconverter.html + hasError + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qstringconverter.html + isValid + () const const + + + const char * + name + https://doc.qt.io/qt-6/qstringconverter.html + name + () const const + + + Flags + https://doc.qt.io/qt-6/qstringconverter.html + Flag-enum + + + + + QStringDecoder + https://doc.qt.io/qt-6/qstringdecoder.html + QStringConverter + + QChar * + appendToBuffer + https://doc.qt.io/qt-6/qstringdecoder.html + appendToBuffer + (QChar *out, QByteArrayView in) + + + QString + decode + https://doc.qt.io/qt-6/qstringdecoder.html + decode-1 + (QByteArrayView ba) + + + QString + decode + https://doc.qt.io/qt-6/qstringdecoder.html + decode + (const QByteArray &ba) + + + QString + operator() + https://doc.qt.io/qt-6/qstringdecoder.html + operator-28-29-1 + ()(QByteArrayView ba) + + + QString + operator() + https://doc.qt.io/qt-6/qstringdecoder.html + operator-28-29 + ()(const QByteArray &ba) + + + QStringDecoder + decoderForHtml + https://doc.qt.io/qt-6/qstringdecoder.html + decoderForHtml + (QByteArrayView data) + + + + QStringDecoder + https://doc.qt.io/qt-6/qstringdecoder.html + QStringDecoder-2 + () + + + + QStringDecoder + https://doc.qt.io/qt-6/qstringdecoder.html + QStringDecoder-1 + (QStringConverter::Encoding encoding, QStringConverter::Flags flags) + + + + QStringDecoder + https://doc.qt.io/qt-6/qstringdecoder.html + QStringDecoder-3 + (const char *name, QStringConverter::Flags flags) + + + qsizetype + requiredSpace + https://doc.qt.io/qt-6/qstringdecoder.html + requiredSpace + (qsizetype inputLength) const const + + + + QStringEncoder + https://doc.qt.io/qt-6/qstringencoder.html + QStringConverter + + QByteArray + encode + https://doc.qt.io/qt-6/qstringencoder.html + encode-1 + (QStringView in) + + + QByteArray + encode + https://doc.qt.io/qt-6/qstringencoder.html + encode + (const QString &in) + + + QByteArray + operator() + https://doc.qt.io/qt-6/qstringencoder.html + operator-28-29-1 + ()(QStringView in) + + + QByteArray + operator() + https://doc.qt.io/qt-6/qstringencoder.html + operator-28-29 + ()(const QString &in) + + + + QStringEncoder + https://doc.qt.io/qt-6/qstringencoder.html + QStringEncoder-1 + () + + + + QStringEncoder + https://doc.qt.io/qt-6/qstringencoder.html + QStringEncoder-2 + (QStringConverter::Encoding encoding, QStringConverter::Flags flags) + + + + QStringEncoder + https://doc.qt.io/qt-6/qstringencoder.html + QStringEncoder-3 + (const char *name, QStringConverter::Flags flags) + + + char * + appendToBuffer + https://doc.qt.io/qt-6/qstringencoder.html + appendToBuffer + (char *out, QStringView in) + + + qsizetype + requiredSpace + https://doc.qt.io/qt-6/qstringencoder.html + requiredSpace + (qsizetype inputLength) const const + + + + QStringList + https://doc.qt.io/qt-6/qstringlist.html + QList + + QStringList & + operator<< + https://doc.qt.io/qt-6/qstringlist.html + operator-lt-lt-2 + (const QList<QString> &other) + + + QStringList & + operator<< + https://doc.qt.io/qt-6/qstringlist.html + operator-lt-lt + (const QString &str) + + + QStringList & + operator<< + https://doc.qt.io/qt-6/qstringlist.html + operator-lt-lt-1 + (const QStringList &other) + + + QStringList & + operator= + https://doc.qt.io/qt-6/qstringlist.html + operator-eq-1 + (QList<QString> &&other) + + + QStringList & + operator= + https://doc.qt.io/qt-6/qstringlist.html + operator-eq + (const QList<QString> &other) + + + QStringList & + replaceInStrings + https://doc.qt.io/qt-6/qstringlist.html + replaceInStrings-1 + (QStringView before, QStringView after, Qt::CaseSensitivity cs) + + + QStringList & + replaceInStrings + https://doc.qt.io/qt-6/qstringlist.html + replaceInStrings-3 + (QStringView before, const QString &after, Qt::CaseSensitivity cs) + + + QStringList & + replaceInStrings + https://doc.qt.io/qt-6/qstringlist.html + replaceInStrings-4 + (const QRegularExpression &re, const QString &after) + + + QStringList & + replaceInStrings + https://doc.qt.io/qt-6/qstringlist.html + replaceInStrings-2 + (const QString &before, QStringView after, Qt::CaseSensitivity cs) + + + QStringList & + replaceInStrings + https://doc.qt.io/qt-6/qstringlist.html + replaceInStrings + (const QString &before, const QString &after, Qt::CaseSensitivity cs) + + + + QStringList + https://doc.qt.io/qt-6/qstringlist.html + QStringList-2 + (QList<QString> &&other) + + + + QStringList + https://doc.qt.io/qt-6/qstringlist.html + QStringList-1 + (const QList<QString> &other) + + + + QStringList + https://doc.qt.io/qt-6/qstringlist.html + QStringList + (const QString &str) + + + qsizetype + removeDuplicates + https://doc.qt.io/qt-6/qstringlist.html + removeDuplicates + () + + + void + sort + https://doc.qt.io/qt-6/qstringlist.html + sort + (Qt::CaseSensitivity cs) + + + QString + join + https://doc.qt.io/qt-6/qstringlist.html + join-3 + (QChar separator) const const + + + QString + join + https://doc.qt.io/qt-6/qstringlist.html + join-2 + (QLatin1StringView separator) const const + + + QString + join + https://doc.qt.io/qt-6/qstringlist.html + join-1 + (QStringView separator) const const + + + QString + join + https://doc.qt.io/qt-6/qstringlist.html + join + (const QString &separator) const const + + + QStringList + filter + https://doc.qt.io/qt-6/qstringlist.html + filter-1 + (QStringView str, Qt::CaseSensitivity cs) const const + + + QStringList + filter + https://doc.qt.io/qt-6/qstringlist.html + filter-2 + (const QRegularExpression &re) const const + + + QStringList + filter + https://doc.qt.io/qt-6/qstringlist.html + filter + (const QString &str, Qt::CaseSensitivity cs) const const + + + QStringList + operator+ + https://doc.qt.io/qt-6/qstringlist.html + operator-2b + (const QStringList &other) const const + + + bool + contains + https://doc.qt.io/qt-6/qstringlist.html + contains-1 + (QLatin1StringView str, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstringlist.html + contains-2 + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstringlist.html + contains + (const QString &str, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstringlist.html + indexOf-1 + (const QRegularExpression &re, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringlist.html + lastIndexOf-1 + (const QRegularExpression &re, qsizetype from) const const + + + QMutableStringListIterator + https://doc.qt.io/qt-6/qstringlist.html + QMutableStringListIterator-typedef + + + + QStringListIterator + https://doc.qt.io/qt-6/qstringlist.html + QStringListIterator-typedef + + + + + QStringListModel + https://doc.qt.io/qt-6/qstringlistmodel.html + QAbstractListModel + + + QStringListModel + https://doc.qt.io/qt-6/qstringlistmodel.html + QStringListModel + (QObject *parent) + + + + QStringListModel + https://doc.qt.io/qt-6/qstringlistmodel.html + QStringListModel-1 + (const QStringList &strings, QObject *parent) + + + virtual bool + clearItemData + https://doc.qt.io/qt-6/qstringlistmodel.html + clearItemData + (const QModelIndex &index) override + + + virtual bool + insertRows + https://doc.qt.io/qt-6/qstringlistmodel.html + insertRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + moveRows + https://doc.qt.io/qt-6/qstringlistmodel.html + moveRows + (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) override + + + virtual bool + removeRows + https://doc.qt.io/qt-6/qstringlistmodel.html + removeRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + setData + https://doc.qt.io/qt-6/qstringlistmodel.html + setData + (const QModelIndex &index, const QVariant &value, int role) override + + + virtual bool + setItemData + https://doc.qt.io/qt-6/qstringlistmodel.html + setItemData + (const QModelIndex &index, const QMap<int, QVariant> &roles) override + + + void + setStringList + https://doc.qt.io/qt-6/qstringlistmodel.html + setStringList + (const QStringList &strings) + + + virtual void + sort + https://doc.qt.io/qt-6/qstringlistmodel.html + sort + (int column, Qt::SortOrder order) override + + + virtual QMap<int, QVariant> + itemData + https://doc.qt.io/qt-6/qstringlistmodel.html + itemData + (const QModelIndex &index) const const override + + + virtual QModelIndex + sibling + https://doc.qt.io/qt-6/qstringlistmodel.html + sibling + (int row, int column, const QModelIndex &idx) const const override + + + QStringList + stringList + https://doc.qt.io/qt-6/qstringlistmodel.html + stringList + () const const + + + virtual QVariant + data + https://doc.qt.io/qt-6/qstringlistmodel.html + data + (const QModelIndex &index, int role) const const override + + + virtual Qt::DropActions + supportedDropActions + https://doc.qt.io/qt-6/qstringlistmodel.html + supportedDropActions + () const const override + + + virtual Qt::ItemFlags + flags + https://doc.qt.io/qt-6/qstringlistmodel.html + flags + (const QModelIndex &index) const const override + + + virtual int + rowCount + https://doc.qt.io/qt-6/qstringlistmodel.html + rowCount + (const QModelIndex &parent) const const override + + + + QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + + QStringMatcher & + operator= + https://doc.qt.io/qt-6/qstringmatcher.html + operator-eq + (const QStringMatcher &other) + + + + QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + QStringMatcher + () + + + + QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + QStringMatcher-3 + (QStringView pattern, Qt::CaseSensitivity cs) + + + + QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + QStringMatcher-2 + (const QChar *uc, qsizetype length, Qt::CaseSensitivity cs) + + + + QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + QStringMatcher-1 + (const QString &pattern, Qt::CaseSensitivity cs) + + + + QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + QStringMatcher-4 + (const QStringMatcher &other) + + + void + setCaseSensitivity + https://doc.qt.io/qt-6/qstringmatcher.html + setCaseSensitivity + (Qt::CaseSensitivity cs) + + + void + setPattern + https://doc.qt.io/qt-6/qstringmatcher.html + setPattern + (const QString &pattern) + + + + ~QStringMatcher + https://doc.qt.io/qt-6/qstringmatcher.html + dtor.QStringMatcher + () + + + QString + pattern + https://doc.qt.io/qt-6/qstringmatcher.html + pattern + () const const + + + Qt::CaseSensitivity + caseSensitivity + https://doc.qt.io/qt-6/qstringmatcher.html + caseSensitivity + () const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qstringmatcher.html + indexIn-2 + (QStringView str, qsizetype from) const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qstringmatcher.html + indexIn-1 + (const QChar *str, qsizetype length, qsizetype from) const const + + + qsizetype + indexIn + https://doc.qt.io/qt-6/qstringmatcher.html + indexIn + (const QString &str, qsizetype from) const const + + + + QStringTokenizer + https://doc.qt.io/qt-6/qstringtokenizer.html + HaystackPinning + NeedlePinning + + + QStringTokenizer + https://doc.qt.io/qt-6/qstringtokenizer.html + QStringTokenizer + (Haystack haystack, Needle needle, Qt::CaseSensitivity cs, Qt::SplitBehavior sb) + + + + QStringTokenizer + https://doc.qt.io/qt-6/qstringtokenizer.html + QStringTokenizer-1 + (Haystack haystack, Needle needle, Qt::SplitBehavior sb, Qt::CaseSensitivity cs) + + + decltype(QtPrivate::Tok::TokenizerResult<Haystack, Needle>({std::forward<Haystack>(h), std::forward<Needle>(n), flags...})) + qTokenize + https://doc.qt.io/qt-6/qstringtokenizer.html + qTokenize + (QtPrivate::Tok::TokenizerResult<Haystack, Needle>({std::forward<Haystack>(h), std::forward<Needle>(n), flags...})) qTokenize(Haystack &&haystack, Needle &&needle, Flags... flags) + + + LContainer + toContainer + https://doc.qt.io/qt-6/qstringtokenizer.html + toContainer + (LContainer &&c) const & const + + + QStringTokenizer::iterator + begin + https://doc.qt.io/qt-6/qstringtokenizer.html + begin + () const const + + + QStringTokenizer::iterator + cbegin + https://doc.qt.io/qt-6/qstringtokenizer.html + cbegin + () const const + + + QStringTokenizer::sentinel + cend + https://doc.qt.io/qt-6/qstringtokenizer.html + cend + () const const + + + QStringTokenizer::sentinel + end + https://doc.qt.io/qt-6/qstringtokenizer.html + end + () const const + + + RContainer + toContainer + https://doc.qt.io/qt-6/qstringtokenizer.html + toContainer-1 + (RContainer &&c) const && const + + + const_iterator + https://doc.qt.io/qt-6/qstringtokenizer.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qstringtokenizer.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qstringtokenizer.html + const_reference-typedef + + + + difference_type + https://doc.qt.io/qt-6/qstringtokenizer.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qstringtokenizer.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qstringtokenizer.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qstringtokenizer.html + reference-typedef + + + + sentinel + https://doc.qt.io/qt-6/qstringtokenizer.html + sentinel-typedef + + + + size_type + https://doc.qt.io/qt-6/qstringtokenizer.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qstringtokenizer.html + value_type-typedef + + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + + QStringView + fromArray + https://doc.qt.io/qt-6/qstringview.html + fromArray + (const Char (&)[Size] string) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView + () + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-4 + (const Char (&)[N] string) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-3 + (const Char *first, const Char *last) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-5 + (const Char *str) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-2 + (const Char *str, qsizetype len) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-7 + (const Container &str) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-6 + (const QString &str) + + + + QStringView + https://doc.qt.io/qt-6/qstringview.html + QStringView-1 + (std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qstringview.html + operator-not-eq + (QStringView lhs, QStringView rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qstringview.html + operator-lt + (QStringView lhs, QStringView rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qstringview.html + operator-lt-eq + (QStringView lhs, QStringView rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qstringview.html + operator-eq-eq + (QStringView lhs, QStringView rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qstringview.html + operator-gt + (QStringView lhs, QStringView rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qstringview.html + operator-gt-eq + (QStringView lhs, QStringView rhs) + + + size_t + qHash + https://doc.qt.io/qt-6/qstringview.html + qHash + (QStringView key, size_t seed) + + + void + chop + https://doc.qt.io/qt-6/qstringview.html + chop + (qsizetype length) + + + void + truncate + https://doc.qt.io/qt-6/qstringview.html + truncate + (qsizetype length) + + + CFStringRef + toCFString + https://doc.qt.io/qt-6/qstringview.html + toCFString + () const const + + + NSString * + toNSString + https://doc.qt.io/qt-6/qstringview.html + toNSString + () const const + + + QByteArray + toLatin1 + https://doc.qt.io/qt-6/qstringview.html + toLatin1 + () const const + + + QByteArray + toLocal8Bit + https://doc.qt.io/qt-6/qstringview.html + toLocal8Bit + () const const + + + QByteArray + toUtf8 + https://doc.qt.io/qt-6/qstringview.html + toUtf8 + () const const + + + QChar + at + https://doc.qt.io/qt-6/qstringview.html + at + (qsizetype n) const const + + + QChar + back + https://doc.qt.io/qt-6/qstringview.html + back + () const const + + + QChar + first + https://doc.qt.io/qt-6/qstringview.html + first-1 + () const const + + + QChar + front + https://doc.qt.io/qt-6/qstringview.html + front + () const const + + + QChar + last + https://doc.qt.io/qt-6/qstringview.html + last-1 + () const const + + + QChar + operator[] + https://doc.qt.io/qt-6/qstringview.html + operator-5b-5d + (qsizetype n) const const + + + QList<QStringView> + split + https://doc.qt.io/qt-6/qstringview.html + split-1 + (QChar sep, Qt::SplitBehavior behavior, Qt::CaseSensitivity cs) const const + + + QList<QStringView> + split + https://doc.qt.io/qt-6/qstringview.html + split + (QStringView sep, Qt::SplitBehavior behavior, Qt::CaseSensitivity cs) const const + + + QList<QStringView> + split + https://doc.qt.io/qt-6/qstringview.html + split-2 + (const QRegularExpression &re, Qt::SplitBehavior behavior) const const + + + QList<uint> + toUcs4 + https://doc.qt.io/qt-6/qstringview.html + toUcs4 + () const const + + + QString + arg + https://doc.qt.io/qt-6/qstringview.html + arg + (Args &&... args) const const + + + QString + toString + https://doc.qt.io/qt-6/qstringview.html + toString + () const const + + + QStringView + chopped + https://doc.qt.io/qt-6/qstringview.html + chopped + (qsizetype length) const const + + + QStringView + first + https://doc.qt.io/qt-6/qstringview.html + first + (qsizetype n) const const + + + QStringView + last + https://doc.qt.io/qt-6/qstringview.html + last + (qsizetype n) const const + + + QStringView + left + https://doc.qt.io/qt-6/qstringview-obsolete.html + left + (qsizetype length) const const + + + QStringView + mid + https://doc.qt.io/qt-6/qstringview-obsolete.html + mid + (qsizetype start, qsizetype length) const const + + + QStringView + right + https://doc.qt.io/qt-6/qstringview-obsolete.html + right + (qsizetype length) const const + + + QStringView + sliced + https://doc.qt.io/qt-6/qstringview.html + sliced-1 + (qsizetype pos) const const + + + QStringView + sliced + https://doc.qt.io/qt-6/qstringview.html + sliced + (qsizetype pos, qsizetype n) const const + + + QStringView + trimmed + https://doc.qt.io/qt-6/qstringview.html + trimmed + () const const + + + QStringView::const_iterator + begin + https://doc.qt.io/qt-6/qstringview.html + begin + () const const + + + QStringView::const_iterator + cbegin + https://doc.qt.io/qt-6/qstringview.html + cbegin + () const const + + + QStringView::const_iterator + cend + https://doc.qt.io/qt-6/qstringview.html + cend + () const const + + + QStringView::const_iterator + constBegin + https://doc.qt.io/qt-6/qstringview.html + constBegin + () const const + + + QStringView::const_iterator + constEnd + https://doc.qt.io/qt-6/qstringview.html + constEnd + () const const + + + QStringView::const_iterator + end + https://doc.qt.io/qt-6/qstringview.html + end + () const const + + + QStringView::const_pointer + constData + https://doc.qt.io/qt-6/qstringview.html + constData + () const const + + + QStringView::const_pointer + data + https://doc.qt.io/qt-6/qstringview.html + data + () const const + + + QStringView::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qstringview.html + crbegin + () const const + + + QStringView::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qstringview.html + crend + () const const + + + QStringView::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qstringview.html + rbegin + () const const + + + QStringView::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qstringview.html + rend + () const const + + + bool + contains + https://doc.qt.io/qt-6/qstringview.html + contains + (QChar c, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstringview.html + contains-2 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstringview.html + contains-1 + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + contains + https://doc.qt.io/qt-6/qstringview.html + contains-3 + (const QRegularExpression &re, QRegularExpressionMatch *rmatch) const const + + + bool + empty + https://doc.qt.io/qt-6/qstringview.html + empty + () const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstringview.html + endsWith-2 + (QChar ch) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstringview.html + endsWith-3 + (QChar ch, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstringview.html + endsWith-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + bool + endsWith + https://doc.qt.io/qt-6/qstringview.html + endsWith + (QStringView str, Qt::CaseSensitivity cs) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qstringview.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qstringview.html + isNull + () const const + + + bool + isRightToLeft + https://doc.qt.io/qt-6/qstringview.html + isRightToLeft + () const const + + + bool + isValidUtf16 + https://doc.qt.io/qt-6/qstringview.html + isValidUtf16 + () const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstringview.html + startsWith-2 + (QChar ch) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstringview.html + startsWith-3 + (QChar ch, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstringview.html + startsWith-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + bool + startsWith + https://doc.qt.io/qt-6/qstringview.html + startsWith + (QStringView str, Qt::CaseSensitivity cs) const const + + + const QStringView::storage_type * + utf16 + https://doc.qt.io/qt-6/qstringview.html + utf16 + () const const + + + decltype(qTokenize(*this, std::forward<Needle>(needle), flags...)) + tokenize + https://doc.qt.io/qt-6/qstringview.html + tokenize + (qTokenize(*this, std::forward<Needle>(needle), flags...)) tokenize(Needle &&sep, Flags... flags) const const + + + double + toDouble + https://doc.qt.io/qt-6/qstringview.html + toDouble + (bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qstringview.html + toFloat + (bool *ok) const const + + + int + compare + https://doc.qt.io/qt-6/qstringview.html + compare-3 + (QChar ch) const const + + + int + compare + https://doc.qt.io/qt-6/qstringview.html + compare-4 + (QChar ch, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qstringview.html + compare-1 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qstringview.html + compare + (QStringView str, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qstringview.html + compare-2 + (QUtf8StringView str, Qt::CaseSensitivity cs) const const + + + int + localeAwareCompare + https://doc.qt.io/qt-6/qstringview.html + localeAwareCompare + (QStringView other) const const + + + int + toInt + https://doc.qt.io/qt-6/qstringview.html + toInt + (bool *ok, int base) const const + + + long + toLong + https://doc.qt.io/qt-6/qstringview.html + toLong + (bool *ok, int base) const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qstringview.html + toLongLong + (bool *ok, int base) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstringview.html + count-1 + (QChar ch, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstringview.html + count-3 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstringview.html + count-2 + (QStringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + count + https://doc.qt.io/qt-6/qstringview.html + count + (const QRegularExpression &re) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstringview.html + indexOf + (QChar c, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstringview.html + indexOf-2 + (QLatin1StringView l1, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstringview.html + indexOf-1 + (QStringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qstringview.html + indexOf-3 + (const QRegularExpression &re, qsizetype from, QRegularExpressionMatch *rmatch) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-1 + (QChar c, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf + (QChar c, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-4 + (QLatin1StringView l1, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-5 + (QLatin1StringView l1, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-2 + (QStringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-3 + (QStringView str, qsizetype from, Qt::CaseSensitivity cs) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-6 + (const QRegularExpression &re, QRegularExpressionMatch *rmatch) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qstringview.html + lastIndexOf-7 + (const QRegularExpression &re, qsizetype from, QRegularExpressionMatch *rmatch) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qstringview.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qstringview.html + size + () const const + + + qsizetype + toWCharArray + https://doc.qt.io/qt-6/qstringview.html + toWCharArray + (wchar_t *array) const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qstringview.html + toULongLong + (bool *ok, int base) const const + + + short + toShort + https://doc.qt.io/qt-6/qstringview.html + toShort + (bool *ok, int base) const const + + + uint + toUInt + https://doc.qt.io/qt-6/qstringview.html + toUInt + (bool *ok, int base) const const + + + ulong + toULong + https://doc.qt.io/qt-6/qstringview.html + toULong + (bool *ok, int base) const const + + + ushort + toUShort + https://doc.qt.io/qt-6/qstringview.html + toUShort + (bool *ok, int base) const const + + + const_iterator + https://doc.qt.io/qt-6/qstringview.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qstringview.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qstringview.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qstringview.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qstringview.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qstringview.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qstringview.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qstringview.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qstringview.html + reverse_iterator-typedef + + + + size_type + https://doc.qt.io/qt-6/qstringview.html + size_type-typedef + + + + storage_type + https://doc.qt.io/qt-6/qstringview.html + storage_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qstringview.html + value_type-typedef + + + + + QSysInfo + https://doc.qt.io/qt-6/qsysinfo.html + + Endian + https://doc.qt.io/qt-6/qsysinfo.html + Endian-enum + + + BigEndian + https://doc.qt.io/qt-6/qsysinfo.html + Endian-enum + + + + LittleEndian + https://doc.qt.io/qt-6/qsysinfo.html + Endian-enum + + + + ByteOrder + https://doc.qt.io/qt-6/qsysinfo.html + Endian-enum + + + + Sizes + https://doc.qt.io/qt-6/qsysinfo.html + Sizes-enum + + + WordSize + https://doc.qt.io/qt-6/qsysinfo.html + Sizes-enum + + + + QString + buildAbi + https://doc.qt.io/qt-6/qsysinfo.html + buildAbi + () + + + QString + buildCpuArchitecture + https://doc.qt.io/qt-6/qsysinfo.html + buildCpuArchitecture + () + + + QString + currentCpuArchitecture + https://doc.qt.io/qt-6/qsysinfo.html + currentCpuArchitecture + () + + + QString + kernelType + https://doc.qt.io/qt-6/qsysinfo.html + kernelType + () + + + QString + kernelVersion + https://doc.qt.io/qt-6/qsysinfo.html + kernelVersion + () + + + QString + machineHostName + https://doc.qt.io/qt-6/qsysinfo.html + machineHostName + () + + + QString + prettyProductName + https://doc.qt.io/qt-6/qsysinfo.html + prettyProductName + () + + + QString + productType + https://doc.qt.io/qt-6/qsysinfo.html + productType + () + + + QString + productVersion + https://doc.qt.io/qt-6/qsysinfo.html + productVersion + () + + + int + bootUniqueId + https://doc.qt.io/qt-6/qsysinfo.html + bootUniqueId + () + + + int + machineUniqueId + https://doc.qt.io/qt-6/qsysinfo.html + machineUniqueId + () + + + + QSystemSemaphore + https://doc.qt.io/qt-6/qsystemsemaphore.html + + AccessMode + https://doc.qt.io/qt-6/qsystemsemaphore.html + AccessMode-enum + + + Open + https://doc.qt.io/qt-6/qsystemsemaphore.html + AccessMode-enum + + + + Create + https://doc.qt.io/qt-6/qsystemsemaphore.html + AccessMode-enum + + + + SystemSemaphoreError + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + NoError + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + PermissionDenied + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + KeyError + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + AlreadyExists + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + NotFound + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + OutOfResources + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + UnknownError + https://doc.qt.io/qt-6/qsystemsemaphore.html + SystemSemaphoreError-enum + + + + + QSystemSemaphore + https://doc.qt.io/qt-6/qsystemsemaphore.html + QSystemSemaphore + (const QString &key, int initialValue, QSystemSemaphore::AccessMode mode) + + + bool + acquire + https://doc.qt.io/qt-6/qsystemsemaphore.html + acquire + () + + + bool + release + https://doc.qt.io/qt-6/qsystemsemaphore.html + release + (int n) + + + void + setKey + https://doc.qt.io/qt-6/qsystemsemaphore.html + setKey + (const QString &key, int initialValue, QSystemSemaphore::AccessMode mode) + + + + ~QSystemSemaphore + https://doc.qt.io/qt-6/qsystemsemaphore.html + dtor.QSystemSemaphore + () + + + QString + errorString + https://doc.qt.io/qt-6/qsystemsemaphore.html + errorString + () const const + + + QString + key + https://doc.qt.io/qt-6/qsystemsemaphore.html + key + () const const + + + QSystemSemaphore::SystemSemaphoreError + error + https://doc.qt.io/qt-6/qsystemsemaphore.html + error + () const const + + + + QTaggedIterator + https://doc.qt.io/qt-6/qtaggediterator.html + + + QTaggedIterator + https://doc.qt.io/qt-6/qtaggediterator.html + QTaggedIterator + (Iterator &&it) + + + QTaggedIterator<Iterator, IteratorCategory> & + operator++ + https://doc.qt.io/qt-6/qtaggediterator.html + operator-2b-2b + () + + + QTaggedIterator<Iterator, IteratorCategory> & + operator+= + https://doc.qt.io/qt-6/qtaggediterator.html + operator-2b-eq + (qsizetype j) + + + QTaggedIterator<Iterator, IteratorCategory> & + operator-- + https://doc.qt.io/qt-6/qtaggediterator.html + operator-- + () + + + QTaggedIterator<Iterator, IteratorCategory> & + operator-= + https://doc.qt.io/qt-6/qtaggediterator.html + operator--eq + (qsizetype j) + + + QTaggedIterator<Iterator, IteratorCategory> + operator+ + https://doc.qt.io/qt-6/qtaggediterator.html + operator-2b-1 + (qsizetype j, const QTaggedIterator<Iterator, IteratorCategory> &k) + + + QTaggedIterator<Iterator, IteratorCategory> + operator++ + https://doc.qt.io/qt-6/qtaggediterator.html + operator-2b-2b-1 + (int x) + + + QTaggedIterator<Iterator, IteratorCategory> + operator-- + https://doc.qt.io/qt-6/qtaggediterator.html + operator---1 + (int x) + + + QTaggedIterator<Iterator, IteratorCategory> + operator+ + https://doc.qt.io/qt-6/qtaggediterator.html + operator-2b + (qsizetype j) const const + + + QTaggedIterator<Iterator, IteratorCategory> + operator- + https://doc.qt.io/qt-6/qtaggediterator.html + operator- + (qsizetype j) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qtaggediterator.html + operator-not-eq + (const QTaggedIterator<Iterator, IteratorCategory> &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qtaggediterator.html + operator-eq-eq + (const QTaggedIterator<Iterator, IteratorCategory> &other) const const + + + qsizetype + operator- + https://doc.qt.io/qt-6/qtaggediterator.html + operator--1 + (const QTaggedIterator<Iterator, IteratorCategory> &j) const const + + + + QTemporaryDir + https://doc.qt.io/qt-6/qtemporarydir.html + + QTemporaryDir & + operator= + https://doc.qt.io/qt-6/qtemporarydir.html + operator-eq + (QTemporaryDir &&other) + + + + QTemporaryDir + https://doc.qt.io/qt-6/qtemporarydir.html + QTemporaryDir + () + + + + QTemporaryDir + https://doc.qt.io/qt-6/qtemporarydir.html + QTemporaryDir-2 + (QTemporaryDir &&other) + + + + QTemporaryDir + https://doc.qt.io/qt-6/qtemporarydir.html + QTemporaryDir-1 + (const QString &templatePath) + + + bool + remove + https://doc.qt.io/qt-6/qtemporarydir.html + remove + () + + + void + setAutoRemove + https://doc.qt.io/qt-6/qtemporarydir.html + setAutoRemove + (bool b) + + + void + swap + https://doc.qt.io/qt-6/qtemporarydir.html + swap + (QTemporaryDir &other) + + + + ~QTemporaryDir + https://doc.qt.io/qt-6/qtemporarydir.html + dtor.QTemporaryDir + () + + + QString + errorString + https://doc.qt.io/qt-6/qtemporarydir.html + errorString + () const const + + + QString + filePath + https://doc.qt.io/qt-6/qtemporarydir.html + filePath + (const QString &fileName) const const + + + QString + path + https://doc.qt.io/qt-6/qtemporarydir.html + path + () const const + + + bool + autoRemove + https://doc.qt.io/qt-6/qtemporarydir.html + autoRemove + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qtemporarydir.html + isValid + () const const + + + + QTemporaryFile + https://doc.qt.io/qt-6/qtemporaryfile.html + QFile + + QTemporaryFile * + createNativeFile + https://doc.qt.io/qt-6/qtemporaryfile.html + createNativeFile + (QFile &file) + + + QTemporaryFile * + createNativeFile + https://doc.qt.io/qt-6/qtemporaryfile.html + createNativeFile-1 + (const QString &fileName) + + + + QTemporaryFile + https://doc.qt.io/qt-6/qtemporaryfile.html + QTemporaryFile + () + + + + QTemporaryFile + https://doc.qt.io/qt-6/qtemporaryfile.html + QTemporaryFile-2 + (QObject *parent) + + + + QTemporaryFile + https://doc.qt.io/qt-6/qtemporaryfile.html + QTemporaryFile-1 + (const QString &templateName) + + + + QTemporaryFile + https://doc.qt.io/qt-6/qtemporaryfile.html + QTemporaryFile-3 + (const QString &templateName, QObject *parent) + + + bool + open + https://doc.qt.io/qt-6/qtemporaryfile.html + open + () + + + virtual bool + open + https://doc.qt.io/qt-6/qtemporaryfile.html + open-1 + (QIODeviceBase::OpenMode flags) override + + + bool + rename + https://doc.qt.io/qt-6/qtemporaryfile.html + rename + (const QString &newName) + + + void + setAutoRemove + https://doc.qt.io/qt-6/qtemporaryfile.html + setAutoRemove + (bool b) + + + void + setFileTemplate + https://doc.qt.io/qt-6/qtemporaryfile.html + setFileTemplate + (const QString &name) + + + virtual + ~QTemporaryFile + https://doc.qt.io/qt-6/qtemporaryfile.html + dtor.QTemporaryFile + () + + + virtual QString + fileName + https://doc.qt.io/qt-6/qtemporaryfile.html + fileName + () const const override + + + QString + fileTemplate + https://doc.qt.io/qt-6/qtemporaryfile.html + fileTemplate + () const const + + + bool + autoRemove + https://doc.qt.io/qt-6/qtemporaryfile.html + autoRemove + () const const + + + + QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + + BoundaryReason + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + NotAtBoundary + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + BreakOpportunity + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + StartOfItem + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + EndOfItem + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + MandatoryBreak + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + SoftHyphen + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + BoundaryType + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryType-enum + + + Grapheme + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryType-enum + + + + Word + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryType-enum + + + + Sentence + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryType-enum + + + + Line + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryType-enum + + + + QTextBoundaryFinder & + operator= + https://doc.qt.io/qt-6/qtextboundaryfinder.html + operator-eq + (const QTextBoundaryFinder &other) + + + + QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + QTextBoundaryFinder + () + + + + QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + QTextBoundaryFinder-4 + (QTextBoundaryFinder::BoundaryType type, QStringView string, unsigned char *buffer, qsizetype bufferSize) + + + + QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + QTextBoundaryFinder-3 + (QTextBoundaryFinder::BoundaryType type, const QChar *chars, qsizetype length, unsigned char *buffer, qsizetype bufferSize) + + + + QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + QTextBoundaryFinder-2 + (QTextBoundaryFinder::BoundaryType type, const QString &string) + + + + QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + QTextBoundaryFinder-1 + (const QTextBoundaryFinder &other) + + + qsizetype + toNextBoundary + https://doc.qt.io/qt-6/qtextboundaryfinder.html + toNextBoundary + () + + + qsizetype + toPreviousBoundary + https://doc.qt.io/qt-6/qtextboundaryfinder.html + toPreviousBoundary + () + + + void + setPosition + https://doc.qt.io/qt-6/qtextboundaryfinder.html + setPosition + (qsizetype position) + + + void + toEnd + https://doc.qt.io/qt-6/qtextboundaryfinder.html + toEnd + () + + + void + toStart + https://doc.qt.io/qt-6/qtextboundaryfinder.html + toStart + () + + + + ~QTextBoundaryFinder + https://doc.qt.io/qt-6/qtextboundaryfinder.html + dtor.QTextBoundaryFinder + () + + + QString + string + https://doc.qt.io/qt-6/qtextboundaryfinder.html + string + () const const + + + QTextBoundaryFinder::BoundaryReasons + boundaryReasons + https://doc.qt.io/qt-6/qtextboundaryfinder.html + boundaryReasons + () const const + + + QTextBoundaryFinder::BoundaryType + type + https://doc.qt.io/qt-6/qtextboundaryfinder.html + type + () const const + + + bool + isAtBoundary + https://doc.qt.io/qt-6/qtextboundaryfinder.html + isAtBoundary + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qtextboundaryfinder.html + isValid + () const const + + + qsizetype + position + https://doc.qt.io/qt-6/qtextboundaryfinder.html + position + () const const + + + BoundaryReasons + https://doc.qt.io/qt-6/qtextboundaryfinder.html + BoundaryReason-enum + + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QIODeviceBase + + FieldAlignment + https://doc.qt.io/qt-6/qtextstream.html + FieldAlignment-enum + + + AlignLeft + https://doc.qt.io/qt-6/qtextstream.html + FieldAlignment-enum + + + + AlignRight + https://doc.qt.io/qt-6/qtextstream.html + FieldAlignment-enum + + + + AlignCenter + https://doc.qt.io/qt-6/qtextstream.html + FieldAlignment-enum + + + + AlignAccountingStyle + https://doc.qt.io/qt-6/qtextstream.html + FieldAlignment-enum + + + + NumberFlag + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + ShowBase + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + + ForcePoint + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + + ForceSign + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + + UppercaseBase + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + + UppercaseDigits + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + + RealNumberNotation + https://doc.qt.io/qt-6/qtextstream.html + RealNumberNotation-enum + + + SmartNotation + https://doc.qt.io/qt-6/qtextstream.html + RealNumberNotation-enum + + + + FixedNotation + https://doc.qt.io/qt-6/qtextstream.html + RealNumberNotation-enum + + + + ScientificNotation + https://doc.qt.io/qt-6/qtextstream.html + RealNumberNotation-enum + + + + Status + https://doc.qt.io/qt-6/qtextstream.html + Status-enum + + + Ok + https://doc.qt.io/qt-6/qtextstream.html + Status-enum + + + + ReadPastEnd + https://doc.qt.io/qt-6/qtextstream.html + Status-enum + + + + ReadCorruptData + https://doc.qt.io/qt-6/qtextstream.html + Status-enum + + + + WriteFailed + https://doc.qt.io/qt-6/qtextstream.html + Status-enum + + + + QString + read + https://doc.qt.io/qt-6/qtextstream.html + read + (qint64 maxlen) + + + QString + readAll + https://doc.qt.io/qt-6/qtextstream.html + readAll + () + + + QString + readLine + https://doc.qt.io/qt-6/qtextstream.html + readLine + (qint64 maxlen) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt + (QChar c) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-15 + (QLatin1StringView string) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-14 + (QStringView string) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-1 + (char c) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-2 + (char16_t c) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-16 + (const QByteArray &array) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-13 + (const QString &string) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-17 + (const char *string) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-18 + (const void *ptr) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-12 + (double f) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-11 + (float f) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-5 + (int i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-7 + (long i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-9 + (qlonglong i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-10 + (qulonglong i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-3 + (short i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-6 + (unsigned int i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-8 + (unsigned long i) + + + QTextStream & + operator<< + https://doc.qt.io/qt-6/qtextstream.html + operator-lt-lt-4 + (unsigned short i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-14 + (QByteArray &array) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt + (QChar &c) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-13 + (QString &str) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-1 + (char &c) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-15 + (char *c) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-2 + (char16_t &c) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-12 + (double &f) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-11 + (float &f) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-5 + (int &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-7 + (long &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-9 + (qlonglong &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-10 + (qulonglong &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-3 + (short &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-6 + (unsigned int &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-8 + (unsigned long &i) + + + QTextStream & + operator>> + https://doc.qt.io/qt-6/qtextstream.html + operator-gt-gt-4 + (unsigned short &i) + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QTextStream + () + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QTextStream-2 + (FILE *fileHandle, QIODeviceBase::OpenMode openMode) + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QTextStream-4 + (QByteArray *array, QIODeviceBase::OpenMode openMode) + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QTextStream-1 + (QIODevice *device) + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QTextStream-3 + (QString *string, QIODeviceBase::OpenMode openMode) + + + + QTextStream + https://doc.qt.io/qt-6/qtextstream.html + QTextStream-5 + (const QByteArray &array, QIODeviceBase::OpenMode openMode) + + + QTextStreamManipulator + qSetFieldWidth + https://doc.qt.io/qt-6/qtextstream.html + qSetFieldWidth + (int width) + + + QTextStreamManipulator + qSetPadChar + https://doc.qt.io/qt-6/qtextstream.html + qSetPadChar + (QChar ch) + + + QTextStreamManipulator + qSetRealNumberPrecision + https://doc.qt.io/qt-6/qtextstream.html + qSetRealNumberPrecision + (int precision) + + + bool + readLineInto + https://doc.qt.io/qt-6/qtextstream.html + readLineInto + (QString *line, qint64 maxlen) + + + bool + seek + https://doc.qt.io/qt-6/qtextstream.html + seek + (qint64 pos) + + + void + flush + https://doc.qt.io/qt-6/qtextstream.html + flush + () + + + void + reset + https://doc.qt.io/qt-6/qtextstream.html + reset + () + + + void + resetStatus + https://doc.qt.io/qt-6/qtextstream.html + resetStatus + () + + + void + setAutoDetectUnicode + https://doc.qt.io/qt-6/qtextstream.html + setAutoDetectUnicode + (bool enabled) + + + void + setDevice + https://doc.qt.io/qt-6/qtextstream.html + setDevice + (QIODevice *device) + + + void + setEncoding + https://doc.qt.io/qt-6/qtextstream.html + setEncoding + (QStringConverter::Encoding encoding) + + + void + setFieldAlignment + https://doc.qt.io/qt-6/qtextstream.html + setFieldAlignment + (QTextStream::FieldAlignment mode) + + + void + setFieldWidth + https://doc.qt.io/qt-6/qtextstream.html + setFieldWidth + (int width) + + + void + setGenerateByteOrderMark + https://doc.qt.io/qt-6/qtextstream.html + setGenerateByteOrderMark + (bool generate) + + + void + setIntegerBase + https://doc.qt.io/qt-6/qtextstream.html + setIntegerBase + (int base) + + + void + setLocale + https://doc.qt.io/qt-6/qtextstream.html + setLocale + (const QLocale &locale) + + + void + setNumberFlags + https://doc.qt.io/qt-6/qtextstream.html + setNumberFlags + (QTextStream::NumberFlags flags) + + + void + setPadChar + https://doc.qt.io/qt-6/qtextstream.html + setPadChar + (QChar ch) + + + void + setRealNumberNotation + https://doc.qt.io/qt-6/qtextstream.html + setRealNumberNotation + (QTextStream::RealNumberNotation notation) + + + void + setRealNumberPrecision + https://doc.qt.io/qt-6/qtextstream.html + setRealNumberPrecision + (int precision) + + + void + setStatus + https://doc.qt.io/qt-6/qtextstream.html + setStatus + (QTextStream::Status status) + + + void + setString + https://doc.qt.io/qt-6/qtextstream.html + setString + (QString *string, QIODeviceBase::OpenMode openMode) + + + void + skipWhiteSpace + https://doc.qt.io/qt-6/qtextstream.html + skipWhiteSpace + () + + + virtual + ~QTextStream + https://doc.qt.io/qt-6/qtextstream.html + dtor.QTextStream + () + + + QChar + padChar + https://doc.qt.io/qt-6/qtextstream.html + padChar + () const const + + + QIODevice * + device + https://doc.qt.io/qt-6/qtextstream.html + device + () const const + + + QLocale + locale + https://doc.qt.io/qt-6/qtextstream.html + locale + () const const + + + QString * + string + https://doc.qt.io/qt-6/qtextstream.html + string + () const const + + + QStringConverter::Encoding + encoding + https://doc.qt.io/qt-6/qtextstream.html + encoding + () const const + + + QTextStream::FieldAlignment + fieldAlignment + https://doc.qt.io/qt-6/qtextstream.html + fieldAlignment + () const const + + + QTextStream::NumberFlags + numberFlags + https://doc.qt.io/qt-6/qtextstream.html + numberFlags + () const const + + + QTextStream::RealNumberNotation + realNumberNotation + https://doc.qt.io/qt-6/qtextstream.html + realNumberNotation + () const const + + + QTextStream::Status + status + https://doc.qt.io/qt-6/qtextstream.html + status + () const const + + + bool + atEnd + https://doc.qt.io/qt-6/qtextstream.html + atEnd + () const const + + + bool + autoDetectUnicode + https://doc.qt.io/qt-6/qtextstream.html + autoDetectUnicode + () const const + + + bool + generateByteOrderMark + https://doc.qt.io/qt-6/qtextstream.html + generateByteOrderMark + () const const + + + int + fieldWidth + https://doc.qt.io/qt-6/qtextstream.html + fieldWidth + () const const + + + int + integerBase + https://doc.qt.io/qt-6/qtextstream.html + integerBase + () const const + + + int + realNumberPrecision + https://doc.qt.io/qt-6/qtextstream.html + realNumberPrecision + () const const + + + qint64 + pos + https://doc.qt.io/qt-6/qtextstream.html + pos + () const const + + + NumberFlags + https://doc.qt.io/qt-6/qtextstream.html + NumberFlag-enum + + + + + QThread + https://doc.qt.io/qt-6/qthread.html + QObject + + Priority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + IdlePriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + LowestPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + LowPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + NormalPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + HighPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + HighestPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + TimeCriticalPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + InheritPriority + https://doc.qt.io/qt-6/qthread.html + Priority-enum + + + + QThread * + create + https://doc.qt.io/qt-6/qthread.html + create + (Function &&f, Args &&... args) + + + QThread * + currentThread + https://doc.qt.io/qt-6/qthread.html + currentThread + () + + + + QThread + https://doc.qt.io/qt-6/qthread.html + QThread + (QObject *parent) + + + Qt::HANDLE + currentThreadId + https://doc.qt.io/qt-6/qthread.html + currentThreadId + () + + + virtual bool + event + https://doc.qt.io/qt-6/qthread.html + event + (QEvent *event) override + + + bool + wait + https://doc.qt.io/qt-6/qthread.html + wait + (QDeadlineTimer deadline) + + + bool + wait + https://doc.qt.io/qt-6/qthread.html + wait-1 + (unsigned long time) + + + int + exec + https://doc.qt.io/qt-6/qthread.html + exec + () + + + int + idealThreadCount + https://doc.qt.io/qt-6/qthread.html + idealThreadCount + () + + + void + exit + https://doc.qt.io/qt-6/qthread.html + exit + (int returnCode) + + + void + finished + https://doc.qt.io/qt-6/qthread.html + finished + () + + + void + msleep + https://doc.qt.io/qt-6/qthread.html + msleep + (unsigned long msecs) + + + void + quit + https://doc.qt.io/qt-6/qthread.html + quit + () + + + void + requestInterruption + https://doc.qt.io/qt-6/qthread.html + requestInterruption + () + + + virtual void + run + https://doc.qt.io/qt-6/qthread.html + run + () + + + void + setEventDispatcher + https://doc.qt.io/qt-6/qthread.html + setEventDispatcher + (QAbstractEventDispatcher *eventDispatcher) + + + void + setPriority + https://doc.qt.io/qt-6/qthread.html + setPriority + (QThread::Priority priority) + + + void + setStackSize + https://doc.qt.io/qt-6/qthread.html + setStackSize + (uint stackSize) + + + void + setTerminationEnabled + https://doc.qt.io/qt-6/qthread.html + setTerminationEnabled + (bool enabled) + + + void + sleep + https://doc.qt.io/qt-6/qthread.html + sleep + (unsigned long secs) + + + void + start + https://doc.qt.io/qt-6/qthread.html + start + (QThread::Priority priority) + + + void + started + https://doc.qt.io/qt-6/qthread.html + started + () + + + void + terminate + https://doc.qt.io/qt-6/qthread.html + terminate + () + + + void + usleep + https://doc.qt.io/qt-6/qthread.html + usleep + (unsigned long usecs) + + + void + yieldCurrentThread + https://doc.qt.io/qt-6/qthread.html + yieldCurrentThread + () + + + virtual + ~QThread + https://doc.qt.io/qt-6/qthread.html + dtor.QThread + () + + + QAbstractEventDispatcher * + eventDispatcher + https://doc.qt.io/qt-6/qthread.html + eventDispatcher + () const const + + + QThread::Priority + priority + https://doc.qt.io/qt-6/qthread.html + priority + () const const + + + bool + isFinished + https://doc.qt.io/qt-6/qthread.html + isFinished + () const const + + + bool + isInterruptionRequested + https://doc.qt.io/qt-6/qthread.html + isInterruptionRequested + () const const + + + bool + isRunning + https://doc.qt.io/qt-6/qthread.html + isRunning + () const const + + + int + loopLevel + https://doc.qt.io/qt-6/qthread.html + loopLevel + () const const + + + uint + stackSize + https://doc.qt.io/qt-6/qthread.html + stackSize + () const const + + + + QThreadPool + https://doc.qt.io/qt-6/qthreadpool.html + QObject + + QThreadPool * + globalInstance + https://doc.qt.io/qt-6/qthreadpool.html + globalInstance + () + + + + QThreadPool + https://doc.qt.io/qt-6/qthreadpool.html + QThreadPool + (QObject *parent) + + + bool + tryStart + https://doc.qt.io/qt-6/qthreadpool.html + tryStart + (QRunnable *runnable) + + + bool + tryStart + https://doc.qt.io/qt-6/qthreadpool.html + tryStart-1 + (std::function<void ()> functionToRun) + + + bool + tryTake + https://doc.qt.io/qt-6/qthreadpool.html + tryTake + (QRunnable *runnable) + + + bool + waitForDone + https://doc.qt.io/qt-6/qthreadpool.html + waitForDone + (int msecs) + + + void + clear + https://doc.qt.io/qt-6/qthreadpool.html + clear + () + + + void + releaseThread + https://doc.qt.io/qt-6/qthreadpool.html + releaseThread + () + + + void + reserveThread + https://doc.qt.io/qt-6/qthreadpool.html + reserveThread + () + + + void + setExpiryTimeout + https://doc.qt.io/qt-6/qthreadpool.html + expiryTimeout-prop + (int expiryTimeout) + + + void + setMaxThreadCount + https://doc.qt.io/qt-6/qthreadpool.html + maxThreadCount-prop + (int maxThreadCount) + + + void + setStackSize + https://doc.qt.io/qt-6/qthreadpool.html + stackSize-prop + (uint stackSize) + + + void + setThreadPriority + https://doc.qt.io/qt-6/qthreadpool.html + threadPriority-prop + (QThread::Priority priority) + + + void + start + https://doc.qt.io/qt-6/qthreadpool.html + start + (QRunnable *runnable, int priority) + + + void + start + https://doc.qt.io/qt-6/qthreadpool.html + start-1 + (std::function<void ()> functionToRun, int priority) + + + void + startOnReservedThread + https://doc.qt.io/qt-6/qthreadpool.html + startOnReservedThread + (QRunnable *runnable) + + + void + startOnReservedThread + https://doc.qt.io/qt-6/qthreadpool.html + startOnReservedThread-1 + (std::function<void ()> functionToRun) + + + virtual + ~QThreadPool + https://doc.qt.io/qt-6/qthreadpool.html + dtor.QThreadPool + () + + + QThread::Priority + threadPriority + https://doc.qt.io/qt-6/qthreadpool.html + threadPriority-prop + () const const + + + bool + contains + https://doc.qt.io/qt-6/qthreadpool.html + contains + (const QThread *thread) const const + + + int + activeThreadCount + https://doc.qt.io/qt-6/qthreadpool.html + activeThreadCount-prop + () const const + + + int + expiryTimeout + https://doc.qt.io/qt-6/qthreadpool.html + expiryTimeout-prop + () const const + + + int + maxThreadCount + https://doc.qt.io/qt-6/qthreadpool.html + maxThreadCount-prop + () const const + + + uint + stackSize + https://doc.qt.io/qt-6/qthreadpool.html + stackSize-prop + () const const + + + activeThreadCount + https://doc.qt.io/qt-6/qthreadpool.html + activeThreadCount-prop + + + + expiryTimeout + https://doc.qt.io/qt-6/qthreadpool.html + expiryTimeout-prop + + + + maxThreadCount + https://doc.qt.io/qt-6/qthreadpool.html + maxThreadCount-prop + + + + stackSize + https://doc.qt.io/qt-6/qthreadpool.html + stackSize-prop + + + + threadPriority + https://doc.qt.io/qt-6/qthreadpool.html + threadPriority-prop + + + + + QThreadStorage + https://doc.qt.io/qt-6/qthreadstorage.html + + + QThreadStorage + https://doc.qt.io/qt-6/qthreadstorage.html + QThreadStorage-1 + () + + + T & + localData + https://doc.qt.io/qt-6/qthreadstorage.html + localData + () + + + void + setLocalData + https://doc.qt.io/qt-6/qthreadstorage.html + setLocalData + (T data) + + + + ~QThreadStorage + https://doc.qt.io/qt-6/qthreadstorage.html + dtor.QThreadStorage + () + + + T + localData + https://doc.qt.io/qt-6/qthreadstorage.html + localData-1 + () const const + + + bool + hasLocalData + https://doc.qt.io/qt-6/qthreadstorage.html + hasLocalData + () const const + + + + QTime + https://doc.qt.io/qt-6/qtime.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qtime.html + operator-lt-lt-1 + (QDataStream &out, QTime time) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qtime.html + operator-gt-gt-1 + (QDataStream &in, QTime &time) + + + QTime + currentTime + https://doc.qt.io/qt-6/qtime.html + currentTime + () + + + QTime + fromMSecsSinceStartOfDay + https://doc.qt.io/qt-6/qtime.html + fromMSecsSinceStartOfDay + (int msecs) + + + QTime + fromString + https://doc.qt.io/qt-6/qtime.html + fromString-2 + (QStringView string, QStringView format) + + + QTime + fromString + https://doc.qt.io/qt-6/qtime.html + fromString-1 + (QStringView string, Qt::DateFormat format) + + + QTime + fromString + https://doc.qt.io/qt-6/qtime.html + fromString-3 + (const QString &string, QStringView format) + + + QTime + fromString + https://doc.qt.io/qt-6/qtime.html + fromString + (const QString &string, Qt::DateFormat format) + + + QTime + fromString + https://doc.qt.io/qt-6/qtime.html + fromString-4 + (const QString &string, const QString &format) + + + + QTime + https://doc.qt.io/qt-6/qtime.html + QTime-1 + () + + + + QTime + https://doc.qt.io/qt-6/qtime.html + QTime-2 + (int h, int m, int s, int ms) + + + bool + isValid + https://doc.qt.io/qt-6/qtime.html + isValid-1 + (int h, int m, int s, int ms) + + + bool + operator!= + https://doc.qt.io/qt-6/qtime.html + operator-not-eq + (QTime lhs, QTime rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qtime.html + operator-lt + (QTime lhs, QTime rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qtime.html + operator-lt-eq + (QTime lhs, QTime rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qtime.html + operator-eq-eq + (QTime lhs, QTime rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qtime.html + operator-gt + (QTime lhs, QTime rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qtime.html + operator-gt-eq + (QTime lhs, QTime rhs) + + + bool + setHMS + https://doc.qt.io/qt-6/qtime.html + setHMS + (int h, int m, int s, int ms) + + + QString + toString + https://doc.qt.io/qt-6/qtime.html + toString-2 + (QStringView format) const const + + + QString + toString + https://doc.qt.io/qt-6/qtime.html + toString-1 + (Qt::DateFormat format) const const + + + QString + toString + https://doc.qt.io/qt-6/qtime.html + toString + (const QString &format) const const + + + QTime + addMSecs + https://doc.qt.io/qt-6/qtime.html + addMSecs + (int ms) const const + + + QTime + addSecs + https://doc.qt.io/qt-6/qtime.html + addSecs + (int s) const const + + + bool + isNull + https://doc.qt.io/qt-6/qtime.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qtime.html + isValid + () const const + + + int + hour + https://doc.qt.io/qt-6/qtime.html + hour + () const const + + + int + minute + https://doc.qt.io/qt-6/qtime.html + minute + () const const + + + int + msec + https://doc.qt.io/qt-6/qtime.html + msec + () const const + + + int + msecsSinceStartOfDay + https://doc.qt.io/qt-6/qtime.html + msecsSinceStartOfDay + () const const + + + int + msecsTo + https://doc.qt.io/qt-6/qtime.html + msecsTo + (QTime t) const const + + + int + second + https://doc.qt.io/qt-6/qtime.html + second + () const const + + + int + secsTo + https://doc.qt.io/qt-6/qtime.html + secsTo + (QTime t) const const + + + + QTimeLine + https://doc.qt.io/qt-6/qtimeline.html + QObject + + Direction + https://doc.qt.io/qt-6/qtimeline.html + Direction-enum + + + Forward + https://doc.qt.io/qt-6/qtimeline.html + Direction-enum + + + + Backward + https://doc.qt.io/qt-6/qtimeline.html + Direction-enum + + + + State + https://doc.qt.io/qt-6/qtimeline.html + State-enum + + + NotRunning + https://doc.qt.io/qt-6/qtimeline.html + State-enum + + + + Paused + https://doc.qt.io/qt-6/qtimeline.html + State-enum + + + + Running + https://doc.qt.io/qt-6/qtimeline.html + State-enum + + + + QBindable<QEasingCurve> + bindableEasingCurve + https://doc.qt.io/qt-6/qtimeline.html + easingCurve-prop + () + + + QBindable<QTimeLine::Direction> + bindableDirection + https://doc.qt.io/qt-6/qtimeline.html + direction-prop + () + + + QBindable<int> + bindableCurrentTime + https://doc.qt.io/qt-6/qtimeline.html + currentTime-prop + () + + + QBindable<int> + bindableDuration + https://doc.qt.io/qt-6/qtimeline.html + duration-prop + () + + + QBindable<int> + bindableLoopCount + https://doc.qt.io/qt-6/qtimeline.html + loopCount-prop + () + + + QBindable<int> + bindableUpdateInterval + https://doc.qt.io/qt-6/qtimeline.html + updateInterval-prop + () + + + + QTimeLine + https://doc.qt.io/qt-6/qtimeline.html + QTimeLine + (int duration, QObject *parent) + + + void + finished + https://doc.qt.io/qt-6/qtimeline.html + finished + () + + + void + frameChanged + https://doc.qt.io/qt-6/qtimeline.html + frameChanged + (int frame) + + + void + resume + https://doc.qt.io/qt-6/qtimeline.html + resume + () + + + void + setCurrentTime + https://doc.qt.io/qt-6/qtimeline.html + currentTime-prop + (int msec) + + + void + setDirection + https://doc.qt.io/qt-6/qtimeline.html + direction-prop + (QTimeLine::Direction direction) + + + void + setDuration + https://doc.qt.io/qt-6/qtimeline.html + duration-prop + (int duration) + + + void + setEasingCurve + https://doc.qt.io/qt-6/qtimeline.html + easingCurve-prop + (const QEasingCurve &curve) + + + void + setEndFrame + https://doc.qt.io/qt-6/qtimeline.html + setEndFrame + (int frame) + + + void + setFrameRange + https://doc.qt.io/qt-6/qtimeline.html + setFrameRange + (int startFrame, int endFrame) + + + void + setLoopCount + https://doc.qt.io/qt-6/qtimeline.html + loopCount-prop + (int count) + + + void + setPaused + https://doc.qt.io/qt-6/qtimeline.html + setPaused + (bool paused) + + + void + setStartFrame + https://doc.qt.io/qt-6/qtimeline.html + setStartFrame + (int frame) + + + void + setUpdateInterval + https://doc.qt.io/qt-6/qtimeline.html + updateInterval-prop + (int interval) + + + void + start + https://doc.qt.io/qt-6/qtimeline.html + start + () + + + void + stateChanged + https://doc.qt.io/qt-6/qtimeline.html + stateChanged + (QTimeLine::State newState) + + + void + stop + https://doc.qt.io/qt-6/qtimeline.html + stop + () + + + virtual void + timerEvent + https://doc.qt.io/qt-6/qtimeline.html + timerEvent + (QTimerEvent *event) override + + + void + toggleDirection + https://doc.qt.io/qt-6/qtimeline.html + toggleDirection + () + + + void + valueChanged + https://doc.qt.io/qt-6/qtimeline.html + valueChanged + (qreal value) + + + virtual + ~QTimeLine + https://doc.qt.io/qt-6/qtimeline.html + dtor.QTimeLine + () + + + QEasingCurve + easingCurve + https://doc.qt.io/qt-6/qtimeline.html + easingCurve-prop + () const const + + + QTimeLine::Direction + direction + https://doc.qt.io/qt-6/qtimeline.html + direction-prop + () const const + + + QTimeLine::State + state + https://doc.qt.io/qt-6/qtimeline.html + state + () const const + + + int + currentFrame + https://doc.qt.io/qt-6/qtimeline.html + currentFrame + () const const + + + int + currentTime + https://doc.qt.io/qt-6/qtimeline.html + currentTime-prop + () const const + + + int + duration + https://doc.qt.io/qt-6/qtimeline.html + duration-prop + () const const + + + int + endFrame + https://doc.qt.io/qt-6/qtimeline.html + endFrame + () const const + + + int + frameForTime + https://doc.qt.io/qt-6/qtimeline.html + frameForTime + (int msec) const const + + + int + loopCount + https://doc.qt.io/qt-6/qtimeline.html + loopCount-prop + () const const + + + int + startFrame + https://doc.qt.io/qt-6/qtimeline.html + startFrame + () const const + + + int + updateInterval + https://doc.qt.io/qt-6/qtimeline.html + updateInterval-prop + () const const + + + qreal + currentValue + https://doc.qt.io/qt-6/qtimeline.html + currentValue + () const const + + + virtual qreal + valueForTime + https://doc.qt.io/qt-6/qtimeline.html + valueForTime + (int msec) const const + + + currentTime + https://doc.qt.io/qt-6/qtimeline.html + currentTime-prop + + + + direction + https://doc.qt.io/qt-6/qtimeline.html + direction-prop + + + + duration + https://doc.qt.io/qt-6/qtimeline.html + duration-prop + + + + easingCurve + https://doc.qt.io/qt-6/qtimeline.html + easingCurve-prop + + + + loopCount + https://doc.qt.io/qt-6/qtimeline.html + loopCount-prop + + + + updateInterval + https://doc.qt.io/qt-6/qtimeline.html + updateInterval-prop + + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone::OffsetData + + Initialization + https://doc.qt.io/qt-6/qtimezone.html + Initialization-enum + + + LocalTime + https://doc.qt.io/qt-6/qtimezone.html + Initialization-enum + + + + UTC + https://doc.qt.io/qt-6/qtimezone.html + Initialization-enum + + + + NameType + https://doc.qt.io/qt-6/qtimezone.html + NameType-enum + + + DefaultName + https://doc.qt.io/qt-6/qtimezone.html + NameType-enum + + + + LongName + https://doc.qt.io/qt-6/qtimezone.html + NameType-enum + + + + ShortName + https://doc.qt.io/qt-6/qtimezone.html + NameType-enum + + + + OffsetName + https://doc.qt.io/qt-6/qtimezone.html + NameType-enum + + + + TimeType + https://doc.qt.io/qt-6/qtimezone.html + TimeType-enum + + + StandardTime + https://doc.qt.io/qt-6/qtimezone.html + TimeType-enum + + + + DaylightTime + https://doc.qt.io/qt-6/qtimezone.html + TimeType-enum + + + + GenericTime + https://doc.qt.io/qt-6/qtimezone.html + TimeType-enum + + + + anonymous + https://doc.qt.io/qt-6/qtimezone.html + anonymous-enum + + + MinUtcOffsetSecs + https://doc.qt.io/qt-6/qtimezone.html + anonymous-enum + + + + MaxUtcOffsetSecs + https://doc.qt.io/qt-6/qtimezone.html + anonymous-enum + + + + QByteArray + ianaIdToWindowsId + https://doc.qt.io/qt-6/qtimezone.html + ianaIdToWindowsId + (const QByteArray &ianaId) + + + QByteArray + systemTimeZoneId + https://doc.qt.io/qt-6/qtimezone.html + systemTimeZoneId + () + + + QByteArray + windowsIdToDefaultIanaId + https://doc.qt.io/qt-6/qtimezone.html + windowsIdToDefaultIanaId + (const QByteArray &windowsId) + + + QByteArray + windowsIdToDefaultIanaId + https://doc.qt.io/qt-6/qtimezone.html + windowsIdToDefaultIanaId-1 + (const QByteArray &windowsId, QLocale::Territory territory) + + + QList<QByteArray> + availableTimeZoneIds + https://doc.qt.io/qt-6/qtimezone.html + availableTimeZoneIds + () + + + QList<QByteArray> + availableTimeZoneIds + https://doc.qt.io/qt-6/qtimezone.html + availableTimeZoneIds-1 + (QLocale::Territory territory) + + + QList<QByteArray> + availableTimeZoneIds + https://doc.qt.io/qt-6/qtimezone.html + availableTimeZoneIds-2 + (int offsetSeconds) + + + QList<QByteArray> + windowsIdToIanaIds + https://doc.qt.io/qt-6/qtimezone.html + windowsIdToIanaIds + (const QByteArray &windowsId) + + + QList<QByteArray> + windowsIdToIanaIds + https://doc.qt.io/qt-6/qtimezone.html + windowsIdToIanaIds-1 + (const QByteArray &windowsId, QLocale::Territory territory) + + + QTimeZone & + operator= + https://doc.qt.io/qt-6/qtimezone.html + operator-eq-1 + (QTimeZone &&other) + + + QTimeZone & + operator= + https://doc.qt.io/qt-6/qtimezone.html + operator-eq + (const QTimeZone &other) + + + QTimeZone + fromCFTimeZone + https://doc.qt.io/qt-6/qtimezone.html + fromCFTimeZone + (CFTimeZoneRef timeZone) + + + QTimeZone + fromDurationAheadOfUtc + https://doc.qt.io/qt-6/qtimezone.html + fromDurationAheadOfUtc + (std::chrono::seconds offset) + + + QTimeZone + fromNSTimeZone + https://doc.qt.io/qt-6/qtimezone.html + fromNSTimeZone + (const NSTimeZone *timeZone) + + + QTimeZone + fromSecondsAheadOfUtc + https://doc.qt.io/qt-6/qtimezone.html + fromSecondsAheadOfUtc + (int offset) + + + QTimeZone + fromStdTimeZonePtr + https://doc.qt.io/qt-6/qtimezone.html + fromStdTimeZonePtr + (const int *timeZone) + + + QTimeZone + systemTimeZone + https://doc.qt.io/qt-6/qtimezone.html + systemTimeZone + () + + + QTimeZone + utc + https://doc.qt.io/qt-6/qtimezone.html + utc + () + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-1 + () + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-7 + (QTimeZone &&other) + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-2 + (QTimeZone::Initialization spec) + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-4 + (const QByteArray &ianaId) + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-5 + (const QByteArray &ianaId, int offsetSeconds, const QString &name, const QString &abbreviation, QLocale::Territory territory, const QString &comment) + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-6 + (const QTimeZone &other) + + + + QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + QTimeZone-3 + (int offsetSeconds) + + + bool + isTimeZoneIdAvailable + https://doc.qt.io/qt-6/qtimezone.html + isTimeZoneIdAvailable + (const QByteArray &ianaId) + + + bool + isUtcOrFixedOffset + https://doc.qt.io/qt-6/qtimezone.html + isUtcOrFixedOffset + (Qt::TimeSpec spec) + + + void + swap + https://doc.qt.io/qt-6/qtimezone.html + swap + (QTimeZone &other) + + + + ~QTimeZone + https://doc.qt.io/qt-6/qtimezone.html + dtor.QTimeZone + () + + + CFTimeZoneRef + toCFTimeZone + https://doc.qt.io/qt-6/qtimezone.html + toCFTimeZone + () const const + + + NSTimeZone * + toNSTimeZone + https://doc.qt.io/qt-6/qtimezone.html + toNSTimeZone + () const const + + + QByteArray + id + https://doc.qt.io/qt-6/qtimezone.html + id + () const const + + + QLocale::Country + country + https://doc.qt.io/qt-6/qtimezone-obsolete.html + country + () const const + + + QLocale::Territory + territory + https://doc.qt.io/qt-6/qtimezone.html + territory + () const const + + + QString + abbreviation + https://doc.qt.io/qt-6/qtimezone.html + abbreviation + (const QDateTime &atDateTime) const const + + + QString + comment + https://doc.qt.io/qt-6/qtimezone.html + comment + () const const + + + QString + displayName + https://doc.qt.io/qt-6/qtimezone.html + displayName-1 + (QTimeZone::TimeType timeType, QTimeZone::NameType nameType, const QLocale &locale) const const + + + QString + displayName + https://doc.qt.io/qt-6/qtimezone.html + displayName + (const QDateTime &atDateTime, QTimeZone::NameType nameType, const QLocale &locale) const const + + + QTimeZone + asBackendZone + https://doc.qt.io/qt-6/qtimezone.html + asBackendZone + () const const + + + QTimeZone::OffsetData + nextTransition + https://doc.qt.io/qt-6/qtimezone.html + nextTransition + (const QDateTime &afterDateTime) const const + + + QTimeZone::OffsetData + offsetData + https://doc.qt.io/qt-6/qtimezone.html + offsetData + (const QDateTime &forDateTime) const const + + + QTimeZone::OffsetData + previousTransition + https://doc.qt.io/qt-6/qtimezone.html + previousTransition + (const QDateTime &beforeDateTime) const const + + + QTimeZone::OffsetDataList + transitions + https://doc.qt.io/qt-6/qtimezone.html + transitions + (const QDateTime &fromDateTime, const QDateTime &toDateTime) const const + + + Qt::TimeSpec + timeSpec + https://doc.qt.io/qt-6/qtimezone.html + timeSpec + () const const + + + bool + hasDaylightTime + https://doc.qt.io/qt-6/qtimezone.html + hasDaylightTime + () const const + + + bool + hasTransitions + https://doc.qt.io/qt-6/qtimezone.html + hasTransitions + () const const + + + bool + isDaylightTime + https://doc.qt.io/qt-6/qtimezone.html + isDaylightTime + (const QDateTime &atDateTime) const const + + + bool + isUtcOrFixedOffset + https://doc.qt.io/qt-6/qtimezone.html + isUtcOrFixedOffset-1 + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qtimezone.html + isValid + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qtimezone.html + operator-not-eq + (const QTimeZone &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qtimezone.html + operator-eq-eq + (const QTimeZone &other) const const + + + int + daylightTimeOffset + https://doc.qt.io/qt-6/qtimezone.html + daylightTimeOffset + (const QDateTime &atDateTime) const const + + + int + fixedSecondsAheadOfUtc + https://doc.qt.io/qt-6/qtimezone.html + fixedSecondsAheadOfUtc + () const const + + + int + offsetFromUtc + https://doc.qt.io/qt-6/qtimezone.html + offsetFromUtc + (const QDateTime &atDateTime) const const + + + int + standardTimeOffset + https://doc.qt.io/qt-6/qtimezone.html + standardTimeOffset + (const QDateTime &atDateTime) const const + + + OffsetDataList + https://doc.qt.io/qt-6/qtimezone.html + OffsetDataList-typedef + + + + + QTimeZone::OffsetData + https://doc.qt.io/qt-6/qtimezone-offsetdata.html + + + QTimer + https://doc.qt.io/qt-6/qtimer.html + QObject + + QBindable<Qt::TimerType> + bindableTimerType + https://doc.qt.io/qt-6/qtimer.html + timerType-prop + () + + + QBindable<bool> + bindableActive + https://doc.qt.io/qt-6/qtimer.html + active-prop + () + + + QBindable<bool> + bindableSingleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-prop + () + + + QBindable<int> + bindableInterval + https://doc.qt.io/qt-6/qtimer.html + interval-prop + () + + + QMetaObject::Connection + callOnTimeout + https://doc.qt.io/qt-6/qtimer.html + callOnTimeout + (Functor slot, Qt::ConnectionType connectionType) + + + QMetaObject::Connection + callOnTimeout + https://doc.qt.io/qt-6/qtimer.html + callOnTimeout-1 + (const QObject *context, Functor slot, Qt::ConnectionType connectionType) + + + QMetaObject::Connection + callOnTimeout + https://doc.qt.io/qt-6/qtimer.html + callOnTimeout-2 + (const QObject *receiver, MemberFunction *slot, Qt::ConnectionType connectionType) + + + + QTimer + https://doc.qt.io/qt-6/qtimer.html + QTimer + (QObject *parent) + + + void + setInterval + https://doc.qt.io/qt-6/qtimer.html + interval-prop + (int msec) + + + void + setInterval + https://doc.qt.io/qt-6/qtimer.html + interval-prop + (std::chrono::milliseconds value) + + + void + setSingleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-prop + (bool singleShot) + + + void + setTimerType + https://doc.qt.io/qt-6/qtimer.html + timerType-prop + (Qt::TimerType atype) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-4 + (int msec, Functor functor) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-5 + (int msec, Qt::TimerType timerType, Functor functor) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-7 + (int msec, Qt::TimerType timerType, const QObject *context, Functor functor) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-3 + (int msec, Qt::TimerType timerType, const QObject *receiver, PointerToMemberFunction method) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-1 + (int msec, Qt::TimerType timerType, const QObject *receiver, const char *member) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-6 + (int msec, const QObject *context, Functor functor) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-2 + (int msec, const QObject *receiver, PointerToMemberFunction method) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot + (int msec, const QObject *receiver, const char *member) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-9 + (std::chrono::milliseconds msec, Qt::TimerType timerType, const QObject *receiver, const char *member) + + + void + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-8 + (std::chrono::milliseconds msec, const QObject *receiver, const char *member) + + + void + start + https://doc.qt.io/qt-6/qtimer.html + start-1 + () + + + void + start + https://doc.qt.io/qt-6/qtimer.html + start + (int msec) + + + void + start + https://doc.qt.io/qt-6/qtimer.html + start-2 + (std::chrono::milliseconds msec) + + + void + stop + https://doc.qt.io/qt-6/qtimer.html + stop + () + + + void + timeout + https://doc.qt.io/qt-6/qtimer.html + timeout + () + + + virtual void + timerEvent + https://doc.qt.io/qt-6/qtimer.html + timerEvent + (QTimerEvent *e) override + + + virtual + ~QTimer + https://doc.qt.io/qt-6/qtimer.html + dtor.QTimer + () + + + Qt::TimerType + timerType + https://doc.qt.io/qt-6/qtimer.html + timerType-prop + () const const + + + bool + isActive + https://doc.qt.io/qt-6/qtimer.html + isActive + () const const + + + bool + isSingleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-prop + () const const + + + int + interval + https://doc.qt.io/qt-6/qtimer.html + interval-prop + () const const + + + int + remainingTime + https://doc.qt.io/qt-6/qtimer.html + remainingTime-prop + () const const + + + int + timerId + https://doc.qt.io/qt-6/qtimer.html + timerId + () const const + + + std::chrono::milliseconds + intervalAsDuration + https://doc.qt.io/qt-6/qtimer.html + intervalAsDuration + () const const + + + std::chrono::milliseconds + remainingTimeAsDuration + https://doc.qt.io/qt-6/qtimer.html + remainingTimeAsDuration + () const const + + + active + https://doc.qt.io/qt-6/qtimer.html + active-prop + + + + interval + https://doc.qt.io/qt-6/qtimer.html + interval-prop + + + + remainingTime + https://doc.qt.io/qt-6/qtimer.html + remainingTime-prop + + + + singleShot + https://doc.qt.io/qt-6/qtimer.html + singleShot-prop + + + + timerType + https://doc.qt.io/qt-6/qtimer.html + timerType-prop + + + + + QTimerEvent + https://doc.qt.io/qt-6/qtimerevent.html + QEvent + + + QTimerEvent + https://doc.qt.io/qt-6/qtimerevent.html + QTimerEvent-2 + (int timerId) + + + int + timerId + https://doc.qt.io/qt-6/qtimerevent.html + timerId + () const const + + + + QTranslator + https://doc.qt.io/qt-6/qtranslator.html + QObject + + + QTranslator + https://doc.qt.io/qt-6/qtranslator.html + QTranslator + (QObject *parent) + + + bool + load + https://doc.qt.io/qt-6/qtranslator.html + load-1 + (const QLocale &locale, const QString &filename, const QString &prefix, const QString &directory, const QString &suffix) + + + bool + load + https://doc.qt.io/qt-6/qtranslator.html + load + (const QString &filename, const QString &directory, const QString &search_delimiters, const QString &suffix) + + + bool + load + https://doc.qt.io/qt-6/qtranslator.html + load-2 + (const uchar *data, int len, const QString &directory) + + + virtual + ~QTranslator + https://doc.qt.io/qt-6/qtranslator.html + dtor.QTranslator + () + + + QString + filePath + https://doc.qt.io/qt-6/qtranslator.html + filePath + () const const + + + QString + language + https://doc.qt.io/qt-6/qtranslator.html + language + () const const + + + virtual QString + translate + https://doc.qt.io/qt-6/qtranslator.html + translate + (const char *context, const char *sourceText, const char *disambiguation, int n) const const + + + virtual bool + isEmpty + https://doc.qt.io/qt-6/qtranslator.html + isEmpty + () const const + + + + QTransposeProxyModel + https://doc.qt.io/qt-6/qtransposeproxymodel.html + QAbstractProxyModel + + + QTransposeProxyModel + https://doc.qt.io/qt-6/qtransposeproxymodel.html + QTransposeProxyModel-1 + (QObject *parent) + + + virtual bool + insertColumns + https://doc.qt.io/qt-6/qtransposeproxymodel.html + insertColumns + (int column, int count, const QModelIndex &parent) override + + + virtual bool + insertRows + https://doc.qt.io/qt-6/qtransposeproxymodel.html + insertRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + moveColumns + https://doc.qt.io/qt-6/qtransposeproxymodel.html + moveColumns + (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) override + + + virtual bool + moveRows + https://doc.qt.io/qt-6/qtransposeproxymodel.html + moveRows + (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) override + + + virtual bool + removeColumns + https://doc.qt.io/qt-6/qtransposeproxymodel.html + removeColumns + (int column, int count, const QModelIndex &parent) override + + + virtual bool + removeRows + https://doc.qt.io/qt-6/qtransposeproxymodel.html + removeRows + (int row, int count, const QModelIndex &parent) override + + + virtual bool + setHeaderData + https://doc.qt.io/qt-6/qtransposeproxymodel.html + setHeaderData + (int section, Qt::Orientation orientation, const QVariant &value, int role) override + + + virtual bool + setItemData + https://doc.qt.io/qt-6/qtransposeproxymodel.html + setItemData + (const QModelIndex &index, const QMap<int, QVariant> &roles) override + + + virtual void + setSourceModel + https://doc.qt.io/qt-6/qtransposeproxymodel.html + setSourceModel + (QAbstractItemModel *newSourceModel) override + + + virtual void + sort + https://doc.qt.io/qt-6/qtransposeproxymodel.html + sort + (int column, Qt::SortOrder order) override + + + virtual + ~QTransposeProxyModel + https://doc.qt.io/qt-6/qtransposeproxymodel.html + dtor.QTransposeProxyModel + () + + + virtual QMap<int, QVariant> + itemData + https://doc.qt.io/qt-6/qtransposeproxymodel.html + itemData + (const QModelIndex &index) const const override + + + virtual QModelIndex + index + https://doc.qt.io/qt-6/qtransposeproxymodel.html + index + (int row, int column, const QModelIndex &parent) const const override + + + virtual QModelIndex + mapFromSource + https://doc.qt.io/qt-6/qtransposeproxymodel.html + mapFromSource + (const QModelIndex &sourceIndex) const const override + + + virtual QModelIndex + mapToSource + https://doc.qt.io/qt-6/qtransposeproxymodel.html + mapToSource + (const QModelIndex &proxyIndex) const const override + + + virtual QModelIndex + parent + https://doc.qt.io/qt-6/qtransposeproxymodel.html + parent + (const QModelIndex &index) const const override + + + virtual QSize + span + https://doc.qt.io/qt-6/qtransposeproxymodel.html + span + (const QModelIndex &index) const const override + + + virtual QVariant + headerData + https://doc.qt.io/qt-6/qtransposeproxymodel.html + headerData + (int section, Qt::Orientation orientation, int role) const const override + + + virtual int + columnCount + https://doc.qt.io/qt-6/qtransposeproxymodel.html + columnCount + (const QModelIndex &parent) const const override + + + virtual int + rowCount + https://doc.qt.io/qt-6/qtransposeproxymodel.html + rowCount + (const QModelIndex &parent) const const override + + + + QTypeRevision + https://doc.qt.io/qt-6/qtyperevision.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qtyperevision.html + operator-lt-lt + (QDataStream &out, const QTypeRevision &revision) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qtyperevision.html + operator-gt-gt + (QDataStream &in, QTypeRevision &revision) + + + QTypeRevision + fromEncodedVersion + https://doc.qt.io/qt-6/qtyperevision.html + fromEncodedVersion + (Integer value) + + + QTypeRevision + fromMajorVersion + https://doc.qt.io/qt-6/qtyperevision.html + fromMajorVersion + (Major majorVersion) + + + QTypeRevision + fromMinorVersion + https://doc.qt.io/qt-6/qtyperevision.html + fromMinorVersion + (Minor minorVersion) + + + QTypeRevision + fromVersion + https://doc.qt.io/qt-6/qtyperevision.html + fromVersion + (Major majorVersion, Minor minorVersion) + + + QTypeRevision + zero + https://doc.qt.io/qt-6/qtyperevision.html + zero + () + + + + QTypeRevision + https://doc.qt.io/qt-6/qtyperevision.html + QTypeRevision + () + + + bool + isValidSegment + https://doc.qt.io/qt-6/qtyperevision.html + isValidSegment + (Integer segment) + + + Integer + toEncodedVersion + https://doc.qt.io/qt-6/qtyperevision.html + toEncodedVersion + () const const + + + bool + hasMajorVersion + https://doc.qt.io/qt-6/qtyperevision.html + hasMajorVersion + () const const + + + bool + hasMinorVersion + https://doc.qt.io/qt-6/qtyperevision.html + hasMinorVersion + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qtyperevision.html + isValid + () const const + + + quint8 + majorVersion + https://doc.qt.io/qt-6/qtyperevision.html + majorVersion + () const const + + + quint8 + minorVersion + https://doc.qt.io/qt-6/qtyperevision.html + minorVersion + () const const + + + + QUnhandledException + https://doc.qt.io/qt-6/qunhandledexception.html + QException + + QUnhandledException & + operator= + https://doc.qt.io/qt-6/qunhandledexception.html + operator-eq-1 + (const QUnhandledException &other) + + + + QUnhandledException + https://doc.qt.io/qt-6/qunhandledexception.html + QUnhandledException-1 + (QUnhandledException &&other) + + + + QUnhandledException + https://doc.qt.io/qt-6/qunhandledexception.html + QUnhandledException-2 + (const QUnhandledException &other) + + + + QUnhandledException + https://doc.qt.io/qt-6/qunhandledexception.html + QUnhandledException + (std::exception_ptr exception) + + + void + swap + https://doc.qt.io/qt-6/qunhandledexception.html + swap + (QUnhandledException &other) + + + std::exception_ptr + exception + https://doc.qt.io/qt-6/qunhandledexception.html + exception + () const const + + + + QUntypedBindable + https://doc.qt.io/qt-6/quntypedbindable.html + + QPropertyNotifier + addNotifier + https://doc.qt.io/qt-6/quntypedbindable.html + addNotifier + (Functor f) + + + + QUntypedBindable + https://doc.qt.io/qt-6/quntypedbindable.html + QUntypedBindable-3 + () + + + + QUntypedBindable + https://doc.qt.io/qt-6/quntypedbindable.html + QUntypedBindable-4 + (Property *property) + + + QUntypedPropertyBinding + takeBinding + https://doc.qt.io/qt-6/quntypedbindable.html + takeBinding + () + + + bool + setBinding + https://doc.qt.io/qt-6/quntypedbindable.html + setBinding + (const QUntypedPropertyBinding &binding) + + + QMetaType + metaType + https://doc.qt.io/qt-6/quntypedbindable.html + metaType + () const const + + + QPropertyChangeHandler<Functor> + onValueChanged + https://doc.qt.io/qt-6/quntypedbindable.html + onValueChanged + (Functor f) const const + + + QPropertyChangeHandler<Functor> + subscribe + https://doc.qt.io/qt-6/quntypedbindable.html + subscribe + (Functor f) const const + + + QUntypedPropertyBinding + binding + https://doc.qt.io/qt-6/quntypedbindable.html + binding + () const const + + + QUntypedPropertyBinding + makeBinding + https://doc.qt.io/qt-6/quntypedbindable.html + makeBinding + (const QPropertyBindingSourceLocation &location) const const + + + bool + hasBinding + https://doc.qt.io/qt-6/quntypedbindable.html + hasBinding + () const const + + + bool + isReadOnly + https://doc.qt.io/qt-6/quntypedbindable.html + isReadOnly + () const const + + + bool + isValid + https://doc.qt.io/qt-6/quntypedbindable.html + isValid + () const const + + + + QUrl + https://doc.qt.io/qt-6/qurl.html + + AceProcessingOption + https://doc.qt.io/qt-6/qurl.html + AceProcessingOption-enum + + + IgnoreIDNWhitelist + https://doc.qt.io/qt-6/qurl.html + AceProcessingOption-enum + + + + AceTransitionalProcessing + https://doc.qt.io/qt-6/qurl.html + AceProcessingOption-enum + + + + ComponentFormattingOption + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + PrettyDecoded + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + EncodeSpaces + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + EncodeUnicode + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + EncodeDelimiters + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + EncodeReserved + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + DecodeReserved + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + FullyEncoded + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + FullyDecoded + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + ParsingMode + https://doc.qt.io/qt-6/qurl.html + ParsingMode-enum + + + TolerantMode + https://doc.qt.io/qt-6/qurl.html + ParsingMode-enum + + + + StrictMode + https://doc.qt.io/qt-6/qurl.html + ParsingMode-enum + + + + DecodedMode + https://doc.qt.io/qt-6/qurl.html + ParsingMode-enum + + + + UrlFormattingOption + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + None + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemoveScheme + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemovePassword + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemoveUserInfo + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemovePort + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemoveAuthority + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemovePath + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemoveQuery + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemoveFragment + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + PreferLocalFile + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + StripTrailingSlash + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + RemoveFilename + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + NormalizePathSegments + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + UserInputResolutionOption + https://doc.qt.io/qt-6/qurl.html + UserInputResolutionOption-enum + + + DefaultResolution + https://doc.qt.io/qt-6/qurl.html + UserInputResolutionOption-enum + + + + AssumeLocalFile + https://doc.qt.io/qt-6/qurl.html + UserInputResolutionOption-enum + + + + QByteArray + toAce + https://doc.qt.io/qt-6/qurl.html + toAce + (const QString &domain, QUrl::AceProcessingOptions options) + + + QByteArray + toPercentEncoding + https://doc.qt.io/qt-6/qurl.html + toPercentEncoding + (const QString &input, const QByteArray &exclude, const QByteArray &include) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qurl.html + operator-lt-lt + (QDataStream &out, const QUrl &url) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qurl.html + operator-gt-gt + (QDataStream &in, QUrl &url) + + + QList<QUrl> + fromStringList + https://doc.qt.io/qt-6/qurl.html + fromStringList + (const QStringList &urls, QUrl::ParsingMode mode) + + + QString + fromAce + https://doc.qt.io/qt-6/qurl.html + fromAce + (const QByteArray &domain, QUrl::AceProcessingOptions options) + + + QString + fromPercentEncoding + https://doc.qt.io/qt-6/qurl.html + fromPercentEncoding + (const QByteArray &input) + + + QStringList + idnWhitelist + https://doc.qt.io/qt-6/qurl.html + idnWhitelist + () + + + QStringList + toStringList + https://doc.qt.io/qt-6/qurl.html + toStringList + (const QList<QUrl> &urls, QUrl::FormattingOptions options) + + + + QT_NO_URL_CAST_FROM_STRING + https://doc.qt.io/qt-6/qurl.html + QT_NO_URL_CAST_FROM_STRING + QT_NO_URL_CAST_FROM_STRING + + + QUrl & + operator= + https://doc.qt.io/qt-6/qurl.html + operator-eq-2 + (QUrl &&other) + + + QUrl & + operator= + https://doc.qt.io/qt-6/qurl.html + operator-eq-1 + (const QString &url) + + + QUrl & + operator= + https://doc.qt.io/qt-6/qurl.html + operator-eq + (const QUrl &url) + + + QUrl + fromCFURL + https://doc.qt.io/qt-6/qurl.html + fromCFURL + (CFURLRef url) + + + QUrl + fromEncoded + https://doc.qt.io/qt-6/qurl.html + fromEncoded + (const QByteArray &input, QUrl::ParsingMode parsingMode) + + + QUrl + fromLocalFile + https://doc.qt.io/qt-6/qurl.html + fromLocalFile + (const QString &localFile) + + + QUrl + fromNSURL + https://doc.qt.io/qt-6/qurl.html + fromNSURL + (const NSURL *url) + + + QUrl + fromUserInput + https://doc.qt.io/qt-6/qurl.html + fromUserInput + (const QString &userInput, const QString &workingDirectory, QUrl::UserInputResolutionOptions options) + + + + QUrl + https://doc.qt.io/qt-6/qurl.html + QUrl + () + + + + QUrl + https://doc.qt.io/qt-6/qurl.html + QUrl-3 + (QUrl &&other) + + + + QUrl + https://doc.qt.io/qt-6/qurl.html + QUrl-2 + (const QString &url, QUrl::ParsingMode parsingMode) + + + + QUrl + https://doc.qt.io/qt-6/qurl.html + QUrl-1 + (const QUrl &other) + + + void + clear + https://doc.qt.io/qt-6/qurl.html + clear + () + + + void + setAuthority + https://doc.qt.io/qt-6/qurl.html + setAuthority + (const QString &authority, QUrl::ParsingMode mode) + + + void + setFragment + https://doc.qt.io/qt-6/qurl.html + setFragment + (const QString &fragment, QUrl::ParsingMode mode) + + + void + setHost + https://doc.qt.io/qt-6/qurl.html + setHost + (const QString &host, QUrl::ParsingMode mode) + + + void + setIdnWhitelist + https://doc.qt.io/qt-6/qurl.html + setIdnWhitelist + (const QStringList &list) + + + void + setPassword + https://doc.qt.io/qt-6/qurl.html + setPassword + (const QString &password, QUrl::ParsingMode mode) + + + void + setPath + https://doc.qt.io/qt-6/qurl.html + setPath + (const QString &path, QUrl::ParsingMode mode) + + + void + setPort + https://doc.qt.io/qt-6/qurl.html + setPort + (int port) + + + void + setQuery + https://doc.qt.io/qt-6/qurl.html + setQuery + (const QString &query, QUrl::ParsingMode mode) + + + void + setQuery + https://doc.qt.io/qt-6/qurl.html + setQuery-1 + (const QUrlQuery &query) + + + void + setScheme + https://doc.qt.io/qt-6/qurl.html + setScheme + (const QString &scheme) + + + void + setUrl + https://doc.qt.io/qt-6/qurl.html + setUrl + (const QString &url, QUrl::ParsingMode parsingMode) + + + void + setUserInfo + https://doc.qt.io/qt-6/qurl.html + setUserInfo + (const QString &userInfo, QUrl::ParsingMode mode) + + + void + setUserName + https://doc.qt.io/qt-6/qurl.html + setUserName + (const QString &userName, QUrl::ParsingMode mode) + + + void + swap + https://doc.qt.io/qt-6/qurl.html + swap + (QUrl &other) + + + + ~QUrl + https://doc.qt.io/qt-6/qurl.html + dtor.QUrl + () + + + CFURLRef + toCFURL + https://doc.qt.io/qt-6/qurl.html + toCFURL + () const const + + + NSURL * + toNSURL + https://doc.qt.io/qt-6/qurl.html + toNSURL + () const const + + + QByteArray + toEncoded + https://doc.qt.io/qt-6/qurl.html + toEncoded + (QUrl::FormattingOptions options) const const + + + QString + authority + https://doc.qt.io/qt-6/qurl.html + authority + (QUrl::ComponentFormattingOptions options) const const + + + QString + errorString + https://doc.qt.io/qt-6/qurl.html + errorString + () const const + + + QString + fileName + https://doc.qt.io/qt-6/qurl.html + fileName + (QUrl::ComponentFormattingOptions options) const const + + + QString + fragment + https://doc.qt.io/qt-6/qurl.html + fragment + (QUrl::ComponentFormattingOptions options) const const + + + QString + host + https://doc.qt.io/qt-6/qurl.html + host + (QUrl::ComponentFormattingOptions options) const const + + + QString + password + https://doc.qt.io/qt-6/qurl.html + password + (QUrl::ComponentFormattingOptions options) const const + + + QString + path + https://doc.qt.io/qt-6/qurl.html + path + (QUrl::ComponentFormattingOptions options) const const + + + QString + query + https://doc.qt.io/qt-6/qurl.html + query + (QUrl::ComponentFormattingOptions options) const const + + + QString + scheme + https://doc.qt.io/qt-6/qurl.html + scheme + () const const + + + QString + toDisplayString + https://doc.qt.io/qt-6/qurl.html + toDisplayString + (QUrl::FormattingOptions options) const const + + + QString + toLocalFile + https://doc.qt.io/qt-6/qurl.html + toLocalFile + () const const + + + QString + toString + https://doc.qt.io/qt-6/qurl.html + toString + (QUrl::FormattingOptions options) const const + + + QString + url + https://doc.qt.io/qt-6/qurl.html + url + (QUrl::FormattingOptions options) const const + + + QString + userInfo + https://doc.qt.io/qt-6/qurl.html + userInfo + (QUrl::ComponentFormattingOptions options) const const + + + QString + userName + https://doc.qt.io/qt-6/qurl.html + userName + (QUrl::ComponentFormattingOptions options) const const + + + QUrl + adjusted + https://doc.qt.io/qt-6/qurl.html + adjusted + (QUrl::FormattingOptions options) const const + + + QUrl + resolved + https://doc.qt.io/qt-6/qurl.html + resolved + (const QUrl &relative) const const + + + bool + hasFragment + https://doc.qt.io/qt-6/qurl.html + hasFragment + () const const + + + bool + hasQuery + https://doc.qt.io/qt-6/qurl.html + hasQuery + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qurl.html + isEmpty + () const const + + + bool + isLocalFile + https://doc.qt.io/qt-6/qurl.html + isLocalFile + () const const + + + bool + isParentOf + https://doc.qt.io/qt-6/qurl.html + isParentOf + (const QUrl &childUrl) const const + + + bool + isRelative + https://doc.qt.io/qt-6/qurl.html + isRelative + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qurl.html + isValid + () const const + + + bool + matches + https://doc.qt.io/qt-6/qurl.html + matches + (const QUrl &url, QUrl::FormattingOptions options) const const + + + bool + operator!= + https://doc.qt.io/qt-6/qurl.html + operator-not-eq + (const QUrl &url) const const + + + bool + operator== + https://doc.qt.io/qt-6/qurl.html + operator-eq-eq + (const QUrl &url) const const + + + int + port + https://doc.qt.io/qt-6/qurl.html + port + (int defaultPort) const const + + + AceProcessingOptions + https://doc.qt.io/qt-6/qurl.html + AceProcessingOption-enum + + + + ComponentFormattingOptions + https://doc.qt.io/qt-6/qurl.html + ComponentFormattingOption-enum + + + + FormattingOptions + https://doc.qt.io/qt-6/qurl.html + UrlFormattingOption-enum + + + + UserInputResolutionOptions + https://doc.qt.io/qt-6/qurl.html + UserInputResolutionOption-enum + + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + + QUrlQuery & + operator= + https://doc.qt.io/qt-6/qurlquery.html + operator-eq-1 + (QUrlQuery &&other) + + + QUrlQuery & + operator= + https://doc.qt.io/qt-6/qurlquery.html + operator-eq + (const QUrlQuery &other) + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + QUrlQuery + () + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + QUrlQuery-5 + (QUrlQuery &&other) + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + QUrlQuery-2 + (const QString &queryString) + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + QUrlQuery-1 + (const QUrl &url) + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + QUrlQuery-4 + (const QUrlQuery &other) + + + + QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + QUrlQuery-3 + (std::initializer_list<QPair<QString, QString>> list) + + + char16_t + defaultQueryPairDelimiter + https://doc.qt.io/qt-6/qurlquery.html + defaultQueryPairDelimiter + () + + + char16_t + defaultQueryValueDelimiter + https://doc.qt.io/qt-6/qurlquery.html + defaultQueryValueDelimiter + () + + + size_t + qHash + https://doc.qt.io/qt-6/qurlquery.html + qHash + (const QUrlQuery &key, size_t seed) + + + void + addQueryItem + https://doc.qt.io/qt-6/qurlquery.html + addQueryItem + (const QString &key, const QString &value) + + + void + clear + https://doc.qt.io/qt-6/qurlquery.html + clear + () + + + void + removeAllQueryItems + https://doc.qt.io/qt-6/qurlquery.html + removeAllQueryItems + (const QString &key) + + + void + removeQueryItem + https://doc.qt.io/qt-6/qurlquery.html + removeQueryItem + (const QString &key) + + + void + setQuery + https://doc.qt.io/qt-6/qurlquery.html + setQuery + (const QString &queryString) + + + void + setQueryDelimiters + https://doc.qt.io/qt-6/qurlquery.html + setQueryDelimiters + (QChar valueDelimiter, QChar pairDelimiter) + + + void + setQueryItems + https://doc.qt.io/qt-6/qurlquery.html + setQueryItems + (const QList<QPair<QString, QString>> &query) + + + void + swap + https://doc.qt.io/qt-6/qurlquery.html + swap + (QUrlQuery &other) + + + + ~QUrlQuery + https://doc.qt.io/qt-6/qurlquery.html + dtor.QUrlQuery + () + + + QChar + queryPairDelimiter + https://doc.qt.io/qt-6/qurlquery.html + queryPairDelimiter + () const const + + + QChar + queryValueDelimiter + https://doc.qt.io/qt-6/qurlquery.html + queryValueDelimiter + () const const + + + QList<QPair<QString, QString>> + queryItems + https://doc.qt.io/qt-6/qurlquery.html + queryItems + (QUrl::ComponentFormattingOptions encoding) const const + + + QString + query + https://doc.qt.io/qt-6/qurlquery.html + query + (QUrl::ComponentFormattingOptions encoding) const const + + + QString + queryItemValue + https://doc.qt.io/qt-6/qurlquery.html + queryItemValue + (const QString &key, QUrl::ComponentFormattingOptions encoding) const const + + + QString + toString + https://doc.qt.io/qt-6/qurlquery.html + toString + (QUrl::ComponentFormattingOptions encoding) const const + + + QStringList + allQueryItemValues + https://doc.qt.io/qt-6/qurlquery.html + allQueryItemValues + (const QString &key, QUrl::ComponentFormattingOptions encoding) const const + + + bool + hasQueryItem + https://doc.qt.io/qt-6/qurlquery.html + hasQueryItem + (const QString &key) const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qurlquery.html + isEmpty + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qurlquery.html + operator-not-eq + (const QUrlQuery &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qurlquery.html + operator-eq-eq + (const QUrlQuery &other) const const + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + + QUtf8StringView + fromArray + https://doc.qt.io/qt-6/qutf8stringview.html + fromArray + (const Char (&)[Size] string) + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView + () + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView-4 + (const Char (&)[N] string) + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView-3 + (const Char *first, const Char *last) + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView-5 + (const Char *str) + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView-2 + (const Char *str, qsizetype len) + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView-8 + (const Container &str) + + + + QUtf8StringView + https://doc.qt.io/qt-6/qutf8stringview.html + QUtf8StringView-1 + (std::nullptr_t) + + + void + chop + https://doc.qt.io/qt-6/qutf8stringview.html + chop + (qsizetype n) + + + void + truncate + https://doc.qt.io/qt-6/qutf8stringview.html + truncate + (qsizetype n) + + + QString + toString + https://doc.qt.io/qt-6/qutf8stringview.html + toString + () const const + + + QUtf8StringView + chopped + https://doc.qt.io/qt-6/qutf8stringview.html + chopped + (qsizetype n) const const + + + QUtf8StringView + first + https://doc.qt.io/qt-6/qutf8stringview.html + first + (qsizetype n) const const + + + QUtf8StringView + last + https://doc.qt.io/qt-6/qutf8stringview.html + last + (qsizetype n) const const + + + QUtf8StringView + left + https://doc.qt.io/qt-6/qutf8stringview-obsolete.html + left + (qsizetype n) const const + + + QUtf8StringView + mid + https://doc.qt.io/qt-6/qutf8stringview-obsolete.html + mid + (qsizetype pos, qsizetype n) const const + + + QUtf8StringView + right + https://doc.qt.io/qt-6/qutf8stringview-obsolete.html + right + (qsizetype n) const const + + + QUtf8StringView + sliced + https://doc.qt.io/qt-6/qutf8stringview.html + sliced + (qsizetype pos) const const + + + QUtf8StringView + sliced + https://doc.qt.io/qt-6/qutf8stringview.html + sliced-1 + (qsizetype pos, qsizetype n) const const + + + QUtf8StringView::const_iterator + begin + https://doc.qt.io/qt-6/qutf8stringview.html + begin + () const const + + + QUtf8StringView::const_iterator + cbegin + https://doc.qt.io/qt-6/qutf8stringview.html + cbegin + () const const + + + QUtf8StringView::const_iterator + cend + https://doc.qt.io/qt-6/qutf8stringview.html + cend + () const const + + + QUtf8StringView::const_iterator + end + https://doc.qt.io/qt-6/qutf8stringview.html + end + () const const + + + QUtf8StringView::const_pointer + data + https://doc.qt.io/qt-6/qutf8stringview.html + data + () const const + + + QUtf8StringView::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qutf8stringview.html + crbegin + () const const + + + QUtf8StringView::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qutf8stringview.html + crend + () const const + + + QUtf8StringView::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qutf8stringview.html + rbegin + () const const + + + QUtf8StringView::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qutf8stringview.html + rend + () const const + + + QUtf8StringView::storage_type + at + https://doc.qt.io/qt-6/qutf8stringview.html + at + (qsizetype n) const const + + + QUtf8StringView::storage_type + back + https://doc.qt.io/qt-6/qutf8stringview.html + back + () const const + + + QUtf8StringView::storage_type + front + https://doc.qt.io/qt-6/qutf8stringview.html + front + () const const + + + QUtf8StringView::storage_type + operator[] + https://doc.qt.io/qt-6/qutf8stringview.html + operator-5b-5d + (qsizetype n) const const + + + bool + empty + https://doc.qt.io/qt-6/qutf8stringview.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qutf8stringview.html + isEmpty + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qutf8stringview.html + isNull + () const const + + + bool + isValidUtf8 + https://doc.qt.io/qt-6/qutf8stringview.html + isValidUtf8 + () const const + + + const char8_t * + utf8 + https://doc.qt.io/qt-6/qutf8stringview.html + utf8 + () const const + + + int + compare + https://doc.qt.io/qt-6/qutf8stringview.html + compare-2 + (QLatin1StringView str, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qutf8stringview.html + compare-1 + (QStringView str, Qt::CaseSensitivity cs) const const + + + int + compare + https://doc.qt.io/qt-6/qutf8stringview.html + compare + (QUtf8StringView str, Qt::CaseSensitivity cs) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qutf8stringview.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qutf8stringview.html + size + () const const + + + const_iterator + https://doc.qt.io/qt-6/qutf8stringview.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qutf8stringview.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qutf8stringview.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qutf8stringview.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qutf8stringview.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qutf8stringview.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qutf8stringview.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qutf8stringview.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qutf8stringview.html + reverse_iterator-typedef + + + + size_type + https://doc.qt.io/qt-6/qutf8stringview.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qutf8stringview.html + value_type-typedef + + + + storage_type + https://doc.qt.io/qt-6/qutf8stringview.html + storage_type-typedef + + + + + QUuid + https://doc.qt.io/qt-6/quuid.html + + StringFormat + https://doc.qt.io/qt-6/quuid.html + StringFormat-enum + + + WithBraces + https://doc.qt.io/qt-6/quuid.html + StringFormat-enum + + + + WithoutBraces + https://doc.qt.io/qt-6/quuid.html + StringFormat-enum + + + + Id128 + https://doc.qt.io/qt-6/quuid.html + StringFormat-enum + + + + Variant + https://doc.qt.io/qt-6/quuid.html + Variant-enum + + + VarUnknown + https://doc.qt.io/qt-6/quuid.html + Variant-enum + + + + NCS + https://doc.qt.io/qt-6/quuid.html + Variant-enum + + + + DCE + https://doc.qt.io/qt-6/quuid.html + Variant-enum + + + + Microsoft + https://doc.qt.io/qt-6/quuid.html + Variant-enum + + + + Reserved + https://doc.qt.io/qt-6/quuid.html + Variant-enum + + + + Version + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + VerUnknown + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + Time + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + EmbeddedPOSIX + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + Md5 + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + Name + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + Random + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + Sha1 + https://doc.qt.io/qt-6/quuid.html + Version-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/quuid.html + operator-lt-lt + (QDataStream &s, const QUuid &id) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/quuid.html + operator-gt-gt + (QDataStream &s, QUuid &id) + + + QDebug + operator<< + https://doc.qt.io/qt-6/quuid.html + operator-lt-lt-1 + (QDebug dbg, const QUuid &id) + + + QUuid & + operator= + https://doc.qt.io/qt-6/quuid.html + operator-eq + (const GUID &guid) + + + QUuid + createUuid + https://doc.qt.io/qt-6/quuid.html + createUuid + () + + + QUuid + createUuidV3 + https://doc.qt.io/qt-6/quuid.html + createUuidV3 + (const QUuid &ns, const QByteArray &baseData) + + + QUuid + createUuidV3 + https://doc.qt.io/qt-6/quuid.html + createUuidV3-1 + (const QUuid &ns, const QString &baseData) + + + QUuid + createUuidV5 + https://doc.qt.io/qt-6/quuid.html + createUuidV5 + (const QUuid &ns, const QByteArray &baseData) + + + QUuid + createUuidV5 + https://doc.qt.io/qt-6/quuid.html + createUuidV5-1 + (const QUuid &ns, const QString &baseData) + + + QUuid + fromCFUUID + https://doc.qt.io/qt-6/quuid.html + fromCFUUID + (CFUUIDRef uuid) + + + QUuid + fromNSUUID + https://doc.qt.io/qt-6/quuid.html + fromNSUUID + (const NSUUID *uuid) + + + QUuid + fromRfc4122 + https://doc.qt.io/qt-6/quuid.html + fromRfc4122 + (QByteArrayView bytes) + + + QUuid + fromString + https://doc.qt.io/qt-6/quuid.html + fromString + (QAnyStringView string) + + + + QUuid + https://doc.qt.io/qt-6/quuid.html + QUuid-1 + () + + + + QUuid + https://doc.qt.io/qt-6/quuid.html + QUuid-3 + (QAnyStringView text) + + + + QUuid + https://doc.qt.io/qt-6/quuid.html + QUuid-4 + (const GUID &guid) + + + + QUuid + https://doc.qt.io/qt-6/quuid.html + QUuid-2 + (uint l, ushort w1, ushort w2, uchar b1, uchar b2, uchar b3, uchar b4, uchar b5, uchar b6, uchar b7, uchar b8) + + + bool + operator<= + https://doc.qt.io/qt-6/quuid.html + operator-lt-eq + (const QUuid &lhs, const QUuid &rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/quuid.html + operator-gt-eq + (const QUuid &lhs, const QUuid &rhs) + + + size_t + qHash + https://doc.qt.io/qt-6/quuid.html + qHash + (const QUuid &uuid, size_t seed) + + + CFUUIDRef + toCFUUID + https://doc.qt.io/qt-6/quuid.html + toCFUUID + () const const + + + GUID + operator GUID + https://doc.qt.io/qt-6/quuid.html + operator-GUID + () const const + + + NSUUID * + toNSUUID + https://doc.qt.io/qt-6/quuid.html + toNSUUID + () const const + + + QByteArray + toByteArray + https://doc.qt.io/qt-6/quuid.html + toByteArray + (QUuid::StringFormat mode) const const + + + QByteArray + toRfc4122 + https://doc.qt.io/qt-6/quuid.html + toRfc4122 + () const const + + + QString + toString + https://doc.qt.io/qt-6/quuid.html + toString + (QUuid::StringFormat mode) const const + + + QUuid::Variant + variant + https://doc.qt.io/qt-6/quuid.html + variant + () const const + + + QUuid::Version + version + https://doc.qt.io/qt-6/quuid.html + version + () const const + + + bool + isNull + https://doc.qt.io/qt-6/quuid.html + isNull + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/quuid.html + operator-not-eq-1 + (const GUID &guid) const const + + + bool + operator!= + https://doc.qt.io/qt-6/quuid.html + operator-not-eq + (const QUuid &other) const const + + + bool + operator< + https://doc.qt.io/qt-6/quuid.html + operator-lt + (const QUuid &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/quuid.html + operator-eq-eq-1 + (const GUID &guid) const const + + + bool + operator== + https://doc.qt.io/qt-6/quuid.html + operator-eq-eq + (const QUuid &other) const const + + + bool + operator> + https://doc.qt.io/qt-6/quuid.html + operator-gt + (const QUuid &other) const const + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVLABase + QVLAStorage + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray + () + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray-6 + (InputIterator first, InputIterator last) + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray-4 + (QVarLengthArray<T, Prealloc> &&other) + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray-3 + (const QVarLengthArray<T, Prealloc> &other) + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray-1 + (qsizetype size) + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray-2 + (qsizetype size, const T &v) + + + + QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + QVarLengthArray-5 + (std::initializer_list<T> args) + + + QVarLengthArray::iterator + begin + https://doc.qt.io/qt-6/qvarlengtharray.html + begin + () + + + QVarLengthArray::iterator + emplace + https://doc.qt.io/qt-6/qvarlengtharray.html + emplace + (QVarLengthArray::const_iterator pos, Args &&... args) + + + QVarLengthArray::iterator + end + https://doc.qt.io/qt-6/qvarlengtharray.html + end + () + + + QVarLengthArray::iterator + erase + https://doc.qt.io/qt-6/qvarlengtharray.html + erase-1 + (QVarLengthArray::const_iterator begin, QVarLengthArray::const_iterator end) + + + QVarLengthArray::iterator + erase + https://doc.qt.io/qt-6/qvarlengtharray.html + erase + (QVarLengthArray::const_iterator pos) + + + QVarLengthArray::iterator + insert + https://doc.qt.io/qt-6/qvarlengtharray.html + insert-4 + (QVarLengthArray::const_iterator before, T &&value) + + + QVarLengthArray::iterator + insert + https://doc.qt.io/qt-6/qvarlengtharray.html + insert-5 + (QVarLengthArray::const_iterator before, const T &value) + + + QVarLengthArray::iterator + insert + https://doc.qt.io/qt-6/qvarlengtharray.html + insert-3 + (QVarLengthArray::const_iterator before, qsizetype count, const T &value) + + + QVarLengthArray::reverse_iterator + rbegin + https://doc.qt.io/qt-6/qvarlengtharray.html + rbegin + () + + + QVarLengthArray::reverse_iterator + rend + https://doc.qt.io/qt-6/qvarlengtharray.html + rend + () + + + QVarLengthArray<T, Prealloc> & + operator+= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-2b-eq-1 + (T &&value) + + + QVarLengthArray<T, Prealloc> & + operator+= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-2b-eq + (const T &value) + + + QVarLengthArray<T, Prealloc> & + operator<< + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-lt-lt-1 + (T &&value) + + + QVarLengthArray<T, Prealloc> & + operator<< + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-lt-lt + (const T &value) + + + QVarLengthArray<T, Prealloc> & + operator= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-eq-1 + (QVarLengthArray<T, Prealloc> &&other) + + + QVarLengthArray<T, Prealloc> & + operator= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-eq + (const QVarLengthArray<T, Prealloc> &other) + + + QVarLengthArray<T, Prealloc> & + operator= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-eq-2 + (std::initializer_list<T> list) + + + T & + back + https://doc.qt.io/qt-6/qvarlengtharray.html + back + () + + + T & + emplace_back + https://doc.qt.io/qt-6/qvarlengtharray.html + emplace_back + (Args &&... args) + + + T & + first + https://doc.qt.io/qt-6/qvarlengtharray.html + first + () + + + T & + front + https://doc.qt.io/qt-6/qvarlengtharray.html + front + () + + + T & + last + https://doc.qt.io/qt-6/qvarlengtharray.html + last + () + + + T & + operator[] + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-5b-5d + (qsizetype i) + + + T * + data + https://doc.qt.io/qt-6/qvarlengtharray.html + data + () + + + bool + operator!= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-not-eq-1 + (const QVarLengthArray<T, Prealloc1> &left, const QVarLengthArray<T, Prealloc2> &right) + + + bool + operator< + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-lt-1 + (const QVarLengthArray<T, Prealloc1> &lhs, const QVarLengthArray<T, Prealloc2> &rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-lt-eq-1 + (const QVarLengthArray<T, Prealloc1> &lhs, const QVarLengthArray<T, Prealloc2> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-eq-eq-1 + (const QVarLengthArray<T, Prealloc1> &left, const QVarLengthArray<T, Prealloc2> &right) + + + bool + operator> + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-gt-1 + (const QVarLengthArray<T, Prealloc1> &lhs, const QVarLengthArray<T, Prealloc2> &rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-gt-eq-1 + (const QVarLengthArray<T, Prealloc1> &lhs, const QVarLengthArray<T, Prealloc2> &rhs) + + + bool + removeOne + https://doc.qt.io/qt-6/qvarlengtharray.html + removeOne + (const AT &t) + + + qsizetype + erase + https://doc.qt.io/qt-6/qvarlengtharray.html + erase-2 + (QVarLengthArray<T, Prealloc> &array, const AT &t) + + + qsizetype + erase_if + https://doc.qt.io/qt-6/qvarlengtharray.html + erase_if + (QVarLengthArray<T, Prealloc> &array, Predicate pred) + + + qsizetype + removeAll + https://doc.qt.io/qt-6/qvarlengtharray.html + removeAll + (const AT &t) + + + qsizetype + removeIf + https://doc.qt.io/qt-6/qvarlengtharray.html + removeIf + (Predicate pred) + + + size_t + qHash + https://doc.qt.io/qt-6/qvarlengtharray.html + qHash + (const QVarLengthArray<T, Prealloc> &key, size_t seed) + + + void + append + https://doc.qt.io/qt-6/qvarlengtharray.html + append-1 + (T &&t) + + + void + append + https://doc.qt.io/qt-6/qvarlengtharray.html + append + (const T &t) + + + void + append + https://doc.qt.io/qt-6/qvarlengtharray.html + append-2 + (const T *buf, qsizetype size) + + + void + clear + https://doc.qt.io/qt-6/qvarlengtharray.html + clear + () + + + void + insert + https://doc.qt.io/qt-6/qvarlengtharray.html + insert + (qsizetype i, T &&value) + + + void + insert + https://doc.qt.io/qt-6/qvarlengtharray.html + insert-1 + (qsizetype i, const T &value) + + + void + insert + https://doc.qt.io/qt-6/qvarlengtharray.html + insert-2 + (qsizetype i, qsizetype count, const T &value) + + + void + pop_back + https://doc.qt.io/qt-6/qvarlengtharray.html + pop_back + () + + + void + prepend + https://doc.qt.io/qt-6/qvarlengtharray-obsolete.html + prepend + (T &&value) + + + void + prepend + https://doc.qt.io/qt-6/qvarlengtharray-obsolete.html + prepend-1 + (const T &value) + + + void + push_back + https://doc.qt.io/qt-6/qvarlengtharray.html + push_back-1 + (T &&t) + + + void + push_back + https://doc.qt.io/qt-6/qvarlengtharray.html + push_back + (const T &t) + + + void + remove + https://doc.qt.io/qt-6/qvarlengtharray.html + remove + (qsizetype i, qsizetype count) + + + void + removeLast + https://doc.qt.io/qt-6/qvarlengtharray.html + removeLast + () + + + void + replace + https://doc.qt.io/qt-6/qvarlengtharray.html + replace + (qsizetype i, const T &value) + + + void + reserve + https://doc.qt.io/qt-6/qvarlengtharray.html + reserve + (qsizetype size) + + + void + resize + https://doc.qt.io/qt-6/qvarlengtharray.html + resize + (qsizetype size) + + + void + resize + https://doc.qt.io/qt-6/qvarlengtharray.html + resize-1 + (qsizetype size, const T &v) + + + void + shrink_to_fit + https://doc.qt.io/qt-6/qvarlengtharray.html + shrink_to_fit + () + + + void + squeeze + https://doc.qt.io/qt-6/qvarlengtharray.html + squeeze + () + + + + ~QVarLengthArray + https://doc.qt.io/qt-6/qvarlengtharray.html + dtor.QVarLengthArray + () + + + QVarLengthArray::const_iterator + begin + https://doc.qt.io/qt-6/qvarlengtharray.html + begin-1 + () const const + + + QVarLengthArray::const_iterator + cbegin + https://doc.qt.io/qt-6/qvarlengtharray.html + cbegin + () const const + + + QVarLengthArray::const_iterator + cend + https://doc.qt.io/qt-6/qvarlengtharray.html + cend + () const const + + + QVarLengthArray::const_iterator + constBegin + https://doc.qt.io/qt-6/qvarlengtharray.html + constBegin + () const const + + + QVarLengthArray::const_iterator + constEnd + https://doc.qt.io/qt-6/qvarlengtharray.html + constEnd + () const const + + + QVarLengthArray::const_iterator + end + https://doc.qt.io/qt-6/qvarlengtharray.html + end-1 + () const const + + + QVarLengthArray::const_reverse_iterator + crbegin + https://doc.qt.io/qt-6/qvarlengtharray.html + crbegin + () const const + + + QVarLengthArray::const_reverse_iterator + crend + https://doc.qt.io/qt-6/qvarlengtharray.html + crend + () const const + + + QVarLengthArray::const_reverse_iterator + rbegin + https://doc.qt.io/qt-6/qvarlengtharray.html + rbegin-1 + () const const + + + QVarLengthArray::const_reverse_iterator + rend + https://doc.qt.io/qt-6/qvarlengtharray.html + rend-1 + () const const + + + T + value + https://doc.qt.io/qt-6/qvarlengtharray.html + value + (qsizetype i) const const + + + T + value + https://doc.qt.io/qt-6/qvarlengtharray.html + value-1 + (qsizetype i, const T &defaultValue) const const + + + bool + contains + https://doc.qt.io/qt-6/qvarlengtharray.html + contains + (const AT &value) const const + + + bool + empty + https://doc.qt.io/qt-6/qvarlengtharray.html + empty + () const const + + + bool + isEmpty + https://doc.qt.io/qt-6/qvarlengtharray.html + isEmpty + () const const + + + const T & + at + https://doc.qt.io/qt-6/qvarlengtharray.html + at + (qsizetype i) const const + + + const T & + back + https://doc.qt.io/qt-6/qvarlengtharray.html + back-1 + () const const + + + const T & + first + https://doc.qt.io/qt-6/qvarlengtharray.html + first-1 + () const const + + + const T & + front + https://doc.qt.io/qt-6/qvarlengtharray.html + front-1 + () const const + + + const T & + last + https://doc.qt.io/qt-6/qvarlengtharray.html + last-1 + () const const + + + const T & + operator[] + https://doc.qt.io/qt-6/qvarlengtharray.html + operator-5b-5d-1 + (qsizetype i) const const + + + const T * + constData + https://doc.qt.io/qt-6/qvarlengtharray.html + constData + () const const + + + const T * + data + https://doc.qt.io/qt-6/qvarlengtharray.html + data-1 + () const const + + + qsizetype + capacity + https://doc.qt.io/qt-6/qvarlengtharray.html + capacity + () const const + + + qsizetype + count + https://doc.qt.io/qt-6/qvarlengtharray.html + count + () const const + + + qsizetype + indexOf + https://doc.qt.io/qt-6/qvarlengtharray.html + indexOf + (const AT &value, qsizetype from) const const + + + qsizetype + lastIndexOf + https://doc.qt.io/qt-6/qvarlengtharray.html + lastIndexOf + (const AT &value, qsizetype from) const const + + + qsizetype + length + https://doc.qt.io/qt-6/qvarlengtharray.html + length + () const const + + + qsizetype + size + https://doc.qt.io/qt-6/qvarlengtharray.html + size + () const const + + + const_iterator + https://doc.qt.io/qt-6/qvarlengtharray.html + const_iterator-typedef + + + + const_pointer + https://doc.qt.io/qt-6/qvarlengtharray.html + const_pointer-typedef + + + + const_reference + https://doc.qt.io/qt-6/qvarlengtharray.html + const_reference-typedef + + + + const_reverse_iterator + https://doc.qt.io/qt-6/qvarlengtharray.html + const_reverse_iterator-typedef + + + + difference_type + https://doc.qt.io/qt-6/qvarlengtharray.html + difference_type-typedef + + + + iterator + https://doc.qt.io/qt-6/qvarlengtharray.html + iterator-typedef + + + + pointer + https://doc.qt.io/qt-6/qvarlengtharray.html + pointer-typedef + + + + reference + https://doc.qt.io/qt-6/qvarlengtharray.html + reference-typedef + + + + reverse_iterator + https://doc.qt.io/qt-6/qvarlengtharray.html + reverse_iterator-typedef + + + + size_type + https://doc.qt.io/qt-6/qvarlengtharray.html + size_type-typedef + + + + value_type + https://doc.qt.io/qt-6/qvarlengtharray.html + value_type-typedef + + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + + Type + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + Invalid + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Bool + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Int + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + UInt + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + LongLong + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + ULongLong + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Double + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Char + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Map + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + List + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + String + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + StringList + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + ByteArray + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + BitArray + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Date + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Time + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + DateTime + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Url + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Locale + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Rect + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + RectF + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Size + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + SizeF + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Line + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + LineF + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Point + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + PointF + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + RegularExpression + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Hash + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + EasingCurve + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Uuid + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + ModelIndex + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + PersistentModelIndex + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + LastCoreType + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Font + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Pixmap + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Brush + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Color + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Palette + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Image + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Polygon + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Region + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Bitmap + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Cursor + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + KeySequence + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Pen + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + TextLength + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + TextFormat + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Transform + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Matrix4x4 + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Vector2D + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Vector3D + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Vector4D + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Quaternion + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + PolygonF + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + Icon + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + LastGuiType + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + SizePolicy + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + UserType + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + LastType + https://doc.qt.io/qt-6/qvariant-obsolete.html + Type-enum + + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qvariant.html + operator-lt-lt-1 + (QDataStream &s, const QVariant &p) + + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qvariant-obsolete.html + operator-lt-lt-2 + (QDataStream &s, const QVariant::Type p) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qvariant.html + operator-gt-gt + (QDataStream &s, QVariant &p) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qvariant-obsolete.html + operator-gt-gt-1 + (QDataStream &s, QVariant::Type &p) + + + QPartialOrdering + compare + https://doc.qt.io/qt-6/qvariant.html + compare + (const QVariant &lhs, const QVariant &rhs) + + + QVariant & + operator= + https://doc.qt.io/qt-6/qvariant.html + operator-eq-1 + (QVariant &&other) + + + QVariant & + operator= + https://doc.qt.io/qt-6/qvariant.html + operator-eq + (const QVariant &variant) + + + QVariant + fromStdVariant + https://doc.qt.io/qt-6/qvariant.html + fromStdVariant + (const std::variant<Types...> &value) + + + QVariant + fromValue + https://doc.qt.io/qt-6/qvariant.html + fromValue + (const T &value) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant + () + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-10 + (QChar c) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-11 + (QDate val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-41 + (QLatin1StringView val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-33 + (QLine val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-34 + (QLineF val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-1 + (QMetaType type, const void *copy) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-31 + (QPoint val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-32 + (QPointF val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-35 + (QRect val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-36 + (QRectF val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-29 + (QSize val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-30 + (QSizeF val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-12 + (QTime val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-28 + (QUuid val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-43 + (QVariant &&other) + + + + QVariant + https://doc.qt.io/qt-6/qvariant-obsolete.html + QVariant-44 + (QVariant::Type type) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-7 + (bool val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-13 + (const QBitArray &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-14 + (const QByteArray &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-15 + (const QDateTime &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-37 + (const QEasingCurve &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-16 + (const QHash<QString, QVariant> &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-17 + (const QJsonArray &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-38 + (const QJsonDocument &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-18 + (const QJsonObject &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-26 + (const QJsonValue &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-19 + (const QList<QVariant> &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-20 + (const QLocale &l) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-21 + (const QMap<QString, QVariant> &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-27 + (const QModelIndex &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-39 + (const QPersistentModelIndex &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-22 + (const QRegularExpression &re) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-23 + (const QString &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-24 + (const QStringList &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-25 + (const QUrl &val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-2 + (const QVariant &p) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-40 + (const char *val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-8 + (double val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-9 + (float val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-3 + (int val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-5 + (qlonglong val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-6 + (qulonglong val) + + + + QVariant + https://doc.qt.io/qt-6/qvariant.html + QVariant-4 + (uint val) + + + QVariant::Type + nameToType + https://doc.qt.io/qt-6/qvariant-obsolete.html + nameToType + (const char *name) + + + T + qvariant_cast + https://doc.qt.io/qt-6/qvariant.html + qvariant_cast + (const QVariant &value) + + + T + view + https://doc.qt.io/qt-6/qvariant.html + view + () + + + bool + convert + https://doc.qt.io/qt-6/qvariant.html + convert + (QMetaType targetType) + + + bool + convert + https://doc.qt.io/qt-6/qvariant-obsolete.html + convert-1 + (int targetTypeId) + + + bool + operator!= + https://doc.qt.io/qt-6/qvariant.html + operator-not-eq + (const QVariant &v1, const QVariant &v2) + + + bool + operator== + https://doc.qt.io/qt-6/qvariant.html + operator-eq-eq + (const QVariant &v1, const QVariant &v2) + + + const char * + typeToName + https://doc.qt.io/qt-6/qvariant-obsolete.html + typeToName + (int typeId) + + + void * + data + https://doc.qt.io/qt-6/qvariant.html + data + () + + + void + clear + https://doc.qt.io/qt-6/qvariant.html + clear + () + + + void + setValue + https://doc.qt.io/qt-6/qvariant.html + setValue-2 + (QVariant &&value) + + + void + setValue + https://doc.qt.io/qt-6/qvariant.html + setValue + (T &&value) + + + void + setValue + https://doc.qt.io/qt-6/qvariant.html + setValue-1 + (const QVariant &value) + + + void + swap + https://doc.qt.io/qt-6/qvariant.html + swap + (QVariant &other) + + + + ~QVariant + https://doc.qt.io/qt-6/qvariant.html + dtor.QVariant + () + + + QBitArray + toBitArray + https://doc.qt.io/qt-6/qvariant.html + toBitArray + () const const + + + QByteArray + toByteArray + https://doc.qt.io/qt-6/qvariant.html + toByteArray + () const const + + + QChar + toChar + https://doc.qt.io/qt-6/qvariant.html + toChar + () const const + + + QDate + toDate + https://doc.qt.io/qt-6/qvariant.html + toDate + () const const + + + QDateTime + toDateTime + https://doc.qt.io/qt-6/qvariant.html + toDateTime + () const const + + + QEasingCurve + toEasingCurve + https://doc.qt.io/qt-6/qvariant.html + toEasingCurve + () const const + + + QHash<QString, QVariant> + toHash + https://doc.qt.io/qt-6/qvariant.html + toHash + () const const + + + QJsonArray + toJsonArray + https://doc.qt.io/qt-6/qvariant.html + toJsonArray + () const const + + + QJsonDocument + toJsonDocument + https://doc.qt.io/qt-6/qvariant.html + toJsonDocument + () const const + + + QJsonObject + toJsonObject + https://doc.qt.io/qt-6/qvariant.html + toJsonObject + () const const + + + QJsonValue + toJsonValue + https://doc.qt.io/qt-6/qvariant.html + toJsonValue + () const const + + + QLine + toLine + https://doc.qt.io/qt-6/qvariant.html + toLine + () const const + + + QLineF + toLineF + https://doc.qt.io/qt-6/qvariant.html + toLineF + () const const + + + QList<QVariant> + toList + https://doc.qt.io/qt-6/qvariant.html + toList + () const const + + + QLocale + toLocale + https://doc.qt.io/qt-6/qvariant.html + toLocale + () const const + + + QMap<QString, QVariant> + toMap + https://doc.qt.io/qt-6/qvariant.html + toMap + () const const + + + QMetaType + metaType + https://doc.qt.io/qt-6/qvariant.html + metaType + () const const + + + QModelIndex + toModelIndex + https://doc.qt.io/qt-6/qvariant.html + toModelIndex + () const const + + + QPersistentModelIndex + toPersistentModelIndex + https://doc.qt.io/qt-6/qvariant.html + toPersistentModelIndex + () const const + + + QPoint + toPoint + https://doc.qt.io/qt-6/qvariant.html + toPoint + () const const + + + QPointF + toPointF + https://doc.qt.io/qt-6/qvariant.html + toPointF + () const const + + + QRect + toRect + https://doc.qt.io/qt-6/qvariant.html + toRect + () const const + + + QRectF + toRectF + https://doc.qt.io/qt-6/qvariant.html + toRectF + () const const + + + QRegularExpression + toRegularExpression + https://doc.qt.io/qt-6/qvariant.html + toRegularExpression + () const const + + + QSize + toSize + https://doc.qt.io/qt-6/qvariant.html + toSize + () const const + + + QSizeF + toSizeF + https://doc.qt.io/qt-6/qvariant.html + toSizeF + () const const + + + QString + toString + https://doc.qt.io/qt-6/qvariant.html + toString + () const const + + + QStringList + toStringList + https://doc.qt.io/qt-6/qvariant.html + toStringList + () const const + + + QTime + toTime + https://doc.qt.io/qt-6/qvariant.html + toTime + () const const + + + QUrl + toUrl + https://doc.qt.io/qt-6/qvariant.html + toUrl + () const const + + + QUuid + toUuid + https://doc.qt.io/qt-6/qvariant.html + toUuid + () const const + + + QVariant::Type + type + https://doc.qt.io/qt-6/qvariant-obsolete.html + type + () const const + + + T + value + https://doc.qt.io/qt-6/qvariant.html + value + () const const + + + bool + canConvert + https://doc.qt.io/qt-6/qvariant.html + canConvert-2 + () const const + + + bool + canConvert + https://doc.qt.io/qt-6/qvariant.html + canConvert + (QMetaType type) const const + + + bool + canConvert + https://doc.qt.io/qt-6/qvariant-obsolete.html + canConvert-1 + (int targetTypeId) const const + + + bool + canView + https://doc.qt.io/qt-6/qvariant.html + canView-1 + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qvariant.html + isNull + () const const + + + bool + isValid + https://doc.qt.io/qt-6/qvariant.html + isValid + () const const + + + bool + toBool + https://doc.qt.io/qt-6/qvariant.html + toBool + () const const + + + const char * + typeName + https://doc.qt.io/qt-6/qvariant.html + typeName + () const const + + + const void * + constData + https://doc.qt.io/qt-6/qvariant.html + constData + () const const + + + const void * + data + https://doc.qt.io/qt-6/qvariant.html + data-1 + () const const + + + double + toDouble + https://doc.qt.io/qt-6/qvariant.html + toDouble + (bool *ok) const const + + + float + toFloat + https://doc.qt.io/qt-6/qvariant.html + toFloat + (bool *ok) const const + + + int + toInt + https://doc.qt.io/qt-6/qvariant.html + toInt + (bool *ok) const const + + + int + typeId + https://doc.qt.io/qt-6/qvariant.html + typeId + () const const + + + int + userType + https://doc.qt.io/qt-6/qvariant.html + userType + () const const + + + qlonglong + toLongLong + https://doc.qt.io/qt-6/qvariant.html + toLongLong + (bool *ok) const const + + + qreal + toReal + https://doc.qt.io/qt-6/qvariant.html + toReal + (bool *ok) const const + + + qulonglong + toULongLong + https://doc.qt.io/qt-6/qvariant.html + toULongLong + (bool *ok) const const + + + uint + toUInt + https://doc.qt.io/qt-6/qvariant.html + toUInt + (bool *ok) const const + + + QVariantHash + https://doc.qt.io/qt-6/qvariant.html + QVariantHash-typedef + + + + QVariantList + https://doc.qt.io/qt-6/qvariant.html + QVariantList-typedef + + + + QVariantMap + https://doc.qt.io/qt-6/qvariant.html + QVariantMap-typedef + + + + + QVariantAnimation + https://doc.qt.io/qt-6/qvariantanimation.html + QAbstractAnimation + + QBindable<QEasingCurve> + bindableEasingCurve + https://doc.qt.io/qt-6/qvariantanimation.html + easingCurve-prop + () + + + QBindable<int> + bindableDuration + https://doc.qt.io/qt-6/qvariantanimation.html + duration-prop + () + + + + QVariantAnimation + https://doc.qt.io/qt-6/qvariantanimation.html + QVariantAnimation + (QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qvariantanimation.html + event + (QEvent *event) override + + + void + qRegisterAnimationInterpolator + https://doc.qt.io/qt-6/qvariantanimation.html + qRegisterAnimationInterpolator-1 + (QVariant (*)(const T &, const T &, qreal) func) + + + void + setDuration + https://doc.qt.io/qt-6/qvariantanimation.html + duration-prop + (int msecs) + + + void + setEasingCurve + https://doc.qt.io/qt-6/qvariantanimation.html + easingCurve-prop + (const QEasingCurve &easing) + + + void + setEndValue + https://doc.qt.io/qt-6/qvariantanimation.html + endValue-prop + (const QVariant &value) + + + void + setKeyValueAt + https://doc.qt.io/qt-6/qvariantanimation.html + setKeyValueAt + (qreal step, const QVariant &value) + + + void + setKeyValues + https://doc.qt.io/qt-6/qvariantanimation.html + setKeyValues + (const QVariantAnimation::KeyValues &keyValues) + + + void + setStartValue + https://doc.qt.io/qt-6/qvariantanimation.html + startValue-prop + (const QVariant &value) + + + virtual void + updateCurrentTime + https://doc.qt.io/qt-6/qvariantanimation.html + updateCurrentTime + (int) override + + + virtual void + updateCurrentValue + https://doc.qt.io/qt-6/qvariantanimation.html + updateCurrentValue + (const QVariant &value) + + + virtual void + updateState + https://doc.qt.io/qt-6/qvariantanimation.html + updateState + (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override + + + void + valueChanged + https://doc.qt.io/qt-6/qvariantanimation.html + valueChanged + (const QVariant &value) + + + virtual + ~QVariantAnimation + https://doc.qt.io/qt-6/qvariantanimation.html + dtor.QVariantAnimation + () + + + QEasingCurve + easingCurve + https://doc.qt.io/qt-6/qvariantanimation.html + easingCurve-prop + () const const + + + QVariant + currentValue + https://doc.qt.io/qt-6/qvariantanimation.html + currentValue-prop + () const const + + + QVariant + endValue + https://doc.qt.io/qt-6/qvariantanimation.html + endValue-prop + () const const + + + virtual QVariant + interpolated + https://doc.qt.io/qt-6/qvariantanimation.html + interpolated + (const QVariant &from, const QVariant &to, qreal progress) const const + + + QVariant + keyValueAt + https://doc.qt.io/qt-6/qvariantanimation.html + keyValueAt + (qreal step) const const + + + QVariant + startValue + https://doc.qt.io/qt-6/qvariantanimation.html + startValue-prop + () const const + + + QVariantAnimation::KeyValues + keyValues + https://doc.qt.io/qt-6/qvariantanimation.html + keyValues + () const const + + + virtual int + duration + https://doc.qt.io/qt-6/qvariantanimation.html + duration-prop + () const const override + + + KeyValue + https://doc.qt.io/qt-6/qvariantanimation.html + KeyValue-typedef + + + + KeyValues + https://doc.qt.io/qt-6/qvariantanimation.html + KeyValues-typedef + + + + currentValue + https://doc.qt.io/qt-6/qvariantanimation.html + currentValue-prop + + + + duration + https://doc.qt.io/qt-6/qvariantanimation.html + duration-prop + + + + easingCurve + https://doc.qt.io/qt-6/qvariantanimation.html + easingCurve-prop + + + + endValue + https://doc.qt.io/qt-6/qvariantanimation.html + endValue-prop + + + + startValue + https://doc.qt.io/qt-6/qvariantanimation.html + startValue-prop + + + + + QVariantConstPointer + https://doc.qt.io/qt-6/qvariantconstpointer.html + + + QVariantConstPointer + https://doc.qt.io/qt-6/qvariantconstpointer.html + QVariantConstPointer + (QVariant variant) + + + QVariant + operator* + https://doc.qt.io/qt-6/qvariantconstpointer.html + operator-2a + () const const + + + const QVariant * + operator-> + https://doc.qt.io/qt-6/qvariantconstpointer.html + operator--gt + () const const + + + + QVariantPointer + https://doc.qt.io/qt-6/qvariantpointer.html + + + QVariantPointer + https://doc.qt.io/qt-6/qvariantpointer.html + QVariantPointer + (const Pointer *pointer) + + + Pointer + operator-> + https://doc.qt.io/qt-6/qvariantpointer.html + operator--gt + () const const + + + QVariantRef<Pointer> + operator* + https://doc.qt.io/qt-6/qvariantpointer.html + operator-2a + () const const + + + + QVariantRef + https://doc.qt.io/qt-6/qvariantref.html + + + QVariantRef + https://doc.qt.io/qt-6/qvariantref.html + QVariantRef + (const Pointer *pointer) + + + QVariantRef<Pointer> & + operator= + https://doc.qt.io/qt-6/qvariantref.html + operator-eq-2 + (QVariantRef<Pointer> &&value) + + + QVariantRef<Pointer> & + operator= + https://doc.qt.io/qt-6/qvariantref.html + operator-eq + (const QVariant &value) + + + QVariantRef<Pointer> & + operator= + https://doc.qt.io/qt-6/qvariantref.html + operator-eq-1 + (const QVariantRef<Pointer> &value) + + + QVariant + operator QVariant + https://doc.qt.io/qt-6/qvariantref.html + operator-QVariant + () const const + + + + QVector + https://doc.qt.io/qt-6/qvector.html + QList + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qversionnumber.html + operator-lt-lt + (QDataStream &out, const QVersionNumber &version) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qversionnumber.html + operator-gt-gt + (QDataStream &in, QVersionNumber &version) + + + QVersionNumber + commonPrefix + https://doc.qt.io/qt-6/qversionnumber.html + commonPrefix + (const QVersionNumber &v1, const QVersionNumber &v2) + + + QVersionNumber + fromString + https://doc.qt.io/qt-6/qversionnumber.html + fromString + (QAnyStringView string, qsizetype *suffixIndex) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber + () + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-2 + (QList<int> &&seg) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-1 + (const QList<int> &seg) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-4 + (const QVarLengthArray<int, N> &seg) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-5 + (int maj) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-6 + (int maj, int min) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-7 + (int maj, int min, int mic) + + + + QVersionNumber + https://doc.qt.io/qt-6/qversionnumber.html + QVersionNumber-3 + (std::initializer_list<int> args) + + + bool + operator!= + https://doc.qt.io/qt-6/qversionnumber.html + operator-not-eq + (const QVersionNumber &lhs, const QVersionNumber &rhs) + + + bool + operator< + https://doc.qt.io/qt-6/qversionnumber.html + operator-lt + (const QVersionNumber &lhs, const QVersionNumber &rhs) + + + bool + operator<= + https://doc.qt.io/qt-6/qversionnumber.html + operator-lt-eq + (const QVersionNumber &lhs, const QVersionNumber &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qversionnumber.html + operator-eq-eq + (const QVersionNumber &lhs, const QVersionNumber &rhs) + + + bool + operator> + https://doc.qt.io/qt-6/qversionnumber.html + operator-gt + (const QVersionNumber &lhs, const QVersionNumber &rhs) + + + bool + operator>= + https://doc.qt.io/qt-6/qversionnumber.html + operator-gt-eq + (const QVersionNumber &lhs, const QVersionNumber &rhs) + + + int + compare + https://doc.qt.io/qt-6/qversionnumber.html + compare + (const QVersionNumber &v1, const QVersionNumber &v2) + + + QList<int> + segments + https://doc.qt.io/qt-6/qversionnumber.html + segments + () const const + + + QString + toString + https://doc.qt.io/qt-6/qversionnumber.html + toString + () const const + + + QVersionNumber + normalized + https://doc.qt.io/qt-6/qversionnumber.html + normalized + () const const + + + bool + isNormalized + https://doc.qt.io/qt-6/qversionnumber.html + isNormalized + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qversionnumber.html + isNull + () const const + + + bool + isPrefixOf + https://doc.qt.io/qt-6/qversionnumber.html + isPrefixOf + (const QVersionNumber &other) const const + + + int + majorVersion + https://doc.qt.io/qt-6/qversionnumber.html + majorVersion + () const const + + + int + microVersion + https://doc.qt.io/qt-6/qversionnumber.html + microVersion + () const const + + + int + minorVersion + https://doc.qt.io/qt-6/qversionnumber.html + minorVersion + () const const + + + int + segmentAt + https://doc.qt.io/qt-6/qversionnumber.html + segmentAt + (qsizetype index) const const + + + qsizetype + segmentCount + https://doc.qt.io/qt-6/qversionnumber.html + segmentCount + () const const + + + + QWaitCondition + https://doc.qt.io/qt-6/qwaitcondition.html + + + QWaitCondition + https://doc.qt.io/qt-6/qwaitcondition.html + QWaitCondition + () + + + bool + wait + https://doc.qt.io/qt-6/qwaitcondition.html + wait + (QMutex *lockedMutex, QDeadlineTimer deadline) + + + bool + wait + https://doc.qt.io/qt-6/qwaitcondition.html + wait-1 + (QMutex *lockedMutex, unsigned long time) + + + bool + wait + https://doc.qt.io/qt-6/qwaitcondition.html + wait-2 + (QReadWriteLock *lockedReadWriteLock, QDeadlineTimer deadline) + + + bool + wait + https://doc.qt.io/qt-6/qwaitcondition.html + wait-3 + (QReadWriteLock *lockedReadWriteLock, unsigned long time) + + + void + notify_all + https://doc.qt.io/qt-6/qwaitcondition.html + notify_all + () + + + void + notify_one + https://doc.qt.io/qt-6/qwaitcondition.html + notify_one + () + + + void + wakeAll + https://doc.qt.io/qt-6/qwaitcondition.html + wakeAll + () + + + void + wakeOne + https://doc.qt.io/qt-6/qwaitcondition.html + wakeOne + () + + + + ~QWaitCondition + https://doc.qt.io/qt-6/qwaitcondition.html + dtor.QWaitCondition + () + + + + QWeakPointer + https://doc.qt.io/qt-6/qweakpointer.html + + + QWeakPointer + https://doc.qt.io/qt-6/qweakpointer.html + QWeakPointer + () + + + + QWeakPointer + https://doc.qt.io/qt-6/qweakpointer-obsolete.html + QWeakPointer-4 + (const QObject *other) + + + + QWeakPointer + https://doc.qt.io/qt-6/qweakpointer.html + QWeakPointer-3 + (const QSharedPointer<T> &other) + + + + QWeakPointer + https://doc.qt.io/qt-6/qweakpointer.html + QWeakPointer-1 + (const QWeakPointer<T> &other) + + + QWeakPointer<T> & + operator= + https://doc.qt.io/qt-6/qweakpointer-obsolete.html + operator-eq-3 + (const QObject *other) + + + QWeakPointer<T> & + operator= + https://doc.qt.io/qt-6/qweakpointer.html + operator-eq-2 + (const QSharedPointer<T> &other) + + + QWeakPointer<T> & + operator= + https://doc.qt.io/qt-6/qweakpointer.html + operator-eq + (const QWeakPointer<T> &other) + + + QWeakPointer<X> + qWeakPointerCast + https://doc.qt.io/qt-6/qweakpointer.html + qWeakPointerCast + (const QWeakPointer<T> &src) + + + bool + operator!= + https://doc.qt.io/qt-6/qweakpointer.html + operator-not-eq + (const QSharedPointer<T> &ptr1, const QWeakPointer<X> &ptr2) + + + bool + operator!= + https://doc.qt.io/qt-6/qweakpointer.html + operator-not-eq-1 + (const QWeakPointer<T> &lhs, std::nullptr_t) + + + bool + operator!= + https://doc.qt.io/qt-6/qweakpointer.html + operator-not-eq-3 + (const QWeakPointer<T> &ptr1, const QSharedPointer<X> &ptr2) + + + bool + operator!= + https://doc.qt.io/qt-6/qweakpointer.html + operator-not-eq-2 + (std::nullptr_t, const QWeakPointer<T> &rhs) + + + bool + operator== + https://doc.qt.io/qt-6/qweakpointer.html + operator-eq-eq + (const QSharedPointer<T> &ptr1, const QWeakPointer<X> &ptr2) + + + bool + operator== + https://doc.qt.io/qt-6/qweakpointer.html + operator-eq-eq-2 + (const QWeakPointer<T> &lhs, std::nullptr_t) + + + bool + operator== + https://doc.qt.io/qt-6/qweakpointer.html + operator-eq-eq-1 + (const QWeakPointer<T> &ptr1, const QSharedPointer<X> &ptr2) + + + bool + operator== + https://doc.qt.io/qt-6/qweakpointer.html + operator-eq-eq-3 + (std::nullptr_t, const QWeakPointer<T> &rhs) + + + void + clear + https://doc.qt.io/qt-6/qweakpointer.html + clear + () + + + void + swap + https://doc.qt.io/qt-6/qweakpointer.html + swap + (QWeakPointer<T> &other) + + + + ~QWeakPointer + https://doc.qt.io/qt-6/qweakpointer.html + dtor.QWeakPointer + () + + + QSharedPointer<T> + lock + https://doc.qt.io/qt-6/qweakpointer.html + lock + () const const + + + QSharedPointer<T> + toStrongRef + https://doc.qt.io/qt-6/qweakpointer.html + toStrongRef + () const const + + + T * + data + https://doc.qt.io/qt-6/qweakpointer-obsolete.html + data + () const const + + + bool + isNull + https://doc.qt.io/qt-6/qweakpointer.html + isNull + () const const + + + bool + operator bool + https://doc.qt.io/qt-6/qweakpointer.html + operator-bool + () const const + + + bool + operator! + https://doc.qt.io/qt-6/qweakpointer.html + operator-not + () const const + + + + QWinEventNotifier + https://doc.qt.io/qt-6/qwineventnotifier.html + QObject + + + QWinEventNotifier + https://doc.qt.io/qt-6/qwineventnotifier.html + QWinEventNotifier + (QObject *parent) + + + + QWinEventNotifier + https://doc.qt.io/qt-6/qwineventnotifier.html + QWinEventNotifier-1 + (QWinEventNotifier::HANDLE hEvent, QObject *parent) + + + virtual bool + event + https://doc.qt.io/qt-6/qwineventnotifier.html + event + (QEvent *e) override + + + void + activated + https://doc.qt.io/qt-6/qwineventnotifier.html + activated + (QWinEventNotifier::HANDLE hEvent) + + + void + setEnabled + https://doc.qt.io/qt-6/qwineventnotifier.html + setEnabled + (bool enable) + + + void + setHandle + https://doc.qt.io/qt-6/qwineventnotifier.html + setHandle + (QWinEventNotifier::HANDLE hEvent) + + + virtual + ~QWinEventNotifier + https://doc.qt.io/qt-6/qwineventnotifier.html + dtor.QWinEventNotifier + () + + + QWinEventNotifier::HANDLE + handle + https://doc.qt.io/qt-6/qwineventnotifier.html + handle + () const const + + + bool + isEnabled + https://doc.qt.io/qt-6/qwineventnotifier.html + isEnabled + () const const + + + + QWriteLocker + https://doc.qt.io/qt-6/qwritelocker.html + + + QWriteLocker + https://doc.qt.io/qt-6/qwritelocker.html + QWriteLocker + (QReadWriteLock *lock) + + + void + relock + https://doc.qt.io/qt-6/qwritelocker.html + relock + () + + + void + unlock + https://doc.qt.io/qt-6/qwritelocker.html + unlock + () + + + + ~QWriteLocker + https://doc.qt.io/qt-6/qwritelocker.html + dtor.QWriteLocker + () + + + QReadWriteLock * + readWriteLock + https://doc.qt.io/qt-6/qwritelocker.html + readWriteLock + () const const + + + + QXmlStreamAttribute + https://doc.qt.io/qt-6/qxmlstreamattribute.html + + + QXmlStreamAttribute + https://doc.qt.io/qt-6/qxmlstreamattribute.html + QXmlStreamAttribute + () + + + + QXmlStreamAttribute + https://doc.qt.io/qt-6/qxmlstreamattribute.html + QXmlStreamAttribute-2 + (const QString &namespaceUri, const QString &name, const QString &value) + + + + QXmlStreamAttribute + https://doc.qt.io/qt-6/qxmlstreamattribute.html + QXmlStreamAttribute-1 + (const QString &qualifiedName, const QString &value) + + + QStringView + name + https://doc.qt.io/qt-6/qxmlstreamattribute.html + name + () const const + + + QStringView + namespaceUri + https://doc.qt.io/qt-6/qxmlstreamattribute.html + namespaceUri + () const const + + + QStringView + prefix + https://doc.qt.io/qt-6/qxmlstreamattribute.html + prefix + () const const + + + QStringView + qualifiedName + https://doc.qt.io/qt-6/qxmlstreamattribute.html + qualifiedName + () const const + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamattribute.html + value + () const const + + + bool + isDefault + https://doc.qt.io/qt-6/qxmlstreamattribute.html + isDefault + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qxmlstreamattribute.html + operator-not-eq + (const QXmlStreamAttribute &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qxmlstreamattribute.html + operator-eq-eq + (const QXmlStreamAttribute &other) const const + + + + QXmlStreamAttributes + https://doc.qt.io/qt-6/qxmlstreamattributes.html + QList + + + QXmlStreamAttributes + https://doc.qt.io/qt-6/qxmlstreamattributes.html + QXmlStreamAttributes + () + + + void + append + https://doc.qt.io/qt-6/qxmlstreamattributes.html + append + (const QString &namespaceUri, const QString &name, const QString &value) + + + void + append + https://doc.qt.io/qt-6/qxmlstreamattributes.html + append-1 + (const QString &qualifiedName, const QString &value) + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamattributes.html + value-2 + (QLatin1StringView namespaceUri, QLatin1StringView name) const const + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamattributes.html + value-4 + (QLatin1StringView qualifiedName) const const + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamattributes.html + value-1 + (const QString &namespaceUri, QLatin1StringView name) const const + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamattributes.html + value + (const QString &namespaceUri, const QString &name) const const + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamattributes.html + value-3 + (const QString &qualifiedName) const const + + + + QXmlStreamEntityDeclaration + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + + + QXmlStreamEntityDeclaration + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + QXmlStreamEntityDeclaration + () + + + QStringView + name + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + name + () const const + + + QStringView + notationName + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + notationName + () const const + + + QStringView + publicId + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + publicId + () const const + + + QStringView + systemId + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + systemId + () const const + + + QStringView + value + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + value + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + operator-not-eq + (const QXmlStreamEntityDeclaration &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + operator-eq-eq + (const QXmlStreamEntityDeclaration &other) const const + + + QXmlStreamEntityDeclarations + https://doc.qt.io/qt-6/qxmlstreamentitydeclaration.html + QXmlStreamEntityDeclarations-typedef + + + + + QXmlStreamEntityResolver + https://doc.qt.io/qt-6/qxmlstreamentityresolver.html + + virtual QString + resolveUndeclaredEntity + https://doc.qt.io/qt-6/qxmlstreamentityresolver.html + resolveUndeclaredEntity + (const QString &name) + + + virtual + ~QXmlStreamEntityResolver + https://doc.qt.io/qt-6/qxmlstreamentityresolver.html + dtor.QXmlStreamEntityResolver + () + + + + QXmlStreamNamespaceDeclaration + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + + + QXmlStreamNamespaceDeclaration + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + QXmlStreamNamespaceDeclaration + () + + + + QXmlStreamNamespaceDeclaration + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + QXmlStreamNamespaceDeclaration-1 + (const QString &prefix, const QString &namespaceUri) + + + QStringView + namespaceUri + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + namespaceUri + () const const + + + QStringView + prefix + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + prefix + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + operator-not-eq + (const QXmlStreamNamespaceDeclaration &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + operator-eq-eq + (const QXmlStreamNamespaceDeclaration &other) const const + + + QXmlStreamNamespaceDeclarations + https://doc.qt.io/qt-6/qxmlstreamnamespacedeclaration.html + QXmlStreamNamespaceDeclarations-typedef + + + + + QXmlStreamNotationDeclaration + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + + + QXmlStreamNotationDeclaration + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + QXmlStreamNotationDeclaration + () + + + QStringView + name + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + name + () const const + + + QStringView + publicId + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + publicId + () const const + + + QStringView + systemId + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + systemId + () const const + + + bool + operator!= + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + operator-not-eq + (const QXmlStreamNotationDeclaration &other) const const + + + bool + operator== + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + operator-eq-eq + (const QXmlStreamNotationDeclaration &other) const const + + + QXmlStreamNotationDeclarations + https://doc.qt.io/qt-6/qxmlstreamnotationdeclaration.html + QXmlStreamNotationDeclarations-typedef + + + + + QXmlStreamReader + https://doc.qt.io/qt-6/qxmlstreamreader.html + + Error + https://doc.qt.io/qt-6/qxmlstreamreader.html + Error-enum + + + NoError + https://doc.qt.io/qt-6/qxmlstreamreader.html + Error-enum + + + + UnexpectedElementError + https://doc.qt.io/qt-6/qxmlstreamreader.html + Error-enum + + + + CustomError + https://doc.qt.io/qt-6/qxmlstreamreader.html + Error-enum + + + + NotWellFormedError + https://doc.qt.io/qt-6/qxmlstreamreader.html + Error-enum + + + + PrematureEndOfDocumentError + https://doc.qt.io/qt-6/qxmlstreamreader.html + Error-enum + + + + ReadElementTextBehaviour + https://doc.qt.io/qt-6/qxmlstreamreader.html + ReadElementTextBehaviour-enum + + + ErrorOnUnexpectedElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + ReadElementTextBehaviour-enum + + + + IncludeChildElements + https://doc.qt.io/qt-6/qxmlstreamreader.html + ReadElementTextBehaviour-enum + + + + SkipChildElements + https://doc.qt.io/qt-6/qxmlstreamreader.html + ReadElementTextBehaviour-enum + + + + TokenType + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + NoToken + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + Invalid + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + StartDocument + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + EndDocument + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + StartElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + EndElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + Characters + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + Comment + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + DTD + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + EntityReference + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + ProcessingInstruction + https://doc.qt.io/qt-6/qxmlstreamreader.html + TokenType-enum + + + + QString + readElementText + https://doc.qt.io/qt-6/qxmlstreamreader.html + readElementText + (QXmlStreamReader::ReadElementTextBehaviour behaviour) + + + + QXmlStreamReader + https://doc.qt.io/qt-6/qxmlstreamreader.html + QXmlStreamReader + () + + + + QXmlStreamReader + https://doc.qt.io/qt-6/qxmlstreamreader.html + QXmlStreamReader-3 + (QAnyStringView data) + + + + QXmlStreamReader + https://doc.qt.io/qt-6/qxmlstreamreader.html + QXmlStreamReader-1 + (QIODevice *device) + + + + QXmlStreamReader + https://doc.qt.io/qt-6/qxmlstreamreader.html + QXmlStreamReader-2 + (const QByteArray &data) + + + QXmlStreamReader::TokenType + readNext + https://doc.qt.io/qt-6/qxmlstreamreader.html + readNext + () + + + bool + readNextStartElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + readNextStartElement + () + + + void + addData + https://doc.qt.io/qt-6/qxmlstreamreader.html + addData + (QAnyStringView data) + + + void + addData + https://doc.qt.io/qt-6/qxmlstreamreader.html + addData-1 + (const QByteArray &data) + + + void + addExtraNamespaceDeclaration + https://doc.qt.io/qt-6/qxmlstreamreader.html + addExtraNamespaceDeclaration + (const QXmlStreamNamespaceDeclaration &extraNamespaceDeclaration) + + + void + addExtraNamespaceDeclarations + https://doc.qt.io/qt-6/qxmlstreamreader.html + addExtraNamespaceDeclarations + (const QXmlStreamNamespaceDeclarations &extraNamespaceDeclarations) + + + void + clear + https://doc.qt.io/qt-6/qxmlstreamreader.html + clear + () + + + void + raiseError + https://doc.qt.io/qt-6/qxmlstreamreader.html + raiseError + (const QString &message) + + + void + setDevice + https://doc.qt.io/qt-6/qxmlstreamreader.html + setDevice + (QIODevice *device) + + + void + setEntityExpansionLimit + https://doc.qt.io/qt-6/qxmlstreamreader.html + setEntityExpansionLimit + (int limit) + + + void + setEntityResolver + https://doc.qt.io/qt-6/qxmlstreamreader.html + setEntityResolver + (QXmlStreamEntityResolver *resolver) + + + void + setNamespaceProcessing + https://doc.qt.io/qt-6/qxmlstreamreader.html + namespaceProcessing-prop + (bool) + + + void + skipCurrentElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + skipCurrentElement + () + + + + ~QXmlStreamReader + https://doc.qt.io/qt-6/qxmlstreamreader.html + dtor.QXmlStreamReader + () + + + QIODevice * + device + https://doc.qt.io/qt-6/qxmlstreamreader.html + device + () const const + + + QString + errorString + https://doc.qt.io/qt-6/qxmlstreamreader.html + errorString + () const const + + + QString + tokenString + https://doc.qt.io/qt-6/qxmlstreamreader.html + tokenString + () const const + + + QStringView + documentEncoding + https://doc.qt.io/qt-6/qxmlstreamreader.html + documentEncoding + () const const + + + QStringView + documentVersion + https://doc.qt.io/qt-6/qxmlstreamreader.html + documentVersion + () const const + + + QStringView + dtdName + https://doc.qt.io/qt-6/qxmlstreamreader.html + dtdName + () const const + + + QStringView + dtdPublicId + https://doc.qt.io/qt-6/qxmlstreamreader.html + dtdPublicId + () const const + + + QStringView + dtdSystemId + https://doc.qt.io/qt-6/qxmlstreamreader.html + dtdSystemId + () const const + + + QStringView + name + https://doc.qt.io/qt-6/qxmlstreamreader.html + name + () const const + + + QStringView + namespaceUri + https://doc.qt.io/qt-6/qxmlstreamreader.html + namespaceUri + () const const + + + QStringView + prefix + https://doc.qt.io/qt-6/qxmlstreamreader.html + prefix + () const const + + + QStringView + processingInstructionData + https://doc.qt.io/qt-6/qxmlstreamreader.html + processingInstructionData + () const const + + + QStringView + processingInstructionTarget + https://doc.qt.io/qt-6/qxmlstreamreader.html + processingInstructionTarget + () const const + + + QStringView + qualifiedName + https://doc.qt.io/qt-6/qxmlstreamreader.html + qualifiedName + () const const + + + QStringView + text + https://doc.qt.io/qt-6/qxmlstreamreader.html + text + () const const + + + QXmlStreamAttributes + attributes + https://doc.qt.io/qt-6/qxmlstreamreader.html + attributes + () const const + + + QXmlStreamEntityDeclarations + entityDeclarations + https://doc.qt.io/qt-6/qxmlstreamreader.html + entityDeclarations + () const const + + + QXmlStreamEntityResolver * + entityResolver + https://doc.qt.io/qt-6/qxmlstreamreader.html + entityResolver + () const const + + + QXmlStreamNamespaceDeclarations + namespaceDeclarations + https://doc.qt.io/qt-6/qxmlstreamreader.html + namespaceDeclarations + () const const + + + QXmlStreamNotationDeclarations + notationDeclarations + https://doc.qt.io/qt-6/qxmlstreamreader.html + notationDeclarations + () const const + + + QXmlStreamReader::Error + error + https://doc.qt.io/qt-6/qxmlstreamreader.html + error + () const const + + + QXmlStreamReader::TokenType + tokenType + https://doc.qt.io/qt-6/qxmlstreamreader.html + tokenType + () const const + + + bool + atEnd + https://doc.qt.io/qt-6/qxmlstreamreader.html + atEnd + () const const + + + bool + hasError + https://doc.qt.io/qt-6/qxmlstreamreader.html + hasError + () const const + + + bool + isCDATA + https://doc.qt.io/qt-6/qxmlstreamreader.html + isCDATA + () const const + + + bool + isCharacters + https://doc.qt.io/qt-6/qxmlstreamreader.html + isCharacters + () const const + + + bool + isComment + https://doc.qt.io/qt-6/qxmlstreamreader.html + isComment + () const const + + + bool + isDTD + https://doc.qt.io/qt-6/qxmlstreamreader.html + isDTD + () const const + + + bool + isEndDocument + https://doc.qt.io/qt-6/qxmlstreamreader.html + isEndDocument + () const const + + + bool + isEndElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + isEndElement + () const const + + + bool + isEntityReference + https://doc.qt.io/qt-6/qxmlstreamreader.html + isEntityReference + () const const + + + bool + isProcessingInstruction + https://doc.qt.io/qt-6/qxmlstreamreader.html + isProcessingInstruction + () const const + + + bool + isStandaloneDocument + https://doc.qt.io/qt-6/qxmlstreamreader.html + isStandaloneDocument + () const const + + + bool + isStartDocument + https://doc.qt.io/qt-6/qxmlstreamreader.html + isStartDocument + () const const + + + bool + isStartElement + https://doc.qt.io/qt-6/qxmlstreamreader.html + isStartElement + () const const + + + bool + isWhitespace + https://doc.qt.io/qt-6/qxmlstreamreader.html + isWhitespace + () const const + + + bool + namespaceProcessing + https://doc.qt.io/qt-6/qxmlstreamreader.html + namespaceProcessing-prop + () const const + + + int + entityExpansionLimit + https://doc.qt.io/qt-6/qxmlstreamreader.html + entityExpansionLimit + () const const + + + qint64 + characterOffset + https://doc.qt.io/qt-6/qxmlstreamreader.html + characterOffset + () const const + + + qint64 + columnNumber + https://doc.qt.io/qt-6/qxmlstreamreader.html + columnNumber + () const const + + + qint64 + lineNumber + https://doc.qt.io/qt-6/qxmlstreamreader.html + lineNumber + () const const + + + namespaceProcessing + https://doc.qt.io/qt-6/qxmlstreamreader.html + namespaceProcessing-prop + + + + + QXmlStreamWriter + https://doc.qt.io/qt-6/qxmlstreamwriter.html + + + QXmlStreamWriter + https://doc.qt.io/qt-6/qxmlstreamwriter.html + QXmlStreamWriter + () + + + + QXmlStreamWriter + https://doc.qt.io/qt-6/qxmlstreamwriter.html + QXmlStreamWriter-2 + (QByteArray *array) + + + + QXmlStreamWriter + https://doc.qt.io/qt-6/qxmlstreamwriter.html + QXmlStreamWriter-1 + (QIODevice *device) + + + + QXmlStreamWriter + https://doc.qt.io/qt-6/qxmlstreamwriter.html + QXmlStreamWriter-3 + (QString *string) + + + void + setAutoFormatting + https://doc.qt.io/qt-6/qxmlstreamwriter.html + setAutoFormatting + (bool enable) + + + void + setAutoFormattingIndent + https://doc.qt.io/qt-6/qxmlstreamwriter.html + autoFormattingIndent-prop + (int spacesOrTabs) + + + void + setDevice + https://doc.qt.io/qt-6/qxmlstreamwriter.html + setDevice + (QIODevice *device) + + + void + writeAttribute + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeAttribute + (QAnyStringView namespaceUri, QAnyStringView name, QAnyStringView value) + + + void + writeAttribute + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeAttribute-1 + (QAnyStringView qualifiedName, QAnyStringView value) + + + void + writeAttribute + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeAttribute-2 + (const QXmlStreamAttribute &attribute) + + + void + writeAttributes + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeAttributes + (const QXmlStreamAttributes &attributes) + + + void + writeCDATA + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeCDATA + (QAnyStringView text) + + + void + writeCharacters + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeCharacters + (QAnyStringView text) + + + void + writeComment + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeComment + (QAnyStringView text) + + + void + writeCurrentToken + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeCurrentToken + (const QXmlStreamReader &reader) + + + void + writeDTD + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeDTD + (QAnyStringView dtd) + + + void + writeDefaultNamespace + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeDefaultNamespace + (QAnyStringView namespaceUri) + + + void + writeEmptyElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeEmptyElement + (QAnyStringView namespaceUri, QAnyStringView name) + + + void + writeEmptyElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeEmptyElement-1 + (QAnyStringView qualifiedName) + + + void + writeEndDocument + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeEndDocument + () + + + void + writeEndElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeEndElement + () + + + void + writeEntityReference + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeEntityReference + (QAnyStringView name) + + + void + writeNamespace + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeNamespace + (QAnyStringView namespaceUri, QAnyStringView prefix) + + + void + writeProcessingInstruction + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeProcessingInstruction + (QAnyStringView target, QAnyStringView data) + + + void + writeStartDocument + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeStartDocument-1 + () + + + void + writeStartDocument + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeStartDocument + (QAnyStringView version) + + + void + writeStartDocument + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeStartDocument-2 + (QAnyStringView version, bool standalone) + + + void + writeStartElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeStartElement + (QAnyStringView namespaceUri, QAnyStringView name) + + + void + writeStartElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeStartElement-1 + (QAnyStringView qualifiedName) + + + void + writeTextElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeTextElement + (QAnyStringView namespaceUri, QAnyStringView name, QAnyStringView text) + + + void + writeTextElement + https://doc.qt.io/qt-6/qxmlstreamwriter.html + writeTextElement-1 + (QAnyStringView qualifiedName, QAnyStringView text) + + + + ~QXmlStreamWriter + https://doc.qt.io/qt-6/qxmlstreamwriter.html + dtor.QXmlStreamWriter + () + + + QIODevice * + device + https://doc.qt.io/qt-6/qxmlstreamwriter.html + device + () const const + + + bool + autoFormatting + https://doc.qt.io/qt-6/qxmlstreamwriter.html + autoFormatting + () const const + + + bool + hasError + https://doc.qt.io/qt-6/qxmlstreamwriter.html + hasError + () const const + + + int + autoFormattingIndent + https://doc.qt.io/qt-6/qxmlstreamwriter.html + autoFormattingIndent-prop + () const const + + + autoFormatting + https://doc.qt.io/qt-6/qxmlstreamwriter.html + autoFormatting-prop + + + + autoFormattingIndent + https://doc.qt.io/qt-6/qxmlstreamwriter.html + autoFormattingIndent-prop + + + + + Qt + https://doc.qt.io/qt-6/qt.html + Qt::Literals + + AlignmentFlag + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + AlignLeft + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignLeading + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignRight + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignTrailing + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignHCenter + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignJustify + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignAbsolute + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignHorizontal_Mask + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignTop + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignBottom + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignVCenter + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignBaseline + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignVertical_Mask + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AlignCenter + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + AnchorPoint + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + AnchorLeft + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + + AnchorHorizontalCenter + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + + AnchorRight + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + + AnchorTop + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + + AnchorVerticalCenter + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + + AnchorBottom + https://doc.qt.io/qt-6/qt.html + AnchorPoint-enum + + + + ApplicationAttribute + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + AA_DontShowIconsInMenus + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_NativeWindows + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DontCreateNativeWidgetSiblings + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_PluginApplication + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DontUseNativeMenuBar + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_MacDontSwapCtrlAndMeta + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_Use96Dpi + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DisableNativeVirtualKeyboard + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_SynthesizeTouchForUnhandledMouseEvents + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_SynthesizeMouseForUnhandledTouchEvents + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_UseHighDpiPixmaps + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_ForceRasterWidgets + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_UseDesktopOpenGL + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_UseOpenGLES + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_UseSoftwareOpenGL + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_ShareOpenGLContexts + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_SetPalette + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_EnableHighDpiScaling + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DisableHighDpiScaling + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_UseStyleSheetPropagationInWidgetStyles + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DontUseNativeDialogs + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_SynthesizeMouseForUnhandledTabletEvents + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_CompressHighFrequencyEvents + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DontCheckOpenGLContextThreadAffinity + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DisableShaderDiskCache + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DontShowShortcutsInContextMenus + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_CompressTabletEvents + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_DisableSessionManager + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + AA_AttributeCount + https://doc.qt.io/qt-6/qt.html + ApplicationAttribute-enum + + + + ApplicationState + https://doc.qt.io/qt-6/qt.html + ApplicationState-enum + + + ApplicationSuspended + https://doc.qt.io/qt-6/qt.html + ApplicationState-enum + + + + ApplicationHidden + https://doc.qt.io/qt-6/qt.html + ApplicationState-enum + + + + ApplicationInactive + https://doc.qt.io/qt-6/qt.html + ApplicationState-enum + + + + ApplicationActive + https://doc.qt.io/qt-6/qt.html + ApplicationState-enum + + + + ArrowType + https://doc.qt.io/qt-6/qt.html + ArrowType-enum + + + NoArrow + https://doc.qt.io/qt-6/qt.html + ArrowType-enum + + + + UpArrow + https://doc.qt.io/qt-6/qt.html + ArrowType-enum + + + + DownArrow + https://doc.qt.io/qt-6/qt.html + ArrowType-enum + + + + LeftArrow + https://doc.qt.io/qt-6/qt.html + ArrowType-enum + + + + RightArrow + https://doc.qt.io/qt-6/qt.html + ArrowType-enum + + + + AspectRatioMode + https://doc.qt.io/qt-6/qt.html + AspectRatioMode-enum + + + IgnoreAspectRatio + https://doc.qt.io/qt-6/qt.html + AspectRatioMode-enum + + + + KeepAspectRatio + https://doc.qt.io/qt-6/qt.html + AspectRatioMode-enum + + + + KeepAspectRatioByExpanding + https://doc.qt.io/qt-6/qt.html + AspectRatioMode-enum + + + + Axis + https://doc.qt.io/qt-6/qt.html + Axis-enum + + + XAxis + https://doc.qt.io/qt-6/qt.html + Axis-enum + + + + YAxis + https://doc.qt.io/qt-6/qt.html + Axis-enum + + + + ZAxis + https://doc.qt.io/qt-6/qt.html + Axis-enum + + + + BGMode + https://doc.qt.io/qt-6/qt.html + BGMode-enum + + + TransparentMode + https://doc.qt.io/qt-6/qt.html + BGMode-enum + + + + OpaqueMode + https://doc.qt.io/qt-6/qt.html + BGMode-enum + + + + BrushStyle + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + NoBrush + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + SolidPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense1Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense2Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense3Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense4Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense5Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense6Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + Dense7Pattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + HorPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + VerPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + CrossPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + BDiagPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + FDiagPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + DiagCrossPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + LinearGradientPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + RadialGradientPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + ConicalGradientPattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + TexturePattern + https://doc.qt.io/qt-6/qt.html + BrushStyle-enum + + + + CaseSensitivity + https://doc.qt.io/qt-6/qt.html + CaseSensitivity-enum + + + CaseInsensitive + https://doc.qt.io/qt-6/qt.html + CaseSensitivity-enum + + + + CaseSensitive + https://doc.qt.io/qt-6/qt.html + CaseSensitivity-enum + + + + CheckState + https://doc.qt.io/qt-6/qt.html + CheckState-enum + + + Unchecked + https://doc.qt.io/qt-6/qt.html + CheckState-enum + + + + PartiallyChecked + https://doc.qt.io/qt-6/qt.html + CheckState-enum + + + + Checked + https://doc.qt.io/qt-6/qt.html + CheckState-enum + + + + ChecksumType + https://doc.qt.io/qt-6/qt.html + ChecksumType-enum + + + ChecksumIso3309 + https://doc.qt.io/qt-6/qt.html + ChecksumType-enum + + + + ChecksumItuV41 + https://doc.qt.io/qt-6/qt.html + ChecksumType-enum + + + + ClipOperation + https://doc.qt.io/qt-6/qt.html + ClipOperation-enum + + + NoClip + https://doc.qt.io/qt-6/qt.html + ClipOperation-enum + + + + ReplaceClip + https://doc.qt.io/qt-6/qt.html + ClipOperation-enum + + + + IntersectClip + https://doc.qt.io/qt-6/qt.html + ClipOperation-enum + + + + ColorScheme + https://doc.qt.io/qt-6/qt.html + ColorScheme-enum + + + Unknown + https://doc.qt.io/qt-6/qt.html + ColorScheme-enum + + + + Light + https://doc.qt.io/qt-6/qt.html + ColorScheme-enum + + + + Dark + https://doc.qt.io/qt-6/qt.html + ColorScheme-enum + + + + ConnectionType + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + AutoConnection + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + + DirectConnection + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + + QueuedConnection + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + + BlockingQueuedConnection + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + + UniqueConnection + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + + SingleShotConnection + https://doc.qt.io/qt-6/qt.html + ConnectionType-enum + + + + ContextMenuPolicy + https://doc.qt.io/qt-6/qt.html + ContextMenuPolicy-enum + + + NoContextMenu + https://doc.qt.io/qt-6/qt.html + ContextMenuPolicy-enum + + + + DefaultContextMenu + https://doc.qt.io/qt-6/qt.html + ContextMenuPolicy-enum + + + + ActionsContextMenu + https://doc.qt.io/qt-6/qt.html + ContextMenuPolicy-enum + + + + CustomContextMenu + https://doc.qt.io/qt-6/qt.html + ContextMenuPolicy-enum + + + + PreventContextMenu + https://doc.qt.io/qt-6/qt.html + ContextMenuPolicy-enum + + + + CoordinateSystem + https://doc.qt.io/qt-6/qt.html + CoordinateSystem-enum + + + DeviceCoordinates + https://doc.qt.io/qt-6/qt.html + CoordinateSystem-enum + + + + LogicalCoordinates + https://doc.qt.io/qt-6/qt.html + CoordinateSystem-enum + + + + Corner + https://doc.qt.io/qt-6/qt.html + Corner-enum + + + TopLeftCorner + https://doc.qt.io/qt-6/qt.html + Corner-enum + + + + TopRightCorner + https://doc.qt.io/qt-6/qt.html + Corner-enum + + + + BottomLeftCorner + https://doc.qt.io/qt-6/qt.html + Corner-enum + + + + BottomRightCorner + https://doc.qt.io/qt-6/qt.html + Corner-enum + + + + CursorMoveStyle + https://doc.qt.io/qt-6/qt.html + CursorMoveStyle-enum + + + LogicalMoveStyle + https://doc.qt.io/qt-6/qt.html + CursorMoveStyle-enum + + + + VisualMoveStyle + https://doc.qt.io/qt-6/qt.html + CursorMoveStyle-enum + + + + CursorShape + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + ArrowCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + UpArrowCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + CrossCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + WaitCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + IBeamCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SizeVerCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SizeHorCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SizeBDiagCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SizeFDiagCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SizeAllCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + BlankCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SplitVCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + SplitHCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + PointingHandCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + ForbiddenCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + WhatsThisCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + BusyCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + OpenHandCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + ClosedHandCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + DragCopyCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + DragMoveCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + DragLinkCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + LastCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + BitmapCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + CustomCursor + https://doc.qt.io/qt-6/qt.html + CursorShape-enum + + + + DateFormat + https://doc.qt.io/qt-6/qt.html + DateFormat-enum + + + TextDate + https://doc.qt.io/qt-6/qt.html + DateFormat-enum + + + + ISODate + https://doc.qt.io/qt-6/qt.html + DateFormat-enum + + + + RFC2822Date + https://doc.qt.io/qt-6/qt.html + DateFormat-enum + + + + ISODateWithMs + https://doc.qt.io/qt-6/qt.html + DateFormat-enum + + + + DayOfWeek + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + Monday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + Tuesday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + Wednesday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + Thursday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + Friday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + Saturday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + Sunday + https://doc.qt.io/qt-6/qt.html + DayOfWeek-enum + + + + DockWidgetArea + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + LeftDockWidgetArea + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + RightDockWidgetArea + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + TopDockWidgetArea + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + BottomDockWidgetArea + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + DockWidgetArea_Mask + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + AllDockWidgetAreas + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + NoDockWidgetArea + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + DropAction + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + CopyAction + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + MoveAction + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + LinkAction + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + ActionMask + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + TargetMoveAction + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + IgnoreAction + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + Edge + https://doc.qt.io/qt-6/qt.html + Edge-enum + + + TopEdge + https://doc.qt.io/qt-6/qt.html + Edge-enum + + + + LeftEdge + https://doc.qt.io/qt-6/qt.html + Edge-enum + + + + RightEdge + https://doc.qt.io/qt-6/qt.html + Edge-enum + + + + BottomEdge + https://doc.qt.io/qt-6/qt.html + Edge-enum + + + + EnterKeyType + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + EnterKeyDefault + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeyReturn + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeyDone + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeyGo + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeySend + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeySearch + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeyNext + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EnterKeyPrevious + https://doc.qt.io/qt-6/qt.html + EnterKeyType-enum + + + + EventPriority + https://doc.qt.io/qt-6/qt.html + EventPriority-enum + + + HighEventPriority + https://doc.qt.io/qt-6/qt.html + EventPriority-enum + + + + NormalEventPriority + https://doc.qt.io/qt-6/qt.html + EventPriority-enum + + + + LowEventPriority + https://doc.qt.io/qt-6/qt.html + EventPriority-enum + + + + FillRule + https://doc.qt.io/qt-6/qt.html + FillRule-enum + + + OddEvenFill + https://doc.qt.io/qt-6/qt.html + FillRule-enum + + + + WindingFill + https://doc.qt.io/qt-6/qt.html + FillRule-enum + + + + FindChildOption + https://doc.qt.io/qt-6/qt.html + FindChildOption-enum + + + FindDirectChildrenOnly + https://doc.qt.io/qt-6/qt.html + FindChildOption-enum + + + + FindChildrenRecursively + https://doc.qt.io/qt-6/qt.html + FindChildOption-enum + + + + FocusPolicy + https://doc.qt.io/qt-6/qt.html + FocusPolicy-enum + + + NoFocus + https://doc.qt.io/qt-6/qt.html + FocusPolicy-enum + + + + TabFocus + https://doc.qt.io/qt-6/qt.html + FocusPolicy-enum + + + + ClickFocus + https://doc.qt.io/qt-6/qt.html + FocusPolicy-enum + + + + StrongFocus + https://doc.qt.io/qt-6/qt.html + FocusPolicy-enum + + + + WheelFocus + https://doc.qt.io/qt-6/qt.html + FocusPolicy-enum + + + + FocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + MouseFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + TabFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + BacktabFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + ActiveWindowFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + PopupFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + ShortcutFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + MenuBarFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + OtherFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + NoFocusReason + https://doc.qt.io/qt-6/qt.html + FocusReason-enum + + + + GestureFlag + https://doc.qt.io/qt-6/qt.html + GestureFlag-enum + + + DontStartGestureOnChildren + https://doc.qt.io/qt-6/qt.html + GestureFlag-enum + + + + ReceivePartialGestures + https://doc.qt.io/qt-6/qt.html + GestureFlag-enum + + + + IgnoredGesturesPropagateToParent + https://doc.qt.io/qt-6/qt.html + GestureFlag-enum + + + + GestureState + https://doc.qt.io/qt-6/qt.html + GestureState-enum + + + NoGesture + https://doc.qt.io/qt-6/qt.html + GestureState-enum + + + + GestureStarted + https://doc.qt.io/qt-6/qt.html + GestureState-enum + + + + GestureUpdated + https://doc.qt.io/qt-6/qt.html + GestureState-enum + + + + GestureFinished + https://doc.qt.io/qt-6/qt.html + GestureState-enum + + + + GestureCanceled + https://doc.qt.io/qt-6/qt.html + GestureState-enum + + + + GestureType + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + TapGesture + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + TapAndHoldGesture + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + PanGesture + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + PinchGesture + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + SwipeGesture + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + CustomGesture + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + LastGestureType + https://doc.qt.io/qt-6/qt.html + GestureType-enum + + + + GlobalColor + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + color0 + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + color1 + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + black + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + white + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkGray + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + gray + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + lightGray + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + red + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + green + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + blue + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + cyan + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + magenta + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + yellow + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkRed + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkGreen + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkBlue + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkCyan + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkMagenta + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + darkYellow + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + transparent + https://doc.qt.io/qt-6/qt.html + GlobalColor-enum + + + + HighDpiScaleFactorRoundingPolicy + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + Unset + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + + Round + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + + Ceil + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + + Floor + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + + RoundPreferFloor + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + + PassThrough + https://doc.qt.io/qt-6/qt.html + HighDpiScaleFactorRoundingPolicy-enum + + + + HitTestAccuracy + https://doc.qt.io/qt-6/qt.html + HitTestAccuracy-enum + + + ExactHit + https://doc.qt.io/qt-6/qt.html + HitTestAccuracy-enum + + + + FuzzyHit + https://doc.qt.io/qt-6/qt.html + HitTestAccuracy-enum + + + + ImageConversionFlag + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + ColorMode_Mask + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + AutoColor + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + ColorOnly + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + MonoOnly + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + AlphaDither_Mask + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + ThresholdAlphaDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + OrderedAlphaDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + DiffuseAlphaDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + NoAlpha + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + Dither_Mask + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + DiffuseDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + OrderedDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + ThresholdDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + DitherMode_Mask + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + AutoDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + PreferDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + AvoidDither + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + NoOpaqueDetection + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + NoFormatConversion + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + InputMethodHint + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + ImhNone + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhHiddenText + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhSensitiveData + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhNoAutoUppercase + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhPreferNumbers + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhPreferUppercase + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhPreferLowercase + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhNoPredictiveText + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhDate + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhTime + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhPreferLatin + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhMultiLine + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhNoEditMenu + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhNoTextHandles + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhDigitsOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhFormattedNumbersOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhUppercaseOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhLowercaseOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhDialableCharactersOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhEmailCharactersOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhUrlCharactersOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhLatinOnly + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + ImhExclusiveInputMask + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + InputMethodQuery + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + ImEnabled + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImCursorRectangle + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImFont + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImCursorPosition + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImSurroundingText + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImCurrentSelection + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImMaximumTextLength + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImAnchorPosition + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImHints + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImPreferredLanguage + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImAbsolutePosition + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImTextBeforeCursor + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImTextAfterCursor + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImEnterKeyType + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImAnchorRectangle + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImInputItemClipRectangle + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImReadOnly + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImPlatformData + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImQueryInput + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ImQueryAll + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ItemDataRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + DisplayRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + DecorationRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + EditRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + ToolTipRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + StatusTipRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + WhatsThisRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + FontRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + TextAlignmentRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + BackgroundRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + ForegroundRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + CheckStateRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + AccessibleTextRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + AccessibleDescriptionRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + SizeHintRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + InitialSortOrderRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + DisplayPropertyRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + DecorationPropertyRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + ToolTipPropertyRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + StatusTipPropertyRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + WhatsThisPropertyRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + UserRole + https://doc.qt.io/qt-6/qt.html + ItemDataRole-enum + + + + ItemFlag + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + NoItemFlags + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsSelectable + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsEditable + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsDragEnabled + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsDropEnabled + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsUserCheckable + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsEnabled + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsAutoTristate + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemNeverHasChildren + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemIsUserTristate + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + ItemSelectionMode + https://doc.qt.io/qt-6/qt.html + ItemSelectionMode-enum + + + ContainsItemShape + https://doc.qt.io/qt-6/qt.html + ItemSelectionMode-enum + + + + IntersectsItemShape + https://doc.qt.io/qt-6/qt.html + ItemSelectionMode-enum + + + + ContainsItemBoundingRect + https://doc.qt.io/qt-6/qt.html + ItemSelectionMode-enum + + + + IntersectsItemBoundingRect + https://doc.qt.io/qt-6/qt.html + ItemSelectionMode-enum + + + + ItemSelectionOperation + https://doc.qt.io/qt-6/qt.html + ItemSelectionOperation-enum + + + ReplaceSelection + https://doc.qt.io/qt-6/qt.html + ItemSelectionOperation-enum + + + + AddToSelection + https://doc.qt.io/qt-6/qt.html + ItemSelectionOperation-enum + + + + Key + https://doc.qt.io/qt-6/qt.html + Key-enum + + + Key_Space + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Any + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Exclam + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_QuoteDbl + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_NumberSign + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dollar + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Percent + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ampersand + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Apostrophe + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ParenLeft + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ParenRight + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Asterisk + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Plus + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Comma + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Minus + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Period + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Slash + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_0 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_1 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_2 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_3 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_4 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_5 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_6 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_7 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_8 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_9 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Colon + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Semicolon + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Less + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Equal + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Greater + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Question + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_At + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_A + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_B + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_C + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_D + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_E + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_G + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_H + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_I + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_J + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_K + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_L + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_M + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_N + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_O + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_P + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Q + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_R + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_S + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_T + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_U + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_V + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_W + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_X + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Y + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Z + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BracketLeft + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Backslash + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BracketRight + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AsciiCircum + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Underscore + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_QuoteLeft + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BraceLeft + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Bar + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BraceRight + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AsciiTilde + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_nobreakspace + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_exclamdown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_cent + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_sterling + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_currency + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_yen + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_brokenbar + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_section + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_diaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_copyright + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ordfeminine + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_guillemotleft + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_notsign + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_hyphen + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_registered + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_macron + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_degree + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_plusminus + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_twosuperior + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_threesuperior + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_acute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_mu + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_paragraph + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_periodcentered + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_cedilla + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_onesuperior + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_masculine + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_guillemotright + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_onequarter + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_onehalf + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_threequarters + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_questiondown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Agrave + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Aacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Acircumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Atilde + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Adiaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Aring + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AE + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ccedilla + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Egrave + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Eacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ecircumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ediaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Igrave + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Iacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Icircumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Idiaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ETH + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ntilde + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ograve + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Oacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ocircumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Otilde + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Odiaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_multiply + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ooblique + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ugrave + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Uacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Ucircumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Udiaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Yacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_THORN + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ssharp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_division + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ydiaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Escape + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Tab + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Backtab + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Backspace + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Return + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Enter + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Insert + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Delete + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Pause + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Print + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_SysReq + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Clear + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Home + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_End + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Left + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Up + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Right + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Down + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_PageUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_PageDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Shift + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Control + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Meta + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Alt + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_CapsLock + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_NumLock + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ScrollLock + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F1 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F2 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F3 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F4 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F5 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F6 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F7 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F8 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F9 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F10 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F11 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F12 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F13 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F14 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F15 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F16 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F17 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F18 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F19 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F20 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F21 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F22 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F23 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F24 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F25 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F26 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F27 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F28 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F29 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F30 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F31 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F32 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F33 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F34 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_F35 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Super_L + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Super_R + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Menu + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hyper_L + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hyper_R + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Help + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Direction_L + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Direction_R + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AltGr + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Multi_key + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Codeinput + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_SingleCandidate + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MultipleCandidate + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_PreviousCandidate + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Mode_switch + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Kanji + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Muhenkan + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Henkan + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Romaji + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hiragana + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Katakana + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hiragana_Katakana + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Zenkaku + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hankaku + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Zenkaku_Hankaku + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Touroku + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Massyo + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Kana_Lock + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Kana_Shift + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Eisu_Shift + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Eisu_toggle + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Start + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_End + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Hanja + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Jamo + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Romaja + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Jeonja + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Banja + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_PreHanja + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_PostHanja + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangul_Special + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Grave + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Acute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Circumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Tilde + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Macron + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Breve + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Abovedot + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Diaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Abovering + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Doubleacute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Caron + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Cedilla + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Ogonek + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Iota + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Voiced_Sound + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Semivoiced_Sound + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowdot + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Hook + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Horn + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Stroke + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Abovecomma + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Abovereversedcomma + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Doublegrave + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowring + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowmacron + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowcircumflex + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowtilde + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowbreve + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowdiaeresis + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Invertedbreve + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowcomma + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Currency + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_a + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_A + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_e + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_E + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_i + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_I + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_o + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_O + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_u + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_U + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Small_Schwa + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Capital_Schwa + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Greek + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Lowline + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Aboveverticalline + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Belowverticalline + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Dead_Longsolidusoverlay + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Back + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Forward + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Stop + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Refresh + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_VolumeDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_VolumeMute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_VolumeUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BassBoost + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BassUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BassDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TrebleUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TrebleDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaPlay + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaStop + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaPrevious + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaNext + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaRecord + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaPause + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaTogglePlayPause + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_HomePage + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Favorites + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Search + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Standby + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_OpenUrl + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchMail + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchMedia + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch0 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch1 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch2 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch3 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch4 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch5 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch6 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch7 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch8 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Launch9 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchA + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchB + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchC + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchD + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchE + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchF + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MonBrightnessUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MonBrightnessDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_KeyboardLightOnOff + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_KeyboardBrightnessUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_KeyboardBrightnessDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_PowerOff + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_WakeUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Eject + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ScreenSaver + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_WWW + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Memo + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LightBulb + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Shop + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_History + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AddFavorite + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_HotLinks + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BrightnessAdjust + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Finance + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Community + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AudioRewind + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_BackForward + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ApplicationLeft + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ApplicationRight + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Book + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_CD + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Calculator + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ToDoList + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ClearGrab + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Close + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Copy + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Cut + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Display + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_DOS + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Documents + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Excel + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Explorer + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Game + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Go + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_iTouch + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LogOff + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Market + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Meeting + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MenuKB + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MenuPB + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MySites + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_News + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_OfficeHome + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Option + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Paste + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Phone + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Calendar + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Reply + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Reload + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_RotateWindows + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_RotationPB + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_RotationKB + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Save + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Send + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Spell + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_SplitScreen + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Support + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TaskPane + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Terminal + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Tools + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Travel + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Video + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Word + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Xfer + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ZoomIn + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ZoomOut + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Away + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Messenger + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_WebCam + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MailForward + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Pictures + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Music + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Battery + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Bluetooth + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_WLAN + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_UWB + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AudioForward + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AudioRepeat + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AudioRandomPlay + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Subtitle + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_AudioCycleTrack + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Time + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hibernate + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_View + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TopMenu + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_PowerDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Suspend + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ContrastAdjust + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchG + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LaunchH + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TouchpadToggle + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TouchpadOn + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_TouchpadOff + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MicMute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Red + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Green + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Yellow + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Blue + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ChannelUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ChannelDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Guide + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Info + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Settings + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MicVolumeUp + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MicVolumeDown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_New + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Open + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Find + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Undo + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Redo + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_MediaLast + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Select + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Yes + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_No + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Cancel + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Printer + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Execute + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Sleep + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Play + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Zoom + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Exit + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Context1 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Context2 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Context3 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Context4 + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Call + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Hangup + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Flip + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_ToggleCallHangup + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_VoiceDial + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_LastNumberRedial + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_Camera + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_CameraFocus + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + Key_unknown + https://doc.qt.io/qt-6/qt.html + Key-enum + + + + KeyboardModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + NoModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + ShiftModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + ControlModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + AltModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + MetaModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + KeypadModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + GroupSwitchModifier + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + KeyboardModifierMask + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + LayoutDirection + https://doc.qt.io/qt-6/qt.html + LayoutDirection-enum + + + LeftToRight + https://doc.qt.io/qt-6/qt.html + LayoutDirection-enum + + + + RightToLeft + https://doc.qt.io/qt-6/qt.html + LayoutDirection-enum + + + + LayoutDirectionAuto + https://doc.qt.io/qt-6/qt.html + LayoutDirection-enum + + + + MaskMode + https://doc.qt.io/qt-6/qt.html + MaskMode-enum + + + MaskInColor + https://doc.qt.io/qt-6/qt.html + MaskMode-enum + + + + MaskOutColor + https://doc.qt.io/qt-6/qt.html + MaskMode-enum + + + + MatchFlag + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + MatchExactly + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchContains + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchStartsWith + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchEndsWith + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchRegularExpression + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchWildcard + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchFixedString + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchTypeMask + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchCaseSensitive + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchWrap + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + MatchRecursive + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + Modifier + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + META + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + + SHIFT + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + + CTRL + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + + ALT + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + + MODIFIER_MASK + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + + MouseButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + NoButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + LeftButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + RightButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + MiddleButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + BackButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + XButton1 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton1 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ForwardButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + XButton2 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton2 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + TaskButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton3 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton4 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton5 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton6 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton7 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton8 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton9 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton10 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton11 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton12 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton13 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton14 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton15 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton16 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton17 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton18 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton19 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton20 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton21 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton22 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton23 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + ExtraButton24 + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + AllButtons + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + MaxMouseButton + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + MouseButtonMask + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + MouseEventFlag + https://doc.qt.io/qt-6/qt.html + MouseEventFlag-enum + + + NoMouseEventFlag + https://doc.qt.io/qt-6/qt.html + MouseEventFlag-enum + + + + MouseEventCreatedDoubleClick + https://doc.qt.io/qt-6/qt.html + MouseEventFlag-enum + + + + MouseEventFlagMask + https://doc.qt.io/qt-6/qt.html + MouseEventFlag-enum + + + + MouseEventSource + https://doc.qt.io/qt-6/qt.html + MouseEventSource-enum + + + MouseEventNotSynthesized + https://doc.qt.io/qt-6/qt.html + MouseEventSource-enum + + + + MouseEventSynthesizedBySystem + https://doc.qt.io/qt-6/qt.html + MouseEventSource-enum + + + + MouseEventSynthesizedByQt + https://doc.qt.io/qt-6/qt.html + MouseEventSource-enum + + + + MouseEventSynthesizedByApplication + https://doc.qt.io/qt-6/qt.html + MouseEventSource-enum + + + + NativeGestureType + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + BeginNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + EndNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + PanNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + ZoomNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + SmartZoomNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + RotateNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + SwipeNativeGesture + https://doc.qt.io/qt-6/qt.html + NativeGestureType-enum + + + + NavigationMode + https://doc.qt.io/qt-6/qt.html + NavigationMode-enum + + + NavigationModeNone + https://doc.qt.io/qt-6/qt.html + NavigationMode-enum + + + + NavigationModeKeypadTabOrder + https://doc.qt.io/qt-6/qt.html + NavigationMode-enum + + + + NavigationModeKeypadDirectional + https://doc.qt.io/qt-6/qt.html + NavigationMode-enum + + + + NavigationModeCursorAuto + https://doc.qt.io/qt-6/qt.html + NavigationMode-enum + + + + NavigationModeCursorForceVisible + https://doc.qt.io/qt-6/qt.html + NavigationMode-enum + + + + Orientation + https://doc.qt.io/qt-6/qt.html + Orientation-enum + + + Horizontal + https://doc.qt.io/qt-6/qt.html + Orientation-enum + + + + Vertical + https://doc.qt.io/qt-6/qt.html + Orientation-enum + + + + PenCapStyle + https://doc.qt.io/qt-6/qt.html + PenCapStyle-enum + + + FlatCap + https://doc.qt.io/qt-6/qt.html + PenCapStyle-enum + + + + SquareCap + https://doc.qt.io/qt-6/qt.html + PenCapStyle-enum + + + + RoundCap + https://doc.qt.io/qt-6/qt.html + PenCapStyle-enum + + + + MPenCapStyle + https://doc.qt.io/qt-6/qt.html + PenCapStyle-enum + + + + PenJoinStyle + https://doc.qt.io/qt-6/qt.html + PenJoinStyle-enum + + + MiterJoin + https://doc.qt.io/qt-6/qt.html + PenJoinStyle-enum + + + + BevelJoin + https://doc.qt.io/qt-6/qt.html + PenJoinStyle-enum + + + + RoundJoin + https://doc.qt.io/qt-6/qt.html + PenJoinStyle-enum + + + + SvgMiterJoin + https://doc.qt.io/qt-6/qt.html + PenJoinStyle-enum + + + + MPenJoinStyle + https://doc.qt.io/qt-6/qt.html + PenJoinStyle-enum + + + + PenStyle + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + NoPen + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + SolidLine + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + DashLine + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + DotLine + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + DashDotLine + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + DashDotDotLine + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + CustomDashLine + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + MPenStyle + https://doc.qt.io/qt-6/qt.html + PenStyle-enum + + + + PermissionStatus + https://doc.qt.io/qt-6/qt.html + PermissionStatus-enum + + + Undetermined + https://doc.qt.io/qt-6/qt.html + PermissionStatus-enum + + + + Granted + https://doc.qt.io/qt-6/qt.html + PermissionStatus-enum + + + + Denied + https://doc.qt.io/qt-6/qt.html + PermissionStatus-enum + + + + ReturnByValueConstant + https://doc.qt.io/qt-6/qt.html + ReturnByValueConstant-enum + + + ReturnByValue + https://doc.qt.io/qt-6/qt.html + ReturnByValueConstant-enum + + + + ScreenOrientation + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + PrimaryOrientation + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + + PortraitOrientation + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + + LandscapeOrientation + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + + InvertedPortraitOrientation + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + + InvertedLandscapeOrientation + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + + ScrollBarPolicy + https://doc.qt.io/qt-6/qt.html + ScrollBarPolicy-enum + + + ScrollBarAsNeeded + https://doc.qt.io/qt-6/qt.html + ScrollBarPolicy-enum + + + + ScrollBarAlwaysOff + https://doc.qt.io/qt-6/qt.html + ScrollBarPolicy-enum + + + + ScrollBarAlwaysOn + https://doc.qt.io/qt-6/qt.html + ScrollBarPolicy-enum + + + + ScrollPhase + https://doc.qt.io/qt-6/qt.html + ScrollPhase-enum + + + NoScrollPhase + https://doc.qt.io/qt-6/qt.html + ScrollPhase-enum + + + + ScrollBegin + https://doc.qt.io/qt-6/qt.html + ScrollPhase-enum + + + + ScrollUpdate + https://doc.qt.io/qt-6/qt.html + ScrollPhase-enum + + + + ScrollEnd + https://doc.qt.io/qt-6/qt.html + ScrollPhase-enum + + + + ScrollMomentum + https://doc.qt.io/qt-6/qt.html + ScrollPhase-enum + + + + ShortcutContext + https://doc.qt.io/qt-6/qt.html + ShortcutContext-enum + + + WidgetShortcut + https://doc.qt.io/qt-6/qt.html + ShortcutContext-enum + + + + WindowShortcut + https://doc.qt.io/qt-6/qt.html + ShortcutContext-enum + + + + ApplicationShortcut + https://doc.qt.io/qt-6/qt.html + ShortcutContext-enum + + + + WidgetWithChildrenShortcut + https://doc.qt.io/qt-6/qt.html + ShortcutContext-enum + + + + SizeHint + https://doc.qt.io/qt-6/qt.html + SizeHint-enum + + + MinimumSize + https://doc.qt.io/qt-6/qt.html + SizeHint-enum + + + + PreferredSize + https://doc.qt.io/qt-6/qt.html + SizeHint-enum + + + + MaximumSize + https://doc.qt.io/qt-6/qt.html + SizeHint-enum + + + + MinimumDescent + https://doc.qt.io/qt-6/qt.html + SizeHint-enum + + + + NSizeHints + https://doc.qt.io/qt-6/qt.html + SizeHint-enum + + + + SizeMode + https://doc.qt.io/qt-6/qt.html + SizeMode-enum + + + AbsoluteSize + https://doc.qt.io/qt-6/qt.html + SizeMode-enum + + + + RelativeSize + https://doc.qt.io/qt-6/qt.html + SizeMode-enum + + + + SortOrder + https://doc.qt.io/qt-6/qt.html + SortOrder-enum + + + AscendingOrder + https://doc.qt.io/qt-6/qt.html + SortOrder-enum + + + + DescendingOrder + https://doc.qt.io/qt-6/qt.html + SortOrder-enum + + + + SplitBehaviorFlags + https://doc.qt.io/qt-6/qt.html + SplitBehaviorFlags-enum + + + KeepEmptyParts + https://doc.qt.io/qt-6/qt.html + SplitBehaviorFlags-enum + + + + SkipEmptyParts + https://doc.qt.io/qt-6/qt.html + SplitBehaviorFlags-enum + + + + TabFocusBehavior + https://doc.qt.io/qt-6/qt.html + TabFocusBehavior-enum + + + NoTabFocus + https://doc.qt.io/qt-6/qt.html + TabFocusBehavior-enum + + + + TabFocusTextControls + https://doc.qt.io/qt-6/qt.html + TabFocusBehavior-enum + + + + TabFocusListControls + https://doc.qt.io/qt-6/qt.html + TabFocusBehavior-enum + + + + TabFocusAllControls + https://doc.qt.io/qt-6/qt.html + TabFocusBehavior-enum + + + + TextElideMode + https://doc.qt.io/qt-6/qt.html + TextElideMode-enum + + + ElideLeft + https://doc.qt.io/qt-6/qt.html + TextElideMode-enum + + + + ElideRight + https://doc.qt.io/qt-6/qt.html + TextElideMode-enum + + + + ElideMiddle + https://doc.qt.io/qt-6/qt.html + TextElideMode-enum + + + + ElideNone + https://doc.qt.io/qt-6/qt.html + TextElideMode-enum + + + + TextFlag + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + TextSingleLine + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextDontClip + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextExpandTabs + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextShowMnemonic + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextWordWrap + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextWrapAnywhere + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextDontPrint + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextIncludeTrailingSpaces + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextHideMnemonic + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextJustificationForced + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextForceLeftToRight + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextForceRightToLeft + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextLongestVariant + https://doc.qt.io/qt-6/qt.html + TextFlag-enum + + + + TextFormat + https://doc.qt.io/qt-6/qt.html + TextFormat-enum + + + PlainText + https://doc.qt.io/qt-6/qt.html + TextFormat-enum + + + + RichText + https://doc.qt.io/qt-6/qt.html + TextFormat-enum + + + + AutoText + https://doc.qt.io/qt-6/qt.html + TextFormat-enum + + + + MarkdownText + https://doc.qt.io/qt-6/qt.html + TextFormat-enum + + + + TextInteractionFlag + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + NoTextInteraction + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + TextSelectableByMouse + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + TextSelectableByKeyboard + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + LinksAccessibleByMouse + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + LinksAccessibleByKeyboard + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + TextEditable + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + TextEditorInteraction + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + TextBrowserInteraction + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + TileRule + https://doc.qt.io/qt-6/qt.html + TileRule-enum + + + StretchTile + https://doc.qt.io/qt-6/qt.html + TileRule-enum + + + + RepeatTile + https://doc.qt.io/qt-6/qt.html + TileRule-enum + + + + RoundTile + https://doc.qt.io/qt-6/qt.html + TileRule-enum + + + + TimeSpec + https://doc.qt.io/qt-6/qt.html + TimeSpec-enum + + + LocalTime + https://doc.qt.io/qt-6/qt.html + TimeSpec-enum + + + + UTC + https://doc.qt.io/qt-6/qt.html + TimeSpec-enum + + + + OffsetFromUTC + https://doc.qt.io/qt-6/qt.html + TimeSpec-enum + + + + TimeZone + https://doc.qt.io/qt-6/qt.html + TimeSpec-enum + + + + TimerType + https://doc.qt.io/qt-6/qt.html + TimerType-enum + + + PreciseTimer + https://doc.qt.io/qt-6/qt.html + TimerType-enum + + + + CoarseTimer + https://doc.qt.io/qt-6/qt.html + TimerType-enum + + + + VeryCoarseTimer + https://doc.qt.io/qt-6/qt.html + TimerType-enum + + + + ToolBarArea + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + LeftToolBarArea + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + RightToolBarArea + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + TopToolBarArea + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + BottomToolBarArea + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + ToolBarArea_Mask + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + AllToolBarAreas + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + NoToolBarArea + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + ToolButtonStyle + https://doc.qt.io/qt-6/qt.html + ToolButtonStyle-enum + + + ToolButtonIconOnly + https://doc.qt.io/qt-6/qt.html + ToolButtonStyle-enum + + + + ToolButtonTextOnly + https://doc.qt.io/qt-6/qt.html + ToolButtonStyle-enum + + + + ToolButtonTextBesideIcon + https://doc.qt.io/qt-6/qt.html + ToolButtonStyle-enum + + + + ToolButtonTextUnderIcon + https://doc.qt.io/qt-6/qt.html + ToolButtonStyle-enum + + + + ToolButtonFollowStyle + https://doc.qt.io/qt-6/qt.html + ToolButtonStyle-enum + + + + TouchPointState + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + TouchPointUnknownState + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + + TouchPointPressed + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + + TouchPointMoved + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + + TouchPointStationary + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + + TouchPointReleased + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + + TransformationMode + https://doc.qt.io/qt-6/qt.html + TransformationMode-enum + + + FastTransformation + https://doc.qt.io/qt-6/qt.html + TransformationMode-enum + + + + SmoothTransformation + https://doc.qt.io/qt-6/qt.html + TransformationMode-enum + + + + UIEffect + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + UI_General + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + UI_AnimateMenu + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + UI_FadeMenu + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + UI_AnimateCombo + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + UI_AnimateTooltip + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + UI_FadeTooltip + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + UI_AnimateToolBox + https://doc.qt.io/qt-6/qt.html + UIEffect-enum + + + + WhiteSpaceMode + https://doc.qt.io/qt-6/qt.html + WhiteSpaceMode-enum + + + WhiteSpaceNormal + https://doc.qt.io/qt-6/qt.html + WhiteSpaceMode-enum + + + + WhiteSpacePre + https://doc.qt.io/qt-6/qt.html + WhiteSpaceMode-enum + + + + WhiteSpaceNoWrap + https://doc.qt.io/qt-6/qt.html + WhiteSpaceMode-enum + + + + WhiteSpaceModeUndefined + https://doc.qt.io/qt-6/qt.html + WhiteSpaceMode-enum + + + + WidgetAttribute + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + WA_Disabled + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_UnderMouse + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MouseTracking + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_OpaquePaintEvent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_StaticContents + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_LaidOut + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_PaintOnScreen + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NoSystemBackground + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_UpdatesDisabled + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_Mapped + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_InputMethodEnabled + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_Visible + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_Hidden + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_ForceDisabled + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_KeyCompression + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_PendingMoveEvent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_PendingResizeEvent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetPalette + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetFont + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetCursor + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NoChildEventsFromChildren + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WindowModified + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_Resized + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_Moved + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_PendingUpdate + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_InvalidSize + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_CustomWhatsThis + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_LayoutOnEntireRect + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_OutsideWSRange + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_GrabbedShortcut + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_TransparentForMouseEvents + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_PaintUnclipped + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetWindowIcon + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NoMouseReplay + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_DeleteOnClose + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_RightToLeft + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetLayoutDirection + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NoChildEventsForParent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_ForceUpdatesDisabled + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_Created + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_CompressKeys + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_InPaintEvent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_Reparented + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_ConfigPending + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_Polished + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_OwnSizePolicy + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_ExplicitShowHide + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_ShowModal + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MouseNoMask + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NoMousePropagation + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_Hover + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_InputMethodTransparent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_QuitOnClose + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_KeyboardFocusChange + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_AcceptDrops + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_DropSiteRegistered + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WindowPropagation + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NoX11EventCompression + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_TintedBackground + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11OpenGLOverlay + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_AlwaysShowToolTips + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MacOpaqueSizeGrip + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetStyle + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetLocale + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MacShowFocusRect + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MacNormalSize + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MacSmallSize + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MacMiniSize + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_LayoutUsesWidgetRect + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_StyledBackground + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_CanHostQMdiSubWindowTitleBar + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_MacAlwaysShowToolWindow + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_StyleSheet + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_ShowWithoutActivating + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11BypassTransientForHint + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_NativeWindow + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_DontCreateNativeAncestors + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_DontShowOnScreen + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeDesktop + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeDock + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeToolBar + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeMenu + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeUtility + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeSplash + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeDialog + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeDropDownMenu + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypePopupMenu + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeToolTip + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeNotification + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeCombo + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11NetWmWindowTypeDND + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_SetWindowModality + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_WindowOpacitySet + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_TranslucentBackground + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_AcceptTouchEvents + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_WState_AcceptedTouchBeginEvent + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_TouchPadAcceptSingleTouchEvents + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_X11DoNotAcceptFocus + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_AlwaysStackOnTop + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_TabletTracking + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_ContentsMarginsRespectsSafeArea + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_StyleSheetTarget + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WA_AttributeCount + https://doc.qt.io/qt-6/qt.html + WidgetAttribute-enum + + + + WindowFrameSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + NoSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + LeftSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + TopLeftSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + TopSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + TopRightSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + RightSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + BottomRightSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + BottomSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + BottomLeftSection + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + TitleBarArea + https://doc.qt.io/qt-6/qt.html + WindowFrameSection-enum + + + + WindowModality + https://doc.qt.io/qt-6/qt.html + WindowModality-enum + + + NonModal + https://doc.qt.io/qt-6/qt.html + WindowModality-enum + + + + WindowModal + https://doc.qt.io/qt-6/qt.html + WindowModality-enum + + + + ApplicationModal + https://doc.qt.io/qt-6/qt.html + WindowModality-enum + + + + WindowState + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + WindowNoState + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + + WindowMinimized + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + + WindowMaximized + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + + WindowFullScreen + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + + WindowActive + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + + WindowType + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + Widget + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Window + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Dialog + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Sheet + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Drawer + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Popup + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Tool + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + ToolTip + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + SplashScreen + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + Desktop + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + SubWindow + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + ForeignWindow + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + CoverWindow + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowType_Mask + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + MSWindowsFixedSizeDialogHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + MSWindowsOwnDC + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + BypassWindowManagerHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + X11BypassWindowManagerHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + FramelessWindowHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowTitleHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowSystemMenuHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowMinimizeButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowMaximizeButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowMinMaxButtonsHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowContextHelpButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowShadeButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowStaysOnTopHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowTransparentForInput + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowOverridesSystemGestures + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowDoesNotAcceptFocus + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + MaximizeUsingFullscreenGeometryHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + CustomizeWindowHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowStaysOnBottomHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowCloseButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + MacWindowToolBarButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + BypassGraphicsProxyWidget + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + NoDropShadowWindowHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowFullscreenButtonHint + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + QTextStream & + bin + https://doc.qt.io/qt-6/qt.html + bin + (QTextStream &stream) + + + QTextStream & + bom + https://doc.qt.io/qt-6/qt.html + bom + (QTextStream &stream) + + + QTextStream & + center + https://doc.qt.io/qt-6/qt.html + center + (QTextStream &stream) + + + QTextStream & + dec + https://doc.qt.io/qt-6/qt.html + dec + (QTextStream &stream) + + + QTextStream & + endl + https://doc.qt.io/qt-6/qt.html + endl + (QTextStream &stream) + + + QTextStream & + fixed + https://doc.qt.io/qt-6/qt.html + fixed + (QTextStream &stream) + + + QTextStream & + flush + https://doc.qt.io/qt-6/qt.html + flush + (QTextStream &stream) + + + QTextStream & + forcepoint + https://doc.qt.io/qt-6/qt.html + forcepoint + (QTextStream &stream) + + + QTextStream & + forcesign + https://doc.qt.io/qt-6/qt.html + forcesign + (QTextStream &stream) + + + QTextStream & + hex + https://doc.qt.io/qt-6/qt.html + hex + (QTextStream &stream) + + + QTextStream & + left + https://doc.qt.io/qt-6/qt.html + left + (QTextStream &stream) + + + QTextStream & + lowercasebase + https://doc.qt.io/qt-6/qt.html + lowercasebase + (QTextStream &stream) + + + QTextStream & + lowercasedigits + https://doc.qt.io/qt-6/qt.html + lowercasedigits + (QTextStream &stream) + + + QTextStream & + noforcepoint + https://doc.qt.io/qt-6/qt.html + noforcepoint + (QTextStream &stream) + + + QTextStream & + noforcesign + https://doc.qt.io/qt-6/qt.html + noforcesign + (QTextStream &stream) + + + QTextStream & + noshowbase + https://doc.qt.io/qt-6/qt.html + noshowbase + (QTextStream &stream) + + + QTextStream & + oct + https://doc.qt.io/qt-6/qt.html + oct + (QTextStream &stream) + + + QTextStream & + reset + https://doc.qt.io/qt-6/qt.html + reset + (QTextStream &stream) + + + QTextStream & + right + https://doc.qt.io/qt-6/qt.html + right + (QTextStream &stream) + + + QTextStream & + scientific + https://doc.qt.io/qt-6/qt.html + scientific + (QTextStream &stream) + + + QTextStream & + showbase + https://doc.qt.io/qt-6/qt.html + showbase + (QTextStream &stream) + + + QTextStream & + uppercasebase + https://doc.qt.io/qt-6/qt.html + uppercasebase + (QTextStream &stream) + + + QTextStream & + uppercasedigits + https://doc.qt.io/qt-6/qt.html + uppercasedigits + (QTextStream &stream) + + + QTextStream & + ws + https://doc.qt.io/qt-6/qt.html + ws + (QTextStream &stream) + + + void + beginPropertyUpdateGroup + https://doc.qt.io/qt-6/qproperty.html + beginPropertyUpdateGroup + () + + + void + endPropertyUpdateGroup + https://doc.qt.io/qt-6/qproperty.html + endPropertyUpdateGroup + () + + + Alignment + https://doc.qt.io/qt-6/qt.html + AlignmentFlag-enum + + + + ApplicationStates + https://doc.qt.io/qt-6/qt.html + ApplicationState-enum + + + + DockWidgetAreas + https://doc.qt.io/qt-6/qt.html + DockWidgetArea-enum + + + + DropActions + https://doc.qt.io/qt-6/qt.html + DropAction-enum + + + + Edges + https://doc.qt.io/qt-6/qt.html + Edge-enum + + + + FindChildOptions + https://doc.qt.io/qt-6/qt.html + FindChildOption-enum + + + + GestureFlags + https://doc.qt.io/qt-6/qt.html + GestureFlag-enum + + + + HANDLE + https://doc.qt.io/qt-6/qt.html + HANDLE-typedef + + + + ImageConversionFlags + https://doc.qt.io/qt-6/qt.html + ImageConversionFlag-enum + + + + InputMethodHints + https://doc.qt.io/qt-6/qt.html + InputMethodHint-enum + + + + InputMethodQueries + https://doc.qt.io/qt-6/qt.html + InputMethodQuery-enum + + + + ItemFlags + https://doc.qt.io/qt-6/qt.html + ItemFlag-enum + + + + KeyboardModifiers + https://doc.qt.io/qt-6/qt.html + KeyboardModifier-enum + + + + MatchFlags + https://doc.qt.io/qt-6/qt.html + MatchFlag-enum + + + + Modifiers + https://doc.qt.io/qt-6/qt.html + Modifier-enum + + + + MouseButtons + https://doc.qt.io/qt-6/qt.html + MouseButton-enum + + + + MouseEventFlags + https://doc.qt.io/qt-6/qt.html + MouseEventFlag-enum + + + + Orientations + https://doc.qt.io/qt-6/qt.html + Orientation-enum + + + + ScreenOrientations + https://doc.qt.io/qt-6/qt.html + ScreenOrientation-enum + + + + SplitBehavior + https://doc.qt.io/qt-6/qt.html + SplitBehaviorFlags-enum + + + + TextInteractionFlags + https://doc.qt.io/qt-6/qt.html + TextInteractionFlag-enum + + + + ToolBarAreas + https://doc.qt.io/qt-6/qt.html + ToolBarArea-enum + + + + TouchPointStates + https://doc.qt.io/qt-6/qt.html + TouchPointState-enum + + + + WindowFlags + https://doc.qt.io/qt-6/qt.html + WindowType-enum + + + + WindowStates + https://doc.qt.io/qt-6/qt.html + WindowState-enum + + + + + Qt::Literals + https://doc.qt.io/qt-6/qt-literals.html + Qt::Literals::StringLiterals + + + Qt::Literals::StringLiterals + https://doc.qt.io/qt-6/qt-literals-stringliterals.html + + QByteArray + operator""_ba + https://doc.qt.io/qt-6/qbytearray.html + operator-22-22_ba + (const char *str, size_t size) + + + QLatin1Char + operator""_L1 + https://doc.qt.io/qt-6/qlatin1char.html + operator-22-22_L1 + (char ch) + + + QLatin1StringView + operator""_L1 + https://doc.qt.io/qt-6/qlatin1stringview.html + operator-22-22_L1 + (const char *str, size_t size) + + + QString + operator""_s + https://doc.qt.io/qt-6/qstring.html + operator-22-22_s + (const char16_t *str, size_t size) + + + + QtAndroidPrivate + https://doc.qt.io/qt-6/qtandroidprivate.html + + BindFlag + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + None + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + AutoCreate + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + DebugUnbind + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + NotForeground + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + AboveClient + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + AllowOomManagement + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + WaivePriority + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + Important + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + AdjustWithActivity + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + ExternalService + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + QFuture<QtAndroidPrivate::PermissionResult> + checkPermission + https://doc.qt.io/qt-6/qtandroidprivate.html + checkPermission + (const QString &permission) + + + QFuture<QtAndroidPrivate::PermissionResult> + requestPermission + https://doc.qt.io/qt-6/qtandroidprivate.html + requestPermission + (const QString &permission) + + + bool + bindService + https://doc.qt.io/qt-6/qtandroidprivate.html + bindService + (const QAndroidIntent &serviceIntent, const QAndroidServiceConnection &serviceConnection, QtAndroidPrivate::BindFlags flags) + + + void + startActivity + https://doc.qt.io/qt-6/qtandroidprivate.html + startActivity-1 + (const QAndroidIntent &intent, int receiverRequestCode, QAndroidActivityResultReceiver *resultReceiver) + + + void + startActivity + https://doc.qt.io/qt-6/qtandroidprivate.html + startActivity + (const QJniObject &intent, int receiverRequestCode, QAndroidActivityResultReceiver *resultReceiver) + + + void + startActivity + https://doc.qt.io/qt-6/qtandroidprivate.html + startActivity-2 + (const QJniObject &intent, int receiverRequestCode, std::function<void (int, int, const QJniObject &)> callbackFunc) + + + void + startIntentSender + https://doc.qt.io/qt-6/qtandroidprivate.html + startIntentSender + (const QJniObject &intentSender, int receiverRequestCode, QAndroidActivityResultReceiver *resultReceiver) + + + BindFlags + https://doc.qt.io/qt-6/qtandroidprivate.html + BindFlag-enum + + + + + QtFuture + https://doc.qt.io/qt-6/qtfuture.html + QtFuture::WhenAnyResult + + Launch + https://doc.qt.io/qt-6/qtfuture.html + Launch-enum + + + Sync + https://doc.qt.io/qt-6/qtfuture.html + Launch-enum + + + + Async + https://doc.qt.io/qt-6/qtfuture.html + Launch-enum + + + + Inherit + https://doc.qt.io/qt-6/qtfuture.html + Launch-enum + + + + QFuture<ArgsType<Signal>> + connect + https://doc.qt.io/qt-6/qtfuture.html + connect + (Sender *sender, Signal signal) + + + QFuture<OutputSequence> + whenAll + https://doc.qt.io/qt-6/qtfuture.html + whenAll-1 + (Futures &&... futures) + + + QFuture<OutputSequence> + whenAll + https://doc.qt.io/qt-6/qtfuture.html + whenAll + (InputIt first, InputIt last) + + + QFuture<QtFuture::WhenAnyResult<T>> + whenAny + https://doc.qt.io/qt-6/qtfuture.html + whenAny + (InputIt first, InputIt last) + + + QFuture<T> + makeExceptionalFuture + https://doc.qt.io/qt-6/qtfuture.html + makeExceptionalFuture + (const QException &exception) + + + QFuture<T> + makeExceptionalFuture + https://doc.qt.io/qt-6/qtfuture.html + makeExceptionalFuture-1 + (std::exception_ptr exception) + + + QFuture<T> + makeReadyFuture + https://doc.qt.io/qt-6/qtfuture.html + makeReadyFuture-2 + (const QList<T> &values) + + + QFuture<std::decay_t<T>> + makeReadyFuture + https://doc.qt.io/qt-6/qtfuture.html + makeReadyFuture + (T &&value) + + + QFuture<std::variant<std::decay_t<Futures>...>> + whenAny + https://doc.qt.io/qt-6/qtfuture.html + whenAny-1 + (Futures &&... futures) + + + QFuture<void> + makeReadyFuture + https://doc.qt.io/qt-6/qtfuture.html + makeReadyFuture-1 + () + + + + QtFuture::WhenAnyResult + https://doc.qt.io/qt-6/qtfuture-whenanyresult.html + + + QtLiterals + https://doc.qt.io/qt-6/qtliterals.html + + QByteArray + operator""_qba + https://doc.qt.io/qt-6/qbytearray-obsolete.html + operator-22-22_qba + (const char *str, size_t size) + + + QString + operator""_qs + https://doc.qt.io/qt-6/qstring-obsolete.html + operator-22-22_qs + (const char16_t *str, size_t size) + + + + qfloat16 + https://doc.qt.io/qt-6/qfloat16.html + + QDataStream & + operator<< + https://doc.qt.io/qt-6/qfloat16.html + operator-lt-lt + (QDataStream &ds, qfloat16 f) + + + QDataStream & + operator>> + https://doc.qt.io/qt-6/qfloat16.html + operator-gt-gt + (QDataStream &ds, qfloat16 &f) + + + bool + qFuzzyCompare + https://doc.qt.io/qt-6/qfloat16.html + qFuzzyCompare + (qfloat16 p1, qfloat16 p2) + + + bool + qIsFinite + https://doc.qt.io/qt-6/qfloat16.html + qIsFinite + (qfloat16 f) + + + bool + qIsInf + https://doc.qt.io/qt-6/qfloat16.html + qIsInf + (qfloat16 f) + + + bool + qIsNaN + https://doc.qt.io/qt-6/qfloat16.html + qIsNaN + (qfloat16 f) + + + int + qFpClassify + https://doc.qt.io/qt-6/qfloat16.html + qFpClassify + (qfloat16 val) + + + int + qRound + https://doc.qt.io/qt-6/qfloat16.html + qRound + (qfloat16 value) + + + + qfloat16 + https://doc.qt.io/qt-6/qfloat16.html + qfloat16-1 + (Qt::Initialization) + + + qint64 + qRound64 + https://doc.qt.io/qt-6/qfloat16.html + qRound64 + (qfloat16 value) + + + void + qFloatFromFloat16 + https://doc.qt.io/qt-6/qfloat16.html + qFloatFromFloat16 + (float *out, const qfloat16 *in, qsizetype len) + + + void + qFloatToFloat16 + https://doc.qt.io/qt-6/qfloat16.html + qFloatToFloat16 + (qfloat16 *out, const float *in, qsizetype len) + + + bool + isNormal + https://doc.qt.io/qt-6/qfloat16.html + isNormal + () const const + + + qfloat16 + copySign + https://doc.qt.io/qt-6/qfloat16.html + copySign + (qfloat16 sign) const const + + +