QtConcurrent
Trial to use Doxygen to generate UML class diagram of QtConcurrent module.
Public Member Functions | List of all members
QtConcurrent::StoredFunctorCall< void, Functor > Class Template Reference

#include <qtconcurrentstoredfunctioncall.h>

Inheritance diagram for QtConcurrent::StoredFunctorCall< void, Functor >:
Inheritance graph
Collaboration diagram for QtConcurrent::StoredFunctorCall< void, Functor >:
Collaboration graph

Public Member Functions

 StoredFunctorCall (const Functor &f)
 
void runFunctor () override
 
- Public Member Functions inherited from QtConcurrent::RunFunctionTask< void >
void run () override
 
- Public Member Functions inherited from QtConcurrent::RunFunctionTaskBase< void >
QFuture< void > start ()
 
QFuture< void > start (QThreadPool *pool)
 
void run () override
 

Constructor & Destructor Documentation

◆ StoredFunctorCall()

template<typename Functor >
QtConcurrent::StoredFunctorCall< void, Functor >::StoredFunctorCall ( const Functor &  f)
inline

Member Function Documentation

◆ runFunctor()

template<typename Functor >
void QtConcurrent::StoredFunctorCall< void, Functor >::runFunctor ( )
inlineoverridevirtual

The documentation for this class was generated from the following file: