#include <qtconcurrentfilterkernel.h>
|
| | FilteredEachKernel (Iterator begin, Iterator end, KeepFunctor _keep) |
| |
| void | start () override |
| |
| bool | runIteration (Iterator it, int index, T *) override |
| |
| bool | runIterations (Iterator sequenceBeginIterator, int begin, int end, T *) override |
| |
| | IterateKernel (Iterator _begin, Iterator _end) |
| |
| virtual | ~IterateKernel () |
| |
| virtual bool | runIteration (Iterator it, int index, qValueType< Iterator >::value_type *result) |
| |
| virtual bool | runIterations (Iterator _begin, int beginIndex, int endIndex, qValueType< Iterator >::value_type *results) |
| |
| void | start () override |
| |
| bool | shouldStartThread () override |
| |
| ThreadFunctionResult | threadFunction () override |
| |
| ThreadFunctionResult | forThreadFunction () |
| |
| ThreadFunctionResult | whileThreadFunction () |
| |
| virtual qValueType< Iterator >::value_type * | result () |
| |
| QFutureInterface< qValueType< Iterator >::value_type > * | futureInterfaceTyped () |
| |
| qValueType< Iterator >::value_type * | startSingleThreaded () |
| |
| qValueType< Iterator >::value_type * | startBlocking () |
| |
| QFuture< qValueType< Iterator >::value_type > | startAsynchronously () |
| |
| void | asynchronousFinish () override |
| |
| void | reportResult (const qValueType< Iterator >::value_type *_result, int index=-1) |
| |
| void | reportResults (const QVector< qValueType< Iterator >::value_type > &_result, int index=-1, int count=-1) |
| |
| | ThreadEngineBase () |
| |
| virtual | ~ThreadEngineBase () |
| |
| void | startSingleThreaded () |
| |
| void | startBlocking () |
| |
| void | startThread () |
| |
| bool | isCanceled () |
| |
| void | waitForResume () |
| |
| bool | isProgressReportingEnabled () |
| |
| void | setProgressValue (int progress) |
| |
| void | setProgressRange (int minimum, int maximum) |
| |
| void | acquireBarrierSemaphore () |
| |
template<typename Iterator, typename KeepFunctor>
class QtConcurrent::FilteredEachKernel< Iterator, KeepFunctor >
QtConcurrent
◆ ResultType
template<typename Iterator , typename KeepFunctor >
◆ ReturnType
template<typename Iterator , typename KeepFunctor >
◆ FilteredEachKernel()
template<typename Iterator , typename KeepFunctor >
◆ runIteration()
template<typename Iterator , typename KeepFunctor >
◆ runIterations()
template<typename Iterator , typename KeepFunctor >
◆ start()
template<typename Iterator , typename KeepFunctor >
The documentation for this class was generated from the following file: