MCPcopy Create free account
hub / github.com/QNapi/qnapi / setEnabled

Method setEnabled

libqnapi/src/config/postprocessingconfig.h:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 QStringList removeWords() const { return removeWords_; }
76
77 const PostProcessingConfig setEnabled(const bool& enabled) const {
78 return PostProcessingConfig(
79 enabled, encodingChangeMethod_, encodingFrom_, encodingAutoDetectFrom_,
80 encodingTo_, showAllEncodings_, subFormat_, subExtension_,
81 skipConvertAds_, removeWordsEnabled_, removeWords_);
82 }
83 const PostProcessingConfig setEncodingChangeMethod(
84 const EncodingChangeMethod& encodingChangeMethod) const {
85 return PostProcessingConfig(

Callers 13

pbScanClickedMethod · 0.80
enableControlWidgetsMethod · 0.80
enableFilesWidgetsMethod · 0.80
checkPbGetEnabledMethod · 0.80
srcSubFileLoadedMethod · 0.80
checkFPSNeededMethod · 0.80
encodingMethodChangedMethod · 0.80
writeConfigMethod · 0.80
downloadMethod · 0.80

Calls 1

Tested by

no test coverage detected