MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / TimeOut

Method TimeOut

DSView/pv/dstimer.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void DsTimer::TimeOut(int millsec, CALLBACL_FUNC f)
38{
39 _call = f;
40 QTimer::singleShot(millsec, this, SLOT(on_timeout()));
41}
42
43void DsTimer::TimeOut(int millsec)
44{

Callers 2

refreshMethod · 0.80
auto_startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected