18 : QObject(), model( a_model ), simparams( params ),
19 simdat( simda ), buffer( a_buff )
23 DbgLv(1) <<
"THRWRK: Thread created" <<
thrn;
30 DbgLv(1) <<
"THRWRK:CLCRES threadid" << QThread::currentThreadId();
31 DbgLv(1) <<
" THRWRK:" <<
thrn <<
"simdat scans radii"
33 DbgLv(1) <<
" THRWRK:" <<
thrn <<
"model components"
46 connect( astfem_rsa, SIGNAL( current_component(
int ) ),
49 qint64 stim=QDateTime::currentDateTime().toMSecsSinceEpoch();
50 DbgLv(1) <<
" THRWRK:" <<
thrn <<
"calc START" << stim;
52 qint64 etim=QDateTime::currentDateTime().toMSecsSinceEpoch();
53 DbgLv(1) <<
" THRWRK:" <<
thrn <<
"calc END" << etim;
60 connect( astfvm, SIGNAL( comp_progress (
int ) ),
68 qApp->processEvents();
76 qApp->processEvents();
77 qint64 etim=QDateTime::currentDateTime().toMSecsSinceEpoch();
78 DbgLv(1) <<
" THRWRK:" <<
thrn <<
" progress TM" << etim;