Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Dsc_server.hpp141 void onRunningStateChanged(bool running, QString const& hostName, int port);
H A Dsc_server.cpp432 onRunningStateChanged(serverRunningState, qstrHostName, port); in handleRuningStateChangedMsg()
450 void ScServer::onRunningStateChanged(bool running, QString const& hostName, int port) { in onRunningStateChanged() function in ScIDE::ScServer