Home
last modified time | relevance | path

Searched refs:snapshotButton (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DVideoAnalyzer.cs63 snapshotButton.Sensitive = true; in OnAttach()
143 snapshotButton = new Button("Take screenshot!") { Sensitive = false }; in EnsureAnalyserWidget()
144 snapshotButton.Clicked += (sender, e) => in EnsureAnalyserWidget()
162 configurationPanel.PackStart(snapshotButton); in EnsureAnalyserWidget()
244 private Button snapshotButton; field in Antmicro.Renode.Extensions.Analyzers.Video.VideoAnalyzer