#include <qtconcurrentfilterkernel.h>
|
| | FilterKernel (Sequence &_sequence, KeepFunctor _keep, ReduceFunctor _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 |
| |
| | IterateKernel (Sequence::const_iterator _begin, Sequence::const_iterator _end) |
| |
| virtual | ~IterateKernel () |
| |
| virtual bool | runIteration (Sequence::const_iterator it, int index, void *result) |
| |
| virtual bool | runIterations (Sequence::const_iterator _begin, int beginIndex, int endIndex, void *results) |
| |
| void | start () override |
| |
| bool | shouldStartThread () override |
| |
| ThreadFunctionResult | threadFunction () override |
| |
| ThreadFunctionResult | forThreadFunction () |
| |
| ThreadFunctionResult | whileThreadFunction () |
| |
| virtual void * | result () |
| |
| QFutureInterface< void > * | futureInterfaceTyped () |
| |
| void * | startSingleThreaded () |
| |
| void * | startBlocking () |
| |
| QFuture< void > | startAsynchronously () |
| |
| void | asynchronousFinish () override |
| |
| void | reportResult (const void *_result, int index=-1) |
| |
| void | reportResults (const QVector< void > &_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 Sequence, typename KeepFunctor, typename ReduceFunctor>
class QtConcurrent::FilterKernel< Sequence, KeepFunctor, ReduceFunctor >
QtConcurrent
◆ ResultType
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ ReturnType
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ FilterKernel()
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ finish()
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ runIteration()
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ runIterations()
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ shouldStartThread()
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
◆ shouldThrottleThread()
template<typename Sequence , typename KeepFunctor , typename ReduceFunctor >
The documentation for this class was generated from the following file: