Definition at line 211 of file AlertTimeLine.h. References GetTimeUnits(), mCurrentTime, OglGui::OglWindow::mOglWnd, and OglGui::OglWindow::W(). Referenced by DisplayFunc(). 00212 { 00213 int h, m, s; 00214 GetTimeUnits(mCurrentTime, h, m, s); 00215 oglSys.PosColPrintf(mOglWnd, W()-130, 0, oglBLACK, 00216 "current time: %02d:%02d:%02d", h, m, s); 00217 }
Here is the call graph for this function:
|