Internal Namespace
(Utils::Internal)Classes
class | ColorTip |
class | DummyReduce |
class | MapReduce |
class | MapReduceBase |
class | MapReduceObject |
class | MimeDatabase |
class | MimeDatabasePrivate |
class | MimeGlobPatternList |
class | MimeMagicRule |
class | MimeProviderBase |
class | MimeTypePrivate |
class | MimeXMLProvider |
class | ObjectToFieldWidgetConverter |
class | ReduceWrapper |
class | SmallStringIterator |
class | StateWrapper |
class | TextTip |
class | TipLabel |
class | WidgetTip |
class | resultTypeWithArgument |
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) |
void | forceMacOSLightAquaApperance() |
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) |
Classes
class ColorTip
class DummyReduce
class MapReduce
class MapReduceBase
class MapReduceObject
class MimeDatabase
The MimeDatabase class maintains a database of MIME types. More...