|
Krita Source Code Documentation
|
#include <QThread>Go to the source code of this file.
Namespaces | |
| namespace | RecorderConst |
| namespace | ThreadSystemValue |
Functions | |
| QRegularExpression | RecorderConst::snapshotFilePatternFor (const QString &extension) |
Variables | |
| const unsigned int | ThreadSystemValue::IdealRecordThreadCount = qMax(static_cast<int>(MaxRecordThreadCount) - 2, 1) |
| const unsigned int | ThreadSystemValue::MaxRecordThreadCount = qMax(static_cast<int>(MaxThreadCount) - 1, 1) |
| const unsigned int | ThreadSystemValue::MaxThreadCount = QThread::idealThreadCount() |
| constexpr int | RecorderConst::waitThreadTimeoutMs = 5000 |