Reimplemented from OglGui::Window. Definition at line 154 of file VideoTimeLine.h. References OglGui::Window::DisplayFunc(), OglGui::DocDimensions::DocW(), OglGui::DocDimensions::DocX(), HandleVisibility(), mCenterNeedle, mTimeLineRuler, mTLineViewStrip, and OglGui::OglWindow::W(). 00155 { 00156 mTimeLineRuler->DocX(5); 00157 mTimeLineRuler->DocW(mTimeLineRuler->W()-10); 00158 if (mCenterNeedle) 00159 HandleVisibility(mTLineViewStrip); 00160 Window::DisplayFunc(); 00161 }
Here is the call graph for this function:
|