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

Method SelectArea

plugins/video/preview-dialog.cpp:103–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void PreviewDialog::SelectArea()
104{
105 _selectingArea = false;
106 _type = PreviewType::SELECT_AREA;
107 _rubberBand->show();
108 _valueLabel->hide();
109 Start();
110 DrawFrame();
111 _statusLabel->setText(obs_module_text(
112 "AdvSceneSwitcher.condition.video.selectArea.status"));
113}
114
115void PreviewDialog::Stop()
116{

Callers 1

SelectAreaClickedMethod · 0.80

Calls 2

obs_module_textFunction · 0.85
setTextMethod · 0.80

Tested by

no test coverage detected