Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

virtual void Impala::Application::IDash::AppControlDossier::ComputeCycle ( double  elapsedTime  )  [inline, virtual]

Reimplemented from Impala::Visualization::AppControl.

Definition at line 125 of file AppControlDossier.h.

References AllHandleCycleDoc(), AllHandleNewCursor(), Impala::Core::Database::DataDocument::CursorNextFile(), GetDoContinuous(), mDoc, and mNrItemsDone.

00126     {
00127         /*
00128         if (elapsedTime > mLastTime + mInterval)
00129         {
00130             mLastTime = elapsedTime;
00131             AllHandleCycleDoc();
00132         }
00133         */
00134         if (!GetDoContinuous())
00135             return;
00136         AllHandleNewCursor(mDoc->CursorNextFile(), false);
00137         AllHandleCycleDoc();
00138         mNrItemsDone++;
00139     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:28 2010 for ImpalaSrc by  doxygen 1.5.1