MCPcopy Create free account
hub / github.com/christophhart/HISE / timerCallback

Method timerCallback

hi_scripting/scripting/api/ScriptingApiObjects.cpp:4721–4727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4719}
4720
4721void ScriptingObjects::TimerObject::timerCallback()
4722{
4723 if (tc)
4724 tc.call(nullptr, 0);
4725 else
4726 it.stopTimer();
4727}
4728
4729hise::DebugInformationBase* ScriptingObjects::TimerObject::getChildElement(int index)
4730{

Callers

nothing calls this directly

Calls 5

repaintFunction · 0.50
callMethod · 0.45
stopTimerMethod · 0.45
getMethod · 0.45
repaintMethod · 0.45

Tested by

no test coverage detected