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

Method closeButtonPressed

Server/Source/ProcessorWindow.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ProcessorWindow::closeButtonPressed() {
70 getApp()->hideEditor(m_tid);
71 if (nullptr != m_onHide) {
72 m_onHide();
73 }
74}
75
76void ProcessorWindow::forgetEditor() {
77 traceScope();

Callers

nothing calls this directly

Calls 1

hideEditorMethod · 0.45

Tested by

no test coverage detected