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:
|