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

Method showEditor

Server/Source/Processor.cpp:957–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957void Processor::showEditor(int x, int y) {
958 traceScope();
959 if (auto c = getClient()) {
960 c->showEditor(m_activeWindowChannel, x, y);
961 }
962}
963
964void Processor::hideEditor() {
965 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected