#include <qtconcurrentmapkernel.h>
|
| | MappedEachKernel (Iterator begin, Iterator end, MapFunctor _map) |
| |
| bool | runIteration (Iterator it, int, T *result) override |
| |
| bool | runIterations (Iterator sequenceBeginIterator, int begin, int end, T *results) override |
| |
| | IterateKernel (Iterator _begin, Iterator _end) |
| |
| virtual | ~IterateKernel () |
| |
| void | start () override |
| |
| bool | shouldStartThread () override |
| |
| ThreadFunctionResult | threadFunction () override |
| |
| ThreadFunctionResult | forThreadFunction () |
| |
| ThreadFunctionResult | whileThreadFunction () |
| |
| virtual MapFunctor::result_type * | result () |
| |
| QFutureInterface< MapFunctor::result_type > * | futureInterfaceTyped () |
| |
| MapFunctor::result_type * | startSingleThreaded () |
| |
| MapFunctor::result_type * | startBlocking () |
| |
| QFuture< MapFunctor::result_type > | startAsynchronously () |
| |
| void | asynchronousFinish () override |
| |
| void | reportResult (const MapFunctor::result_type *_result, int index=-1) |
| |
| void | reportResults (const QVector< MapFunctor::result_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 MapFunctor>
class QtConcurrent::MappedEachKernel< Iterator, MapFunctor >
QtConcurrent
◆ ResultType
template<typename Iterator , typename MapFunctor >
◆ ReturnType
template<typename Iterator , typename MapFunctor >
◆ MappedEachKernel()
template<typename Iterator , typename MapFunctor >
◆ runIteration()
template<typename Iterator , typename MapFunctor >
◆ runIterations()
template<typename Iterator , typename MapFunctor >
The documentation for this class was generated from the following file: