Reimplemented from Impala::Visualization::AppControl. Definition at line 149 of file AppControlDoc.h. References AllHandleCycleDoc(), AllHandleNewCursor(), Impala::Core::Database::DataDocument::CursorNextShot(), GetDoContinuous(), mDoc, and mNrItemsDone. 00150 { 00151 /* 00152 if (elapsedTime > mLastTime + mInterval) 00153 { 00154 mLastTime = elapsedTime; 00155 AllHandleCycleDoc(); 00156 } 00157 */ 00158 if (!GetDoContinuous()) 00159 return; 00160 AllHandleNewCursor(mDoc->CursorNextShot(), false); 00161 AllHandleCycleDoc(); 00162 mNrItemsDone++; 00163 }
Here is the call graph for this function:
|