![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtConcurrent More...
#include <qtconcurrentfilterkernel.h>
Public Types | |
| typedef void | ReturnType |
| typedef void | ResultType |
| Public Types inherited from QtConcurrent::IterateKernel< Sequence::const_iterator, void > | |
| typedef void | ResultType |
| Public Types inherited from QtConcurrent::ThreadEngine< void > | |
| typedef void | ResultType |
| Public Types inherited from QRunnable | |
| template<typename Callable> | |
| using | if_callable = std::enable_if_t<std::is_invocable_r_v<void, Callable>, bool> |
Public Member Functions | |
| template<typename Keep = KeepFunctor, typename Reduce = ReduceFunctor> | |
| FilterKernel (QThreadPool *pool, Sequence &_sequence, Keep &&_keep, Reduce &&_reduce) | |
| bool | runIteration (typename Sequence::const_iterator it, int index, T *) override |
| bool | runIterations (typename Sequence::const_iterator sequenceBeginIterator, int begin, int end, T *) override |
| void | finish () override |
| bool | shouldThrottleThread () override |
| bool | shouldStartThread () override |
| Public Member Functions inherited from QtConcurrent::IterateKernel< Sequence::const_iterator, void > | |
| IterateKernel (QThreadPool *pool, Sequence::const_iterator _begin, Sequence::const_iterator _end) | |
| virtual | ~IterateKernel () |
| virtual bool | runIteration (Sequence::const_iterator, int, void *) |
| virtual bool | runIterations (Sequence::const_iterator, int, int, void *) |
| void | start () override |
| bool | shouldStartThread () override |
| ThreadFunctionResult | threadFunction () override |
| ThreadFunctionResult | forThreadFunction () |
| ThreadFunctionResult | whileThreadFunction () |
| Public Member Functions inherited from QtConcurrent::ThreadEngine< void > | |
| ThreadEngine (QThreadPool *pool) | |
| virtual void * | result () |
| QFutureInterface< void > * | futureInterfaceTyped () |
| void * | startSingleThreaded () |
| QFuture< void > | startAsynchronously () |
| void | asynchronousFinish () override |
| void | reportResult (const void *_result, int index=-1) |
| void | reportResults (const QList< void > &_result, int index=-1, int count=-1) |
| Public Member Functions inherited from QtConcurrent::ThreadEngineBase | |
| ThreadEngineBase (QThreadPool *pool) | |
| virtual | ~ThreadEngineBase () |
| void | startSingleThreaded () |
| void | startThread () |
| bool | isCanceled () |
| void | waitForResume () |
| bool | isProgressReportingEnabled () |
| void | setProgressValue (int progress) |
| void | setProgressRange (int minimum, int maximum) |
| void | acquireBarrierSemaphore () |
| void | reportIfSuspensionDone () const |
| Public Member Functions inherited from QRunnable | |
| constexpr | QRunnable () noexcept=default |
| Constructs a QRunnable. | |
| virtual | ~QRunnable () |
| QRunnable virtual destructor. | |
| bool | autoDelete () const |
Returns true is auto-deletion is enabled; false otherwise. | |
| void | setAutoDelete (bool autoDelete) |
| Enables auto-deletion if autoDelete is true; otherwise auto-deletion is disabled. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from QRunnable | |
| template<typename Callable, if_callable< Callable > = true> | |
| static QRunnable * | create (Callable &&functionToRun) |
| static QRunnable * | create (std::nullptr_t)=delete |
| Public Attributes inherited from QtConcurrent::IterateKernel< Sequence::const_iterator, void > | |
| const Sequence::const_iterator | begin |
| const Sequence::const_iterator | end |
| Sequence::const_iterator | current |
| QAtomicInt | currentIndex |
| QAtomicInt | iteratorThreads |
| QAtomicInt | completed |
| const int | iterationCount |
| const bool | forIteration |
| bool | progressReportingEnabled |
| DefaultValueContainer< ResultType > | defaultValue |
| Protected Attributes inherited from QtConcurrent::ThreadEngineBase | |
| QFutureInterfaceBase * | futureInterface |
| QThreadPool * | threadPool |
| ThreadEngineBarrier | barrier |
| QtPrivate::ExceptionStore | exceptionStore |
| QBasicMutex | mutex |
\inmodule QtConcurrent
Definition at line 42 of file qtconcurrentfilterkernel.h.
| typedef void QtConcurrent::FilterKernel< Sequence, KeepFunctor, ReduceFunctor >::ResultType |
Definition at line 115 of file qtconcurrentfilterkernel.h.
| typedef void QtConcurrent::FilterKernel< Sequence, KeepFunctor, ReduceFunctor >::ReturnType |
Definition at line 114 of file qtconcurrentfilterkernel.h.
|
inline |
Definition at line 56 of file qtconcurrentfilterkernel.h.
References FilterKernel().
Referenced by FilterKernel().
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 98 of file qtconcurrentfilterkernel.h.
|
inlineoverride |
Definition at line 65 of file qtconcurrentfilterkernel.h.
|
inlineoverride |
Definition at line 78 of file qtconcurrentfilterkernel.h.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 109 of file qtconcurrentfilterkernel.h.
|
inlineoverridevirtual |
Reimplemented from QtConcurrent::ThreadEngineBase.
Definition at line 104 of file qtconcurrentfilterkernel.h.