|
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 58 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderConfig::compression | ( | ) | const |
Definition at line 91 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| RecorderFormat RecorderConfig::format | ( | ) | const |
Definition at line 69 of file recorder_config.cpp.
References config, JPEG, and KisConfig::readEntry().
| int RecorderConfig::quality | ( | ) | const |
Definition at line 80 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderConfig::realTimeCaptureMode | ( | ) | const |
Definition at line 122 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderConfig::recordAutomatically | ( | ) | const |
Definition at line 141 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderConfig::recordIsolateLayerMode | ( | ) | const |
Definition at line 131 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderConfig::resolution | ( | ) | const |
Definition at line 102 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
| void RecorderConfig::setCaptureInterval | ( | double | value | ) |
Definition at line 63 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setCompression | ( | int | value | ) |
Definition at line 96 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setFormat | ( | RecorderFormat | value | ) |
Definition at line 74 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setQuality | ( | int | value | ) |
Definition at line 85 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setRealTimeCaptureMode | ( | bool | value | ) |
Definition at line 126 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setRecordAutomatically | ( | bool | value | ) |
Definition at line 146 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setRecordIsolateLayerMode | ( | bool | value | ) |
Definition at line 136 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setResolution | ( | int | value | ) |
Definition at line 107 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setSnapshotDirectory | ( | const QString & | value | ) |
Definition at line 52 of file recorder_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderConfig::setThreads | ( | int | value | ) |
Definition at line 117 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 112 of file recorder_config.cpp.
References config, and KisConfig::readEntry().
|
mutableprivate |
Definition at line 65 of file recorder_config.h.