|
Krita Source Code Documentation
|
#include <recorder_config.h>
Public Member Functions | |
| double | captureInterval () const |
| int | compression () const |
| RecorderFormat | format () const |
| int | quality () const |
| bool | realTimeCaptureMode () const |
| bool | recordAutomatically () const |
| RecorderConfig (bool readOnly) | |
| bool | recordIsolateLayerMode () const |
| int | resolution () const |
| void | setCaptureInterval (double value) |
| void | setCompression (int value) |
| void | setFormat (RecorderFormat value) |
| void | setQuality (int value) |
| void | setRealTimeCaptureMode (bool value) |
| void | setRecordAutomatically (bool value) |
| void | setRecordIsolateLayerMode (bool value) |
| void | setResolution (int value) |
| void | setSnapshotDirectory (const QString &value) |
| void | setThreads (int value) |
| QString | snapshotDirectory () const |
| int | threads () const |
| ~RecorderConfig () | |
Private Attributes | |
| KisConfig * | config |
Definition at line 16 of file recorder_config.h.
| RecorderConfig::RecorderConfig | ( | bool | readOnly | ) |
Definition at line 29 of file recorder_config.cpp.
| RecorderConfig::~RecorderConfig | ( | ) |
| double RecorderConfig::captureInterval | ( | ) | const |
Definition at line 51 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderConfig::compression | ( | ) | const |
Definition at line 84 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| RecorderFormat RecorderConfig::format | ( | ) | const |
Definition at line 62 of file recorder_config.cpp.
References config, JPEG, and KisConfig::readEntry().
| int RecorderConfig::quality | ( | ) | const |
Definition at line 73 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderConfig::realTimeCaptureMode | ( | ) | const |
Definition at line 115 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderConfig::recordAutomatically | ( | ) | const |
Definition at line 134 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderConfig::recordIsolateLayerMode | ( | ) | const |
Definition at line 124 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderConfig::resolution | ( | ) | const |
Definition at line 95 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| void RecorderConfig::setCaptureInterval | ( | double | value | ) |
Definition at line 56 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setCompression | ( | int | value | ) |
Definition at line 89 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setFormat | ( | RecorderFormat | value | ) |
Definition at line 67 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setQuality | ( | int | value | ) |
Definition at line 78 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setRealTimeCaptureMode | ( | bool | value | ) |
Definition at line 119 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setRecordAutomatically | ( | bool | value | ) |
Definition at line 139 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setRecordIsolateLayerMode | ( | bool | value | ) |
Definition at line 129 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setResolution | ( | int | value | ) |
Definition at line 100 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setSnapshotDirectory | ( | const QString & | value | ) |
Definition at line 45 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setThreads | ( | int | value | ) |
Definition at line 110 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| QString RecorderConfig::snapshotDirectory | ( | ) | const |
Definition at line 40 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderConfig::threads | ( | ) | const |
Definition at line 105 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
|
mutableprivate |
Definition at line 56 of file recorder_config.h.