|
Krita Source Code Documentation
|
#include <recorder_export_config.h>
Private Attributes | |
| KisConfig * | config |
Definition at line 18 of file recorder_export_config.h.
| RecorderExportConfig::RecorderExportConfig | ( | bool | readOnly | ) |
Definition at line 191 of file recorder_export_config.cpp.
| RecorderExportConfig::~RecorderExportConfig | ( | ) |
Definition at line 196 of file recorder_export_config.cpp.
References config.
| QList< RecorderProfile > RecorderExportConfig::defaultProfiles | ( | ) | const |
Definition at line 426 of file recorder_export_config.cpp.
| QSet< int > RecorderExportConfig::editedProfilesIndexes | ( | ) | const |
Definition at line 431 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderExportConfig::extendResult | ( | ) | const |
Definition at line 268 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| QString RecorderExportConfig::ffmpegPath | ( | ) | const |
Definition at line 451 of file recorder_export_config.cpp.
References KisConfig::ffmpegLocation().
| int RecorderExportConfig::firstFrameSec | ( | ) | const |
Definition at line 257 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::fps | ( | ) | const |
Definition at line 237 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::inputFps | ( | ) | const |
Definition at line 226 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::lastFrameSec | ( | ) | const |
Definition at line 278 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| void RecorderExportConfig::loadConfiguration | ( | RecorderExportSettings * | settings, |
| bool | loadLockFps = true ) const |
Definition at line 201 of file recorder_export_config.cpp.
References defaultProfiles(), RecorderExportSettings::defaultProfiles, extendResult(), RecorderExportSettings::extendResult, ffmpegPath(), RecorderExportSettings::ffmpegPath, firstFrameSec(), RecorderExportSettings::firstFrameSec, fps(), RecorderExportSettings::fps, inputFps(), RecorderExportSettings::inputFps, lastFrameSec(), RecorderExportSettings::lastFrameSec, lockFps(), RecorderExportSettings::lockFps, lockRatio(), RecorderExportSettings::lockRatio, profileIndex(), RecorderExportSettings::profileIndex, profiles(), RecorderExportSettings::profiles, resize(), RecorderExportSettings::resize, resultPreview(), RecorderExportSettings::resultPreview, size(), RecorderExportSettings::size, videoDirectory(), and RecorderExportSettings::videoDirectory.
| bool RecorderExportConfig::lockFps | ( | ) | const |
Definition at line 320 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderExportConfig::lockRatio | ( | ) | const |
Definition at line 310 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::profileIndex | ( | ) | const |
Definition at line 358 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| QList< RecorderProfile > RecorderExportConfig::profiles | ( | ) | const |
Definition at line 368 of file recorder_export_config.cpp.
References config, defaultProfiles(), editedProfilesIndexes(), profiles(), and KisConfig::readEntry().
| bool RecorderExportConfig::resize | ( | ) | const |
Definition at line 288 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderExportConfig::resultPreview | ( | ) | const |
Definition at line 247 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| void RecorderExportConfig::setEditedProfilesIndexes | ( | const QSet< int > & | value | ) |
Definition at line 441 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setExtendResult | ( | bool | value | ) |
Definition at line 273 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setFfmpegPath | ( | const QString & | value | ) |
Definition at line 456 of file recorder_export_config.cpp.
References KisConfig::setFFMpegLocation(), and value().
| void RecorderExportConfig::setFirstFrameSec | ( | int | value | ) |
Definition at line 262 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setFps | ( | int | value | ) |
Definition at line 242 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setInputFps | ( | int | value | ) |
Definition at line 231 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setLastFrameSec | ( | int | value | ) |
Definition at line 283 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setLockFps | ( | bool | value | ) |
Definition at line 325 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setLockRatio | ( | bool | value | ) |
Definition at line 315 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setProfileIndex | ( | int | value | ) |
Definition at line 363 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setProfiles | ( | const QList< RecorderProfile > & | value | ) |
Definition at line 395 of file recorder_export_config.cpp.
References config, defaultProfiles(), editedProfilesIndexes(), setEditedProfilesIndexes(), value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setResize | ( | bool | value | ) |
Definition at line 293 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setResultPreview | ( | bool | value | ) |
Definition at line 252 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setSize | ( | const QSize & | value | ) |
Definition at line 304 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setVideoDirectory | ( | const QString & | value | ) |
Definition at line 468 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| QSize RecorderExportConfig::size | ( | ) | const |
Definition at line 299 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| QString RecorderExportConfig::videoDirectory | ( | ) | const |
Definition at line 463 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
|
mutableprivate |
Definition at line 83 of file recorder_export_config.h.