5#ifndef QTCORE_RESULTSTORE_H
6#define QTCORE_RESULTSTORE_H
8#include <QtCore/qmap.h>
17
18
19
20
21
22
50#if QT_CORE_REMOVED_SINCE(6
, 8
)
85 return const_cast<
T *>(
p);
98class Q_CORE_EXPORT ResultStoreBase
final
115#if defined(Q_CC_CLANG)
116# if __has_warning("-Wunnecessary-virtual-specifier")
139 template <
typename T>
154 template <
typename T,
typename...
Args>
162 template <
typename T>
174 template <
typename T>
218 template <
typename T>
228 template <
typename T>
ResultItem(const void *_result)
ResultItem(const void *_result, int _count)
Combined button and popup list for selecting options.
static ResultIteratorBase findResult(const QMap< int, ResultItem > &store, int index)
Q_DECLARE_TYPEINFO(QtPrivate::ResultItem, Q_PRIMITIVE_TYPE)
QFuture< void > future
[5]