Internal Namespace

(Utils::Internal)

Classes

Functions

void blockingContainerMapReduce(QFutureInterface<ReduceResult> &futureInterface, Container &&container, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, MapReduceOption option, QThreadPool *pool)
void blockingContainerRefMapReduce(QFutureInterface<ReduceResult> &futureInterface, std::reference_wrapper<Container> containerWrapper, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, MapReduceOption option, QThreadPool *pool)
void blockingIteratorMapReduce(QFutureInterface<ReduceResult> &futureInterface, ForwardIterator begin, ForwardIterator end, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, MapReduceOption option, QThreadPool *pool, int size)
functionResult_t<Function> callWithMaybeFutureInterface(QFutureInterface<ResultType> &futureInterface, Function &&function, Args &&... args)
functionResult_t<Function> callWithMaybeFutureInterfaceDispatch(std::false_type, QFutureInterface<ResultType> &, Function &&function, Args &&... args)
functionResult_t<Function> callWithMaybeFutureInterfaceDispatch(std::true_type, QFutureInterface<ResultType> &futureInterface, Function &&function, Args &&... args)
void cleanupReportingState(QFutureInterface<StateResult> &fi, StateResult &state)
void dummyCleanup(void *)
void *dummyInit()
QUrl filePathUrl(const QUrl &url)
QString normalizePathName(const QString &filePath)
void runAsyncQFutureInterfaceDispatch(std::true_type, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)
void runAsyncQFutureInterfaceDispatch(std::false_type, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)
void runAsyncReturnVoidDispatch(std::true_type, QFutureInterface<ResultType>, Function &&function, Args &&... args)
void runAsyncReturnVoidDispatch(std::false_type, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)
QRect screenGeometry(const QPoint &pos, QWidget *w)
int screenNumber(const QPoint &pos, QWidget *w)

Function Documentation

void Internal::blockingContainerMapReduce(QFutureInterface<ReduceResult> &futureInterface, Container &&container, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, MapReduceOption option, QThreadPool *pool)

void Internal::blockingContainerRefMapReduce(QFutureInterface<ReduceResult> &futureInterface, std::reference_wrapper<Container> containerWrapper, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, MapReduceOption option, QThreadPool *pool)

void Internal::blockingIteratorMapReduce(QFutureInterface<ReduceResult> &futureInterface, ForwardIterator begin, ForwardIterator end, InitFunction &&init, MapFunction &&map, ReduceFunction &&reduce, CleanUpFunction &&cleanup, MapReduceOption option, QThreadPool *pool, int size)

functionResult_t<Function> Internal::callWithMaybeFutureInterface(QFutureInterface<ResultType> &futureInterface, Function &&function, Args &&... args)

functionResult_t<Function> Internal::callWithMaybeFutureInterfaceDispatch(std::false_type, QFutureInterface<ResultType> &, Function &&function, Args &&... args)

functionResult_t<Function> Internal::callWithMaybeFutureInterfaceDispatch(std::true_type, QFutureInterface<ResultType> &futureInterface, Function &&function, Args &&... args)

[static] void Internal::cleanupReportingState(QFutureInterface<StateResult> &fi, StateResult &state)

[static] void Internal::dummyCleanup(void *)

[static] void *Internal::dummyInit()

QUrl Internal::filePathUrl(const QUrl &url)

QString Internal::normalizePathName(const QString &filePath)

void Internal::runAsyncQFutureInterfaceDispatch(std::true_type, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)

void Internal::runAsyncQFutureInterfaceDispatch(std::false_type, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)

void Internal::runAsyncReturnVoidDispatch(std::true_type, QFutureInterface<ResultType>, Function &&function, Args &&... args)

void Internal::runAsyncReturnVoidDispatch(std::false_type, QFutureInterface<ResultType> futureInterface, Function &&function, Args &&... args)

QRect Internal::screenGeometry(const QPoint &pos, QWidget *w)

int Internal::screenNumber(const QPoint &pos, QWidget *w)