MCPcopy Create free account
hub / github.com/apohl79/audiogridder / forgetEditor

Method forgetEditor

Server/Source/ProcessorWindow.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void ProcessorWindow::forgetEditor() {
77 traceScope();
78 // Allow a processor to delete his editor, so we should not delete it again
79 m_editor = nullptr;
80 stopCapturing();
81}
82
83juce::Rectangle<int> ProcessorWindow::getScreenCaptureRect() {
84 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected