MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / UseConfigChanged

Method UseConfigChanged

plugins/video/macro-condition-video.cpp:913–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911}
912
913void OCREdit::UseConfigChanged(int value)
914{
915 GUARD_LOADING_AND_LOCK();
916 _entryData->_ocrParameters.EnableCustomConfig(value);
917 SetLayoutVisible(_configLayout, value);
918 adjustSize();
919 updateGeometry();
920 _previewDialog->OCRParametersChanged(_entryData->_ocrParameters);
921}
922
923void OCREdit::ConfigFileChanged(const QString &path)
924{

Callers

nothing calls this directly

Calls 3

SetLayoutVisibleFunction · 0.85
EnableCustomConfigMethod · 0.80
OCRParametersChangedMethod · 0.80

Tested by

no test coverage detected