MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / start_trigger_timer

Method start_trigger_timer

DSView/pv/view/viewport.cpp:2032–2038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2030}
2031
2032void Viewport::start_trigger_timer(int msec)
2033{
2034 assert(msec > 0);
2035 _transfer_started = false;
2036 _timer_cnt = 0;
2037 _trigger_timer.start(msec);
2038}
2039
2040void Viewport::stop_trigger_timer()
2041{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected