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

void OglGui::Animator::Animate (  )  [inline]

Definition at line 28 of file Animator.h.

References Clear(), mCnt, OglGui::OglWindow::mOglWnd, Prepare(), OglGui::OglWindow::SetAlwaysDraw(), and OglGui::OglWindow::SetVisible().

Referenced by DisplayFunc().

00029     {
00030         SetVisible(true);
00031         Clear();
00032         mCnt = 120;
00033         Prepare(mOglWnd->parent);
00034         SetAlwaysDraw(true);
00035     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:57:39 2010 for ImpalaSrc by  doxygen 1.5.1