|
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 180 of file recorder_export_config.cpp.
| RecorderExportConfig::~RecorderExportConfig | ( | ) |
Definition at line 185 of file recorder_export_config.cpp.
References config.
| QList< RecorderProfile > RecorderExportConfig::defaultProfiles | ( | ) | const |
Definition at line 382 of file recorder_export_config.cpp.
| QSet< int > RecorderExportConfig::editedProfilesIndexes | ( | ) | const |
Definition at line 387 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderExportConfig::extendResult | ( | ) | const |
Definition at line 252 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| QString RecorderExportConfig::ffmpegPath | ( | ) | const |
Definition at line 407 of file recorder_export_config.cpp.
References KisConfig::ffmpegLocation().
| int RecorderExportConfig::firstFrameSec | ( | ) | const |
Definition at line 241 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::fps | ( | ) | const |
Definition at line 221 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::inputFps | ( | ) | const |
Definition at line 210 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::lastFrameSec | ( | ) | const |
Definition at line 262 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| void RecorderExportConfig::loadConfiguration | ( | RecorderExportSettings * | settings, |
| bool | loadLockFps = true ) const |
Definition at line 190 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 304 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderExportConfig::lockRatio | ( | ) | const |
Definition at line 294 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| int RecorderExportConfig::profileIndex | ( | ) | const |
Definition at line 314 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| QList< RecorderProfile > RecorderExportConfig::profiles | ( | ) | const |
Definition at line 324 of file recorder_export_config.cpp.
References config, defaultProfiles(), editedProfilesIndexes(), profiles(), and KisConfig::readEntry().
| bool RecorderExportConfig::resize | ( | ) | const |
Definition at line 272 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| bool RecorderExportConfig::resultPreview | ( | ) | const |
Definition at line 231 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| void RecorderExportConfig::setEditedProfilesIndexes | ( | const QSet< int > & | value | ) |
Definition at line 397 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setExtendResult | ( | bool | value | ) |
Definition at line 257 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setFfmpegPath | ( | const QString & | value | ) |
Definition at line 412 of file recorder_export_config.cpp.
References KisConfig::setFFMpegLocation(), and value().
| void RecorderExportConfig::setFirstFrameSec | ( | int | value | ) |
Definition at line 246 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setFps | ( | int | value | ) |
Definition at line 226 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setInputFps | ( | int | value | ) |
Definition at line 215 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setLastFrameSec | ( | int | value | ) |
Definition at line 267 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setLockFps | ( | bool | value | ) |
Definition at line 309 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setLockRatio | ( | bool | value | ) |
Definition at line 299 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setProfileIndex | ( | int | value | ) |
Definition at line 319 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setProfiles | ( | const QList< RecorderProfile > & | value | ) |
Definition at line 351 of file recorder_export_config.cpp.
References config, defaultProfiles(), editedProfilesIndexes(), setEditedProfilesIndexes(), value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setResize | ( | bool | value | ) |
Definition at line 277 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setResultPreview | ( | bool | value | ) |
Definition at line 236 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setSize | ( | const QSize & | value | ) |
Definition at line 288 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| void RecorderExportConfig::setVideoDirectory | ( | const QString & | value | ) |
Definition at line 424 of file recorder_export_config.cpp.
References config, value(), and KisConfig::writeEntry().
| QSize RecorderExportConfig::size | ( | ) | const |
Definition at line 283 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
| QString RecorderExportConfig::videoDirectory | ( | ) | const |
Definition at line 419 of file recorder_export_config.cpp.
References config, and KisConfig::readEntry().
|
mutableprivate |
Definition at line 75 of file recorder_export_config.h.