ResultStore
#include <QtCore/QtConcurrent/ResultStore>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QtConcurrent::ResultStore
Overview
Inheritance
QtConcurrent::ResultStoreBase | ||
QtConcurrent::ResultStore |
Protected Attributes Index
Only has inherited protected attributes
int | filteredResults![]() |
int | insertIndex![]() |
bool | m_filterMode![]() |
QMap< int, ResultItem > | m_results![]() |
QMap< int, ResultItem > | pendingResults![]() |
int | resultCount![]() |
Public Functions Index
ResultStore () | |
ResultStore (const ResultStoreBase &base) | |
~ResultStore () | |
int | addCanceledResult (int index) |
int | addCanceledResults (int index, int _count) |
int | addResult (int index, const T *result) |
int | addResults (int index, const QVector< T > *results) |
int | addResults (int index, const QVector< T > *results, int totalCount) |
ResultIterator< T > | begin () const |
void | clear () |
ResultIterator< T > | end () const |
ResultIterator< T > | resultAt (int index) const |
int | addResult (int index, const void *result)![]() |
int | addResults (int index, const void *results, int vectorSize, int logicalCount)![]() |
bool | contains (int index) const ![]() |
int | count () const ![]() |
bool | filterMode () const ![]() |
bool | hasNextResult () const ![]() |
ResultStoreBase ()![]() | |
void | setFilterMode (bool enable)![]() |
Protected Functions Index
Only has inherited protected functions
int | insertResultItem (int index, ResultItem &resultItem)![]() |
void | insertResultItemIfValid (int index, ResultItem &resultItem)![]() |
void | syncPendingResults ()![]() |
void | syncResultCount ()![]() |
int | updateInsertIndex (int index, int _count)![]() |
Protected Attributes
(Only has inherited protected attributes)
Public Functions
Destructor.
int
int
int
int
int
ResultIterator< T >
void
ResultIterator< T >
ResultIterator< T >
int 
int 
bool 
int 
bool 
bool 
void 
Protected Functions
(Only has inherited protected functions)
int 
void 
void 
void 
int 
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy